Thank you. Yes, I have already verified the removal of all plugins before installing the Newspaper update. I’ve done it a second time. And the error message when trying to edit a page with TagDiv Composer persists. What else can I do? Can you help me solve it please: Thank you.
Hello !
We are sorry for your inconvenience !
It is mandatory to delete all what was left from the older version before intalling this update. Overwriting the files would cause a lot of problems and maybe you’ve missed something while deleting the old files. Please check the plugins to be deleted too ?
Also take a look at our documentation about installing the theme and plugins: https://tagdiv.com/how-to-install-plugins-and-update-plugins/ ; https://tagdiv.com/how-to-install-newspaper-theme/
Thank you !
Hello !
We are sorry for your inconvenience !
It is mandatory to delete all what was left from the older version before intalling this update. Overwriting the files would cause a lot of problems and maybe you’ve missed something while deleting the old files. Please check the plugins to be deleted too ?
Also take a look at our documentation about installing the theme and plugins: https://tagdiv.com/how-to-install-plugins-and-update-plugins/ ; https://tagdiv.com/how-to-install-newspaper-theme/
Thank you !
I use TagDiv Composer to build the pages of my site. Today, when trying to modify the home page with TagDiv Composer, I could not do it because the following message appeared on the screen:
“Errors at elements: 1 (models): 0 (dom). The model does not match the content Current state has involved an issue. You could try an UNDO operation (CTRL + Z / CTRL + SHIFT + Z)”
The same problem occurs when trying to edit any other page.
I have emptied the cache, I have removed plugins, and the blocking persists.
Last week I installed the latest Newspaper update, I don’t know if it will have anything to do with it.
Please, can you help me solve it?
Hi,
That is actually a page, Yoast can be used for pages as well – https://prnt.sc/ork9fh
Simply set the desired meta and update the page. Then check in the page source to see the loaded meta. Shouldn’t be difficult to do.
Thanks
Hi,
I use mailchimp for a daily newsletter. It worked automatically until last week with feed from RSS:
http://www.hamsterrausch.de/feed/
But now it seems there is an error occuring. I´ve updated Newspaper. What can it be?
Hi,
Is look that you need to apply a custom css to display the drop-down menu on mobile -> http://prntscr.com/orfx55
.td-mobile-content .td-icon-menu-right {
display: inline-block;
}
The code need to be set in Theme panel> Custom code> Custom css
Also this problem can be fixed by making a theme update, the last version of the theme is 9.8 -> https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you!
Hi,
First please make a full backup to your website, change the theme with a default one, delete the Newsmag theme and install the new version, you can check our guide for theme update from here ->https://forum.tagdiv.com/newsmag-how-to-update-the-theme/
Thank you!
Hi Simion,
I hope you are well.
I have made some changes to the previous td_module_9 php I sent you.
Rather than hard coding the If and ElseIf statements with the category and tags as before, the If statement now calls a post_type variable. This is basically an ACF custom field, with two options, to which some of the other ACF fields are conditionally tied – I also changed the ElseIf to an Else.
In addition I have integrated the code with the module 9 default div classes and added a couple including a couple span classes. This now means each field sits within a separate CSS element I can style. The code is also now shorter as you will see –
<?php
class td_module_9 extends td_module {
function __construct($post, $module_atts = array()) {
//run the parrent constructor
parent::__construct($post, $module_atts);
}
function render() {
ob_start();
$title_length = $this->get_shortcode_att('m9_tl');
$modified_date = $this->get_shortcode_att('show_modified_date');
$hb1 = in_category(array('News','Features','Tech'), $this->post->ID );
$hb2 = in_category( array('Research'), $this->post->ID );
$hb3 = has_tag(array( 'aged care', 'anxiety/stress', 'autism', 'cognitive', 'Dementia', "Parkinson's", 'sleep' , 'well-being' ), $this->post->ID);
$hb4 = get_field (post_type, $this->post->ID);
$link = get_field('media_outlet_url', $this->post->ID);
$media = get_field ('media_outlet', $this->post->ID);
$country = get_field ('country', $this->post->ID);
$publicationdate = get_field ('publication_date', $this->post->ID);
?>
<div class="<?php echo $this->get_module_classes();?>">
<div class="item-details">
post->ID); ?>" rel="bookmark" title="<?php echo get_the_title( $this->post->ID );//$title; ?>"><?php echo get_the_title( $this->post->ID ); //$title; ?>
<div class ="news_headline">
</div>
<?php if (td_util::get_option('tds_category_module_9') == 'yes') { echo $this->get_category(); }?>
<div class="td-module-meta-info">
<div class="media_date">
<span class="td-post-author-name">
<?php if ($hb4 == "News etc"){
echo "{$media}";
}else{
echo $media;
}?>
<span>-</span> </span>
<span class="td-post-date">
<time class="entry-date updated td-module-date"><?php echo $publicationdate; ?></time></span>
</div>
<div class="td-post-content">
<?php if ($hb4 == "News etc"){
echo $country;
}else{
echo $this->get_the_tags();
}?>
</div>
</div>
</div>
<?php echo $this->get_quotes_on_blocks();?>
</div>
<?php return ob_get_clean();
}
}
I still have to work on the CSS, You will notice some of the div names don’t make sense when compared to the fields they contain and some of my previous CSS is now redundant so it needs a tidy up.
I aim to get this done in the next couple days and will then put up a revised and instructional post for the community as promised.
If you spot anything I could improve or have any comments please do let me know.
Best Wishes
Gary
Hi,
I perfectly know the update guide. I use the envato plugin to update.
I tried again to update to the 8.0 version. Same issue. My website is broken. I have made a restauration. All is ok.
But I can not update the theme after the 9.7.2 version. Can you help me please ?
Best regards.
Gregory
UPDATED: I found that there is an element called ‘single related post’ but unfortunately, the design of it only fit the position after the article.
I want it to have a design like an element called ‘block’ which is more horizontal base. Is it possible?
After last update my CPU rises to 100% and freeze my site. It’s not my host, because this have been functioning 100% before. Now, when editing posts and publish or update posts, CPU goes to 100%. Something is sucking out all my CPU. I’ve tried deactivate all plugins, but did’nt help. I’ve updated to latest version of Newspaper.
What’s wrong here?
Guys I have updated the theme. I am using cloud template but it is not showing the sidebar.
Hi,
I have recently purchased newspaper them and installed on my blog iTech Empires
If you visit my site and start scrolling the page you will the sticky menu appears with NEWSPAPER branding. I want to change it to my branding.
Also I want to update the menu items from the same sticky menu bar.
Please support ASAP.
Thanks!
Yogesh Koli
Itech Empires
https://www.itechempires.com
Once I updated to 9.8 I cannot download any templates. It keeps asking me to Activate my theme. I continually put it my purchase code but it won’t stick and will not allow me to download templates.
Hi,
#2 problem was solved after regenerated the images. But #1 problem is still happening even thought after updated to the newest version. It still says ‘image could not be loaded’. I previously used the soledad theme which had the mosaic tiled media gallery. I notice there is no such function with Newspaper, I am wondering the problem I’m having is something to do with that previous theme.
Calin,
Can you confirm for me the best/most efficient way to update my theme to v9.8? Do I need to fully delete the theme and redownload the zip?
Thanks
I deactivated all plugins and the side bar is still reverting to the bottom of the page (when smart side bar is turned off). Still overlaying on the left when smart side bar is turned on).
Is the CDN necessary? I just updated nameservers to a new ad partner and don’t want to use a CDN at the moment.
Hi,
Indeed this message was not yet add to the cloud templates, this is noted on our list as required so I think that this will be add in next update.
Thank you!
Hi,
1. Unfortunately if you want to link the image to post as the title, then you’ll need to make some changes in theme core because the image was made to can drag the next post; also the changes will be lost after theme update.
If you still want to make the changes, those need to be made in this file -> http://prntscr.com/oqe61x -> wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_slide.php
2. In order to make the category image to be full on mobile, you can check this code http://prntscr.com/oqe0vf
.category .tdc_zone .tdc-row:nth-child(2) {
padding-left: 0px;
padding-right: 0px;
}
The code need to be set in Theme panel > Custom code> Custom css
Thank you!
Hello !
With the new Newspaper update everything you use from a modified demo ( not the default one ) can be edited using the tagDiv Composer. For the header you have the header manager in the composer.
As you can see here, each block has an style tab and in here depending on your block you can have more or less options: https://www.screencast.com/t/j7dJ32CuZ
We do recommend taking a look at our improved documentation for a better understanding of the new features: https://forum.tagdiv.com/newspaper-theme-documentation/
Thank you !
Thanks for the link. But I was asking about the problem of the theme status not updating.
I changed the max_input_vars from 1000 to 3000 for http://www.gtsupercars.com over a week ago, but the theme system status still hasn’t updated.
update. I disabled WPBakery Page Builder and it now works.
Hello? Any updates? No one is replying.
Hi,
I changed the max_input_vars from 1000 to 3000 for http://www.gtsupercars.com over a week ago, but the theme system status still hasn’t updated.
Just wondering what else I should do.
Uploading images and just general working on this site is extremely slow, and images don’t upload. SO maybe this parameter is causing the problem?
THanks,
Ben