mogmachine
Forum Replies Created
-
Forum: Plugins
In reply to: [SEOPress - AI SEO Plugin & On-site SEO] Working with ACF fieldsThanks for the link Ben, so to add multiple ACF fields could need to define each as a $cf var so $cf1, $cf2 etc on a line for each and then concatenate the list with:
$content = $content.$cf1.$cf2;
Makes sense, I guess that i useful for text fields etc, but I am not sure repeater fields or fields that contain more complex data like flexible content or files, images etc will work in that way …but it is a start and I will play around once setup and check out what is being returned. Good enough for now et merci pour la vite réponse, c’est toujours sympa de voir un dev qui soutien son plugin.
Thanks man …turning off caching still has it working 24 hours later …but also commented out the line and hopefully that keeps it running.
Would be nice to hear from the devs on this though.
Hi @stacker2europe ..could you share what and in which file you commented out to fix this …because it has just dumped me in it with a huge client. the annoyance of testing and monitoring something for 3 days after launch ..and then it breaking all my itself after 5.
@icegram the fact you do not address this issue when you are aware of it is not great …your product has such potential ..but your support is lousy.
for anyone else reading this ..first thingI have done is turn off all caching. …was using WP Fastest Cache.
Awesome …great work and quick turnaround.
Forum: Plugins
In reply to: [Nested Pages] WARNING: 3.0.2 DON’T UPDATE: Display bugsOr not …when I did the last site, it remained broken, ..when I opened the nested pages css through the inspector, it opened this url:
https://www.thedrhcollection.com/wp-content/plugins/wp-nested-pages//assets/css/nestedpages.css
..notice the double // …of course switching that to a single changes the file loaded in:
https://www.thedrhcollection.com/wp-content/plugins/wp-nested-pages/assets/css/nestedpages.css
Forum: Plugins
In reply to: [Nested Pages] WARNING: 3.0.2 DON’T UPDATE: Display bugsComing back to this …I realised what is going on …on auto-update for some reason it is not updating the CSS,…which breaks the formatting …even on a clearing of cache …but if I then delete and re-install the plugin, it is still off, …THEN clear the cache ..it sorts itself out.
In case anyone else has the same issue.
Forum: Plugins
In reply to: [Nested Pages] WARNING: 3.0.2 DON’T UPDATE: Display bugsHmm. ..yup, a re-install fixed it …odd, ..sorry for the sensationalist post in that case …all good and thank you for the quick response.
will likely delete this as you will get my reply in your inbox …not fair to leave it on what is one of my top 10 plugins.
Interestingly you manage to declare global $wpquery in the function …but if I declare my global $wp_session …it is empty.
How is the plugin called, ..as I have tried using $GLOBALS in a function and calling that function from the content-partial.php …but it does not even manage this ..returns it as empty? ..and I am confused as I thought $GLOBALS were available everywhere.
Is there really no way to access an array set in single.php from within the content-partial.php ?
Any thoughts. …I guess I could use COOKIES ?
No …I can’t figure out how to access thr global var in content_partial ..and I need it …because in single.php I create an array as a global which holds the ids of viewed posts …so I fire a custom query which gets the posts I want using post__not_in => myArray() …but that array is empty in content_partial …so I end up with the same post in my auto load each time.
I was, ..but I have no stopped using it as there was little point, …I can just register the global manually without yet another plugin, ..and it works fine …I just don’t have access to the global I define on my single php page, in the content_partial file.
Forum: Plugins
In reply to: [Gravity Forms Personality Quiz Add-On] Label images overwriting each otherI have got around this by placing the image HTML in the description box of GForms and setting the description to display above the inputs.
Forum: Fixing WordPress
In reply to: Author Public Profile Commentswhat route are you taking ? ..and would cold hard cash enable you to finish it any quicker?
Forum: Fixing WordPress
In reply to: Author Public Profile Commentsdid you ever have a solution to this?
I have the same problem and the author comments plugin does not work.
I have searched hard online and there is nothing, …the best solution i can come up with is to find a way to make posts for each author, and then hide them, but use them to collect the comments for display on the author pages.Let me know if you found a solution.
Thanks