Forum Replies Created

Viewing 30 posts - 3,751 through 3,780 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    May 18, 2016 at 14:02

    Hello,

    As you can see there is title “Sign In” in the code:
    <?php if(class_exists('Woocommerce')): ?><li class="login-link"><a href="<?php echo get_permalink( get_option('woocommerce_myaccount_page_id') ); ?>"><?php _e( 'Sign In', ETHEME_DOMAIN ); ?></a></li><?php endif; ?>
    so it edits Sign In link.

    Have you created child theme?
    Create it and create functions.php file inside the child theme folder.

    Again if you have difficulties would be better if you hire a developer.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 18, 2016 at 13:58

    Hello,

    I’ve replied in your other topic. Please check it.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 18, 2016 at 13:58

    Hello,

    I’ve edited the code to this one:

    @media screen and (max-width:480px){
      .shopping-cart-widget .cart-summ > a:before{
       right:0px;
       left: 25px;
      }
    .header5 .shopping-cart-widget .cart-summ > a {
        color: transparent;
    }
    }

    Please check.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 18, 2016 at 13:48

    Hello,

    I’ve added this code:

    .top-bar .wishlist-link {
        margin-right: -5px !important;
    }

    Clear browser cache and check now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 18, 2016 at 13:37

    Hello,

    As I told you you need remove “Products” element in Shop page. Products will be shown anyway because you set your products page as Shop page in Woocommerce > Settings > Products > Display.
    You don’t need that element there.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 18, 2016 at 13:33

    Hello,

    In the previous topic you were told how to add code in child theme:

    To add the code to child theme you need copy whole function code and add it to functions.php file in the child theme:

    if(!function_exists('etheme_top_links')) {
        function etheme_top_links() {
            ?>
                <ul class="links">
                    <?php if ( is_user_logged_in() ) : ?>
                        <?php if(class_exists('Woocommerce')): ?> <li class="my-account-link"><a href="<?php echo get_permalink( get_option('woocommerce_myaccount_page_id') ); ?>"><?php _e( 'Your Account', ETHEME_DOMAIN ); ?></a>
                        <div class="submenu-dropdown">
                            <?php  if ( has_nav_menu( 'account-menu' ) ) : ?>
                                <?php wp_nav_menu(array(
                                    'theme_location' => 'account-menu',
                                    'before' => '',
                                    'after' => '',
                                    'link_before' => '',
                                    'link_after' => '',
                                    'depth' => 4,
                                    'fallback_cb' => false
                                )); ?>
                            <?php else: ?>
    		                    <h4 class="a-center install-menu-info">Set your account menu in <em>Apperance > Menus</em></h4>
                            <?php endif; ?>
                        </div>
                    </li><?php endif; ?>
                            <li class="logout-link"><a href="<?php echo wp_logout_url(home_url()); ?>"><?php _e( 'Logout', ETHEME_DOMAIN ); ?></a></li>
                    <?php else : ?>
                        <?php
                            $reg_id = etheme_tpl2id('et-registration.php');
                            $reg_url = get_permalink($reg_id);
                        ?>
                        <?php if(class_exists('Woocommerce')): ?><li class="login-link"><a href="<?php echo get_permalink( get_option('woocommerce_myaccount_page_id') ); ?>"><?php _e( 'Sign In', ETHEME_DOMAIN ); ?></a></li><?php endif; ?>
                        <?php if(!empty($reg_id)): ?><li class="register-link"><a href="<?php echo $reg_url; ?>"><?php _e( 'Register', ETHEME_DOMAIN ); ?></a></li><?php endif; ?>
                    <?php endif; ?>
                </ul>
            <?php
        }
    }

    and edit only this part:
    <?php if(class_exists('Woocommerce')): ?><li class="login-link"><a href="<?php echo get_permalink( get_option('woocommerce_myaccount_page_id') ); ?>"><?php _e( 'Sign In', ETHEME_DOMAIN ); ?></a></li><?php endif; ?>

    This code <a href="<?php echo get_permalink( get_option('woocommerce_myaccount_page_id') ); ?>"> gives the link of My Account page, you can replace it with your url, just replace <?php echo get_permalink( get_option('woocommerce_myaccount_page_id') ); ?> with your page link.

    If you have difficulties editing the code we suggest you to hire a freelancer who will make all customizations you need.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 18, 2016 at 13:25

    Hello,

    That topic is already answered by our colleague:

    Hello Anna,

    please add following code to your custom css:

    @media screen and (max-width:480px){
    .shopping-cart-widget .cart-summ > a:before{
    right:0px;
    }
    }

    Regards,
    Stan Russell.

    Please check it.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 18, 2016 at 13:19

    Hello,

    Please use this css code:

    .woocommerce-checkout-review-order-table .order-total span.amount {
        font-family: Handlee !important;
        font-size: 19px;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 18, 2016 at 13:13

    Hello,

    Where have you added the code?
    Please specify the file.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 18, 2016 at 13:10

    Hello,

    Please read how to activate registration page https://www.8theme.com/demo/docs/legenda/index.html#!/registration_page .

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 18, 2016 at 13:04

    Hello,

    Please update the theme to 3.0 version.
    If you update WordPress you have to update Visual Composer plugin too. Download it here https://www.8theme.com/download-plugins/ and install via FTP.

    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!

    <iframe width=”560″ height=”315″ src=”https://www.youtube.com/embed/KdWESIIPU1k&#8221; frameborder=”0″ allowfullscreen></iframe>

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 18, 2016 at 11:31

    Hello,

    Sorry, but you have to enable the option manually.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 18, 2016 at 11:30

    Hello,

    1. Use this code in custom.css file:

    .top-bar .wishlist-link {
        margin-right: -5px;
    }

    2. Use this css code:

    .header-type-7 .top-bar .container {
       margin-bottom: -4px;
    }

    3. Add the following code in custom.css:

    .main-nav .menu > li > a {
        padding: 5px 5px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 18, 2016 at 11:17

    Hello,

    “Sign In” and “My Account” links redirect to one woocommerce page, but you want to redirect them to different pages.
    We don’t provide such customization.
    As this is Woocommerce configuration you may contact their support or search for some of extensions they provide.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 18, 2016 at 11:09

    Hello,

    I’ve just tried to share a product to Facebook and image is shown:
    http://storage6.static.itmages.com/i/16/0518/h_1463566103_8461025_1c0d3a890e.jpeg

    Please specify a product you have issues with.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 18, 2016 at 11:06

    Hello,

    Remove “Products” element you added to your Shop page and check search form then.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 18, 2016 at 10:53

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 18, 2016 at 10:46

    Hello,

    Please show a direct page where hover image isn’t shown and specify for what product.
    May we reupload the theme files?
    Please create a back up.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 18, 2016 at 10:37

    Hello,

    Unfortunately we can’t recommend you any of such plugins.

    Those image sizes are suggested to use to display product images properly.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 18, 2016 at 10:34

    Hello,

    The phone number in top bar can’t be clicked even on desktop.
    Had it worked before?
    Are you using any plugin for “click to call” option?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 18, 2016 at 10:20

    Hello,

    Thank you for the feedback!
    You can change the label in the file wp-content/themes/woopress/woocommerce/loop/sale-flash.php in line 25.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 18, 2016 at 10:14

    Hello @panbill,

    Please specify what exactly you want to achieve.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 18, 2016 at 10:01

    Hello,

    The link you provided isn’t active.
    Please check it and specify what we should find in the archive.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 18, 2016 at 08:44

    Hello,

    Try the following variant:

    .header-type-7 .header .tbs span::before {
        content: "\f129";
        background: none;
        font-family: FontAwesome;
        color: #DBAA56;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 18, 2016 at 06:19

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 18, 2016 at 06:18

    Hello,

    I’ve already installed the plugin to regenerate thumbnails. You can view it in wp-admin > Tools > Regen. Thumbnails.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 17, 2016 at 19:14

    Hello,

    Sorry, but your last post is unclear.
    Please clarify it.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 17, 2016 at 19:13

    Hello,

    Please update the theme to the latest version.
    Before update delete “woocommerce” folder in the directory wp-content/themes/woopress/ and it’ll be reuploaded from a new theme package.
    Also update all required plugins (Ultimate VC Addons, Visual Composer, Revolution Slider etc.) https://www.8theme.com/download-plugins/ via FTP.

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


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

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 17, 2016 at 18:56

    Hello,

    Please show on a screenshot what blocks you mean and how they are displayed on your side.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 17, 2016 at 18:53

    Hello,

    I’ve disabled fixed header and changes have been saved successfully. Please check.
    Try to clear browser cache/cookies and check Theme options again.

    To change logo in the fixed header go to Theme Options > Header > Logo image for Fixed header.

    Regards,
    Eva Kemp.

  • 1 2 3 125 126 127 1,045 1,046 1,047
    Viewing 3,780 results - 3,751 through 3,780 (of 31,382 total)
Viewing 30 posts - 3,751 through 3,780 (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.