Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • I am using CloudFlare and W3 Total Cache, and I finally got the slider and feature image zoom to work.

    What I did was individually Cache Purge (in CloudFlare Settings Overview Tab) each of the old Customizr .js files in /wp-content/themes/customizr/inc/assets/js/ and /wp-content/themes/customizr/inc/assets/js/fancybox

    wp-content/themes/customizr/inc/assets/js/bootstrap.js
    wp-content/themes/customizr/inc/assets/js/bootstrap.min.js
    wp-content/themes/customizr/inc/assets/js/holder.js
    wp-content/themes/customizr/inc/assets/js/modernizr.js
    wp-content/themes/customizr/inc/assets/js/modernizr.min.js
    wp-content/themes/customizr/inc/assets/js/retina.js
    wp-content/themes/customizr/inc/assets/js/retina.min.js
    wp-content/themes/customizr/inc/assets/js/tc-scripts.js
    wp-content/themes/customizr/inc/assets/js/tc-scripts.min.js
    wp-content/themes/customizr/inc/assets/js/fancybox/jquery.easing-1.3.pack.js
    wp-content/themes/customizr/inc/assets/js/fancybox/jquery.fancybox-1.3.4.js
    wp-content/themes/customizr/inc/assets/js/fancybox/jquery.fancybox-1.3.4.min.js
    wp-content/themes/customizr/inc/assets/js/fancybox/jquery.fancybox-1.3.4.pack.js
    wp-content/themes/customizr/inc/assets/js/fancybox/jquery.mousewheel-3.0.4.pack.js

    Once I purged those files on CloudFlare the sites worked perfectly!

    Hope this helps some of you.

    Thank you,
    Sarah

    Thread Starter optymizer

    (@optymizer)

    Hi,

    With the help of WPML, I figured out what the issue was. The attributes were set up wrong in the beginning. They were created on the product and in Hebrew and we should have created them in the attributes section under products and first made them in English and then translate them in WPML.

    Then I go into the variable products and add the attributes as normal.

    It is working so far…

    Thread Starter optymizer

    (@optymizer)

    The chat provider makes you choose from their buttons or upload your own and the code includes the button you pick from the setup. I don’t think it would work… Although it might, I just don’t have the time to try it out.

    My solution: I included the chat code on the site without a button. It just pops up to invite a visitor after 10 seconds. I might just include the button on the contact us page and be done with it.

    Thank you both for your help and I might try this out someday… 🙂

    Sarah

    Thread Starter optymizer

    (@optymizer)

    Thank you!

    How would I get the widget area to show inside the nav bar box? What hook do I use instead of __after_header?

    The snippet shows only an example for placing it under the header.

    Thank you,
    Sarah

    Thread Starter optymizer

    (@optymizer)

    It took me a while (and a lot of trial and error), but I found this plugin:

    Custom JavaScript Editor

    And after creating the menus and placing the CSS as stated here I placed inside the Custom JavaScript Editor this code:

    /*global document */
    jQuery(document).ready(function () {
        "use strict";
        jQuery('.menu .dropdown a').click(function (e) {
            e.preventDefault();
            if (jQuery(this).parent().children('.sub-menu:first').is(':visible')) {
                jQuery(this).parent().children('.sub-menu:first').hide();
            } else {
                jQuery(this).parent().children('.sub-menu:first').show();
            }
        });
    });

    and checked the box to “Load also: JQuery” on the right.

    It makes the menu item dropdown when you click the link (instead of going to the linked page) http://kinglocksmiths.com/washington-dc-locksmith/

    Hope this helps someone… 🙂

    Thread Starter optymizer

    (@optymizer)

    I think I will wait for the new version.

    Thank you!
    Sarah

    Thread Starter optymizer

    (@optymizer)

    I finally figured it out. It was an issue with the WPML plugin and string translations. After I updated the WPML plugins, there were new URL strings to translate and once those were translated, the products showed up correctly.

    Thank you for your quick response!

    Sarah

    Thread Starter optymizer

    (@optymizer)

    Thank you! It works like a charm.

    -Sarah

    Thread Starter optymizer

    (@optymizer)

    Wow! Thank you. It works!

    http://unlockalock.ca/

    Is there a way that I can make the text of the phone number bigger (just the phone number)? If it has to be all the text that is great, too!

    -Sarah

Viewing 9 replies - 1 through 9 (of 9 total)