Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle
Search Results for 'cache'
-
AuthorSearch Results
-
In forum: Kadence Theme
In reply to: Kadence Theme 0.8.8 inline JavaScript Problem
Autoptimize will clear everytime when I install, update plugin or even update theme,
By the way, Yes, after I update the kadence theme to 0.8.8 I have clear autoptimize cache files.And just now I try again to update the kadence theme 0.8.6, below is what i do just now.
Before I test, I use cPanel go to the php_errorlog files and clean all the exiting logs,
after that I update the Kadence theme from 0.8.6 to 0.8.8 again, and then go to check the log files, cause i also hope there is message inside the log files after i update the themes which I believe may help easy find out what cause the problem, but sadly that is not error message in the log file.By the way I am using GTmetrix to check my score then only I notice this kadence 0.8.8 is conflict with learndash,
Why I know is conflict with learndash is because I deactivate all wordpress plugin and active 1 by 1, and then go to GTMetrix and run the performance test after i active any plugin,
And once I active learndash, then the autoptimize cache is not working, cause GTMetrix Minify JavaScript and CSS i got 0 score on it.
and why i can confirm it conflict is because I go to my account and redownload the kadence theme 0.8.6
and install version 0.8.6, then suddenly the problem is gone.and 1 more information.
If i active Autoptimize “Remove Emoji” Function with Kadence 0.8.6
the same problem also appear.*Kadence Theme Performance I just Enable Scroll To ID and i do not enable CSS Preload-Cause previously it have some issue with gravityform and mailster, that why i didn’t enable CSS Preload function.
Below is Kadence 0.8.6 with GTMerix

This is Kadence 0.8.8 with GTMerix

