No search results were found in Documentation!
Hello !
Please make sure that you have accomplished all the system requirements as in our documentation here: https://forum.tagdiv.com/requirements-for-newspaper/
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !
Hello !
Please make sure that you have accomplished all the system requirements as in our documentation here: https://forum.tagdiv.com/requirements-for-newspaper/
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !
Hello !
Please make sure that you have accomplished all the system requirements as in our documentation here: https://forum.tagdiv.com/requirements-for-newspaper/
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !
Hi,
Are you using the Newspaper or the Newsmag theme?
Regardless of the theme however, if you want to customize the comments file, you can copy the file from the composer (not from the theme) – https://prnt.sc/tf4p5c in the child theme main folder – https://prnt.sc/tf4pcb Then you can modify it as you want. Please try it.
Thank you!
Hello !
Please make sure that you have accomplished all the system requirements as in our documentation here: https://forum.tagdiv.com/requirements-for-newspaper/
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !
Hello Vlad, how do I know if I am using a child theme or cache plugin, and if so, how do I clear all cache per your recommendation above?
I just purchased, downloaded, installed and activated Newspaper. When I try to add any template or page/post element I get the dreaded: Error at zones: 6(models) : 1(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)
Under Cloud Templates there is an alert: Custom post type notice:
The theme you are using does not contain the “while () : … endwhile;” loop in the “single.php” file. To use custom templates the theme must have this “while” loop type in its “single.php” file.
Might that have some affect on what I am trying to do?
Best regards,
S-
-
This reply was modified 6 years by
snovosel. Reason: additional information
Hi,
In order to fix the problem with search icon, you need to set a z-index on it, for this you need to edit the homepage with tagDiv Composer, click on search icon and search for z-index -> https://i.imgur.com/BWTVSAM.png select the css tab and set 9999 to index this will fix the problem -> https://i.imgur.com/wJ6N9OZ.png
The second problem can be a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Let me know the results!
Thank you!
Hi,
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Also please check the permalinks and re-save them -> https://i.imgur.com/MQPtVzl.png
Let me know the results!
Thank you!
Hi,
By default our theme will generate thumbs for modules inside the blocks and grids, in this way the image will adapt and look well on all elements and viewporst you are using.
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
In some cases the images need to be regenerate in order to fit the module from block, for this you can use our guide form here -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
If this is not what you mean, please provide some more details and a link where I can inspect the problem.
Thank you !
Hi,
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Let me know the results!
Thank you
Hi,
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Also please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If you are using cdn, make sure that is set as in our guide from here -> https://forum.tagdiv.com/cloudflare-cdn/
If there is still a problem, please provide some more details and some screenshots with these problems.
Let me know the results!
Thank you!
Hi Calin – thanks for getting back to me. There are three things I’d like to achieve as shown in the image at https://imgur.com/uUutA2x
1. Change the text ‘LEAVE A REPLY’ to ‘LEAVE A COMMENT’.
2. Change the text ‘Comments are closed’ TO ‘COMMENTS ARE NO LONGER BEING ACCEPTED'(and change the font size to the same as #reply-title – but I can’t find the css?)
3. Include ‘COMMENTS ARE NO LONGER BEING ACCEPTED’ on posts that have no comments when comments have been closed (which I’ve set to 10 days in WP Dashboard/Discussion Settings/Other comment settings.)
I’ve checked my child theme – all is OK.
I’ve copied comments.php from the Newspaper theme directory to my child theme and edited as follows:
Line 78: $defaults[‘title_reply’] = esc_html__(‘LEAVE A COMMENT’, ‘newspaper’);
Line 35: <p class=”td-pb-padding-side”><?php esc_html_e( ‘COMMENTS ARE NO LONGER BEING ACCEPTED’, ‘newspaper’ ) ?></p>
These changes do not work.
(You will note I use a plugin – Advanced Comment Form – that inserts text into comment form. Disabling the plugin doesn’t solve the problem.)
I hope this helps
Regards
Nigel
Hello !
Please make sure that you have accomplished all the system requirements as in our documentation here: https://forum.tagdiv.com/requirements-for-newspaper/
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !
Hello !
Please make sure that you have accomplished all the system requirements as in our documentation here: https://forum.tagdiv.com/requirements-for-newspaper/
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !
Hi tizian-ffm,
Our theme do not have an option for this, you can try a custom css, but this will work only inside the post/article, on modules/blocks will not work, for example -> https://i.imgur.com/T5gKFIf.png -> https://i.imgur.com/EJMH9iX.png
As a hint you can use in child them functions.php a code that identify the category id something like this
if (get_category('53')){
echo '<style>
.entry-title a::before {
content: "test";
margin-right: 10px;
}
</style>';
}
Hope this will help you!
Thank you!
Hi,
If I understand correctly, when you try to remove a row or element you get the above error.
If is so please make sure that you do not have any plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
After you have only theme plugins try again to remove the element, if the problem persists, please provide some screenshots and some details about the element you want to remove.
Thank you!
Hi,
Unfortunately this file can not be set in child theme, the root theme is wp-content\plugins\td-standard-pack\Newspaper therefore you can set in child theme the files from there, from wp-content\plugins\td-standard-pack\Newspaper\parts and wp-content\plugins\td-standard-pack\Newspaper\includes also for tagDiv Composer root (wp-content/plugins/td-composer/legacy/Newspaper), wp-content/plugins/td-composer/legacy/Newspaper/includes and wp-content/plugins/td-composer/legacy/Newspaper/parts
Thank you for your understanding!
Hi,
Please provide some more details about what exactly do you want to achieve, in this way I will be able to provide an working answer.
Also the child them must be use as in our guide from here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thank you for your understanding!
Hi,
1. This problem is usually a plugin conflict from untested plugins, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
2. The background color from the menu can be change only using custom css -> https://i.imgur.com/iLv4qEP.png
.sf-menu > .current-menu-item > a, .sf-menu > .current-menu-ancestor > a, .sf-menu > .current-category-ancestor > a, .sf-menu > li > a:hover, .sf-menu > .sfHover > a {
background-color: green;
}
This code need to be set in theme panel> custom code> custom css.
Thank you!
I want to change the wording of ‘LEAVE A REPLY’ and ‘Comments are closed’
I have copied comments.php to my child theme directory and made the necessary changes. However, they are not being applied. Am I missing something?
Also, if there are no comments on a post and comments have been closed automatically after x days, the message ‘Comments are closed’ does not appear. How can I change this?
TIA
Nigel
Hello,
for my site I need to modify the following file:
plugins/td-composer/mobile/search.php
How can I overwrite the file in my Child Theme without modifying the original one?
Thank you
Hi,
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel. We will take a look. Include a link to this topic in the email.
Let me know the results!
Thank you
Hello !
Please make sure that you have accomplished all the system requirements as in our documentation here: https://forum.tagdiv.com/requirements-for-newspaper/
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Also please make sure that you are taking safety cautions regarding your website security.
Thank you !
Hello !
Please make sure that you are following our guide carefully in order to use child theme: https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thank you !
I was using a Genesis child theme on one of my wordpress sites. In all the posts I had inserted one image at the beginning of each post using wordpress “Add Media” option. I had also selected the same image using “Featured Image” option. The Genesis child theme showed the image once only at the beginning of the posts.
A few days back I switched to Newspaper theme on this site. Same image started appearing twice at the beginning of every post. One way to resolve this was to delete the image added through the “Add Media” option. As this was a time consuming process, so I selected the template # 5 under the Pose Settings. This solved the problems and the images are now appearing once only on desk top & as well as mobile. So far no issue. Every thing Ok.
Now I want to use mobile theme for mobile devices. But the same image appears twice at the beginning of each post in the mobile devices.
Can you please suggest any other way to resolve this issue.
Thanks & Regards…… Renu Bakshi