Code Amp
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Layouts - Post + Product grids made easy] Wrong dates being pulledAlso: would you be able to tell me which timezone is set in your WordPress install?
Forum: Plugins
In reply to: [Custom Layouts - Post + Product grids made easy] Wrong dates being pulledHey @thefoxlife
No worries at all! Lets see if we can figure this out…
So my approach would be to display the raw value of the custom field instead, temporarily, so we can see whats going on.
In Custom Layouts, you can change your custom field from
datetotext… and this should display the raw value, unformatted…What I would do is add a secondary custom field to your template for this purpose (so we can see what our plugin is doin to it as a “date” and also what it is without any kind of processing/formatting)…
Let me know when that’s up and I’ll take another look (and if you can’t do it on live, then please copy and pase the output here)
Thanks
- This reply was modified 4 years ago by Code Amp.
Forum: Plugins
In reply to: [Search & Filter] translate the words βAll itemsβ in the filtersHi there, you need to use
all_items_labels– you can find more info about this in our docs:
https://free.searchandfilter.com/Thanks
Forum: Plugins
In reply to: [Search & Filter] Search Filter by Category not working WordPressHey @cegasol
Please open a ticket for Pro support via your account:
https://searchandfilter.com/account/
Thanks
Hey @freddela
Just to let you know I’m following up with the team to see what is going wrong and how we can fix it.
https://ww.wp.xz.cn/support/topic/fatal-error-uncaught-error-call-to-a-member-function-stat-on-bool/
Best
Ah, the video is taking a while to encode in google drive, if you can’t play it, you might have to download it.
Thanks
Sorry for the delay, finally getting round to the next batch of fixes for Custom Layouts.
I’m afraid I’m still having problems recreating this – please see the attached video:
https://drive.google.com/file/d/1qsFnqaZDnWrsJdzdAbfs8ng-5gSrJQDL/view?usp=sharingI’m assuming that your experience is not the same?
Would it be possible to see a video of the issue in action?
And would you be able to open the JavaScript console at the end of the video so we can see if there are any errors thrown there?
Thanks for your patience, I’m keep to track this down.
All the best
Hey @emgb_520
There is no way to do this currently, but dynamic conditions sounds like a great feature to add.
That being said, if you’re prepared to do some coding I can outline the logic:
1. You would need to use one of our filters to modify the output of the custom field:
custom-layouts/element/render_output
https://customlayouts.com/documentation/action-filter-reference/2. And then check if if the custom field is empty – if its empty you can use the WP functions to pull the data from the second custom field:
https://developer.ww.wp.xz.cn/reference/functions/get_post_meta/If using ACF it would probably be
get_field:
https://www.advancedcustomfields.com/resources/get_field/And then you would return the new output.
—-
I will stick this is on the feature requests list as it sounds like a nice feature to have!
Thanks
Forum: Plugins
In reply to: [Search & Filter] Knowing the complexity of your Custom Field filteringHey @blackawxs
As you’re using different custom fields for the options it probably won’t work.
What you would need to have another custom field, with only the options you require.
Then you would have two options:
1. Assign the relevant
Cats,Dogs,Birdsto your posts again and use this field with S&F Pro
2. Automate this using custom code automatically. You can add automated custom fields using WordPress hooks (but requires some development knowledge) – this answer gives a rough outline to the right approach – https://stackoverflow.com/a/26053366/459359Thanks
- This reply was modified 4 years ago by Code Amp.
Forum: Plugins
In reply to: [Search & Filter] Warning of-taxonomy-walker.php on line 17We’ve just released an update with the fix.
Thanks
We’ve just released an update with the fix.
Thanks
Forum: Plugins
In reply to: [Custom Layouts - Post + Product grids made easy] Feature RequestsThanks for clarifying, definitely something that needs to be addressed – are you able to work around this in the interim?
Forum: Plugins
In reply to: [Custom Layouts - Post + Product grids made easy] Change font size on mobileHey @freddela
Thanks for bringing this to my attention.
It looks like its related to a plugin
ssh-sftp-updater-support(combined with our plugin).Can you disable that and let me know if that (temporarily) resolves it for you?
On activation, we may try to generate a CSS file on the server and I think its that process thats getting mixed up with the other plugin.
Thanks
Forum: Plugins
In reply to: [Custom Layouts - Post + Product grids made easy] Feature RequestsHey @sringwood I believe the font family is set to
inheritif you leave it “default” so that should be taken from your theme.Regarding the other options, I agree, we will try to be less opinionated – essentailly we need to allow our options to be “unset” and that means it will be taken from the theme instead.
But, the problem is many themes do not provide their styling automatically to
wp-adminso our previews won’t look like what you see on the frontend – its super important for what you see in admin, to match what you see in the frontend.If you’re using a gutenberg theme though, this should be possible once we make some changes to our plugin.
Can you tell me which theme you are using?
Thanks