sheke
Forum Replies Created
-
Got it, thanks.
Is there any reason why I wouldn’t see the design library option in the Kadence settings?
I don’t see a component section at all.
Is there a way to add a filter to the functions file to hide it?
Forum: Plugins
In reply to: [Page Links To] No longer working with WordPress 5.3.2Same issue here with CPT using “Types”.
I found that if I create a normal “post” and use the custom page link, it works fine. I also use Post Type Switcher. By creating the normal post with the custom page link, and then switch the post type to the CPT, it works.
Kind of annoying, but it only takes 10 more seconds.
I’m trying to figure out a similar issue that began after updating Kadence. Do you get the “The block has encountered an error and cant be previewed” error when you click on text blocks? All other blocks work fine except for text-based blocks.
After digging into this more I found that it is being caused by the page cache option. Minify, database cache, object cache, CDN are all working 100%, as soon as the page cache is disabled the internal error goes away…
Hopefully this can help someone possibly figure out a fix!
Same exact thing is happening to me, as soon as I enable Page Cache my main site works great – super fast, but all of my secondary sites break completely. I get pages full of strange characters.
Bump… Anybody?
I’ve dug through the support forums and I can’t find anything.
Forum: Fixing WordPress
In reply to: Pagination on custom post typesOk, simple little thing was the problem… as usual.
'archive' => true,should be
'has_archive' => true,Forum: Fixing WordPress
In reply to: Pagination on custom post typesI forgot to mention that I use the archive page code on a custom archive page. Also, Im using the Types plugin for the custom fields on the news submission page.
Forum: Fixing WordPress
In reply to: Pagination on custom post typesBump…
solved this issue.
I had to turn “excerpt” on. Once I did that, everything began working again.
Forum: Fixing WordPress
In reply to: Removing <ul> and <a href> from child category titleHow about this, can somebody tell me if this is possible? If it is, Ill keep searching out a solution, if it’s not I wont.
thanks.