Forum Replies Created

Viewing 30 posts - 15,421 through 15,450 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    May 26, 2015 at 08:42

    Hello,

    In your wp-config.php file I see only $locale='de_DE'; and not $locale ='ko_KO';, but for Korean language you need use prefix ko_KR.
    I’ve edited it.

    Please check your single product page now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 26, 2015 at 08:30

    Hello,

    You had “Just Catalog” option enabled in Theme Options > Shop.
    I’ve disabled it and now “Add to Cart” button is shown.
    Please check.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 26, 2015 at 08:07

    Hello,

    Unfortunately you can add image only for submenu background in your primary menu. Please read our documentation:
    https://www.8theme.com/demo/docs/royal/#!/primary_menu

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 26, 2015 at 07:39

    Hello,

    Try to add this code:

    .header-vertical-enable .page-wrapper .header-type-vertical2 .header-custom-block {
        position: relative !important;
        top: 50% !important;
    }

    instead of this one:

    .header-vertical-enable .page-wrapper .header-type-vertical2 .header-custom-block {
        position: relative !important;
        top: 250px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 25, 2015 at 19:32

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 25, 2015 at 17:56

    Hello,

    I’ve added this code in CSS block in Visual Composer editor of the provided post:
    http://storage1.static.itmages.com/i/15/0525/h_1432572925_8212139_5ce85714b8.png
    Now menu is removed.
    Please check.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 25, 2015 at 17:52

    Hello,

    Some plugin is causing the issue.
    Please disable them one by one to find it out.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 25, 2015 at 17:40

    Hello,

    I’ve changed settings in WPML section.
    Please check now.
    Also add this code in custom.css file:

    .languages-area #lang_sel_list ul li a:hover {
        color: red !important;
    }

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

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 25, 2015 at 17:07

    Hello,

    Please provide us with wp-admin panel credentials.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 25, 2015 at 17:05

    Hello,

    I’ve added the code in functions.php of your child theme:

    if (!function_exists('etheme_logo')) {
        function etheme_logo() {
        	global $panel_filters;
            $logoimg = etheme_get_option('logo');
            $logoimg = apply_filters('etheme_logo_src',$logoimg); 
        	if($panel_filters) {
            	$logoimg = apply_filters('logo_panel_filters',$logoimg); 
        	}
        	?>
            <?php if($logoimg): ?>
                <a href="<?php echo home_url(); ?>"><img src="http://www.brownbagcoffee.co.kr/wp-content/uploads/brownbag/logo_002.svg" alt="<?php bloginfo( 'description' ); ?>" /></a>
            <?php else: ?>
                <a href="<?php echo home_url(); ?>"><img src="www.brownbagcoffee.co.kr/wp-content/uploads/brownbag/logo_002.svg" alt="<?php bloginfo('name'); ?>"></a>
            <?php endif ;
        }
    }

    Please clear browser cache and check the logo.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 25, 2015 at 16:56

    Hello,

    1. If you want to show product categories on one page you need select your Shop page as products page in Woocommerce > Settings > Products tab > Display > Shop Page and in “Shop Page Display” field select “Show categories and subcategories”.
    Then add Woocommerce widgets into Shop Sidebar area in Appearance > Widgets.

    2. You can add Product Categories to your menu and not creating separate pages.
    Go to Appearance > Menus > Screen Options (at the top of the page) > tick “Product Categories” and you’ll see them in the left sidebar and will be able to add to your menu.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 25, 2015 at 16:44

    Hello,

    Please add this code in custom.css file:

    .mobile-nav-heading i {
       margin-right: 5px !important;
    }
    .mobile-nav ul {
        padding-left: 5px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 25, 2015 at 16:11

    Hello,

    Please use this code instead of the previous one:

    .header-type-7 .header .tbs span {
    display:none !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 25, 2015 at 16:09

    Hello,

    As a solution you can try to remove our Register page and use default Woocommerce registration form on My Account page. To enable it go to Woocommerce > Settings > Accounts tab > Registration Options > tick “Enable registration on the “My Account” page” and try to use one of the plugins https://wordpress.org/plugins/easy-captcha/ or https://wordpress.org/plugins/no-captcha-recaptcha-for-woocommerce/screenshots/

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 25, 2015 at 15:01

    Hello,

    We need to get FTP access to your FTP account.
    You should provide us with FTP host, FTP login and FTP password.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 25, 2015 at 14:59

    Hello,

    Sorry but your query is a bit unclear.
    What post do you want to center?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 25, 2015 at 14:53

    Hello,

    Please provide us with FTP credentials.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 25, 2015 at 14:38

    Hello,

    You need log in via FTP to be able to edit site files.
    You need edit wp-content/themes/royal/woocommerce/single-product/related.php file.
    If you don’t know how to connect to FTP account ask your host about it.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 25, 2015 at 13:53

    Hello,

    Unfortunately it can’t be added on the right side of the top bar (except of editing the code), but you can add menu links to the left side using “Place in header top bar” area in Appearance > Widgets and drag Text widget with your content into there.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 25, 2015 at 13:50

    Hello,

    Sorry for misunderstanding.
    Please try to use this code:

    .title::before {
     top: 80% !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 25, 2015 at 13:21

    Hello,

    We’ve passed this issue to our developers.
    Once it’s fixed we’ll let you know.

    Please take our apologies for inconveniences.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 25, 2015 at 13:20

    Hello,

    Could you please show on our demo site how you want the breadcrumbs to be displayed?
    Or specify what font size and font family you want to change breadcrumbs text to.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 25, 2015 at 13:12

    Hello,

    As I see page heading isn’t showing on the page you provided.
    When you disable page heading option in admin panel it removes breadcrumbs section with page title.
    So as I see there is no page heading:
    http://storage3.static.itmages.com/i/15/0525/h_1432555792_4678380_636a280379.png

    Do you want to remove all header?
    http://storage4.static.itmages.com/i/15/0525/h_1432555858_5013011_39c33105b2.png

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 25, 2015 at 13:07

    Hello,

    Add this code in custom.css file:

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

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 25, 2015 at 13:04

    Hello,

    The problem is you have little amount of the related products for those items.
    If you check desktop variant you’ll see there is no slider as for this product, for example, http://staging1.firstclassvitamins.co.nz/products-page/usana-optimizers-usana-vitamins/usana-active-calcium-chewable/ because there are more than 4 related products.
    You need mark more related products for those ptoduct items.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 25, 2015 at 12:50

    Hello,

    Unfortunately for now it can’t be changed.
    We’ll fix it in the next theme release.

    Please take our apologies for inconveniences.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 25, 2015 at 12:49

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 25, 2015 at 12:48

    Hello,

    You can upload your screenshots to some image storage, for example http://imgur.com/ or using dropbox https://www.dropbox.com/ and provide us with links to your images.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 25, 2015 at 12:47

    Hello,

    Please add this code in custom.css file:

    @media (max-width: 480px) {.logo img {
        margin-left: 0;
    }}

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 25, 2015 at 12:41

    Hello,

    a) Add this code in custom.css file:

    1.

    .product_list_widget img {
        width: 100px !important;
    }

    2. Change all values to yours:

    .woocommerce ul.product_list_widget li a {
        font-family: helvetica;
        font-size: 12px;
        color: red;
    }

    3.

    .product_list_widget .amount {
        font-size: 12px !important;
        color: grey !important;
    }

    4. Sorry, but “Add to Wishlist” and “Add to Cart” buttons can’t be added in products widget sidebar.

    b) Use this code in custom.css file:
    1.

    .recent-post-mini > a.postimg img {
        width: 100px !important;
    }

    2.

    .recent-post-mini a {
        font-family: Georgia !important;
        font-size: 12px !important;
        color: red;
    }

    3. You need edit the file wp-content/themes/legenda/framework/widgets.php (line 368) and comment the code:

    <?php _e('by', ETHEME_DOMAIN) ?> <strong><?php the_author(); ?></strong><br>
    <?php the_time(get_option('date_format')); ?>

    Thank you.
    Regards,
    Eva Kemp.

  • 1 2 3 514 515 516 1,045 1,046 1,047
    Viewing 15,450 results - 15,421 through 15,450 (of 31,382 total)
Viewing 30 posts - 15,421 through 15,450 (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.