creativ3y3
Forum Replies Created
-
Hi, unfortunately it’s installed locally so can’t send a link. It’s just simply the calendar filed on the front end doesn’t show a year or a way to move back in “years” so if you wanted to make the date say for a birthday year, you would have to scroll back 20 years in one month increments at a time for example.
I’ve since updated and this does look to have resolved the issue.
Many thanks
Forum: Plugins
In reply to: [WP Store Locator] Cant update or preview posts or rollbackThanks for getting back. I think i have got to the bottom of it. It seems it was not affecting any other preview on any other plugin or native posts on the site for whatever reason, but it looks like it could be a conflict with a theme plugin causing the issue. If i deactivate that conflicting plugin things work as expected. I will reach out to them and see what they say.
The rollback issue was a separate issue it turns out. WP Rollback released a further update that resolved it.
Forum: Fixing WordPress
In reply to: User pageHi Thanks for the thoughts. I have had a look at that plugin and unless I’m misunderstanding, it only seems to offer “grant all” access or “deny all access” to the users. So I’m not able to be more granular and grant access to the users but only see users with certain roles based on a the current users role access.
Forum: Developing with WordPress
In reply to: the_content filterNo problem, understood. As a generic question relating to the structure of wordpress files and child themes, if the single.php template is able to be used in a child theme (by say copying it into the child theme folder). Does this “over-ride” the existing one in the theme, meaning if the theme single.php file gets updated the child one wont? Where if you can do it by plugin or child functions.php it would’nt over-ride the whole file as such…
Forum: Developing with WordPress
In reply to: the_content filterHmm thinking it might be the theme then, just used the classic editor with no luck, theme is Unicon – Design-Driven Multipurpose Theme
I guess its a case of new theme or try to ask developer if there is a way to use the filter with the theme?
Or is there a different solution to produce the same results?Forum: Developing with WordPress
In reply to: sql queryHi, it turned out the issue was indeed with the WHERE clause. I got it working when I moved the AND address2…. into the ON clause. Using an endpoint, I wanted compare the lat long info with that provided by a mobile app then to bring back the correct shop information back to present it inside the app.
Im experiencing the same issue. Did you manage to fix it?
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] SG optimizer API issueThe solution here resolved my issue:
https://ww.wp.xz.cn/support/topic/siteground-optimizer-v6-and-6g-blacklist-firewall/#post-15054166
@vupdraft I can confirm this resolved my issue with the /sg plugin.
Thanks!
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] SG optimizer API issueHi Is there a work around similar to the below to allow 6g functionality to be reinstated without the conflict?
https://ww.wp.xz.cn/support/topic/6g-rules-block-cloudflare-plugin-javascript/#post-11650217
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] SG optimizer API issueGot there eventually. I missed unchecking the setting “Enable 6G Firewall Protection” under Firewall in AIOWS first time around. Turns out this needs to be unchecked to resolve the issue as this stops SG optimiser from being able to save new settings.
- This reply was modified 4 years, 6 months ago by creativ3y3.
Hi @mkarimzada, thanks for your thoughts, I will give that a try. I think you’re right it does seem to activate the field if updated at that point of inserting the post. Think on that basis I will need to loop through all the fields that are acf within the post and update them at this point. Since I’m looking to keep these fields blank or at “default state” I guess my values would have to reflect that. Hopefully by doing that it would “activate the fields” allowing me to update the fields at a later stage after some user interaction on the front end and with no requirement to save on the back end.
Thanks again, this helps, I will give it a try.
Forum: Plugins
In reply to: [WooCommerce] Issues with capturing payment and stripeHi Thanks I am using your stripe extention. I will try a support ticket.
ThanksHi Any further thoughts on how to resolve?