When update to kadence 0.8.8, It will cause autoptimize cannot cache any files.
In forum: Kadence ThemeIn reply to: Kadence Theme 0.8.8 inline JavaScript Problem
September 14, 2020 at 6:50 am #256810Hey,
I can’t recreate an error.
After you updated did you clear your Autopitimize cache so that it was forced to create new minify files?Do you know what your error log showed?
Ben
In forum: Ascend ThemeIn reply to: Ascend theme, default blog post images breaks HTTPS
Hello,
In line 100 of wp-content/themes/ascend_premium/lib/image_functions.php, you will see the following:
return apply_filters( 'kadence_default_placeholder_image', 'http://placehold.it/' );Here is the full function to give you a better idea:
function ascend_default_placeholder_image() { return apply_filters( 'kadence_default_placeholder_image', 'http://placehold.it/' ); }You can update the link showing http to https like so:
function ascend_default_placeholder_image() { return apply_filters( 'kadence_default_placeholder_image', 'https://placehold.it/' ); }Save the file and then reload the page after clearing any cache and you should be good to go.
Let me know if you have any other questions or concerns.
Thanks!
-
This reply was modified 5 years, 7 months ago by
Chris.
In forum: Kadence ThemeIn reply to: Sticky Header – Main and Bottom Row
September 8, 2020 at 3:00 pm #256537I did have the main row set to shrink but get the same issue after disabling that and clearing cache.
Not sure what you mean by “you can just not add anything in the center, but top and bottom.” sorry.
In forum: Kadence BlocksIn reply to: Smooth scroll with anchor…
This reply has been marked as private.September 8, 2020 at 7:49 am #256505In forum: Kadence ThemeSeptember 7, 2020 at 10:27 pm #256490Hey,
The issue is caused by your lazy load plugin. Browsers like firefox and chrome are implementing a check for ratio before the image loads so that they can define the size the image will be once loaded a paint that out. This new implementation is built for native lazy loading, you, however, are using a plugin to implement and your plugin is adding a placeholder in the src fields: https://cdn.pixelxcode.com/asset:https://www.pixelxcode.com/wp-content/plugins/wp-compress-image-optimizer/assets/placeholder.svgThat placeholder is square, so the browser sees the image has a max-width of 190px and paints out an area of 190×190 for the image. The idea is that later when the image is actually loaded the whole page doesn’t have to resize so this is to prevent janking.
But because of your lazy load plugin you are giving the browser the wrong ratio. Once the lazy load switches the image placeholder out with the real image https://www.pixelxcode.com/wp-content/uploads/2017/03/pxc-logo.svg your ratio changes and now you have a 190×38 ratio image. However, this happens after the sticky header is set with the header size.
The reason you don’t see this all the time is because once your browser has cached your resources the image is loaded fast enough that that placeholder size is already switched by the time the sticky header is set.
To fix:
Option 1: In your lazy load plugin settings exclude the logo from being lazy loaded, it’s at the top of your screen so generally you really shouldn’t be lazy loading it anyway.
Option 2: Add css that will predefined the size of your logo so that you override the browsers check for ratio.
.site-branding a.brand img { max-width: 190px; max-height: 38px; }Option 3: Use native browser lazy load instead of the placeholder replace method.
I hope that helps.
Ben
In forum: Pinnacle ThemeIn reply to: Homepage loading
Hello Chris!
I’ve done all you say (disabled cache and autoptimize plugins, deleted the cache folder on the server), but nothing changed. So I turned the plugins back.
PHP version is 7.3.11. This site is hosted by the same host, as the other I said above. In addition, both sites are on the same php version, and both sites work with tahe same plugins.
Do you have any idea?
Thanks a lot,
AnitaIn forum: Kadence BlocksIn forum: Pinnacle ThemeIn reply to: Homepage loading
Hello,
May I have you disable w3-total-cache, clear autoptimize cache and then clear the cache on the server (even deleting the /wp-content/cache/ folder (not the whole /wp-content/ folder as it holds your site’s data like your theme, plugins, media files)?
Have your host confirm this isn’t an issue with PHP or APACHE processes stacking as well.
Thanks!
– Chris
In forum: Kadence ThemeIn forum: Pinnacle ThemeIn reply to: WooZone Problem
In forum: Kadence ThemeHi Ben, thanks for your help.
In regards to uploading an image of 1600px, if you look at the image overlays on the page link I sent, they are designed to be 638w x 410h. However if I upload an image of 1600w I don’t know how I can make that fit to this exact size as the only size options I have are as uploaded. This exact size will probably not be used again within the site so I assume I shouldn’t be changing the WordPress media sizes settings for a one off image. Is there some way I can instruct image overlay to perform a scale or should I be telling our designer to stop doing bespoke designs and always work within one of the ratio options or image size options? 🙂
I’m very hesitant to install any plugins, such as Optimole that the site becomes dependant upon especially if there’s monthly fees involved and/or tasks that are already performed by our other systems (such as as LiteSpeed cache for cdn lady loading, etc). From what I understand about “Simple Image Sizes” it would create a number of custom sizes that would be useful for this instance but it’s not going to select the right image size with scaling applied (if appropriate for high ppi systems) for the right viewport automatically within the context of the image overlay block.
Please advise.
In forum: Ascend ThemeIn reply to: Video shortcodes
Hey Matt,
1. What is the columns shortcode you’re using? What happens when you add it?
2. Are you using a caching plugin? That can sometimes stop the update prompts from showing. Make sure your cache is being cleared.
3. Have you created a shop page? When adding a menu item from Appearance > Menus you should see an option to set the navigation label to whatever you want.
Hope this is helpful!
Hannah
In forum: Virtue ThemeSeptember 2, 2020 at 10:47 am #256219Hi,
I am getting a javascript void error when trying to add a new icon on the topbar icon menu. I have tried on different browsers, checked java enabled, cache cleared. I also disabled all the plugins to check.
This used to work because I added additional icons before. I haven’t added icons since July and today it isn’t working.
There is the following error in the console
field_kad_icons.min.js?ver=1599064479:1 Uncaught TypeError: i.find(…).live is not a function
at HTMLFieldSetElement.<anonymous> (field_kad_icons.min.js?ver=1599064479:1)
at Function.each (load-scripts.php?c=1&load[chunk_0]=jquery-core,utils&ver=5.5.1:2)
at n.fn.init.each (load-scripts.php?c=1&load[chunk_0]=jquery-core,utils&ver=5.5.1:2)
at Object.redux.field_objects.kad_icons.init (field_kad_icons.min.js?ver=1599064479:1)
at HTMLFieldSetElement.<anonymous> (redux.min.js?ver=3.6.9:1)
at Function.each (load-scripts.php?c=1&load[chunk_0]=jquery-core,utils&ver=5.5.1:2)
at n.fn.init.each (load-scripts.php?c=1&load[chunk_0]=jquery-core,utils&ver=5.5.1:2)
at Object.a.redux.initFields (redux.min.js?ver=3.6.9:1)
at HTMLDivElement.<anonymous> (redux.min.js?ver=3.6.9:1)
at HTMLDivElement.d.complete (load-scripts.php?c=1&load[chunk_0]=jquery-core,utils&ver=5.5.1:4)Thanks for this great theme and any help you can give.
In forum: Kadence ThemeIn reply to: Problem with Search box in Header
September 2, 2020 at 6:11 am #256199I see the javascript error in your console when I view your site. You can see this by opening the browser dev tools and looking at the console log.
This error appears to be coming from a plugin. So I suggest you first view the site logged out in a browser where you can view the console log. Then in another browser login, deactivate plugins one by one and clear your cache and then test in the logged out browser until the console log error goes away and you find the problem plugin.
Ben
In forum: Kadence BlocksIn reply to: Portfolio of custom posts not displaying exerpts
September 1, 2020 at 6:38 am #256133I seem to have one last issue on my Portfolio.
I have the border setting for images set at zero. This is working on the edit page, but when viewing the live page it is still showing a 1px border on hover.

I’ve cleared my browser cache, deleted plugin cache and deactivated cache plugin, but I’m still getting a border showing when hovering the images.
I have also tried setting a 1 px border, then going back to zero, but the border still displays!Hi,
I have two websites I’m working on from which the mobile menu drawer container doesn’t work on an iPad with iOS 10.3.3 (withing both Chrome and Safari).
Websites:
*Login to see link
*Login to see linkTried clearing cache, enabling dev mode in CloudFlare (on the webstudioremon domain), but the problem stays. On android it’s working. Cannot test on iOS phones or later iOS/iPadOS versions.
Maybe a bug?
In forum: Kadence ThemeIn reply to: Problem with Search box in Header
August 31, 2020 at 1:00 pm #256093Sorry about not replying to your question on deactivating plugins.
I have not tried that, mainly because the full page search works SOMETIMES, which makes it more difficult to test by deactivating.
Often it works fine right after purging all caches.Since you mentioned that you found a problem I was hoping for an alternative solution.
One thing I wanted to test was a regular search pane, and I have now tested that with the Beta Kadence Pro theme, and it seems to work.
But after changing to a search pane I discovered that the toggle icon (hamburger icon) has a similar problem as the full page search – inte only flashes. After purging all caches it works.I could try testing deactivation next time it breaks.
Still, if you have any info on how to fix the javascript error, please let me know.In forum: Ascend ThemeIn reply to: Not Secure message for Home page
Hey Ben,
Thanks. I did run the BSR plugin, always do after a site launch/relaunch but there are instances where it doesn’t catch things – this is a good example. Others are any type of slider plugin, and Kadence widgets seem to get ignored as a general rule (split content, flip boxes, etc) and I usually need to manually go into any page and re-select the images to make them appear properly.
I re-ran BSR again and it caught the title settings instance this second time, so maybe I just need to run it more than once? Though I’m still getting the mixed content notification, and I purged the cache in wordpress and cleared it in Chrome, which is the only browser still causing an issue. Any other thoughts?
Thanks!
SaraIn forum: Ascend ThemeIn reply to: Not Secure message for Home page
Hi Sara,
That isn’t showing up when I test your site here: https://search.google.com/structured-data/testing-tool/u/0/#url=https%3A%2F%2Favalonimg.com%2F
Have you cleared all your cache?Hannah
-
This reply was modified 5 years, 7 months ago by
-
AuthorSearch Results




