Viewing 40 results - 201 through 240 (of 352 total)
  • Author
    Search Results
  • #37899
    Jesse Owens
    Keymaster

    Hi Heather-

    That does seem really weird. Even when I use Firefox, if I’m logged into Amazon, I don’t see the additional password field.

    I glanced at the WooCommerce documentation, and I did notice that there is a setting about automatically creating the password, do you have that enabled?

    #37889
    Jesse Owens
    Keymaster

    Hi Heather-

    You’re right that if you update the theme, your modifications will be lost.

    The ideal way to handle this is to actually create a child theme for Cobalt. When you need to customize a file, you copy it from the parent theme into your child theme (with the same directory structure) and make modifications there. That way, when the theme updates, the files you customize stay like they are, and the parent gets the new updates.

    As an aside, I moved your reply to our other conversation to your other topic thread here.

    #37884
    Heather Spencer
    Guest

    Hi Jesse,
    Sorry for responding to this here, but for some reason, I’m getting a 404 code on the link that goes with this. So anyway, this was what you sent me.

    I was able to see everything you mentioned, with the exception of the Password field after I log in with Amazon. I only see the checkbox to create an account, so it doesn’t quite match your screenshot.

    I did find some CSS rules you can use to tackle each of the other issues though:

    #shipping_address_widget h3, #payment_method_widget h3 {
    font-size: unset;
    }
    #shipping_address_widget h3 a, #payment_method_widget h3 a {
    padding-left: 8px;
    }
    ul.payment_methods li label img {
    width: unset;
    }
    input#createaccount {
    position: relative;
    margin-top: unset;
    }

    These were the results, and a few more questions.

    The first two worked perfectly, yeah ! Thank you so much.

    The third did not because it impacts the CC image on the regular checkout page also, and that was the reason for that stretch code. I just did a Display none to hide the Amazon Pay image.

    The fourth code did not work, and I’ve been struggling with it for hours. For some reason that ” Create Account ” acts differently on the page when you’re not logged in to Amazon Pay, and when you are. I was able to separate the copy left to right from the checkbox on both, but I can’t seem to get the vertical alignment right on both. When I line the checkbox up with the create account copy on one, it’s off on the other. Is there any way to separate the checkbox on the one page from the checkbox on the other page, or is there a way to vertically lock the checkbox up with the copy so that it stays together ?

    And one new question that I was hoping to get the Woocommerce Stripe techs to help with, but they threw it back on the theme. I’m using the Woocommerce Stripe plugin which includes Google Pay and Apple Pay. Google Pay is working other than shipping, which I’m working with their tech on, but Apple Pay is not, and I have no way to test it myself. You have to have a touch Apple device to check it, and I don’t. They’re saying ” It looks like some of the elements are being loaded, but some are not, and the JavaScript to show the button properly is not running properly.”
    Is this something you can help me with ?

    Thanks so much again.
    Best,
    Heather

    Heather Spencer
    Guest

    Hi,
    I just receive notification from Woocommerce that there are issues between my Cobalt Theme and some Woocommerce Template files. It doesn’t look like there’s an upgrade at this point for my theme, so can you please help me sort this out.
    These are the messages from Woocommerce:

    Your theme (Cobalt) contains outdated copies of some WooCommerce template files. These files may need updating to ensure they are compatible with the current version of WooCommerce. Suggestions to fix this:

    Update your theme to the latest version. If no update is available contact your theme author asking about compatibility with the current WooCommerce version.
    If you copied over a template file to change something, then you will need to copy the new version of the template and apply your changes again.

    boldgrid-cobalt/woocommerce/single-product/add-to-cart/grouped.php version 4.0.0 is out of date. The core version is 4.8.0
    
    #37725
    Joseph W
    Keymaster

    Hi Heather!

    I took a look at the Quick View for Single Products in your WooCommerce shop and I believe I have a CSS solution that might work for you. It seems like changing the cart submission form within that window to use a flex row is what you are looking for. The following code should help you get that submit button aligned next to the quantity input field.

    .palette-primary.woocommerce-page .xoo-qv-container.single-product form.cart {
    	flex-direction: row;
    }
    
    .palette-primary.woocommerce-page .xoo-qv-container.single-product form.cart .quantity.input-group {
    	flex: 0;
    }
    

    Please let us know if you have any other questions!

    #37718
    Heather Spencer
    Guest

    Hi Jesse,
    I don’t know if you can help with this one, but I’m having a similar problem with the Quick View ” Add To Cart button. The code that I used for the variable products was

    .xoo-qv-modal .woocommerce-variation-add-to-cart {display: flex; align-items: center; flex-wrap: wrap;}

    But that doesn’t work for the Simple Products, and I can’t find the right selector in the inspection area.

    Anyway, if you can help, that would be fabulous.
    Best,
    Heather

    #37696

    Hello Raf,
    Thank you for your reply.
    Please check out our FAQ for more details about the regex when excluding the pages.
    As for the Yith wishlist, please check out their documentation for caching issues.
    Thanks!

    #37639
    Raf
    Guest

    Thank you. It works. I only use the page cache, I don’t use minification or DB cache (mfunc and _wc_session_ are they present by default?).
    Wocommerce seems to work even without adding “Never cache the following pages:”
    However, for safety, I put them on anyway. Are these the slugs of my woocommerce pages? Why is “*” used for shop? Do I have to add products* to the list as well?
    Some problems only for Yith wishlist, with the numbers on the heart, which disappear on the home page.
    Thanks

    #37677
    Jesse Owens
    Keymaster

    Hi Heather-

    Thanks for the great question, and thanks for choosing the Cobalt WordPress Theme.

    I think I’ve got a simple CSS rule that you can add to your Customize > Advanced > Custom JS & CSS Custom CSS field that should solve this for you:

    .palette-primary.woocommerce-page div.product form.cart, .palette-primary.woocommerce-page div.product p.cart, .palette-primary.woocommerce div.product form.cart, .palette-primary.woocommerce div.product p.cart {
        flex-direction: column;
        align-items: unset;
    }
    

    If that doesn’t do the trick at first, add !important to each rule, like so:

    .palette-primary.woocommerce-page div.product form.cart, .palette-primary.woocommerce-page div.product p.cart, .palette-primary.woocommerce div.product form.cart, .palette-primary.woocommerce div.product p.cart {
        flex-direction: column !important;
        align-items: unset !important;
    }
    #37672
    Heather Spencer
    Guest

    Hi,
    I’m hoping you can help me with the WooCommerce Add To Cart, and GooglePay Button placement. I’m using Cobalt, and have both Variable and Simple Products. The placement of the buttons on the variable products is below the quantity field, which is where I want it, as you can see on this page;
    https:// momentofperception .com/product/glass-cutting-board-affectionate-fawns/

    The placement of the buttons on the simple products is to the right of the quantity field, as you can see on this page;
    https:// momentofperception .com/product/spiral-notebook-ruled-line-acorn-woodpecker-in-winter/

    I have added this code to the PHP to place the Google Pay button below the Add To Cart

    remove_action( ‘woocommerce_after_add_to_cart_quantity’, array( WC_Stripe_Payment_Request::instance(),’display_payment_request_button_html’ ), 1 );
    remove_action( ‘woocommerce_after_add_to_cart_quantity’, array( WC_Stripe_Payment_Request::instance(),’display_payment_request_button_separator_html’ ), 2 );

    add_action( ‘woocommerce_after_add_to_cart_button’, array( WC_Stripe_Payment_Request::instance(),’display_payment_request_button_html’ ), 2 );
    add_action( ‘woocommerce_after_add_to_cart_button’, array( WC_Stripe_Payment_Request::instance(),’display_payment_request_button_separator_html’ ), 1 );

    Can you help me with the code to change the placement of the buttons on the Simple Products ?

    Thank you,
    Heather

    #37636

    Hello Raf,

    Thank you for reaching out.

    Yes, as suggested those pages should be excused from the cache. Woocommernce added a DONOTCACHEPAGE constant to some templates so it’s not necessary, however, it’s best to exclude those pages from the cache. You can check out this article for more details.
    As for the WPML, W3 Total Cache is compatible with the WPML, however, in some cases the Pro extension is needed to improve the caching performance of websites localized by WPML.
    Localization is a type of personalization that makes websites more difficult to scale. This extension reduces the response time of websites localized by WPML.
    Thanks!

    #37633
    Raf
    Guest

    Hi, before I download W3 total cache free version, I would like to know if it works with
    1 – woocommerce
    I read on the net that it is necessary to add “Never cache the following pages:”
    shop*
    cart
    checkout
    my-account
    wishlist/*

    It’s true?
    2 – Is it compatible with wpml or is it only the Pro version?

    #36344
    james Galanti
    Guest

    I am trying to sort my products for their display but nothing works. If I do it manually it reverts to the previous order. I tried using the menu order feature and ran into the same problem.
    I had a plug in that would control the sort order of the categories and thought that might be the problem. I both deactivated and then deleted it and still had the problem. I am using Crio as my theme.

    #35705
    Heather Spencer
    Guest

    Hi Nicole,
    My website is split between WordPress. pages, and WooCommerce pages. I added a plugin called Asset Cleanup that allows me to unload plugins, and css and js code off pages to lighten them up. Everything that goes into the customizer ends up in one file, so I’ve set it up so that the only thing that’s in the customizer deals with the WooCommerce side, which is a lot of code. That way, I can unload that on all the WooCommerce pages. The code that I’m asking about needs to go on all the pages, so if I put it in the customizer, then I can’t unload that large customizer file anymore. So, I don’t have a problem reinserting it if the theme changes. What I don’t understand is why the code works in the Customizer, but not through the Theme Editor. Thanks for any help with this.
    Heather

    #35611
    Joseph W
    Keymaster

    Hi Heather!

    I took a look at your Checkout page and I wrote some CSS that should allow that Create an Account? button to stretch to the length of the other bars on that page.


    .woocommerce-checkout .create-account .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    }
    .woocommerce-checkout .create-account .woocommerce-form__label-for-checkbox span {
    width: 100%;
    }

    That code worked in the development tools in my browser, so hopefully it has the same effect when implemented through your website’s Customizer.

    I think the best place to get help for the issues with the Asset Cleanup plugin is in their public support forums on WordPress.org. Their team should be able to help you write the appropriate enqueue scripts so you don’t have to reload your CSS on every WooCommerce page if you make a change. I also recommend trying out Code Snippets for managing custom PHP scripts on your website. That plugin allows you to add custom PHP without having to directly modify the functions.php file in your theme and should prevent your custom code from being overwritten whenever the theme files are updated.

    Please let us know if you have any other questions for us!

    #35579
    Heather Spencer
    Guest

    Yeah ! Jesse, thank you soooooo much, it worked !!!!!!!!
    It’s so nice to know you guys are here. This is new to me, and it’s been quite a challenge getting things set up, I really have come to admire what you guys do.

    Anyway, if you can help me with two other issues, that would be awesome, but if not, no worries.

    1) On the checkout page, there’s a ” Create an account ? ” bar about halfway down ( right below the PayPal Button ). I’ve been trying to make it the length of the other bars, but I can’t get it to do that on both the desktop and mobile versions. This is the code I have right now

    #customer_address_details > div.woocommerce-billing-fields > div > p.form-row.form-row-wide.create-account.woocommerce-validated > label > span
    { background-image: linear-gradient(180deg, #ce7fed 0%, #2c0a45 20%, #2c0a45 80%, #ba59e0 100%, #ce7fed 100%); padding-right: 14% ; margin: auto; padding-left: 40px; padding-top: 12px; padding-bottom: 12px; }

    You’ll need to put something in the cart to see the checkout page.

    2) As you have already seen, I have WordPress pages, and Woocommerce pages. I’m using ” Asset Cleanup ” to unload as much as I can from each page, to help with page speed. All of the css changes in the customizer go into one file on their unloader, so I made sure I only have Woocommerce oriented changes there, and I unload that off the WordPress pages. My problem is that every time I touch that customizer, it reloads that file, and I have to go back and re-unload it on 10 pages. I’ve read about enqueuing, and it sounds like that’s what I should do with what I currently have in that file, but I’m lost on php coding. I’ve read quite a few how to’s, but they all assume you’re already familiar with that type of coding. Can you either help walk me through it, or point me in the right direction ? If that’s too much, I sure understand.

    Thanks again for all your help.
    Best,
    Heather

    #35574
    Jesse Owens
    Keymaster

    Hi Heather-

    Thanks for reaching out, and thanks for the question about using WooCommerce with the Cobalt WordPress Theme. And a special thanks for helping us comply with the WordPress Forum guidelines by moving your original question over here.

    As I mentioned in the original question, your Custom CSS code here would normally work out-of-the-box with Cobalt, but it looks like you have another Custom CSS rule that’s interfering:

    .container,.infinite-footer-container,.page-template-template-builder-php .entry-content>.twitter-share {
    padding: 0 100px;
    }

    Since that rule uses the general .container class, it’s also adding 100 pixels on both the left- and right-side of your mobile view. I’d modify your Custom CSS rule like this:

    @media screen and (max-width: 768px) { 
    .woocommerce ul.products[class*=columns-] li.product, 
    .woocommerce-page ul.products[class*=columns-] li.product { 
    width: 100% !important; 
    } 
    main.container { padding: 0 10px; }
    }

    That way, you can keep the custom padding on .container as well as make sure that your products are large enough on narrow screens. You can adjust the 10px value to suit your preferences.

    #35570
    Heather Spencer
    Guest

    Hi,
    I’m using your Cobalt theme which I love, thank you for your great work. I’ve got an issue with column width on the woocommerce product listings in the portrait mode of the mobile version. They originally were displaying in two columns, and I’ve used a code to get the product listings into a single column, but it’s only taking up about one half of the available width in portrait mode, so it appears quite small. Is there a way to get that column to use the available space ?

    This is the code I used to get it to the single column. But you’ll see how narrow it is in the mobile version.

    @media screen and (max-width: 768px) { .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product { width: 100% !important; } }

    You can see it on this page https://momentofperception.com/product-category/house_of_cards/generalgreetingcards/
    Thanks for any help.

    #34941
    Lian
    Guest

    Its minify thats causing it. Im using Avada theme.

    It seems to be displaying the mobile header instead of the desktop full header.

    The slider on the home page has text so huge it doesn’t fit in. Better on mobile where its just not centered

    My shop is displaying as 2 huge columns instead of 4 smaller ones. I am using custom css to display 2 columns on mobile so maybe its this?


    @media
    all and (max-width:800px){
    body #wrapper #main ul.products li.product {
    width: calc(100% / 2 – 10px) !important;
    float: left !important;
    clear: inherit;
    margin: 5px !important;
    }
    body #wrapper #main ul.products {
    display: flex;
    flex-flow: wrap;
    }

    @media
    all and (max-width:640px){
    #wrapper .product-category a h2.woocommerce-loop-category__title {
    font-size: 15px !important;
    }}

    Klaus Sperlich
    Guest

    Once again THANK YOU. I wish I would know more about CSS. It is just rare that I run into needing it. So now with the new code: form.woocommerce-product-search button { width: 200px; } all pages have the perfect size search button, even on mobile.
    Again… thank you!
    Klaus

    Joseph W
    Keymaster

    Hi Klaus!

    I took a look at the differences in the style rules for that button between the WooCommerce generated pages and the ones you created on your own, and I might have a solution for you.

    The WooCommerce stylesheet contains that following rule for the search button which only appears to load on pages generated by the plugin:

    .woocommerce .widget_product_search button,
    .woocommerce-page .widget_product_search button {
    flex: 0 0 auto;
    padding: 10px 20px;
    }
    

    If you want the button to look the same on all pages then you could try swapping out the width adjustment in your custom code with the flex and padding settings from the WooCommerce stylesheet. The new code will look like this:

    form.woocommerce-product-search button { flex: 0 0 auto; padding: 10px 20px; }

    Please let us know how the new code works out!

    Jesse Owens
    Keymaster

    Hi Klaus-

    Thanks for reaching out! We’ll be happy to help you get that search button fixed.

    Generally speaking, this is happening due to a style in the Astra theme that you’re using, but you can use a little bit of Custom CSS to fix it. Navigate to Customize > Additional CSS and add this line:

    form.woocommerce-product-search button { width: 200px; }

     

    Klaus Sperlich
    Guest

    Hi,

    The search button text wraps into a second line. It only does that by pages I created, but not by pages like the cart, my account, shop… created by woocommerce. Why does that wrap into second line on pages I created. Where can I change/fix that so it does not wrap into a second line?

    Any help would be appreciated.

    Thank you.
    Klaus

    RJT
    Guest

    In case it helps anybody, like me, searching for a solution to this problem and trying all the suggested answers and coming up blank:

    Another possibility if you have an Apache server is that somewhere in your configuration a required setting is disabled that is required by WordPress/WooCommerce and ‘AllowOverride’ is set to ‘None’. Even though you have the correct settings in your .htaccess file and everywhere else in WordPress, if overrides are disabled the redirects won’t work properly and you’ll get a 404 for the WooCommerce json link.

    Oddly, regular WordPress redirects (ie ‘pretty links’) worked fine for me, so I’m still not entirely sure why redirect for the JSON url failed.

    Jesse Owens
    Keymaster

    Hi Mahmoud-

    Thanks for reaching out and for your interest in the Total Upkeep WordPress backup plugin.

    I’m assuming that you’re referring to Products in the WooCommerce Plugin, please correct me if you’re working with a different plugin for your products.

    WooCommerce creates custom database tables with things like your orders, tax rates, and other things, but it stores your Products in the main wp_posts database table. So that means that if you’re restoring your products, you’ll also be restoring your Pages, Posts, and other Custom Post Types.

    mahmoud
    Guest

    Can i restore products only from Total Upkeep backup ?

    Jesse Owens
    Keymaster

    Hi Joshua-

    Thanks for your interest in W3 Total Cache Pro! Because of the dynamic nature of the WooCommerce Bookings plugin, that content should be excluded from your Page Cache.

    There are two ways you can fix this, the “right” way, and the easy way.

    First, the easy way- you can exclude your bookings pages from the Page Cache. Give your bookings products a category or tag, then add that category or tag to the Performance > Page Cache > Advanced > Never cache pages associated with these categories / Never cache pages that use these tags. Alternatively, you can add /products/* to the Never cache the following pages field.

    Next, the “right” way. You can use Page Fragment Caching Exceptions in your theme template for the booking product. This will preserve the most performance while still allowing your bookings to behave dynamically. The catch is that you will need to make a child theme and edit your theme templates, and place <!–mfunc –> comments around the booking calendar. If you’d like help setting this up, we also offer Premium Services to help you configure this in your Performance > Support menu.

    #33251
    Jesse Owens
    Keymaster

    Hi James-

    Thanks a lot for the clarification, I see what you mean now that the Label for the variations was the light color.

    Here’s a Custom CSS rule you can use in your Customize > Advanced > Custom JS & CSS menu:

    .woocommerce div.product form.cart .variations label {
        color: #333;
    }
    

    The color #333 is based on the text in the paragraph just above the selection box, but you can change that according to your taste. Once you have that CSS rule in place, you can change your background color back to white.

    James Galanti
    Guest

    I used the “variations” option on a product in Woocommerce. When the pull down menu is created for the option, the prompt (say size) is in white and the background is light in color also. I could change the background color which changes it everywhere which I do not want. How do I just change the color of the font of the prompt?
    Thank you for any help that you can provide!

    #33203
    Nicola
    Guest

    Hello,

    I am having an issue with the w3tc_minify option in table wp_options growing indefinitely without getting purged.

    Short version:
    after manually deleting the w3tc_minify option from the database, a WooCommerce product page on my site that used to be generated in 114 msec is now served in 98 msec (full load test using the ab tool).

    Long version:
    my site runs with ~25 minified files in cache/minify. After running the site for more than 1 year, I noticed that option w3tc_minify grew to 145 KB. It contained a list of 320 minified files along the the path of the originating files. Many of the files referenced in there were from older plugin that are not in use anymore, even plugins activated months ago for just a few days. Apparently the various manual purge buttons are not purging this. The option is cached by APC as object cache, still it’s deserialized on each pageview and it probably increases w3tc processing time.

    After manually deleting the option from the wp_options table and purging APC, it is recreated within a few pageviews and it reaches 6 KB only.
    The average time for generating a Wocommerce product page decresed from 114 msec down to 98 msec (-14%).

    Is there a mechanism for purging the content of w3tc_minify ? Is that not working just on my system maybe ?
    Otherwise I would suggest to fully delete that option once a month, so that it does not accumulate garbage over time and it keeps the site running faster. Or at least delete every month the entries containing non-existing files on the filesystem, although this would be a partial cleanup (I had for example entries related to the old hostname the site was running on).

    Regards,
    Nicola

    #33110
    Jesse Owens
    Keymaster

    Hi James-

    Most of the JavaScript in WooCommerce is already minified, so it might not be giving you that much of a boost to minify them using W3TC, and as we’ve seen can sometimes cause unexpected errors.

    There are a couple possibilities to solve this. Probably the easiest is to change the Minify method setting in Performance > Minify > JS to Combine only. That will give you the benefit of having fewer JavaScript requests without the double-minifying issue.

    Alternatively, you could add WooCommerce’s JavaScript assets to the Never minify the following JS files field. I believe the right one in this case is the /wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.min.js, but other JS assets might need to be added as well.

    #33094
    Jesse Owens
    Keymaster

    Hi James-

    Thanks for reaching out, I’m sorry to hear about the issues with your product images.

    I checked out your site, and your product pages don’t look the way that they normally do in the Hydra theme. Normally, a smaller image would be displayed, with the 600-pixel full size only shown as a “preview” when the user hovers over it.
    WooCommerce Product page in the Hydra Theme

    I’m curious if the normal image display is being affected by your Minify settings in W3 Total Cache. Can you disable minify temporarily in your Performance > General menu, and see if that makes your product page look correct? That might also explain the behavior you saw when the Customizer changed, but the front-end of the website did not, if the cache had not been cleared when you checked the page.

    #33090
    James Galanti
    Guest

    I am using the hydra theme with Woocommerce. The pictures on my product page are too large. I went to the Customize > Woocommerce > product image to adjust the image. The Main Image size was set to 600. I reduced it to 300. It changed on the preview screen but it did not change the size on the website. When I went back to the Customize area it was also large there again. My product image sizes are approx 730 x 660. I tried to reduce their size but that just made the image in the product page blurry. Any help would be appreciated.
    Thanks!

    Adrian
    Guest

    hello, I have your W3 Total Cache plugin installed. Your plug was causing a problem with my other All Import plugin. While importing XML I was getting error 500 and time errors. I had to turn off your plug and everything was back to normal. What is the problem and what can we do?

    this error in the logs:
    AH01071: Got error ‘PHP message: B\xc5\x82\xc4\x85d Deadlock found when trying to get lock; try restarting transaction bazy danych WordPressa podczas wykonywania zapytania DELETE FROM wp_wps_index WHERE object_id = 305849 AND object_type_id IN (9,10,11,12,13,14,15,16,20,24) wys\xc5\x82anego przez do_action(‘admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, PMXI_Plugin->adminInit, PMXI_Admin_Import->process, PMXI_Import_Record->process, wp_update_post, wp_insert_post, do_action(‘save_post’), WP_Hook->do_action, WP_Hook->apply_filters, WooCommerce_Product_Search_Admin_Product::save_post, WooCommerce_Product_Search_Indexer->index, Wo
    oCommerce_Product_Search_Indexer->delete_indexes, W3TC\\DbCache_WpdbNew->query, W3TC\\DbCache_WpdbInjection_QueryCaching->query, W3TC\\_CallUnderlying->query, W3TC\\DbCache_WpdbNew->query, W3TC\\DbCache_WpdbInjection->query, W3TC\\DbCache_WpdbNew->default_query\n’, referer: https://[redacted]/wp-admin/admin.php?page=pmxi-admin-manage&id=47&action=update

    #32735
    shoulders
    Guest

    Hi

    I forgot to mention I have these 2 plugins installed
    Yoast SEO v15.5
    Wordfence v7.4.14

    Thanks

    
    <?php exit; ?>{
        "version": "2.0.1",
        "cluster.messagebus.debug": false,
        "cluster.messagebus.enabled": false,
        "cluster.messagebus.sns.region": "",
        "cluster.messagebus.sns.api_key": "",
        "cluster.messagebus.sns.api_secret": "",
        "cluster.messagebus.sns.topic_arn": "",
        "dbcache.configuration_overloaded": false,
        "dbcache.debug": false,
        "dbcache.debug_purge": false,
        "dbcache.enabled": false,
        "dbcache.engine": "file",
        "dbcache.file.gc": 3600,
        "dbcache.file.locking": false,
        "dbcache.lifetime": 180,
        "dbcache.memcached.persistent": true,
        "dbcache.memcached.aws_autodiscovery": false,
        "dbcache.memcached.servers": [
            "127.0.0.1:11211"
        ],
        "dbcache.memcached.username": "",
        "dbcache.memcached.password": "",
        "dbcache.memcached.binary_protocol": true,
        "dbcache.redis.persistent": true,
        "dbcache.redis.servers": [
            "127.0.0.1:6379"
        ],
        "dbcache.redis.password": "",
        "dbcache.redis.dbid": 0,
        "dbcache.use_filters": false,
        "dbcache.reject.constants": [
            "APP_REQUEST",
            "DOING_CRON",
            "DONOTCACHEDB",
            "SHORTINIT",
            "XMLRPC_REQUEST"
        ],
        "dbcache.reject.cookie": [],
        "dbcache.reject.logged": true,
        "dbcache.reject.sql": [
            "gdsr_",
            "wp_rg_",
            "_wp_session_",
            "_wc_session_"
        ],
        "dbcache.reject.uri": [],
        "dbcache.reject.words": [
            "^\\s*insert\\b",
            "^\\s*delete\\b",
            "^\\s*update\\b",
            "^\\s*replace\\b",
            "^\\s*create\\b",
            "^\\s*alter\\b",
            "^\\s*show\\b",
            "^\\s*set\\b",
            "\\bautoload\\s+=\\s+'yes'",
            "\\bsql_calc_found_rows\\b",
            "\\bfound_rows\\(\\)"
        ],
        "lazyload.enabled": false,
        "lazyload.process_img": true,
        "lazyload.process_background": true,
        "lazyload.googlemaps.google_maps_easy": false,
        "lazyload.googlemaps.wp_google_maps": false,
        "lazyload.googlemaps.wp_google_map_plugin": false,
        "lazyload.exclude": [
            "avia-bg-style-fixed",
            "data-bgposition=",
            "data-envira-src=",
            "data-large_image=",
            "data-lazy-original=",
            "data-lazy-src=",
            "data-lazyload=",
            "data-lazysrc=",
            "data-no-lazy=",
            "data-src=",
            "data-srcset=",
            "fullurl=",
            "lazy-slider-img=",
            "loading=\"eager\"",
            "no-lazy",
            "rev-slidebg",
            "skip-lazy",
            "soliloquy-image",
            "swatch-img",
            "w3-total-cache",
            "woocommerce\/assets\/images\/placeholder.png",
            "wpcf7_captcha"
        ],
        "lazyload.embed_method": "async_head",
        "objectcache.configuration_overloaded": false,
        "objectcache.enabled": false,
        "objectcache.debug": false,
        "objectcache.debug_purge": false,
        "objectcache.enabled_for_wp_admin": false,
        "objectcache.fallback_transients": true,
        "objectcache.engine": "file",
        "objectcache.file.gc": 3600,
        "objectcache.file.locking": false,
        "objectcache.memcached.servers": [
            "127.0.0.1:11211"
        ],
        "objectcache.memcached.persistent": true,
        "objectcache.memcached.aws_autodiscovery": false,
        "objectcache.memcached.username": "",
        "objectcache.memcached.password": "",
        "objectcache.memcached.binary_protocol": true,
        "objectcache.redis.persistent": true,
        "objectcache.redis.servers": [
            "127.0.0.1:6379"
        ],
        "objectcache.redis.password": "",
        "objectcache.redis.dbid": 0,
        "objectcache.groups.global": [
            "users",
            "userlogins",
            "usermeta",
            "user_meta",
            "site-transient",
            "site-options",
            "site-lookup",
            "blog-lookup",
            "blog-details",
            "rss",
            "global-posts"
        ],
        "objectcache.groups.nonpersistent": [
            "comment",
            "counts",
            "plugins"
        ],
        "objectcache.lifetime": 180,
        "objectcache.purge.all": false,
        "pgcache.configuration_overloaded": false,
        "pgcache.enabled": false,
        "pgcache.comment_cookie_ttl": 1800,
        "pgcache.debug": false,
        "pgcache.debug_purge": false,
        "pgcache.engine": "file_generic",
        "pgcache.file.gc": 3600,
        "pgcache.file.nfs": false,
        "pgcache.file.locking": false,
        "pgcache.lifetime": 3600,
        "pgcache.memcached.servers": [
            "127.0.0.1:11211"
        ],
        "pgcache.memcached.persistent": true,
        "pgcache.memcached.aws_autodiscovery": false,
        "pgcache.memcached.username": "",
        "pgcache.memcached.password": "",
        "pgcache.memcached.binary_protocol": true,
        "pgcache.redis.persistent": true,
        "pgcache.redis.servers": [
            "127.0.0.1:6379"
        ],
        "pgcache.redis.password": "",
        "pgcache.redis.dbid": 0,
        "pgcache.cache.query": false,
        "pgcache.cache.home": true,
        "pgcache.cache.feed": false,
        "pgcache.cache.nginx_handle_xml": false,
        "pgcache.cache.ssl": true,
        "pgcache.cache.404": false,
        "pgcache.cache.headers": [
            "Last-Modified",
            "Content-Type",
            "X-Pingback",
            "P3P",
            "Link"
        ],
        "pgcache.compatibility": false,
        "pgcache.remove_charset": false,
        "pgcache.accept.uri": [
            "sitemap(_index)?\\.xml(\\.gz)?",
            "([a-z0-9_\\-]+)?sitemap\\.xsl",
            "[a-z0-9_\\-]+-sitemap([0-9]+)?\\.xml(\\.gz)?"
        ],
        "pgcache.accept.files": [
            "wp-comments-popup.php",
            "wp-links-opml.php",
            "wp-locations.php"
        ],
        "pgcache.accept.qs": [
            ""
        ],
        "pgcache.late_init": false,
        "pgcache.late_caching": false,
        "pgcache.mirrors.enabled": false,
        "pgcache.mirrors.home_urls": [
            ""
        ],
        "pgcache.reject.front_page": false,
        "pgcache.reject.logged": true,
        "pgcache.reject.logged_roles": false,
        "pgcache.reject.roles": [
            ""
        ],
        "pgcache.reject.uri": [
            "wp-.*\\.php",
            "index\\.php"
        ],
        "pgcache.reject.categories": [
            ""
        ],
        "pgcache.reject.tags": [
            ""
        ],
        "pgcache.reject.authors": [
            ""
        ],
        "pgcache.reject.custom": [
            ""
        ],
        "pgcache.reject.ua": [
            ""
        ],
        "pgcache.reject.cookie": [
            "wptouch_switch_toggle"
        ],
        "pgcache.reject.request_head": false,
        "pgcache.purge.front_page": false,
        "pgcache.purge.home": true,
        "pgcache.purge.post": true,
        "pgcache.purge.comments": false,
        "pgcache.purge.author": false,
        "pgcache.purge.terms": false,
        "pgcache.purge.archive.daily": false,
        "pgcache.purge.archive.monthly": false,
        "pgcache.purge.archive.yearly": false,
        "pgcache.purge.feed.blog": true,
        "pgcache.purge.feed.comments": false,
        "pgcache.purge.feed.author": false,
        "pgcache.purge.feed.terms": false,
        "pgcache.purge.feed.types": [
            "rss2"
        ],
        "pgcache.purge.postpages_limit": 10,
        "pgcache.purge.pages": [
            ""
        ],
        "pgcache.purge.sitemap_regex": "([a-z0-9_\\-]*?)sitemap([a-z0-9_\\-]*)?\\.xml",
        "pgcache.prime.enabled": false,
        "pgcache.prime.interval": 900,
        "pgcache.prime.limit": 10,
        "pgcache.prime.sitemap": "",
        "pgcache.prime.post.enabled": false,
        "pgcache.rest": "",
        "pgcache.cookiegroups.enabled": false,
        "pgcache.cookiegroups.groups": {
            "mobile": {
                "enabled": false,
                "cache": true,
                "cookies": [
                    "wptouch-pro-view=mobile",
                    "wptouch-pro-cache-state=mobile"
                ]
            },
            "loggedin": {
                "enabled": false,
                "cache": true,
                "cookies": [
                    "wordpress_logged_in_.*"
                ]
            },
            "subscribers": {
                "enabled": false,
                "cache": true,
                "cookies": [
                    "role=subscriber",
                    "role=member"
                ]
            }
        },
        "stats.enabled": false,
        "stats.slot_seconds": 60,
        "stats.slots_count": 60,
        "stats.cpu.enabled": false,
        "stats.access_log.enabled": false,
        "stats.access_log.filename": "",
        "stats.access_log.format": "%h %l %u %t \\\"%r\\\" %>s %O \\\"%{Referer}i\\\" \\\"%{User-Agent}i\\\"",
        "stats.access_log.webserver": "apache",
        "minify.configuration_overloaded": false,
        "minify.enabled": false,
        "minify.auto": true,
        "minify.debug": false,
        "minify.engine": "file",
        "minify.error.notification": "",
        "minify.file.gc": 86400,
        "minify.file.nfs": false,
        "minify.file.locking": false,
        "minify.memcached.servers": [
            "127.0.0.1:11211"
        ],
        "minify.memcached.persistent": true,
        "minify.memcached.aws_autodiscovery": false,
        "minify.memcached.username": "",
        "minify.memcached.password": "",
        "minify.memcached.binary_protocol": true,
        "minify.redis.persistent": true,
        "minify.redis.servers": [
            "127.0.0.1:6379"
        ],
        "minify.redis.password": "",
        "minify.redis.dbid": 0,
        "minify.rewrite": true,
        "minify.options": [],
        "minify.symlinks": [],
        "minify.lifetime": 86400,
        "minify.upload": true,
        "minify.html.enable": true,
        "minify.html.engine": "html",
        "minify.html.reject.feed": false,
        "minify.html.inline.css": false,
        "minify.html.inline.js": false,
        "minify.html.strip.crlf": false,
        "minify.html.comments.ignore": [
            "google_ad_",
            "RSPEAK_",
            "mfunc"
        ],
        "minify.css.enable": true,
        "minify.css.engine": "css",
        "minify.css.method": "both",
        "minify.css.http2push": true,
        "minify.css.strip.comments": false,
        "minify.css.strip.crlf": false,
        "minify.css.embed": false,
        "minify.css.imports": "",
        "minify.css.groups": [],
        "minify.js.http2push": true,
        "minify.js.enable": true,
        "minify.js.engine": "js",
        "minify.js.method": "both",
        "minify.js.combine.header": false,
        "minify.js.header.embed_type": "blocking",
        "minify.js.combine.body": false,
        "minify.js.body.embed_type": "blocking",
        "minify.js.combine.footer": false,
        "minify.js.footer.embed_type": "blocking",
        "minify.js.strip.comments": false,
        "minify.js.strip.crlf": false,
        "minify.js.groups": [],
        "minify.yuijs.path.java": "java",
        "minify.yuijs.path.jar": "yuicompressor.jar",
        "minify.yuijs.options.line-break": 5000,
        "minify.yuijs.options.nomunge": false,
        "minify.yuijs.options.preserve-semi": false,
        "minify.yuijs.options.disable-optimizations": false,
        "minify.yuicss.path.java": "java",
        "minify.yuicss.path.jar": "yuicompressor.jar",
        "minify.yuicss.options.line-break": 5000,
        "minify.ccjs.path.java": "java",
        "minify.ccjs.path.jar": "compiler.jar",
        "minify.ccjs.options.compilation_level": "SIMPLE_OPTIMIZATIONS",
        "minify.ccjs.options.formatting": "",
        "minify.csstidy.options.remove_bslash": true,
        "minify.csstidy.options.compress_colors": false,
        "minify.csstidy.options.compress_font-weight": false,
        "minify.csstidy.options.lowercase_s": false,
        "minify.csstidy.options.optimise_shorthands": 0,
        "minify.csstidy.options.remove_last_;": false,
        "minify.csstidy.options.remove_space_before_important": false,
        "minify.csstidy.options.case_properties": 1,
        "minify.csstidy.options.sort_properties": false,
        "minify.csstidy.options.sort_selectors": false,
        "minify.csstidy.options.merge_selectors": 0,
        "minify.csstidy.options.discard_invalid_selectors": false,
        "minify.csstidy.options.discard_invalid_properties": false,
        "minify.csstidy.options.css_level": "CSS3.0",
        "minify.csstidy.options.preserve_css": false,
        "minify.csstidy.options.timestamp": false,
        "minify.csstidy.options.template": "highest_compression",
        "minify.htmltidy.options.clean": false,
        "minify.htmltidy.options.hide-comments": true,
        "minify.htmltidy.options.wrap": 0,
        "minify.reject.logged": true,
        "minify.reject.ua": [
            ""
        ],
        "minify.reject.uri": [
            ""
        ],
        "minify.reject.files.js": [
            ""
        ],
        "minify.reject.files.css": [
            ""
        ],
        "minify.cache.files": [
            ""
        ],
        "minify.cache.files_regexp": false,
        "cdn.configuration_overloaded": false,
        "cdn.enabled": false,
        "cdn.debug": false,
        "cdn.flush_manually": false,
        "cdn.engine": "stackpath2",
        "cdn.uploads.enable": true,
        "cdn.includes.enable": true,
        "cdn.includes.files": "*.css;*.js;*.gif;*.png;*.jpg;*.xml",
        "cdn.theme.enable": true,
        "cdn.theme.files": "*.css;*.js;*.gif;*.png;*.jpg;*.ico;*.ttf;*.otf;*.woff;*.woff2;*.less",
        "cdn.minify.enable": true,
        "cdn.custom.enable": true,
        "cdn.custom.files": [
            "favicon.ico",
            "{wp_content_dir}\/gallery\/*",
            "{wp_content_dir}\/uploads\/avatars\/*",
            "{plugins_dir}\/wordpress-seo\/css\/xml-sitemap.xsl",
            "{plugins_dir}\/wp-minify\/min*",
            "{plugins_dir}\/*.js",
            "{plugins_dir}\/*.css",
            "{plugins_dir}\/*.gif",
            "{plugins_dir}\/*.jpg",
            "{plugins_dir}\/*.png"
        ],
        "cdn.import.files": false,
        "cdn.queue.interval": 900,
        "cdn.queue.limit": 25,
        "cdn.force.rewrite": false,
        "cdn.autoupload.enabled": false,
        "cdn.autoupload.interval": 3600,
        "cdn.canonical_header": false,
        "cdn.admin.media_library": false,
        "cdn.cors_header": true,
        "cdn.ftp.host": "",
        "cdn.ftp.type": "",
        "cdn.ftp.user": "",
        "cdn.ftp.pass": "",
        "cdn.ftp.path": "",
        "cdn.ftp.pasv": false,
        "cdn.ftp.domain": [],
        "cdn.ftp.ssl": "auto",
        "cdn.ftp.default_keys": true,
        "cdn.ftp.pubkey": "",
        "cdn.ftp.privkey": "",
        "cdn.google_drive.client_id": "",
        "cdn.google_drive.refresh_token": "",
        "cdn.google_drive.folder.id": "",
        "cdn.google_drive.folder.title": "",
        "cdn.google_drive.folder.url": "",
        "cdn.highwinds.account_hash": "",
        "cdn.highwinds.api_token": "",
        "cdn.highwinds.host.hash_code": "",
        "cdn.highwinds.host.domains": [],
        "cdn.highwinds.ssl": "auto",
        "cdn.s3.key": "",
        "cdn.s3.secret": "",
        "cdn.s3.bucket": "",
        "cdn.s3.bucket.location": "us-east-1",
        "cdn.s3.cname": [],
        "cdn.s3.ssl": "auto",
        "cdn.s3_compatible.api_host": "auto",
        "cdn.cf.key": "",
        "cdn.cf.secret": "",
        "cdn.cf.bucket": "",
        "cdn.cf.bucket.location": "us-east-1",
        "cdn.cf.id": "",
        "cdn.cf.cname": [],
        "cdn.cf.ssl": "auto",
        "cdn.cf2.key": "",
        "cdn.cf2.secret": "",
        "cdn.cf2.id": "",
        "cdn.cf2.cname": [],
        "cdn.cf2.ssl": "",
        "cdn.rscf.user": "",
        "cdn.rscf.key": "",
        "cdn.rscf.location": "us",
        "cdn.rscf.container": "",
        "cdn.rscf.cname": [],
        "cdn.rscf.ssl": "auto",
        "cdn.rackspace_cdn.user_name": "",
        "cdn.rackspace_cdn.api_key": "",
        "cdn.rackspace_cdn.region": "",
        "cdn.rackspace_cdn.service.access_url": "",
        "cdn.rackspace_cdn.service.id": "",
        "cdn.rackspace_cdn.service.name": "",
        "cdn.rackspace_cdn.service.protocol": "http",
        "cdn.rackspace_cdn.domains": [],
        "cdn.azure.user": "",
        "cdn.azure.key": "",
        "cdn.azure.container": "",
        "cdn.azure.cname": [],
        "cdn.azure.ssl": "auto",
        "cdn.mirror.domain": [],
        "cdn.mirror.ssl": "auto",
        "cdn.limelight.short_name": "",
        "cdn.limelight.username": "",
        "cdn.limelight.api_key": "",
        "cdn.limelight.host.domains": [],
        "cdn.limelight.ssl": "auto",
        "cdn.maxcdn.authorization_key": "",
        "cdn.maxcdn.domain": [],
        "cdn.maxcdn.ssl": "auto",
        "cdn.maxcdn.zone_id": 0,
        "cdn.cotendo.username": "",
        "cdn.cotendo.password": "",
        "cdn.cotendo.zones": [],
        "cdn.cotendo.domain": [],
        "cdn.cotendo.ssl": "auto",
        "cdn.akamai.username": "",
        "cdn.akamai.password": "",
        "cdn.akamai.email_notification": [],
        "cdn.akamai.action": "invalidate",
        "cdn.akamai.zone": "production",
        "cdn.akamai.domain": [],
        "cdn.akamai.ssl": "auto",
        "cdn.edgecast.account": "",
        "cdn.edgecast.token": "",
        "cdn.edgecast.domain": [],
        "cdn.edgecast.ssl": "auto",
        "cdn.att.account": "",
        "cdn.att.token": "",
        "cdn.att.domain": [],
        "cdn.att.ssl": "auto",
        "cdn.stackpath.authorization_key": "",
        "cdn.stackpath.domain": [],
        "cdn.stackpath.ssl": "auto",
        "cdn.stackpath.zone_id": 0,
        "cdn.stackpath2.client_id": "",
        "cdn.stackpath2.client_secret": "",
        "cdn.stackpath2.stack_id": "",
        "cdn.stackpath2.site_id": 0,
        "cdn.stackpath2.site_root_domain": 0,
        "cdn.stackpath2.domain": [],
        "cdn.stackpath2.ssl": "auto",
        "cdn.reject.admins": false,
        "cdn.reject.logged_roles": false,
        "cdn.reject.roles": [],
        "cdn.reject.ua": [],
        "cdn.reject.uri": [],
        "cdn.reject.files": [
            "{uploads_dir}\/wpcf7_captcha\/*",
            "{uploads_dir}\/imagerotator.swf",
            "{plugins_dir}\/wp-fb-autoconnect\/facebook-platform\/channel.html"
        ],
        "cdn.reject.ssl": false,
        "cdnfsd.enabled": false,
        "cdnfsd.engine": "",
        "cdnfsd.debug": false,
        "cdnfsd.cloudfront.access_key": "",
        "cdnfsd.cloudfront.secret_key": "",
        "cdnfsd.cloudfront.distribution_id": "",
        "cdnfsd.limelight.short_name": "",
        "cdnfsd.limelight.username": "",
        "cdnfsd.limelight.api_key": "",
        "cdnfsd.maxcdn.api_key": "",
        "cdnfsd.maxcdn.zone_id": 0,
        "cdnfsd.stackpath.api_key": "",
        "cdnfsd.stackpath.zone_id": 0,
        "cdnfsd.stackpath2.client_id": "",
        "cdnfsd.stackpath2.client_secret": "",
        "cdnfsd.stackpath2.stack_id": "",
        "cdnfsd.stackpath2.site_id": 0,
        "cdnfsd.stackpath2.site_root_domain": 0,
        "cdnfsd.stackpath2.domain": [],
        "cdnfsd.stackpath2.ssl": "auto",
        "cdnfsd.transparentcdn.client_id": "",
        "cdnfsd.transparentcdn.client_secret": "",
        "cdnfsd.transparentcdn.company_id": "",
        "varnish.configuration_overloaded": false,
        "varnish.enabled": false,
        "varnish.debug": false,
        "varnish.servers": [
            ""
        ],
        "browsercache.configuration_overloaded": false,
        "browsercache.enabled": true,
        "browsercache.rewrite": false,
        "browsercache.no404wp": false,
        "browsercache.no404wp.exceptions": [
            "robots\\.txt",
            "[a-z0-9_\\-]*sitemap[a-z0-9_\\.\\-]*\\.(xml|xsl|html)(\\.gz)?"
        ],
        "browsercache.cssjs.last_modified": true,
        "browsercache.cssjs.compression": true,
        "browsercache.cssjs.brotli": false,
        "browsercache.cssjs.expires": true,
        "browsercache.cssjs.lifetime": 31536000,
        "browsercache.cssjs.nocookies": true,
        "browsercache.cssjs.cache.control": true,
        "browsercache.cssjs.cache.policy": "cache_public_maxage",
        "browsercache.cssjs.etag": true,
        "browsercache.cssjs.w3tc": false,
        "browsercache.cssjs.replace": false,
        "browsercache.cssjs.querystring": false,
        "browsercache.html.compression": true,
        "browsercache.html.brotli": false,
        "browsercache.html.last_modified": true,
        "browsercache.html.expires": true,
        "browsercache.html.lifetime": 3600,
        "browsercache.html.cache.control": true,
        "browsercache.html.cache.policy": "cache_public_maxage",
        "browsercache.html.etag": true,
        "browsercache.html.w3tc": false,
        "browsercache.html.replace": false,
        "browsercache.other.last_modified": true,
        "browsercache.other.compression": true,
        "browsercache.other.brotli": false,
        "browsercache.other.expires": true,
        "browsercache.other.lifetime": 31536000,
        "browsercache.other.nocookies": true,
        "browsercache.other.cache.control": true,
        "browsercache.other.cache.policy": "cache_public_maxage",
        "browsercache.other.etag": true,
        "browsercache.other.w3tc": false,
        "browsercache.other.replace": false,
        "browsercache.other.querystring": false,
        "browsercache.replace.exceptions": [
            ""
        ],
        "browsercache.security.session.cookie_httponly": "",
        "browsercache.security.session.cookie_secure": "",
        "browsercache.security.session.use_only_cookies": "",
        "browsercache.hsts": true,
        "browsercache.security.hsts.directive": "maxage",
        "browsercache.security.xfo": true,
        "browsercache.security.xfo.directive": "same",
        "browsercache.security.xfo.allow": "",
        "browsercache.security.xss": true,
        "browsercache.security.xss.directive": "block",
        "browsercache.security.xcto": true,
        "browsercache.security.pkp": false,
        "browsercache.security.pkp.pin": "",
        "browsercache.security.pkp.pin.backup": "",
        "browsercache.security.pkp.extra": "maxage",
        "browsercache.security.pkp.report.url": "",
        "browsercache.security.pkp.report.only": "0",
        "browsercache.security.referrer.policy": true,
        "browsercache.security.referrer.policy.directive": "no-referrer-when-downgrade",
        "browsercache.security.csp": false,
        "browsercache.security.csp.base": "",
        "browsercache.security.csp.frame": "",
        "browsercache.security.csp.connect": "",
        "browsercache.security.csp.font": "",
        "browsercache.security.csp.script": "",
        "browsercache.security.csp.style": "",
        "browsercache.security.csp.img": "",
        "browsercache.security.csp.media": "",
        "browsercache.security.csp.object": "",
        "browsercache.security.csp.plugin": "",
        "browsercache.security.csp.form": "",
        "browsercache.security.csp.frame.ancestors": "",
        "browsercache.security.csp.sandbox": "",
        "browsercache.security.csp.default": "",
        "browsercache.security.fp": false,
        "browsercache.security.fp.values": [],
        "mobile.configuration_overloaded": false,
        "mobile.enabled": false,
        "mobile.rgroups": {
            "tablets": {
                "theme": "",
                "enabled": false,
                "redirect": "",
                "agents": [
                    "a1-32ab0",
                    "a210",
                    "a211",
                    "b6000-h",
                    "b8000-h",
                    "bnrv200",
                    "bntv400",
                    "darwin",
                    "gt-n8005",
                    "gt-p3105",
                    "gt-p6810",
                    "gt-p7510",
                    "hmj37",
                    "hp-tablet",
                    "hp\\sslate",
                    "hp\\sslatebook",
                    "ht7s3",
                    "ideatab_a1107",
                    "ideataba2109a",
                    "ideos\\ss7",
                    "imm76d",
                    "ipad",
                    "k00f",
                    "kfjwi",
                    "kfot",
                    "kftt",
                    "kindle",
                    "l-06c",
                    "lg-f200k",
                    "lg-f200l",
                    "lg-f200s",
                    "m470bsa",
                    "m470bse",
                    "maxwell",
                    "me173x",
                    "mediapad",
                    "midc497",
                    "msi\\senjoy\\s10\\splus",
                    "mz601",
                    "mz616",
                    "nexus",
                    "nookcolor",
                    "pg09410",
                    "pg41200",
                    "pmp5570c",
                    "pmp5588c",
                    "pocketbook",
                    "qmv7a",
                    "sgp311",
                    "sgpt12",
                    "shv-e230k",
                    "shw-m305w",
                    "shw-m380w",
                    "sm-p605",
                    "smarttab",
                    "sonysgp321",
                    "sph-p500",
                    "surfpad",
                    "tab07-200",
                    "tab10-201",
                    "tab465euk",
                    "tab474",
                    "tablet",
                    "tegranote",
                    "tf700t",
                    "thinkpad",
                    "viewpad",
                    "voltaire"
                ]
            },
            "phones": {
                "theme": "",
                "enabled": false,
                "redirect": "",
                "agents": [
                    "(android|bb\\d+|meego).+mobile",
                    "240x320",
                    "2.0\\ mmp",
                    "\\bppc\\b",
                    "acer\\ s100",
                    "alcatel",
                    "amoi",
                    "archos5",
                    "asus",
                    "au-mic",
                    "audiovox",
                    "avantgo",
                    "bada",
                    "benq",
                    "bird",
                    "blackberry",
                    "blazer",
                    "cdm",
                    "cellphone",
                    "cupcake",
                    "danger",
                    "ddipocket",
                    "docomo",
                    "docomo\\ ht-03a",
                    "dopod",
                    "dream",
                    "elaine\/3.0",
                    "ericsson",
                    "eudoraweb",
                    "fly",
                    "froyo",
                    "googlebot-mobile",
                    "haier",
                    "hiptop",
                    "hp.ipaq",
                    "htc",
                    "htc\\ hero",
                    "htc\\ magic",
                    "htc_dream",
                    "htc_magic",
                    "huawei",
                    "i-mobile",
                    "iemobile",
                    "iemobile\/7",
                    "iemobile\/7.0",
                    "iemobile\/9",
                    "incognito",
                    "iphone",
                    "ipod",
                    "j-phone",
                    "kddi",
                    "konka",
                    "kwc",
                    "kyocera\/wx310k",
                    "lenovo",
                    "lg",
                    "lg\/u990",
                    "lg-gw620",
                    "lge\\ vx",
                    "liquid\\ build",
                    "maemo",
                    "midp",
                    "midp-2.0",
                    "mmef20",
                    "mmp",
                    "mobilephone",
                    "mot-mb200",
                    "mot-mb300",
                    "mot-v",
                    "motorola",
                    "msie\\ 10.0",
                    "netfront",
                    "newgen",
                    "newt",
                    "nexus\\ 7",
                    "nexus\\ one",
                    "nintendo\\ ds",
                    "nintendo\\ wii",
                    "nitro",
                    "nokia",
                    "novarra",
                    "openweb",
                    "opera\\ mini",
                    "opera\\ mobi",
                    "opera.mobi",
                    "p160u",
                    "palm",
                    "panasonic",
                    "pantech",
                    "pdxgw",
                    "pg",
                    "philips",
                    "phone",
                    "playbook",
                    "playstation\\ portable",
                    "portalmmm",
                    "proxinet",
                    "psp",
                    "qtek",
                    "s8000",
                    "sagem",
                    "samsung",
                    "samsung-s8000",
                    "sanyo",
                    "sch",
                    "sch-i800",
                    "sec",
                    "sendo",
                    "series60.*webkit",
                    "series60\/5.0",
                    "sgh",
                    "sharp",
                    "sharp-tq-gx10",
                    "small",
                    "smartphone",
                    "softbank",
                    "sonyericsson",
                    "sonyericssone10",
                    "sonyericssonu20",
                    "sonyericssonx10",
                    "sph",
                    "symbian",
                    "symbian\\ os",
                    "symbianos",
                    "t-mobile\\ mytouch\\ 3g",
                    "t-mobile\\ opal",
                    "tattoo",
                    "toshiba",
                    "touch",
                    "treo",
                    "ts21i-10",
                    "up.browser",
                    "up.link",
                    "uts",
                    "vertu",
                    "vodafone",
                    "wap",
                    "webmate",
                    "webos",
                    "willcome",
                    "windows\\ ce",
                    "windows.ce",
                    "winwap",
                    "xda",
                    "xoom",
                    "zte"
                ]
            }
        },
        "referrer.configuration_overloaded": false,
        "referrer.enabled": false,
        "referrer.rgroups": {
            "search_engines": {
                "theme": "",
                "enabled": false,
                "redirect": "",
                "referrers": [
                    "google\\.com",
                    "yahoo\\.com",
                    "bing\\.com",
                    "ask\\.com",
                    "msn\\.com"
                ]
            }
        },
        "common.track_usage": true,
        "common.tweeted": false,
        "config.check": true,
        "config.path": "",
        "widget.latest.items": 3,
        "widget.latest_news.items": 5,
        "widget.pagespeed.enabled": false,
        "widget.pagespeed.key": "",
        "widget.pagespeed.key.restrict.referrer": "",
        "widget.pagespeed.show_in_admin_bar": true,
        "timelimit.email_send": 180,
        "timelimit.varnish_purge": 300,
        "timelimit.cache_flush": 600,
        "timelimit.cache_gc": 600,
        "timelimit.cdn_upload": 600,
        "timelimit.cdn_delete": 300,
        "timelimit.cdn_purge": 300,
        "timelimit.cdn_import": 600,
        "timelimit.cdn_test": 300,
        "timelimit.domain_rename": 120,
        "timelimit.minify_recommendations": 600,
        "common.instance_id": 582650194,
        "common.force_master": true,
        "extensions.active": {
            "fragmentcache": "w3-total-cache\/Extension_FragmentCache_Plugin.php",
            "wordpress-seo": "w3-total-cache\/Extension_WordPressSeo_Plugin.php"
        },
        "extensions.active_frontend": {
            "wordpress-seo": "*"
        },
        "extensions.active_dropin": [],
        "plugin.license_key": "",
        "plugin.type": "",
        "jquerymigrate.disabled": false,
        "minify.css.combine": false,
        "fragmentcache": {
            "engine": ""
        },
        "pgcache.bad_behavior_path": "",
        "newrelic": {
            "monitoring_type": "apm"
        }
    }
    
    Elisabeth Kauffman
    Guest

    Having this same issue with the Grid One theme and WooCommerce. Will there be an update for this theme? Thanks!

    #32039
    Jesse Owens
    Keymaster

    Hi Steven-

    Thanks for the question! I’ll do my best to answer everything for you.

    1. Do you do plug-ins or page builder or site builder

    Actually, all three. Our “Site-Builder” is a plugin called BoldGrid Inspirations. Install this plugin on a brand-new site to choose one of BoldGrid’s themes and starter content set, along with all of BoldGrid’s other plugins and working contact forms by weForms.
    Our Post and Page Builder plugin then lets you create your pages by using our professionally designed library of layouts to quickly build your pages, and get fine-grained control over every design aspect of your pages.
    Our other plugins include BoldGrid Easy SEO and Total Upkeep to complete the BoldGrid suite.

    2. What is difference with BoldGrid vs. Elementor or Brizy

    Elementor and Brizy are both “Front-end” editors, while BoldGrid’s editor is “back-end” (although it is WYSIWYG). The biggest difference between the Post and Page Builder and other builders is the enormous library of professionally designed “blocks.” These aren’t like the blocks in other builders, like paragraph, button, image or other primitive elements (although you can use those too). BoldGrid’s block library is full of layouts for different sections of your site, like pricing tables, calls-to-action, video embeds, and many others.

    3. I assume you use WooCommerce or what other?

    Yes, BoldGrid’s suite of plugins and themes is compatible with WooCommerce, or any other WordPress e-commerce solution you’d like to use.

    For you, I’d highly recommend trying it out in our Cloud WordPress system, which lets you create testing WordPress websites in our cloud. That way you can try it easily to see how you like it without making any changes to your website. If you create something you’d like to keep, you can easily use Total Upkeep to migrate your Cloud site to your host.

    Steven S Lay
    Guest

    I have been using Elementor for 5 or 6 years now. Run 2 sites on elementor. Use InMotion Hosting. I like them. I am not happy with Elementor. Slow, support is terrible, seem to have a lot of illogical methods.
    I need to understand BoldGrid because I had a conflict with WP using your W3 plug-in and deactivated it until this week.
    I can’t figure out what BoldGrid is:
    1. Do you do plug-ins or page builder or site builder
    2. What is difference with BoldGrid vs. Elementor or Brizy
    3. I assume you use WooCommerce or what other?

    Oh, I use Total UpKeep also because InMotion Hosting said I needed to.

    I will change for speed alone because Elementor seems to be slow. I re-installed W3 and site seems to run better, maybe.

    Steve Lay

    Jesse Owens
    Keymaster

    Hi Emily-

    There are two different ways you can incorporate your products into your content other than the basic WooCommerce Shop page. You can use the built-in Block Components that you can find by clicking the Add block component (+) icon, a few of which are pictured here:
    WooCommerce Block Components

    For more fine-grained control, you can also use WooCommerce Shortcodes anywhere in your content to display specific products, featured products, or recently viewed products.

    emily
    Guest

    I need to be able to upsell a lot on my website, which means linking to my products in blog posts and on non-shop pages. I don’t want a drop-down or list like in the widgets, I want to have the products displayed with their image and title, possibly also with a buy now or add to cart button. Ideally, I would be able to have a space where they are automatically loaded based on the category I choose (products related to topic in the blog post for example).

    I’m imagining it being able to be similar to a “if you liked this, you might like these other products” kind of automatic thing. It seems like WooCommerce has created “blocks” like this but that they are only for the new WordPress site builder? Is there a way to access those on my site?

    I’m using Florentine theme and my site is not live yet. I have a very limited ability to work in code, hence why I bought BoldGrid. I’m looking for a simple way to add these “blocks” to the custom blocks i’m making for my blog templates. Help?!

Viewing 40 results - 201 through 240 (of 352 total)