GarCard
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Upcoming Products] Few issuesIt works fine for me on the single product pages.
I have found that the following line in wp-config.php will make this work in Cloudways:
$_SERVER['HTTP_X_FORWARDED_FOR'] = $_SERVER['HTTP_X_REAL_IP'];Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Changelog Table Auto UpdateThanks, I went in and noticed there were no longer and Cron events for the table imports … and somehow the Auto Update was unchecked for those tables. So it seems to be all set again, now. I’ll know for sure tomorrow. 😉
I did #3, but it moves both Event Tracking and the analytics function to the footer. Is there a way to move just the event tracking to the footer, while keeping the analytics function in the head?
- This reply was modified 9 years, 6 months ago by GarCard.
As mentioned, #2 didn’t work for me. I use a plugin called Code Snippets, to add functions. However, when adding the function from #2, it said:
The code snippet you are trying to save produced a fatal error on line 9:
Cannot redeclare us_wp_title() (previously declared in /wp-content/themes/Impreza/framework/framework.php:171)And #3 didn’t seem to do anything to the title. HOWEVER, I’ve now used your new version you just mentioned for #3, and that works like a charm (without your Title Fix plugin). Cheers!
#1 worked for me, so I’m using that for now
#2 wouldn’t let me do it, because my Snippets plugin warned that it was already declared
#3 simply didn’t work for me (not sure if it needs a higher priority?)Thanks for all the help. Not sure why the theme has do be this way in the first place, and also not sure why All-in-One SEO works right out of the box. 🙁
I just tested on Twenty Sixteen, and everything seems OK with that theme. So looks like SOMETHING to do with the theme I’m using. I can provide the theme fileset if you’re interested in debugging.
Unfortunately I’ve tried that and it doesn’t seem to take affect. I tried updating the home page title at the Home page area itself, and also within those global settings. Neither one seems to work. 🙁
None of the title changes I make to the Home Page settings seem to do anything, however the description works just fine.
No caching plugins are being used. I sent you the header.php file(s). I should note that All In One SEO does work correctly (i.e., it does update the homepage title).
Also this is basically the title area of the file:
<?php /* Don't remove the semicolon in the title tag below: it's needed for Theme Check */ ?> <title><?php wp_title( '' ); ?></title>