Forum Replies Created

Viewing 30 posts - 24,511 through 24,540 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    December 1, 2014 at 11:55

    Hello @MetistoWEB,

    You shouldn’t worry about this notice.
    It won’t affect your site work.
    The issue will be fixed in the next update.

    Sorry.
    Thank you for understanding.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    December 1, 2014 at 11:51

    Hello,

    To fix the issue with images add this code into custom.css file:

    @media (max-width: 480px) { .products-list .product .product-image-wrapper img {
        width: 50% !important;
    }
    }

    How to create custom.css you can watch in this tutorial.

    Also as I see you have old theme version.
    Please update it to 2.4.1 and check blog sidebar after that.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    December 1, 2014 at 11:42

    Hello @eduardenter,

    Please provide us with wp-admin panel credentials as well.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    December 1, 2014 at 11:38

    Hello,

    I’ve updated the theme and the slider is working now.

    Please check.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    December 1, 2014 at 11:36

    Hello,

    We’ve fixed the issue with pagination.
    Please check it and clear browser cache before.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    December 1, 2014 at 11:26

    Hello,

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

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    December 1, 2014 at 11:25

    Hello,

    We’re glad you’ve found the solution.
    If there are any questions let us know.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    December 1, 2014 at 09:54

    Hello,

    Please provide us with FTP credentials as well.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    December 1, 2014 at 09:52

    Hello,

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

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    December 1, 2014 at 09:47

    Hello,

    Thank you for your attentiveness.
    We’ve taken this into our account and will fix it in the next update.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 29, 2014 at 19:51

    Hello,

    Please provide us with wp-admin panel credentials in Private Content to check it and the link to your post with video.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 29, 2014 at 19:50

    Hello,

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

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 29, 2014 at 19:48

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 29, 2014 at 19:47

    Hello,

    Do you want to remove only one line under the menu and how can you change the line under the menu?
    Please clarify.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 29, 2014 at 19:46

    Hello,

    Thank you for sharing the information.

    Have a nice day.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 29, 2014 at 19:45

    Hello @jh428,

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

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 29, 2014 at 19:44

    Hello,

    Please add this code into custom.css file:

    .search .et-mega-search form input[type="text"], .shopping-cart-widget .cart-summ > a {
        font-weight: bold !important;
    }

    How to create custom.css you can watch in this tutorial

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 29, 2014 at 19:41

    Hello,

    Please add this code into custom.css file:

    .header7 .logo img {
        max-width: 400px !important;
    }

    How to create custom.css you can watch in this tutorial.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 29, 2014 at 19:34

    Hello,

    I’ve added this code to custom.css to fix the padding issue with prefooter:

    .footer {
       margin-top: -50px !important;
    }

    Do you want to remove borders from titles or footer?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 29, 2014 at 19:01

    Hello,

    Sorry, but there is no possibility to make banners clickable, you need click the chain icon to be redirected to a project page:
    http://imgur.com/btcmJyn

    You can disable larger image opening in Theme Options > Portfolio > Enable Lightbox For Projects > Off.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 29, 2014 at 18:53

    Hello,

    In order to display a thumbnail on a brand page you need add this code in wp-content/themes/legenda/woocommerce/archive-product.php after the line <?php etheme_category_header();?> (line 61):

     <?php
                global $wp_query;
                $cat = $wp_query->get_queried_object();
                $image = '';
                if(empty($cat->term_id) && !is_search()){
                    $image = etheme_get_option('product_bage_banner');
                }else{
                    $thumbnail_id = get_woocommerce_term_meta( $cat->term_id, 'thumbnail_id', true );
                    $image = wp_get_attachment_url( $thumbnail_id );
                }
                
                if($image && $image !=''){
                    ?> 
                        <div class="grid_slider">
                            <img class="cat-banner" src="<?php echo $image ?>" /> 
                        </div>
                    <?php
                } ?>

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 29, 2014 at 18:25

    Hello,

    Yes, I’ve removed the code

    .single-product-page .product-info .price {
        display: none;
    }

    and the price is shown now.

    Please check.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 29, 2014 at 18:05

    Hello,

    The problem is caused by one of your plugins.
    Please deactivate them one by one to find out what plugin is causing the issue.
    Also I’ve updated Visual Composer plugin for you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 29, 2014 at 17:29

    Hello,

    Please add this code into custom.css file:

    .main-nav .menu > li > a {
        color: #F00 !important;
    }

    Replace color value with yours.

    .main-nav {
        border-bottom: none !important;
    }

    How to create custom.css you can watch in this tutorial.

    To change font weight as on the other site you need add this code:

    .main-nav .menu > li > a {
        font-size: 12px !important;
        font-weight: bold !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 29, 2014 at 17:00

    Hello @vasikgreif,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 29, 2014 at 16:58

    Hello,

    Sorry but there is no such possibility in the theme.
    You may try to use some plugins.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 29, 2014 at 16:47

    Hello,

    I’ve installed Woocommerce plugin and now the site is working fine.
    Please check.
    You can update the theme downloading the package http://themeforest.net/item/royal-multipurpose-wordpress-theme/8611976 and follow our instruction: https://www.8theme.com/demo/docs/royal/#!/installation_upgrade (paragraph “1.5 Theme Upgrade”).

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 29, 2014 at 16:40

    Hello,

    I’ve updated Revolution Slider but you must update the theme to the latest version as well.
    Please provide us with FTP credentials and we’ll update it.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 29, 2014 at 16:34

    Hello,

    Where did you send it?
    Please insert the credentials in Private Content in this topic. When posting a private message write some text in the main post editor as it won’t be sent.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    November 29, 2014 at 16:27

    Hello,

    In this case you need use “read more” button tag for your posts:
    https://www.8theme.com/knowledge-base/using-read-more-button-on-wordpress-blog/

    Thank you.
    Regards,
    Eva Kemp.

  • 1 2 3 817 818 819 1,045 1,046 1,047
    Viewing 24,540 results - 24,511 through 24,540 (of 31,382 total)
Viewing 30 posts - 24,511 through 24,540 (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.