Forum Replies Created

Viewing 30 posts - 361 through 390 (of 418 total)
  • Avatar: laranz
    Laranz
    Participant
    June 27, 2017 at 07:16

    Hi,

    It seems some plugin override the style, I added this style in the child theme’s style.css

    .woocommerce-product-search input[type=search] {
        -webkit-appearance:none !important;
    }

    can you now take a look?

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 27, 2017 at 06:24

    Hi,

    The site you shared isn’t opening, I even tried with the VPN it didn’t load, can you make sure it is the right URL, if you have any country related block please remove it until we solve the issue.

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 27, 2017 at 06:21

    Hi,

    Is the issue fixed?

    Let us know if you have any other questions,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 27, 2017 at 06:19

    Hi,

    Did the purchase code you have shared is already used in another website?

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 27, 2017 at 06:02

    Hi,

    1. I added the comma in the line #192 of content-product.php

    echo ‘‘ . $term->name . ‘,’;

    remove that.

    2. You need to recreate the .po file using POEdit or edit the Brand name directly in line#186 of the same file.

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 26, 2017 at 12:17

    Hi,

    Sorry for the inconvenience caused, I forget to paste the link for the file, here it is: http://take.ms/1aIWI

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 26, 2017 at 11:10

    Hi,

    Use this content-product.php inside your woocommerce folder in the child theme, I edited the line #183 to #196 you can edit it according to your needs, you can also move that part to anywhere you want.

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 26, 2017 at 10:50

    Hi,

    Can you try activate the parent theme and see what you got? If that still shows the error, then try disable all the plugins except the recommended once.

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 26, 2017 at 09:53

    Hi,

    Can you show us your website address? It is little customization, but I can guide you. 🙂

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 26, 2017 at 08:47

    Hi,

    It seems you set the shop page as the front page, so you can change the title for htat in Yoast go to SEO -> Titles and Metas -> Post Types -> Custom Post Type Archives -> Products -> Title

    Shop Title

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 26, 2017 at 08:06

    Hi,

    Make sure the post format is Standard, and you have attached featured image for each post. https://en.support.wordpress.com/featured-images/ ( an example it is from wordpress.com, but the concept is same. )

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 26, 2017 at 07:19

    Hi,

    Sorry for the inconvenience caused. You can translate those texts using this https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/ ( Use either Loco-translate plugin or POEdit of your choice ), it is coming from the Woocommerce plugin itself, so you need to translate the plugin not the theme.

    Choose Loco Translate -> Plugins -> Woocommerce -> Create a new Language -> Choose English -> Change the text and click Save. 🙂

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 26, 2017 at 06:28

    Hi,

    Make sure you have this file, /wp-content/themes/classico/framework/theme-functions.php that is where the function ‘etheme_is_activated’ exists. If you still facing issues please pass us the WP and FTP login details in the private content, we will take a look at the issue.

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 26, 2017 at 06:25

    Hi,

    Yes it is. 🙂 I run with the latest WordPress and WooCommerce in my local setup with Classico latest theme without any issue.

    If you have any troubles, please Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 26, 2017 at 05:41

    Hi Marcin,

    Can you try adding this in to your child theme’s functions.php?

    add_action( 'woocommerce_product_query', 'theme8_onsale_items' );
    function theme8_onsale_items( $q ){
    
        $product_ids_on_sale = wc_get_product_ids_on_sale();
        $q->set( 'post__in', $product_ids_on_sale );
    
    }

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 26, 2017 at 05:17

    Hi,

    Download this file and unzip it: http://take.ms/8imKv . If you don’t have a child theme create one, then create a folder named woocommerce in it, and then add this file content-single-product.php in to that folder, it will do. It add the brands next to the categories in the single product page.

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 26, 2017 at 04:41

    Hi,

    Can you explain this a little bit more? “I’m looking to add a second custom tab into the “additional product option” that your theme created” with a screenshot what you try to create, so that we may guide you the process.

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 26, 2017 at 04:31

    Hi,

    What do you meant Visual Composer is not working? I created a dummy page with the Visual Composer named “Test” http://YOURWEBSITE.com/mainsite/wp-admin/post.php?post=29087&action=edit and it works without any issue.

    If that is wrong, can you give us the steps to recreate the issue, so that we can try to help you with the issue.

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 26, 2017 at 04:13

    Hi,

    Glad we helped. 🙂

    Let us know if you have any other questions,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 26, 2017 at 04:10

    Hi,

    If you’re using a Child theme ( if not, create one ) and copy the search-results.php in to your child theme, and change the line #51 S

    $args['count'] = 3;

    Screenshot: http://take.ms/d0aBs

    to any greater value,

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 26, 2017 at 03:49

    Hi,

    Thanks for your suggestions, you can make a full request here: https://www.8theme.com/topic/feature-requests/ if that is helpful for others and request by other, our developers are happy to implement that. 🙂

    Let us know if you have any other questions,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 26, 2017 at 03:09

    Hi,

    Try our demo if that works in your mobile, then try disable all the plugins except the recommended plugins by 8theme and activate the parent theme ( if you have the child theme active ), clear the cache and see that works, so that we can find what cause that.

    If that works, then revert the step one by one like activate the child theme first then see the issue is there or not, then activate the plugin one by one.

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 26, 2017 at 02:27

    Hi,

    Can you show us a screenshot about the issue, I tried to load the website but there is no background image appears briefly. So that we can help you to resolve the issue.

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 25, 2017 at 20:11

    Hi,

    This three files needs updating,

    royal/woocommerce/checkout/form-billing.php
    royal/woocommerce/checkout/form-shipping.php
    royal/woocommerce/myaccount/form-edit-address.php

    copy the same files from wp-contents/plugins/woocommerce/templates folder or from a zip downloaded from the WP Plugin repo of Woocommerce plugin. I will notify this with the developers to fix that in the next version.

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 25, 2017 at 19:31

    Hi,

    I saw that the revolution slider is working on the website you shared, did you solve the issue?

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 25, 2017 at 14:49

    Hi,

    It seems you’re not activating the theme yet, go to Theme Options -> and put the Envato Purchase code. If you get the error after you’re entering the code means, please pass us the Purchase code in the Private content, we will look in to it, and update you.

    You can get the Envato Purchase code here: https://prnt.sc/d23p2c

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 25, 2017 at 13:04

    Hi,

    Did you try this? Go to Theme options -> Blog Layout -> Sidebar position = No Sidebar.

    Screenshot: http://take.ms/W9fvS

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 24, 2017 at 14:22

    Hi,

    Can you also share the URL of the page where it contains the search box, I couldn’t find one.

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 23, 2017 at 08:00

    Hi Mrt,

    Thank you so much for the help. 🙂

    Let us know if you have any other questions.

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    June 23, 2017 at 07:52

    Hi,

    Try this,

    input[type=search] {
        -webkit-appearance:none;
    }

    If that didn’t work try with the !important. ( Wrap that within the media query )

    Let us know,

    Thanks,
    laranz.

  • 1 2 3 12 13 14
    Viewing 390 results - 361 through 390 (of 418 total)
Viewing 30 posts - 361 through 390 (of 418 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.