Code Amp
Forum Replies Created
-
Forum: Reviews
In reply to: [Custom Layouts - Post + Product grids made easy] Great Grid PluginThanks for the awesome review @ja4st3r !
Yeah sliders will surely be a feature we will tackle, but not for a little while…
Lets hope you can hold out until then!
Forum: Plugins
In reply to: [Custom Layouts - Post + Product grids made easy] Featured images not showingHey Keryn
Just doing a spring clean of these forums and will close this for now as it’s over a month old.
Let me know if the issue still persists (and re-open) + if there are any other angles to look at.
Thanks
Hey @cheekypoppet
As I didn’t hear back from you for a while I’m going to go ahead and close this ticket.
Feel free to re-open if you’re still experiencing this issue and after once you have more info on whether this works on a clean install.
*If you don’t, then it will be a plugin / theme compatibility issue, which I would be keen to track down.
Thanks
- This reply was modified 4 years, 6 months ago by Code Amp.
Hey @rsbl29
As I didn’t hear back from you for a while I’m going to go ahead and close this ticket.
Feel free to re-open once you have more information / if you are still experiencing this issue – I’m keen to get to the bottom of it!
Thanks
Ahhh, you’re creative work around led me to believe you were a developer 😇
So yeah, I’m going to put this on the to do list – but to warn you, this will need to built after a bunch of other things on roadmap, so might not be for a little while yet…
First thing is a big update coming early next year, then we we will plan out some more features to tick off.
Thanks
Glad you’re not seeing the issue for now, do let me know if it comes up again!
Regarding inserting (ad) content… that’s a very interesting idea! So you would want it to repeat every X amount of results?
Right now I can’t think of a way to do it reliably (because a lot would depend on how its sorted).
I think we’d need to find a way to inject this within the plugin itself.
I’m thinking out loud here, but would this help?
function cl_template_after_render( $settings ) { // Do something after the render } add_action( 'custom-layouts/template/after_render', 'cl_template_after_render', 10 );Taken from here:
https://customlayouts.com/documentation/action-filter-reference/I think this might not quite work as it might still be inside the layout container…
Would it help if we fired an action after we rendered an complete item in a layout?
– this would be after the template and its container – which means I think you could could add your own custom elements.Something like ‘custom-layouts/layout/item/after_render’..?
Best
- This reply was modified 4 years, 6 months ago by Code Amp.
Hi again!
So I took a look into this, and turns out we did some logic on both
delete_postandtrash_post(hooks WordPress fires when these actions are carried out).That means we should be showing the correct results.
Did you by any chance delete posts in any other way than the usual way via WordPress admin? (I’m guessing you didn’t)
I checked your site again, and I see that the missing post is no longer there.. I’m assuming the problem is not fixed though?
This might need some further debugging (disabling plugins / theme etc, on a staging site ideally) – happy to walk you through it.
Thanks
Hey The Elephant
Been a bit sidetracked but should be able to test this shortly.
Hoping its reproducible so I can apply a fix. I’ll know more in a few hours time.
Best
Hey “The elephant”!
That sounds like a bug! Thanks for sharing… I’ll take a look later on today / tomorrow and see if its something we need to fix.
We cache our list of posts (so they load quicker) and it seems we’re not detecting properly when the post is deleted…
For now, you can disable our caching mechanism by adding this to your
wp-config.phpfile:define( 'CUSTOM_LAYOUTS_DEBUG', true );In the future I would not use this is a workaround, but right now, the ONLY thing that does is disable our cache which will resolve your issue.
I’ll update as soon as I know more.
Thanks
Hey @whatanoisybird – thanks for your review!
I will answer your notes one by one (the first one we can already do)
1. You can remove the featured image by following:
– in the sidebar, make sure the “Template” tab is open
– Under the featured image heading, you can uncheck”show featured image”
– screenshot: https://snipboard.io/81VfN7.jpg
2. This is a nice idea, I think we should also add this to the main image (as well as duo-tone)
3. Someone else has asked this also, I will make sure this is added to the todo list
4. I thought this was already possible! Thanks for letting me know, this will be added in the next version
5. Another great idea and one we’ve already got on our todo list, we’re still thinking on how we can implement this – the tricky part is disabling all the other links inside the editor once the this is enabled, and also making sure this passes accessibility testingBest
Hey @rsbl29
Thanks for opening the ticket.
I couldn’t see a screenshot but I do see the log of the error you provided.
Unfortunately I can’t quite see what the issue is from that message.
Could you tell me a little more info about the issue?
1. Where/how are you trying to create your template, directly in the block editor, via our template admin page, or the layout admin page?
2. Can you confirm, you are able to add elements to template, but not re-order them?
3. Please add the following to yourwp-config.phpfile:
define( 'SCRIPT_DEBUG', true );
Then can you check the error message again and share with me? This will give us more useful information in the error log you shared.
* Taken from: https://ww.wp.xz.cn/support/article/debugging-in-wordpress/#script_debug
4. Can you try disabling all other plugins (and change to a default theme), temporarily – to see if the issue goes away? (then we’ll have a better idea of where to look for an issue)Thanks
Hey @chrilles
Ah yes, this is absolutely possible 🙂
We actually develop another plugin, specifically for searching:
And we built an integration between these two:
https://searchandfilter.com/documentation/search-results/custom-layouts/
I hope that helps!
Best
Forum: Reviews
In reply to: [Search & Filter] Very poor – the query isn’t rightHi @avalon1957
That sounds about right – if you don’t have permalinks enabled on your site.
Otherwise it should goto a URL like:
[home_url]/category/snek+bar/Both formats should be supported by your theme as standard.
Forum: Reviews
In reply to: [Custom Layouts - Post + Product grids made easy] Handy little tool.Thanks @ashf !
That’s a shame we couldn’t get this recreated to resolve.
If you do get a chance to share this issue with me via a test site so we can work on it then please let me know.
For now I will mark it as resolved until we see the issue again / are able to replicate.
Best
- This reply was modified 4 years, 7 months ago by Code Amp.