Setting debug to false just hides the error – need a proper solution!
The error still exists though – turning off debug just hides it, this is an issue in the theme. Reported several times on different threads, no plugin conflict – can confirm this.
I have this problem too.
No plugin conflict – only since updated the theme
PHP Notice: Trying to get property of non-object in /home/****/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_util.php on line 50
PHP Notice: Undefined variable: tdc_header_template_id in /home/****/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_util.php on line 187
Thanks, so to confirm, the functionality available in the standard theme post templates is not available in the cloud templates, maybe something for future updates?
Also – can it be made possible to duplicate post templates – sometimes after creating the perfect template, it would be good to be able to duplicate it and make small amends (such as the sidebar, since it’s set in the template!)
Hi Catalin – we are. 8.7.2 and the latest v5 of CF7 – also tried disabling all plugins too, still have issue.
As I said, if we disable NewsPaper and use the stock WP theme, it works fine, so it looks to be a clash somewhere with the theme and CF7 – odd I know, I use it on other sites just fine!
Hi Bogdan, yes I realise that – I meant that I have a plugin that makes nicely formatted HTML emails and it’s that which is causing the issue.
Great that you can update the text in the next update. LOVE TagDiv – already have 5 licenses of Newspaper!
Thanks for the help Bogdan – it’s an issue with the HTML formatter for emails that is causing the link to break.
The other issue still needs sorting though, in your next update – the message displayed says to “check Index, spam/junk” – Index should be Inbox!
Hi Bogdan, so you did this via the login modal, created a new account, created a username with a space in it and it worked? How odd.
My site is very active right now so I’m reluctant to do much more in the way of changes unless I know it will fix this issue. Is there anything I can look at?
(site is fantasygp dot com)
Thanks Bogdan, but is there anything I can do right now? Non-technical users like to put spaces in usernames and it causing an issue because the automatic emails sent to create password don’t work with spaces!
Hey Jeff – it’s really easy – I only know because I asked once before on here – go to the Theme Panel, look at Translations and you’ll see that you can add custom messages in place of the default ones. Bingo, easy peasy 🙂
Such a great theme
Don’t worry – written my own CSS for this, if you visit BadgerGP.com now you’ll see that the 3 columns of thumbs now zoom in subtly on hover so the visitor knows it’s a link.
Added a class called bdgrhover to the block and then this custom css in the theme panel.
/* Animation */
.bdgrhover .td-module-thumb a img {
transform: translateZ(0);
-moz-osx-font-smoothing: grayscale;
transition-duration: 0.3s;
transition-property: transform; }
.bdgrhover .td-module-thumb:hover a img { transform: scale(1.1); }
.bdgrhover .td-module-thumb:focus a img { transform: scale(1.1); }
.bdgrhover .td-module-thumb:active a img { transform: scale(1.1); }
Thanks but that’s just a loading effect. If you look at the homepage of badgergp, you’ll see all the image thumbnails, but when you hover over them, besides the cursor changing there isn’t an effect to show the user that it’s clickable.
Make sense?
Hi Catalin – when I say animation – I mean a mouseover effect, so a gif won’t help! Some of the other blocks have a css hover effect, I’d like to add that to the blocks I’m using – is there an existing class I can add?
Thanks Simon.
I’ve rebuilt the page again and all is now fine and fast: https://badgergp.com – I’ve now removed the VC plugin too, nice 🙂
I’d be keen to know this too!
Preferred upgrade method and moving from VC to the TagDiv composer – simple?
Sorted this via another thread, yay!
https://forum.tagdiv.com/topic/remove-ads-in-certain-postpage/#post-97412
This is great! Used the same principle for removing ads for users with a particular (custom) role. Thank you!
Any chance you can start supporting WP Rocket? It’s a great plugin and really popular 🙂