Forum Replies Created

Viewing 30 posts - 6,781 through 6,810 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    January 24, 2016 at 10:53

    Hello @firatS,

    You’ve been already replied in your topic.
    Please check it.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    January 24, 2016 at 10:50

    Hello,

    That content is added by the plugin “Jetpack for WordPress.com”.
    Try to deactivate it, clear browser cache and check the page.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    January 24, 2016 at 10:44

    Hello,

    You can find functions.php file in the directory wp-content/themes/woopress/. To view it you need log in to your server via FTP (use some FTP client like FileZilla). Also your hosting provider support should explain you how to connect to the server via FTP to edit files.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    January 24, 2016 at 10:39

    Hello,

    You can add images into menu only as described in the documentation:
    https://www.8theme.com/demo/docs/woopress/#!/primary_menu

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    January 24, 2016 at 10:38

    Hello,

    This is just a warning, not an error.
    It’s shown because you have the function display_errors enabled on your server.
    Ask your hosting provider to disable it and warning will be hidden.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    January 24, 2016 at 10:34

    Hello,

    You can add custom tab as described in the Woocommerce article:
    https://docs.woothemes.com/document/editing-product-data-tabs/

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    January 24, 2016 at 10:31

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    January 24, 2016 at 09:49

    Hello,

    To remove space on About Us page I’ve edited your code to this one:

    hr.divider.space.about-us {
    display:none;
    }

    Please check it now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    January 24, 2016 at 09:39

    Hello,

    1./2. Please provide us with FTP credentials.

    3. Add this code in Theme Options > Custom CSS > Custom CSS for desktop:

    .fixed-header-area .fixed-header > .container {
       top: 20px;
    }

    4. Try to disable Ajax “Add To Cart” in Theme Options > Single Product Page and check filters then.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    January 24, 2016 at 09:30

    Hello,

    Please add this code in Theme Options > Custom CSS > Global Custom CSS:

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

    To change color in footer use this css code:

    .footer-top .product_list_widget .amount {
        color: #000 !important;
    }
    .footer-top .twitter-list li a {
        color: #000 !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    January 24, 2016 at 09:26

    Hello,

    Please refer to Woocommerce article:
    https://docs.woothemes.com/document/change-number-of-related-products-output/

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    January 24, 2016 at 09:24

    Hello,

    Please check if the issue persists with default WordPress theme (Twenty Fifteen).
    Seems like it’s WordPress issue, not the theme.
    So please check it with some other theme.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    January 24, 2016 at 09:22

    Hello,

    You also have to edit the file wp-content/themes/royal/framework/theme-functions.php (find the section “Send message from contact form” in line 1385) and replace “website” code with “telephone number” that you created.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    January 24, 2016 at 09:17

    Hello,

    I’ve edited the code to this one:

    .woocommerce-breadcrumb, .breadcrumbs {
    display:none
    }

    Please check the Checkout page now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    January 22, 2016 at 20:28

    Hello,

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

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    January 22, 2016 at 20:26

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    January 22, 2016 at 20:25

    Hello,

    Please add this code in Global Custom CSS:

    .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a, .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
        border-color: transparent !important;
        background-color: transparent !important;
    }
    .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a:hover, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover {
        border-color: transparent !important;
        background-color: transparent !important;
        color: black !important;
    }
    .vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab.vc_active > a,.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab > a {
        border-color: transparent !important;
        color: grey !important;
    }
    
    .vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab.vc_active > a:hover, .vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab > a:hover {
      border-color: transparent !important;
      background-color: transparent !important;
      color: black !important;
    }
    .vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
      border-color: transparent !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    January 22, 2016 at 20:14

    Hello,

    Please update required plugins Ultimate Addons for Visual Composer, Visual Composer, Revolution Slider.
    Did you edit theme files?
    What changes has this issue appeared after?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    January 22, 2016 at 19:37
    Avatar: Eva
    Eva Kemp
    Participant
    January 22, 2016 at 19:25

    Hello,

    This topic will be closed so you can continue conversation in the other one to avoid misunderstanding.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    January 22, 2016 at 19:24

    Hello,

    As I see you’re using Advanced Tabs element that is related to Ultimate VC Addons plugin, in our demo we used Tabs element http://storage2.static.itmages.com/i/16/0122/h_1453487036_6706938_aefdf0c975.png . Please use it.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    January 22, 2016 at 19:17

    Hello,

    The problem is caused by new Woocommerce plugin version.
    I’ve reuploaded old Woocommerce version and now “Add to Cart” button is working properly. Clear browser cache and check.
    As we haven’t released theme update yet we recommend to use old Woocommerce version.
    Please wait for theme update and then you’ll be able to update Woocommerce.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    January 22, 2016 at 19:09

    Hello,

    We need FTP and wp-admin credentials to check theme settings.
    So please create FTP account and WP user to be able to investigate the problem.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    January 22, 2016 at 19:03

    Hello,

    Sorry, but our colleague said there is no such feature.
    To disable promo popup you have to tick “never display pop-up again” option.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    January 22, 2016 at 18:58

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    January 22, 2016 at 18:54

    Hello,

    I’ve added this code in Global Custom CSS:

    .header-type-10 .menu-wrapper .languages-area .widget-title span, .header-type-10 .menu-wrapper .languages-area .widget-title:after {
      background-color: transparent;
    }

    Please check top bar now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    January 22, 2016 at 17:52

    Hello,

    Please add this code in Theme Options > Custom CSS > Global Custom CSS:

    .st-container .st-pusher {
      overflow-y: hidden;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    January 22, 2016 at 17:38

    Hello,

    Yes, the changes will be lost after theme update.
    You can create child theme http://codex.wordpress.org/Child_Themes and make changes there.
    Copy function code into child functions.php file and edit it to your needs.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    January 22, 2016 at 17:36

    Hello,

    Please re-add tabs element and we’ll give you css code to modify tabs design.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    January 22, 2016 at 17:34

    Hello,

    Please check reply in the other topic.

    Regards,
    Eva Kemp.

  • 1 2 3 226 227 228 1,045 1,046 1,047
    Viewing 6,810 results - 6,781 through 6,810 (of 31,382 total)
Viewing 30 posts - 6,781 through 6,810 (of 31,382 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.