HI Simon,
On the second link above, in the Yellow Box it states “There is a new version of IonMag Available…”
In my themes folder I have
backup
Newspaper
Newspaper-child
That’s it.
I cant remember what “backup” would have been.
Hi Bogdan,
I’m scratching my head a little now with Speed Booster.
I understand that I have additional Plug Ins and what I need to do to add these to the compatibility list (as explained here https://forum.tagdiv.com/how-to-make-the-site-faster/ )
However, when I look at the code in the Plug In I see this…
if ($this->is_ie === false) {
// move style.css theme style
$this->move_style_to_footer_queue(‘js_composer_front’);
$this->move_style_to_footer_queue(‘td-theme’); //this is the main style of the theme. It’s only moved on Newspaper 6!
$this->move_style_to_footer_queue(‘td-theme-woo’); //this is the main style of the theme. It’s only moved on Newspaper 6!
}
So what about NewsPaper 7?
I’m really confused!
The only plug ins I am using are;
Ninja Forms
Word fence
Toast
The website is http://www.expectationsholidays.co.uk
Any ideas?
Thanks ๐
Hi Catalin,
I’m really sorry! You’re on the money….some weird caching thing happening our end which looks like a separate, unrelated issue.
Thanks for your ever speedy and great response!
๐
Hi Bogdan, Yep so I followed the guide but still it doesn’t work…is that because I have these plug ins?
Ninja Forms
tagDiv Social Counter
tagDiv Speed Booster
Wordfence Security
Wp Super Cache
WpBakery Visual Composer
Toast SEO
Thanks
Are the instructions for implementing the SpeedBooster any different if you are using a child theme?
๐
Thanks
Hi Bogdan,
So I am not getting the results need with the Speedbooster – I still get Render Blocking alerts on GWMT page speed test when I follow (precisely) your guidelines to move the css and js to the bottom of the pages.
I have all latest versions installed
Are you saying above that Plug Ins like Wordfence stop the SpeedBooster working?
Here’s the plug ins I am using
Ninja Forms
tagDiv Social Counter
tagDiv Speed Booster
Wordfence Security
Wp Super Cache
WpBakery Visual Composer
Toast SEO
Cheers
Hi,
Is there a delay in how long it takes for this to populate? At the moment ours is showing 1 like
Cheers
Hi Andrei,
Is there any update on this? Do you have the same results as myself? Can I help by posting anymore information?
Hope I do not sound impatient although I was hoping to get this new site live by the end of the week.
Thanks
๐
Hi!
Thanks…ok so I changed the code in td_module_single_base.php to now read;
/**
* Gets the article title on single pages and on modules that use this class as a base (module15 on Newsmag for example).
* @param string $cut_at - not used, it's added to maintain strict standards
* @return string
*/
function get_title($cut_at = '') {
$buffy = '';
if (!empty($this->title)) {
$buffy .= '<h1 class="entry-title">';
$buffy .= $this->title;
$buffy .= '</h1>';
}
return $buffy;
}
This appears to work fine for me although can you elaborate on “this is used for every post on the site”?
Are you saying that the titles appearing in Modules would no longer have links? (I am not getting that result)
Thanks!
๐
Sorry – Just to more finely describe the issue above…on pages where I do have the Default sidebar it appears in the footer and does not appear where it should. Additionally, on pages where I do not have a default sidebar it still appears in the footer.
Hi,
I’ve just set up the child theme for Newspaper version 6.7.1 but getting an issue where the default sidebar now appears in the footer.
This is despite the fact that I have yet to make any changes in the Child Theme…I have literally set it up as I normally would do with just a style.css to check it works and got this result. I then used the child files from the latest download on Theme Forest and get the same result.
Any ideas?
