Forum Replies Created

Viewing 30 posts - 8,341 through 8,370 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    November 25, 2015 at 15:38

    Hello,

    Please change the code in custom.css file from:

    @media (max-width: 979px){
    .header5 .shopping-cart-widget .cart-summ > a{color:white;}
    .shopping-cart-widget  .items{color:white!important;}
    .shopping-cart-widget  .for-label{color:white!important;}}
    
    @media (max-width: 979px){
    .shopping-cart-widget .cart-summ > a:before{color:white!important;}}

    to

    @media (max-width: 480px){
    .header5 .shopping-cart-widget .cart-summ > a{color:white;}
    .shopping-cart-widget  .items{color:white!important;}
    .shopping-cart-widget  .for-label{color:white!important;}}
    
    @media (min-width: 480px){
    .shopping-cart-widget .cart-summ > a:before{color:white!important;}}

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 25, 2015 at 15:26

    Hello,

    To add label under Additional Product Options when editing a product you need modify the file wp-content/themes/woopress/framework/theme-options.php (from line 2258).

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 25, 2015 at 15:15

    Hello,

    As I see images are shown fine:
    http://storage3.static.itmages.com/i/15/1125/h_1448460866_2955609_f473e0ed73.png

    Please clarify what exactly you want to change.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 25, 2015 at 15:06

    Hello,

    Thank you for the information.
    We’re glad you’ve managed to resolve the problem.

    Have a nice day.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 25, 2015 at 15:04

    Hello,

    We saw your screenshots in the previous post. Thank you.
    But we can’t find these errors on our test site.
    So please specify or ask your plugin supporters where they found the errors, in what files.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 25, 2015 at 12:32

    Hello,

    Please update Visual Composer and Revolution Slider plugins to the latest versions https://www.8theme.com/download-plugins/ .
    Also update theme to 2.9.2 version.
    Before update delete “woocommerce” folder in the directory wp-content/themes/legenda/ and it’ll be reuploaded from a new theme package.


    Don’t forget to create back up of your files and database before starting update process!

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 25, 2015 at 12:28

    Hello,

    You can change the text in your .po file where you translated it.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 25, 2015 at 12:25

    Hello,

    Glad to hear it.

    Have a nice day.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 25, 2015 at 12:21

    Hello,

    On our test site there is no such error. Please specify in what file you see that error.

    Concerning search engines, you should refer to SEO specialists.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 25, 2015 at 11:56

    Hello,

    I’ve set to display 12 products per row in Settings > Reading > Blog pages show at most.
    Please check product category page now.

    Regarding the images, I’ve changed sizes in Woocommerce > Settings > Products > Display and regenerated thumbnails with the plugin http://wordpress.org/plugins/regenerate-thumbnails/ .
    Clear browser cache and check single product images now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 25, 2015 at 10:05

    Hello,

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

    .page-content {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .page-heading-slider .wpb_revslider_element {
       margin-bottom: 0px !important;
    }

    Concerning the video there is no such options. Sorry.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 25, 2015 at 10:02

    Hello,

    Yes, you’re correct.

    Is there anything else we can help you with?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 25, 2015 at 09:18

    Hello,

    1. I see only this content on your Checkout page:
    http://storage1.static.itmages.com/i/15/1125/h_1448439121_8367532_23dabb498b.png

    Please provide a direct link where you have that text.

    2. Please show a page of that product.

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

    4. Please show a page with your gallery images.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 25, 2015 at 09:08

    Hello,

    Please give us FTP credentials as well.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 24, 2015 at 23:35

    Hello,

    I’ve edited the code in footer.php file to this:

    <?php
                            $facebook_url = etheme_get_option('facebook_url');
                            $twitter_url = etheme_get_option('twitter_url');
                            $rss_url = etheme_get_option('rss_url');
                                             
                            if($facebook_url || $twitter_url || $rss_url):
                        ?>
                        <div class="follow-us">
                            <h5><?php _e('Takip Edin:', ETHEME_DOMAIN); ?> </h5>
                            <?php if($facebook_url): ?><a href="<?php echo $facebook_url; ?>"><img alt="" src="<?php echo get_template_directory_uri(); ?>/images/assets/facebook.png" /></a><?php endif; ?>
                           <?php if($twitter_url): ?><a href="<?php echo $twitter_url; ?>"><img alt="" src="<?php echo get_template_directory_uri(); ?>/images/assets/twitter.png" /></a><?php endif; ?>
                            <?php if($rss_url): ?><a href="<?php echo $rss_url; ?>"><img alt="" src="<?php echo get_template_directory_uri(); ?>/images/assets/instagram.png" /></a><?php endif; ?>

    Please check prefooter now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 24, 2015 at 23:21

    Hello,

    Please update the theme to the latest version and Woocommerce as well.
    Before update delete “woocommerce” folder in the directory wp-content/themes/legenda/ and it’ll be reuploaded from a new theme package.
    Also update all required plugins https://www.8theme.com/download-plugins/ .

    Don’t forget to create back up of your files and database before starting update process!

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 24, 2015 at 23:20

    Hello,

    The update should be released approximately in a week.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 24, 2015 at 23:18

    Hello,

    Sorry, but there is no option to set 7 columns in Visual Composer.
    There is only solution for 5-columns row:
    http://www.jezweb.info/add-5-column-layout-vc/

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 24, 2015 at 23:15

    Hello,

    If you bought Visual Composer plugin on ThemeForest site then you can download it from your ThemeForest account.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 24, 2015 at 21:01

    Hello,

    Please show a page where you have RSS link.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 24, 2015 at 20:59

    Hello,

    You’re welcome.
    Please look at the screenshot where I made changes:
    http://storage9.static.itmages.com/i/15/1124/h_1448395183_3836659_9809149173.png

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 24, 2015 at 20:56

    Hello,

    Please update Visual Composer plugin to the latest version https://www.8theme.com/download-plugins/ . If the issue still persists after that, provide us with FTP credentials.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 24, 2015 at 20:45

    Hello,

    Try to use this code in Theme Options > Custom CSS > Custom CSS for desktop:

    .header-logo img {
        max-width: 100% !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 24, 2015 at 20:43

    Hello,

    You need edit that file in wp-content/plugins/woocommerce/templates/checkout directory, and remove the one you uploaded to wp-content/themes/woopress/woocommerce/checkout directory.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 24, 2015 at 20:40

    Hello,

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

    .product-information .email-link {
      display: none;
    }

    and this code in Custom CSS for desktop:

    .product-information .yith-wcwl-add-to-wishlist {
        display: none;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 24, 2015 at 20:34

    Hello,

    Please show a screenshot where you see those fonts.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 24, 2015 at 20:29

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 24, 2015 at 20:26

    Hello,

    As we told you before “we can’t guarantee that such problem won’t happen again because changes depends on WPML plugin more than on us.
    Also we recommend to make back up before each update of a plugin or theme”.

    Have you created back up before updating plugins?
    Try to restore your site from the backup.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 24, 2015 at 20:19

    Hello,

    I’ve checked the code on a test site with the latest theme version and it works fine.
    You need to update your theme and required plugins as you are using very old version.


    Don’t forget to create back up of your files and database before starting update process!

    Before update delete “woocommerce” folder in the directory wp-content/themes/royal/ and it’ll be reuploaded from a new theme package.


    (it’s for Legenda theme but the process is the same).

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 24, 2015 at 20:16

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • 1 2 3 278 279 280 1,045 1,046 1,047
    Viewing 8,370 results - 8,341 through 8,370 (of 31,382 total)
Viewing 30 posts - 8,341 through 8,370 (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.