Hi,
Maybe this will help: https://yoast.com/duplicate-content/
(not theme related though)
Thank you!
Hi,
Did you change the color in the editor style. It should look like this: http://screencast.com/t/0IcolyBa1Ra
Thank you!
Hi,
You will need to use a plugin for SEO optimization such as SEO YOAST.
The problem you mention i believe is related to this one: https://forum.tagdiv.com/topic/self-generating-sub-pages-help/ and it’s a wp error, not theme related.
Thank you!
Hello Amir,
Most likely, you do not have posts in those categories. A block is meant to show posts, not categories. If you filter a specific category, the block will look for posts that have the specified category tag.
If there are no posts within that category, the block will not have anything to display. Please make sure you have posts to display. Try a different filter like the latest posts of all categories so that the block will grab all posts in your site and see if they appear.
Thank you!
Hello,
If you do not want to use plugin, it means you want a custom OG tag implementation. In this case you can follow a few resources online on the subject:
https://www.elegantthemes.com/blog/tips-tricks/how-to-add-open-graph-tags-to-wordpress
This will require coding knowledge though.
(plugins do not add OG tags in our theme files but in the wp files…so that’s your best option to alter the wp files or create your own plugin)
Thank you!
Hi,
Please read the above conversation on ‘special’ characters and the system status parameters and try the solutions mentioned here.
Another thing you can try is to disable all plugins except visual composer, clear cache and try your sidebars again to rule out a plugin conflict.
Let us know if you still cannot get them to display properly.
Thank you!
Hello,
Please send us an email at contact@tagdiv.com and provide wp-admin and ftp access so we can inspect this issue closer. Please also include a link to this topic so we can identify you.
Thank you!
Hello,
Unfortunately we cannot decide which one of our users’s sites is the most beautiful one from the mobile perspective. You will have to access the showcase and find one that appeals to your taste:
http://tagdiv.com/newspaper-showcase/
Thank you!
Hello,
We are not sure the pixel tracking of fb will work properly with our theme as we have not tested it. You need to follow their official documentation: https://www.facebook.com/business/help/952192354843755
The guide shows the code has to be added inside the head tag , so it will need to be placed here: http://screencast.com/t/AoYEl9vK
Thank you!
Hello,
Please follow this guide: https://forum.tagdiv.com/facebook-share/
Thank you!
Hello,
If you want to add the button in the top bar, then you need to edit this file:
http://screencast.com/t/Gvt0SmsS
Thank you!
Hello,
Unfortunately you cannot limit the pagination. It will show all posts from the specific filter you add to your block. You can however limit the posts displayed on the page itself (not the number of slides but the number of posts shown):http://screencast.com/t/Nk1Adq3ZTTN
If you want to make the pagination on blocks more visible, you can use a bit of css to do it like for example:
.td-next-prev-wrap a{
border: 2px solid #000000!important;
color: #000000!important;
font-size: 14px!important;
}
Thank you!
Hello,
Unfortunately there is no solution for this as those column layouts are not supported by our theme. Please read this guide to see how to properly use visual composer:
https://forum.tagdiv.com/how-to-use-visual-composer/
Thank you!
Hi,
The titles you mention are block titles. You will have to edit the page in visual composer and click the little pencil icon to edit blocks: http://screencast.com/t/bCUf5aNt28S9
Please follow this guide on visual composer:
https://forum.tagdiv.com/how-to-use-visual-composer/
Thank you!
hello,
There is no setting for it unfortunately but it can be removed with css like so:
.td-category-pulldown-filter{
display:none!important;
}
Add the code in the theme panel – custom css box
Thank you!
Hi,
Please make sure to check other parts of your website as when the lazyload breaks, it means you have a javascript error on your site. This is usually created by plugin conflicts.
Thank you!
Hello,
I will pass this information on to the dev team and hopefully we will be able to implement a fix for it in a future version of the theme.
Sorry for the inconvenience and thank you for pointing this out.
Hi,
If you want to insert a html code in posts, you can access text mode: http://screencast.com/t/CGl4ni76ZEYW and add your code there. There are no content blocks that are designed to work on posts, but you can use visual composer on posts if you activate the option from the visual composer plugin but keep in mind that visual composer is not tested to work on posts so you could get mixed results.
Thank you!
Hi,
Please try to explain a little what “sub-headings’ you are referring to.
Thank you!
Glad you managed to solve it.
Have a nice day!
Hello,
The mobile back-end should work properly. Please disable all your plugins except visual composer, clear cache and reset cdn files if you use it. There could be a plugin conflict that interferes with the mobile version.
Let us know how it goes.
Thank you!
Hi,
The issues you encounter are because of the child theme. The child theme is not update proof especially in a big update such as this. ALL the code was changed from version 4 to version 6. The child theme needs to be updated as well. All the customization done in the child theme or the main theme for that matter will no longer work anymore as newspaper 6 is almost like a different theme from newspaper 4. Please remove your child theme and copy the one that comes with the newspaper 6 package here: http://screencast.com/t/dzXyHwt9lQJ
If you need help on how to create the child theme, please follow this guide: https://forum.tagdiv.com/the-child-theme-support-tutorial/
Let us know how it goes.
Thank you!
Hi,
You can use this css to hide the author only for the “player” post type:
.single-player .td-post-author-name{
display:none!important;
}
If you also want to remove the date as well, you can add this code instead:
.single-player .td-module-meta-info{
display:none!important;
}
Thank you!
Hello,
I can confirm that it is working. All the options were tested properly and we have found no issues with the new update. I just tested the background ad again and it works as expected. Please disable all your plugins except for visual composer, clear cache and reset cdn files. You most likely have a plugin conflict that interferes with the background ad.
Let us know how it goes.
Thank you!
Hello,
Please disable all your plugins except visual composer, clear cache and reset cdn if you use it. This is most likely a plugin conflict. (I’m not sure about your second part of the message: “What I want is configured to load the background even mobile and tablet version.” Please try to explain better.)
Let us know how it goes.
Thank you!