Forum Replies Created

Viewing 30 posts - 2,671 through 2,700 (of 11,542 total)
  • Avatar: Robert Hall
    Robert Hall
    Participant
    March 4, 2016 at 15:23

    There is no difference, it’s your choice what to use.
    Please add this code into the Child Theme or Global Custom CSS.

    .product-information .product_meta {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 4, 2016 at 15:19

    Hello,

    You can also use limit attribute to set how much items to display.
    [portfolio limit=""]

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 4, 2016 at 13:40

    Do you mean on the Blog page?
    Navigate to Theme Options->Blog Layout->and disable Show “byline” on the blog option.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 4, 2016 at 12:58

    Hello,

    Please add this code into the Child Theme.

    .product-information .sku_wrapper{
    display:none !important;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 4, 2016 at 12:48

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 4, 2016 at 11:28

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 4, 2016 at 11:19

    Hello,
    Please add the following code in Global Custom CSS.
    1)

    .blog-description,
    .navbar-header{
        padding-top: 60px;
    }

    3)

    .et-search-trigger .fa-search:hover {
        background: none;
    }

    2) Yes, you can. Do you have these images?

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 4, 2016 at 11:08

    You’re welcome

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 4, 2016 at 11:08

    In this case you need edit file \wp-content\themes\woopress\header.php on line 29
    <div class="close-mobile-nav close-block mobile-nav-heading"><i class="fa fa-bars"></i> <?php _e('Navigation', ETHEME_DOMAIN); ?></div>
    You can edit word there or remove it to leave “x” element.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 4, 2016 at 11:03

    You’re welcome and have a good day!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 4, 2016 at 11:02

    Hello,

    Please provide us with wp-admin and FTP credentials in Private Content.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 4, 2016 at 10:49

    Please use this code in style.css of the Child Theme.

    .product-information .share-title {
        padding: 0px 15px 0px 0px;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 4, 2016 at 10:00

    I’ve activated the Child Theme. Please check it.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 4, 2016 at 09:57

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 4, 2016 at 09:16

    Hello,

    Your FTP credentials aren’t correct. Please check them.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 4, 2016 at 09:15

    Hello,

    As I see you still using old theme version (http://prntscr.com/aazvy7). Please update to the latest and check this issue.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 4, 2016 at 09:10

    Hello,

    Please add this code in Theme Options->Custom CSS->Global Custom CSS.

    .meta-post {
        display: none;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 4, 2016 at 08:59

    Hello,

    You can edit this part in Dashboard->Theme Options->Single Product Page->Return.
    See screenshot: http://prntscr.com/aazs27

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 4, 2016 at 08:58

    Hello,

    I’ve selected the Footer block for Home Page in Page Settings->Page Layout->Use custom footer for this page. See screenshot: http://prntscr.com/aazqzy

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 4, 2016 at 08:53

    Hello,

    Please add the following code in Theme Options->Custom CSS->Global Custom CSS.

    .mobile-nav-heading.close-mobile-nav {
        display: none;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 4, 2016 at 08:51

    Hello,

    Yes, please add this code in Global Custom CSS.

    .products-grid .product-title {
        margin: 15px 0 15px;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 4, 2016 at 08:35

    Hello,

    Please add this code in Global Custom CSS.

    .page-content {
        margin-bottom: 0px;
    }
    .vc_custom_1456529950844 {
        margin-bottom: 0px !important;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 4, 2016 at 08:32

    Hello,

    Please provide us with screenshot where the Social Icons should be.
    Also I see only description and reviews tabs on the Single Product Page.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 3, 2016 at 17:06

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 3, 2016 at 16:59

    Hello,

    Navigate to Theme Options->Products Page Layout->Show product categories->select Off.
    Also add the following code in Theme Options->Custom CSS->Global Custom CSS.

    .products-grid .product-title > a {
        font-weight: bold;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 3, 2016 at 16:55

    Hello,

    Please add this code in Theme Options->Custom CSS->Global Custom CSS.

    .tabs .tab-content h2 {
        display: none;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 3, 2016 at 16:51

    Well, then you will need only code that I’ve wrote in my last post.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 3, 2016 at 16:44

    Yes, you can also use this code to change images in the Child theme, but in the future if you want to change some size then you need apply width, height value and some other parameters to Child Theme or use Global Custom CSS to stylize something else.

    .filter-wrap .view-switcher .switchToGrid .icon-th-large {
      background-image: url(images/grid-icon.png);
    }
    .filter-wrap .view-switcher .switchToList .icon-th-list {
      background-image: url(images/list-icon.png);
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 3, 2016 at 16:36

    Hello,

    Please read our documentation:
    https://www.8theme.com/demo/docs/legenda/index.html#!/how_to_translate

    In this case you don’t need to use plugins, just do it as described there.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 3, 2016 at 16:26

    If you want to change grid-icon.png you need also copy CSS code from default theme to Child Theme. For example:

    .filter-wrap .view-switcher .switchToGrid .icon-th-large {
      width: 14px;
      height: 14px;
      display: inline-block;
      margin: 9px 0;
      opacity: 0.4;
      background-image: url(images/grid-icon.png);
      background-repeat: no-repeat;
      background-position: center center;
    }

    The same thing for list-icon.png

    .filter-wrap .view-switcher .switchToList .icon-th-list {
      width: 14px;
      height: 14px;
      display: inline-block;
      margin: 9px 0;
      opacity: 0.4;
      background-image: url(images/list-icon.png);
      background-repeat: no-repeat;
      background-position: center center;
    }

    Please add my code to Child theme and check it.

    Regards,
    Robert Hall

  • 1 2 3 89 90 91 383 384 385
    Viewing 2,700 results - 2,671 through 2,700 (of 11,542 total)
Viewing 30 posts - 2,671 through 2,700 (of 11,542 total)
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.