Forum Replies Created

Viewing 30 posts - 28,711 through 28,740 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    August 9, 2014 at 20:24

    Hello,

    I’ve added the following code to change borders in sidebar on the Shop page:

    .sidebar-widget .widget-title {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }

    I’ve readded the copyright information into the Footer Links widget area. Please check the footer on the site now.

    Also I’ve edited the code for contact form:

    #contact-form input, #contact-form textarea {
        background-color: #FCFBE3;
    }

    Now it’s showing the necessary background color.

    And I have added the code below to change background color for “Add to cart” button:

    .single-product-page .product-info .single_add_to_cart_button {
        background-color: #FBCFCF;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 9, 2014 at 20:10

    Hello,

    Please check if you’ve enabled Lightbox in Theme Options > Single Product Page > Enable Lightbox for Product Images > On.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 9, 2014 at 14:56

    Have you read the documentation?
    https://www.8theme.com/demo/docs/legenda/index.html#!/widgets > Footer Copyrights and Footer Links
    In “Footer Copyrights” widget area you need insert the path to your logo as shown in the documentation.
    To change background color for “Add to cart” button use this code in custom.css:

    a.button.etheme_add_to_cart_button.product_type_simple {
    background-color: #FBCFCF;
    }

    and this code for products gallery:

    .product-thumbnails-slider {
        margin-left: 60px;
    }

    Also please provide us with wp-admin panel credentials in Private Content to check the code for the lines color.

    We provide the latest versions of plugins with our theme, when its new version is released. Now we have VC 4.3.1 version bundled with Legenda 2.3 version.
    If you want to have the latest 4.3.2 VC version then you have to buy license key yourself for this plugin or wait for the new theme update where it will be updated as well.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 9, 2014 at 14:42

    Hello,

    I’ve updated the file.
    Please check it now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 9, 2014 at 14:39

    To remove the “Sidebar Menu” widget from Home page you need delete it from Primary Widget Area in Appearance > Widgets.
    To add categories to the sidebar on the Shop page you can do this via Appearance > Widgets as well.
    Just drag “Woocommerce product categories” widget into the “Product Page Sidebar” area.
    We recommend you to use Woocommerce widget for categories and not Sidebar Menu which you’re using now. There are will be spaces with “Woocommerce product categories” widget.
    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 9, 2014 at 12:10

    There was no need to rename back custom.css. Perhaps you’ll want to make some style changes in future and you’ll need to use this file.
    What do you mean “menu on the homepage is still there”? Do you wan to remove it? Are you trying to add categories to the sidebar on the Shop page?
    It would be more easier to understand if you show us screenshots.
    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 9, 2014 at 11:54

    Add this code into custom.css to change the background color of contact form:

    #contact-form input {
        background-color: #FCFBE3;
    }

    “Contact Form” title can be changed in the file wp-content/themes/legenda/contacts.php (line 119).

    Sorry, but in our theme you have to make style changes in custom.css file.
    We’ll take your suggestion into account.
    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 9, 2014 at 11:42

    Hello,

    We’ve recently released a new version of the theme – 2.3 where all plugins are updated.
    You can redownload the theme archive and find the plugins inside of legenda folder under framework/plugins directory. Upload the new version via FTP and remove the old one. Also we recommend to upgrade the theme https://www.8theme.com/demo/docs/legenda/index.html#!/upgrade

    Concerning Footer Copyrights widget you can read in our documentation: https://www.8theme.com/demo/docs/legenda/index.html#!/widgets > Footer Copyrights.

    To change the lines color use the following code in custom.css:

    .title:before, .toolbar .woocommerce-ordering select {
        border-top: 1px solid #000;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 9, 2014 at 11:18

    Please use this code for titles:

    .title span {
        background: none repeat scroll 0% 0% #FBCFCF;
    }

    The space at the bottom is Footer Copyright widget which you can find in Appearance > Widgets.
    If you don’t want to use it you can add this code into custom.css:

    .copyright .container {
        display: none;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 9, 2014 at 10:55

    Please add this code into custom.css:

    .search .et-mega-search form input[type="text"] {
        border: 1px solid #FBCFCF;
        background-color: #FBCFCF;
    }
    .header-type-7 .top-bar {
        background-color: #FBCFCF;
    }
    .back-white { background: none repeat scroll 0% 0% #FBCFCF; }
    .widget_mc4wp_widget, .widget_mc4wp_widget input[type="email"] {
        background-color: #FBCFCF;
    }

    Could you please clarify what you mean saying “title backgrounds”?
    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 9, 2014 at 10:42

    Hello,

    You’re welcome.
    Sorry, but full width menu feature is available for Legenda theme only.
    As I misunderstood you concerning the menu question you may remove the code in custom.css file.

    You can upload screenshots to some image storage and then provide us with the links to images.
    Please show us what you want to do with categories on the Shop page to avoid misunderstanding again.
    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 9, 2014 at 10:01

    Hello,

    Please add this code into custom.css file:
    .page-wrapper { background: none repeat scroll 0% 0% #FBCFCF; }

    How to create custom.css you can watch here.

    Thank you for the suggestion regarding styling options. We’ll take this into account.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 9, 2014 at 09:47

    Dear Leon,

    As I’ve already mentioned you installed the theme incorrectly, that’s why it’s recommended to reinstall it on clear wordpress with no plugins, only woocommerce plugin must be installed first before the theme installation.
    So please reinstall wordpress and the theme following the instructions described in our documentation: https://www.8theme.com/demo/docs/blanco/index.html#!/installation .
    Thank you for understanding.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 9, 2014 at 09:42

    Hello @dimakoren,

    There is a bug in the theme. We’ve taken this into our account and will try to fix it as soon as possible.
    Thank you for notification.

    Please take our apologies for inconveniences.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 9, 2014 at 09:32

    Hello,

    Please specify to which color you want to change the background color and provide us with your site url. As I understood you want to change the color for wide layout, not boxed, don’t you?

    Please refer to our documentation how to create newsletter: https://www.8theme.com/demo/docs/legenda/index.html#!/newsletters

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 9, 2014 at 09:27

    Hello,

    This issue persists with default wordpress theme too.
    So we recommend you to contact Woocommerce support team for the solution.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 9, 2014 at 09:12

    Hello,

    According to the warnings, the problems is related to the mentioned plugins: yith-woocommerce-wishlist, revslider. You can try to log in to wp-admin panel via this link: http://newdomain.com/wp-login.php and reinstall these plugins.
    Also we recommend you to contact your host and ask them to check error logs on the server. Perhaps they will find the reason.
    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 9, 2014 at 08:58

    Hello @catlynngriffith,

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

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 9, 2014 at 08:56

    Hello,

    Please add this code into custom.css file:

    .read-more {
        margin-top: 10px;
        margin-right: 400px;
    }

    How to create custom.css you can watch here.

    Did you make backup of the site before updating the theme and WordPress?
    You should always do this in order avoid such issue.

    Also please use this code in custom.css:

    @media (max-width: 979px) {._4s7c { 
    width: 240px; 
    }
    .read-more { 
     margin-right: 230px;
     margin-top: -2px; }
    .wpb_teaser_grid .entry-content {
        padding-bottom: 10px;
    }
    .header .logo img {
        width: 600px;
    }}

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 9, 2014 at 08:23

    Hello,

    The problem was caused by cache. The changes began showing when the cache on the server was cleared.
    Concerning the layout issue, as I see you’re using old theme version. Please update it to the latest one – 2.3, as some bugs were fixed in there.
    Please read our notification carefully: https://www.8theme.com/demo/docs/legenda/index.html#!/upgrade
    It’s related to 2.3 version, not only 2.2.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 9, 2014 at 08:12

    Hello,

    Seems you’ve installed the theme incorrectly as there are 2 Blanco themes in Appearance > Themes.
    We recommend you to reinstall it on clear WordPress following our instructions:
    https://www.8theme.com/demo/docs/blanco/index.html#!/installation
    Please note you should install WooCommerce plugin before the theme installation.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 8, 2014 at 18:52

    Hello,

    Sorry, but the details to wp-admin panel are incorrect. We’re unable to log in.
    Please check them.
    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 8, 2014 at 18:47

    Hello,

    I’ve just checked the issue with default wordpress theme and it appears there as well. So it’s not related to our theme only.
    I’ve deactivated all plugins and the errors have gone. Seems the problem is caused by one of the plugins.
    Please disable them one by one to find out which one it is.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 8, 2014 at 15:53

    Dear @poissonplume,

    The issue might be caused by some plugin.
    You can ask your host to check error logs in order to find the reason.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 8, 2014 at 14:56

    Hello @poissonplume,

    The error for wp-admin panel means that Taxonomy_Metadata class has already been declared and you can’t declare it twice.
    I’ve fixed it in this way: under wp-content/themes/legenda/framework/inc directory edited the file taxonomy-metadata.php (line 10). After that wp-admin panel has started working.

    Let us know if you need more help.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 8, 2014 at 12:21

    You’re welcome.
    Your home page didn’t work because you selected it for Posts page as well in Settings > Reading, but it’s not allowed to have the same pages for different purposes. So I’ve changed posts page to Blog.

    Please check your menu now. Is it showing fine? If no, please show us a screenshot how you’d like it to be displayed.

    As you selected 5 products per row sidebar won’t be displayed. I’ve changed it to 3 products per row in Blanco – Theme Settings > Product Page > “Products per row” and saved the settings. After that sidebar has started showing.
    Please check.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 8, 2014 at 12:05

    Your image height is too big. You need upload images with bigger width value.
    For example, we’ve changed original image dimensions and reuploaded the image
    http://aurioncrystals.in/product/low-price-geometric-shape-alloy/

    So you need edit the original images.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 8, 2014 at 09:59

    Hello,

    a) Please add this code into custom.css file:

    #main-nav > ul > li:first-child {
       padding-right: 30px;
    }
    #main-nav > ul > li { padding: 3px 30px 3px 1px; }

    To create custom.css you need rename default.custom.css to custom.css located in wp-content/themes/blanco directory and enable it in Blanco – Theme Settings > General > tick “Enable Custom CSS file”.

    b), c) You need select another page for products in Woocommerce > Settings > Products tab > “Product Archive / Shop Page” field.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 8, 2014 at 09:31

    Hello,

    That warning is related to the plugin “eCommerce Product Catalog by impleCode”, not Woocommerce plugin. Sorry, but we guarantee our theme compatibility with Woocommerce plugin not some other 3rd-party plugin.
    You may refer to impleCode documentation: http://implecode.com/wordpress/product-catalog/theme-integration-guide/#cam=catalog-settings-link&key=integration-link

    Thank you for understanding.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 8, 2014 at 09:24

    Hello @poissonplume,

    Thank you for the credentials but we need your site url as well.

    Regards,
    Eva Kemp.

  • 1 2 3 957 958 959 1,045 1,046 1,047
    Viewing 28,740 results - 28,711 through 28,740 (of 31,382 total)
Viewing 30 posts - 28,711 through 28,740 (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.