Forum Replies Created

Viewing 30 posts - 211 through 240 (of 418 total)
  • Avatar: laranz
    Laranz
    Participant
    August 4, 2017 at 05:46

    Hi,

    Did you follow these steps? https://www.8theme.com/topic/default-ecommerce-4/page/2/#post-168496

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    August 2, 2017 at 16:24

    Hi,

    1. You can install the plugin, translate the strings, generate the .mo files, and you can deactivate the plugin, it won’t create any issues in that way.

    OR

    2. You can manually translate the strings using POEdit, or some of the tools noted in the codex, https://make.wordpress.org/polyglots/handbook/tools/other-translation-tools/

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    August 2, 2017 at 16:07

    Hi,

    1. I activate the Child theme.
    2. Disable the JS Minify in w3 Cache,
    3. Now take a look. 🙂 ( Clear your browser and w3 Cache, just in case. )

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    July 31, 2017 at 12:50

    Hi,

    Glad we helped. 🙂

    Let us know if you have any other questions,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    July 30, 2017 at 15:05

    Hi Peter,

    I test the child theme before sending that to you, Screenshot: http://take.ms/7gcLc Can you double check you include all the files or trying my child theme alone?

    Try enable the WP_DEBUG in the test phase, so that any files missing will be displayed as error.

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    July 26, 2017 at 11:20

    Hi,

    So the issues are all solved?

    Let us know if you have any other questions,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    July 25, 2017 at 22:51

    Hi,

    Glad you got it fixed. 🙂

    Let us know if you have any other questions,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    July 25, 2017 at 22:18

    Hi,

    Make sure you restart apache, https://forums.cpanel.net/threads/increase-max_input_vars-in-php-ini-whm.371352/#post-1498802

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    July 25, 2017 at 21:14

    Hi,

    Can you check with the kb article about this, http://support.aa-team.com/knowledgebase-details/94

    Also try the knowledge base of that particular product, http://support.aa-team.com/search-knowledgebase/3057503/sync/ and give it a read, you may found any clue for that.

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    July 25, 2017 at 21:01

    Hi,

    Glad it get fixed 😉 Yes, I already forward that to the developers, so that can be fixed in the upcoming update. ( No, ETA yet. )

    Sure, I will check that ticket too. 🙂

    Let us know if you have any other questions,

    If you’re happy with our service, don’t forget to rate us 5 stars in themeforest. 🙂

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    July 25, 2017 at 20:40

    Hi,

    I got it, can you try this little fix, /wp-content/themes/royal/js/etheme.js and around line #610 you will find this function. ( Use WPIDE plugin for editing the theme file in the Dashboard area, it is easy than FTP. )

        function et_update_favicon() {
            var itemsCount = $('.cart-summ').data('items-count');
            var enableBadge = $('.shopping-container').data('fav-badge');
            var favicon = new Favico({
                animation : 'popFade',
                fontStyle : 'normal',
            });
            
            if (enableBadge == 'enable') {
                favicon.badge(itemsCount);
            }
        }

    change that to,

        function et_update_favicon() {
            var itemsCount = $('.cart-summ').data('items-count');
            var enableBadge = $('.shopping-container').data('fav-badge');
            
            
            if (enableBadge == 'enable') {
                var favicon = new Favico({
                    animation : 'popFade',
                    fontStyle : 'normal',
                });
                favicon.badge(itemsCount);
            }
        }

    clear the cache after this change, if that still show the error then, comment the code at line #624, it looks like this,

    et_update_favicon();

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    July 25, 2017 at 20:00

    Hi @Waqas,

    Glad we helped. 🙂

    Most of the plugins works out of the box, but some plugins cause issues you need to check the website functionality after installing the plugin. Unfortunately this is the only way to find the compatible plugin.

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    July 25, 2017 at 19:32

    Hi,

    The update will come around the end of this week. 🙂

    Let us know if you have any other questions,

    Thanks,
    laranz.

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

    Hi,

    It will come around the end of this week.

    Let us know if you have any other questions,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    July 25, 2017 at 19:24

    Hi,

    It is because that we’re using a script that will add the number of cart items to the favicon, if you don’t want that feature then go to Theme Options -> General -> Show products in cart count on the favicon and turn it off, and then you can have the fav icon in your subdomain.

    If you want this neat little feature, then you should keep your fav icon in your current domain. Hope this helps.

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    July 25, 2017 at 18:43

    Hi,

    I thought it will be simple, but it isn’t. I run an extra mile for you. Use this Child theme: http://take.ms/N66ky for that. In case you already have the child theme then use the files and added that to the child theme, it will enable the figcaption for the image gallery popups. 🙂

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    July 25, 2017 at 07:08

    Hi,

    They will reply, because it is a server side setting. 🙂

    Let us now,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    July 25, 2017 at 07:01

    Hi Peter,

    Sorry for the inconvenience caused, I am not sure how I missed your ticket, I apologies for that. Can you please pass me the WP Login details, and also FTP Login details, and the problematic page, so that I can debug and fix that for you.

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    July 25, 2017 at 06:51

    Hi @pablostevens,

    I will remind rose about this, she will send the files asap.

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    July 25, 2017 at 06:23

    Hi,

    1. Don’t copy the whole file to the child theme, just copy that function alone and make the necessary edit, but did the CSS I gave works?
    2. Also the CSS is indeed loading, http://take.ms/mMgAH like I said, the options from theme options load first, you can change the settings in the Theme Options page, other settings you can override in the child, if you want to override the theme options settings, you need to use !important in the style.css.

    Make sure there is no error in the style.css like a missing curly braces, { or } in that case also few styles will be omitted. Double check that.

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    July 25, 2017 at 05:50

    Hi,

    Hosting provider can help you, probably they already have a kb article about changing the .htaccess file, if not give it a try with their support guys.

    Try this solution, https://stackoverflow.com/a/13871027 just in case.

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    July 24, 2017 at 12:55

    Hi,

    1. You can change that value via Theme Options -> Page Heading, in case you want some other settings other that that, you can use this CSS class.

    .page-heading #breadcrumb, .page-heading .delimeter, .back-history, .page-heading a, .page-heading .woocommerce-breadcrumb, .page-heading .title { }

    2. In theme-functions.php you will see this function, “etheme_breadcrumbs” you can copy paste that in to your child theme and you can edit that according to your needs. The line you need to edit is, #3181.

    Or try this Custom CSS,

    #breadcrumb a::after {
        content: ' > ';
    }
    .delimeter {
        display: none;
    }

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    July 24, 2017 at 12:11

    Hi,

    Can you try upload the favicon in the same domain and see that error goes away? If the error goes away, then you need to tweak the server’s .htaccess correctly. Ask your server hosting guys about this in case of doubt, and you’re using CDN or something.

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    July 24, 2017 at 10:32

    Hi,

    Exactly where this error occurs? Can you pass that URL, I checked in the home page and the kollection page, both didn’t show this.

    The Popup Problems, I already replied, hope it solved 😉

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    July 24, 2017 at 10:20

    Hi,

    It should work @Royalty, if the same error occurs try disable all the plugins except woocommerce and see that fixes, also make sure you configure the server correctly for http/2, if still you got that, enable the storefron theme ( WooCommerce default theme ) if the error comes from that means, something is wrong with the configuration/plugin.


    @Waqas
    tried with the Storefront theme?

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    July 24, 2017 at 10:08

    Hi,

    1. Use this Child theme: http://take.ms/6RCTI
    2. You can adjust these settings http://take.ms/uF9jJ to get the similar effect.

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    July 24, 2017 at 09:58

    Hi,

    Yes in that case, add the png in to that list. 🙂

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    July 24, 2017 at 09:56

    Hi,

    Glad we helped. 🙂

    Let us know if you have any other questions,

    If you’re happy with our service, don’t forget to rate us 5 stars in themeforest. 🙂

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    July 24, 2017 at 09:29

    Hi,

    Please try this solution: http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-custom-menu-items-limit-in-wordpress/ if that didn’t work, please pass us the WP and FTP Login details, so that we can check what’s going wrong.

    Let us know,

    Thanks,
    laranz.

    Avatar: laranz
    Laranz
    Participant
    July 24, 2017 at 09:11

    Hi,

    You’re talking about any plugin? Did you contact the plugin author about this issue?

    Let us know,

    Thanks,
    laranz.

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