Code Amp
Forum Replies Created
-
Hi again @megkeays22, can you confirm which version of Custom Layouts you are using? (make sure to update it to the latest version)
If that doesn’t work or you are up to date already, I would suspect there might be conflict somewhere.
In this case I would suggest setting up a test site with the bare minumum, and checking if you see the issue there – this would give us a good starting point as to know where the issue might be coming from.
Thanks
Hi @megkeays22, can you update the plugin to the latest version and test again?
Thanks
Hi @andvsb – just to let you know we’ve just release 1.4.10 which fixes the various issues related to WP 6.4.
Let us know if that works out for you.
All the best
~ RossForum: Plugins
In reply to: [Custom Layouts - Post + Product grids made easy] Still supported?Hi John, yes it’s still supported.
We’re currently working on some compatibility issues with the latest WP update.
As a side note, development has slowed down while we focus on an huge update to our filtering plugin.
After that is complete we’ll be focusing again new features for this plugin.
Best
Hi @andvsb
Thanks for reporting this.
Hoping to have a fix for this tomorrow or the day after.
Will update when it’s ready.
Forum: Plugins
In reply to: [Custom Layouts - Post + Product grids made easy] Card designHi @mceciliayr
It sounds like you want to a do a fair amount of customisation.
I think you can achieve most of what you want, if you are able to do a little coding (we have hooks to modify some of the elements).
If you can do some PHP coding, then I can try to identify and explain the process for each element.
I think first its best to be clear about each element, what it displays and how it should appear.
So far this is what I can tell from your message and reviewing the site:
- Eg: “Inauguración memorial” – this looks like a custom taxonomy, so you should use the custom taxonomy element in our plugin to create this.
- Title, eg “ENTREGA ESPACIO DE MEMORIA CERRO CHENA A LA GOBIERNO REGIONAL METROPOLITANO”
This looks like the post title? - Date – yes this must be custom built if you want to conditionally show the full date, or the month, I can outline this process with references to our documentation
- Region – this looks to be working on the search results?
- Post link – eg “Leer mas” – this looks correct, but it should be at the bottom of the template? This can probably be fixed with some CSS.
If you can confirm (with numbers like above) what is / isn’t working exactly, and if it is possible for you to do some PHP code, then I can direct you to where to make the modifications (but I cannot provide the modifications themselves).
Thanks
Forum: Reviews
In reply to: [Custom Layouts - Post + Product grids made easy] Great plugin!Thanks @eatpaintchic !
I think I saw you wrote somewhere (twitter) that it would be nice to use native grids and grid gap – it is planned – but when this was written we had to support IE 😢
Once S&F v3 is released, we’ll be working on some interesting updates with Custom Layouts
Forum: Reviews
In reply to: [Custom Layouts - Post + Product grids made easy] Easy to useThanks @photoworkout 🙏
Forum: Plugins
In reply to: [Custom Layouts - Post + Product grids made easy] Layouts not working/ErrorHi all, v1.4.9 has just been released which has a fix for this issue.
Let us know if it works out for you.
Thanks
Forum: Plugins
In reply to: [Custom Layouts - Post + Product grids made easy] Layouts not working/ErrorHey @daviswebstudio thanks for flagging this – we’re aware of this issue and should have a fix ready hopefully tomorrow.
Thanks
Forum: Reviews
In reply to: [Search & Filter] Pro To slow :( unusable !Hey @cirdec2 sorry to hear that.
We do have various mechanisms to help make our plugin quick (it works fast for most of our users) but I’m guessing with your configuration something was happening that our plugin couldn’t handle which is having a knock on effect in terms of speed.
As a rough estimate our plugin should be quick searching a few thousand posts out of the box, and has been known to handle tens of thousands with the right configuration and server, although those numbers are probably pushing it a bit.
If you’d like us to look into it (and haven’t already done so) please open a ticket via your account and we’ll try to figure out what the issue is.
It is possible though that due to a specific combination of plugins/theme/hosting etc that we might not be able to achieve the results that we would like in your setup, but we’ll try out best.
Thanks for taking the time to share your experience.
Forum: Plugins
In reply to: [Custom Layouts - Post + Product grids made easy] Custom fields not availableHey @wp_user1
Can you confirm that you have some posts assigned values for those custom fields?
A post needs to have the custom field (with data) for it to appear in our custom field list
Thanks
Hi Ashley
I think what you need is the results updating via ajax (without page refresh).
I’m afraid this is not natively supported right now, but we’ll put this on the feature requests as it would be a great addition to add to the plugin.
Have a good weekend
Best ~ Ross
Hi Holby
Just to let you know I’ll be looking into your issues next week.
Have a great weekend
Best
Hey Silvester
Apologies for the delay, things got busy towards the end of last year so just playing catchup now.
So I’m assuming the arrow (to unfold the layout editor) is not working as per this gif: https://drive.google.com/file/d/1NnfUm4aAQijBuqQku6hhMVBojXR4hslX/view?usp=drivesdk
The screenshot you sent me of the JS console suprising as it doesn’t seem to show any error with our plugin, so its a bit of a tricky one.
I think we should try the following approach:
First, lets check for conflicts with your theme and other plugins – the best way to do that is:
- Switch to a default WP theme
- Disable other plugins
Once you do this, test our admin page again, and see if the issue exists.
Another thing we can try is to create a temporary WordPress site showing the issue. There are some great sites such as InstaWP, which allow you (for free) to create disposable WordPress sites.
You can create a InstaWP site here: https://instawp.com/
From there, I would try to recreate the issue, by going through this process (adding themes, plugins etc) you might find the culprit.
Once we know where the conflict arises, we can hopefully figure out an approach to solve the issue.
Let me know how you get on.
Best