Forum Replies Created

Viewing 30 posts - 3,391 through 3,420 (of 11,542 total)
  • Avatar: Robert Hall
    Robert Hall
    Participant
    January 13, 2016 at 15:12

    Hello,

    Could you please clarify with more details where exactly you want to make changes and show us screenshots?
    Also please provide us with link to the page and wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 13, 2016 at 15:09

    Hello,

    I’ve added this code in Theme Options->Custom CSS->Global Custom CSS.
    Please check it.

    .home .my-mfp-slide-bottom.mfp-ready.mfp-bg,
    .home #etheme-popup {
        display: none !important;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 13, 2016 at 15:06

    Hello,

    First you need to disable footer demo blocks in Theme Options->General then create footer manually.
    Please read more how to create footer in our documentation:
    https://www.8theme.com/demo/docs/woopress/index.html#!/0_footer

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 13, 2016 at 15:03

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 12, 2016 at 16:53

    Hello,

    I’ve made changes there. Please check the link in button now.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 12, 2016 at 15:26

    You can install plugins via FTP, by uploading and extracting the plugin zip files into wp-content/plugins folder. You can find the zip files for plugin installation in the theme folder legenda/framework/plugins.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 12, 2016 at 15:20

    Hello,

    You can find Global Custom CSS field in Dashboard->Theme Options->Custom CSS.

    First you need to disable footer demo blocks in Theme options->General then create footer manually.

    Please read more in our documentation:
    https://www.8theme.com/demo/docs/woopress/index.html#!/0_footer

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 12, 2016 at 14:49

    1) Use this code in Global Custom CSS

    .shopping-cart-widget {
        display: none;
    }

    2) You can change a logo in Theme Options->Header.
    3) Please add this code in Global Custom CSS

    hr.active{
    background-color: pink !important;
    }
    

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 12, 2016 at 14:29

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 12, 2016 at 13:25

    Hello,

    In this case try use this code in Global Custom CSS.

    .product-information .price {
        font: 24px/30px Arial, sans-serif;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 12, 2016 at 13:15

    Hello,

    Please use the following code in Theme Options->Custom CSS->Global Custom CSS.
    1)

    .etheme_widget_brands li a {
        padding: 12px 0;
    }

    2)

    .etheme_widget_brands li a {
        font-family:Arial;
        font-size:14px;
        color:red;
    }

    3)

    .product-categories > li > a{
        font-family:Arial;
        font-size:14px;
        color:red;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 12, 2016 at 13:11

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 12, 2016 at 11:44

    Do you want to remove sidebar? You can disabled it in Page Settings. See screenshot: http://prntscr.com/9p3xdv

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 12, 2016 at 11:14

    Hello,

    Try to add this code in Global Custom CSS.

    .shopping-cart-widget {
        display: none;
    }
    .home .my-mfp-slide-bottom.mfp-ready.mfp-bg,
    .home #etheme-popup {
        display: none !important;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 12, 2016 at 10:38

    You’re welcome!
    You can ask here, but will be better to create a new topic.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 12, 2016 at 09:48

    Hello,

    I’ve added this code in Theme Options->Custom CSS->Global Custom CSS. Please check it.

    .quantity input[type="number"] {
        width: 60px !important;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 12, 2016 at 09:14

    Hello,

    In this case you need use Post Grid element via Visual Composer plugin.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 12, 2016 at 09:07

    Hello,

    As I see it’s working fine. See screenshot: http://prntscr.com/9p2n59

    Also you’re using old theme and plugins versions. Please update them.
    Don’t forget to make backup of the site before update.
    Here is video tutorial how to update theme:
    https://www.youtube.com/watch?v=KdWESIIPU1k
    The video tutorial is for Legenda theme, but the process is identical.

    You can download the latest plugins versions at this link https://www.8theme.com/download-plugins/ ,
    enter your purchase code of the theme to get the plugins.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 12, 2016 at 08:49

    Hello,

    Please check it now.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 12, 2016 at 08:37

    Hello,

    Your wp-admin credentials aren’t correct. Please check them.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 11, 2016 at 17:28

    Hello,

    You can change it in \legenda\wp-content\plugins\woocommerce\includes\class-wc-countries.php file in the following function function get_default_address_fields()
    Try to move the code like on this screenshot: http://prntscr.com/9oss8q

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 11, 2016 at 16:59

    Hello,

    Please provide us with link to the page and wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 11, 2016 at 15:51

    Hello,

    The issues was resolved. Please check it now.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 11, 2016 at 15:38

    Not yet, but our developers are working on it.
    Sorry for inconvinience.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 11, 2016 at 15:35

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 11, 2016 at 14:57

    In this case you can use Posts Slider element via Visual Composer plugin.

    I’ve added the Posts Slider element to the newsletter section. Please check it.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 11, 2016 at 14:51

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 11, 2016 at 13:40

    You’re welcome! Have a good day!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 11, 2016 at 13:39

    Hello,

    As I see you didn’t have installed base demo content. You can do it in Theme Options->Import/Export.
    Please read more in our documentation:
    https://www.8theme.com/demo/docs/woopress/index.html#!/demo_data_installation
    Also I’ve enabled all Post types in Dashboard->Visual Composer->Role Manager->Custom.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 11, 2016 at 13:30

    Hello,

    I’ve disabled the top bar in Theme Options->Header and added the following code in Theme options->Custom CSS->Global Custom CSS.

    .tbs {
        display: none;
    }

    Please check it.

    Regards,
    Robert Hall.

  • 1 2 3 113 114 115 383 384 385
    Viewing 3,420 results - 3,391 through 3,420 (of 11,542 total)
Viewing 30 posts - 3,391 through 3,420 (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.