Hi,
Review schema will be added for posts containing a review
– https://www.screencast.com/t/ZCzdBRLWkKi
Thanks
Hi,
I found these topics related to your problem. You could try the suggestions mentioned there and check the results
– https://www.kevinmuldoon.com/break-out-frames-javascript/
– http://www.wprecipes.com/how-to-force-your-wordpress-blog-to-break-out-of-frames/
Or you could search for more plugins, maybe you can find one that works properly for all browsers.
Thanks
Hi,
That is simple HTML and CSS, used to create a structure for the recipe parameters. Here are some examples of recipe mark-ups (check the examples below)
– http://schema.org/Recipe
There are also plugins that can be used for this. Some examples here
– http://www.bloggingwizard.com/add-schema-and-rich-snippets-in-wordpress/
Thanks
Hi,
You can add the code in the header through a child theme, that way it will not be lost when the theme is updated
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Create a child theme and copy the header file located in the main theme folder, inside the child theme folder.
This is the purpose of having a child theme, to make customization to the theme without losing them after updating. All the files that can be modified through a child theme are mentioned in the guide.
More information about child themes in general here
– https://codex.wordpress.org/Child_Themes
Thanks
Hi,
It seems I have misunderstood the problem. Please note that the modal image will not work on pages, it will work only on images inside the post content. That is the functionality of this feature, there is no option to enable it for pages at the moment.
Thanks
Hi,
The posts will inherit the background among other elements from their category, this is known as the primary category
– https://forum.tagdiv.com/primary-category/
Post templates that use the featured image as background can overwrite the category background, for example.
This is the way the theme is designed, and it could only be changed by modifying the theme files.
Thanks
Hi,
Please provide more details about the problem, and some useful screenshots if possible. Specify which sidebar is affected by setting a featured image of the post. This is highly unusual.
Thanks
Hi,
Please check the theme system status and make modifications to the WordPress and server parameters mentioned in this guide, if necessary
– https://forum.tagdiv.com/system-status-parameters-guide/
You could ask your hosting provider to make them for you if needed. This will ensure the proper functionality of the theme and plugins.
Thanks
Hi,
The only issue I see on the search results page is here
– https://www.screencast.com/t/2eBstHZz7M4
You could change the excerpt type to letters, because it seems there are long links and words in the excerpt fields that cannot be broken
– https://forum.tagdiv.com/excerpts-introduction/
Or try a code like this to force them to break
– https://www.screencast.com/t/mEcq2XqgL
.td-excerpt {
word-break: break-word;
}
If you decide to use the code, enter it in Theme panel->Custom CSS section, and the problem should be fixed.
Thanks
Hi,
Maybe these topics would be useful, for more information
– https://wpml.org/faq/language-setup/
– https://wpml.org/documentation/support/troubleshooting-string-localization/
Thanks
Hi,
From what I know, the waiting time could possibly take up to several weeks
– https://support.google.com/adsense/answer/76228?hl=en
It is all up to Google to decide in this matter. The ads should be displayed once they are approved. You just have to enter the ad code provided in the theme panel sections and wait.
Thanks
Hi,
You could use a code like this to hide the comment count, for that specific category page in particular
– https://www.screencast.com/t/ty08v6ttr
Enter the code in Theme panel->Custom CSS section
.category-editorial .td-module-comments {
display: none;
}
Thanks
Hi,
Try a code like the one provided below, it will center the pagination like this
– https://www.screencast.com/t/9SBgVc3S
– https://www.screencast.com/t/rHT62NVhtc
Enter the code in Theme panel->Custom CSS section
.page-nav {
margin-right: auto;
margin-left: auto;
display: table;
}
Thanks
Hi,
Please check the theme system status as well, and make modifications to the parameters mentioned in this guide, if necessary
– https://forum.tagdiv.com/system-status-parameters-guide/
The composer should work properly on a fresh theme install, using only theme plugins. Check the server and WordPress parameters mentioned and then try again to use the editor on a new page.
If the problem is still happening, please send us an email at contact@tagdiv.com and provide admin login information so we can take a look.
Also paste a link to this topic in your email.
Thanks
Hi,
It would be helpful if you could provide a link to your website, so we can take a look and see this happening. This is not an issue of the theme, the search results should display properly.
Thanks
Hi,
All then modules require a particular thumbnail to display. This thumbnail is created form the featured image you set for your posts
– https://forum.tagdiv.com/theme-thumbs/
Some elements like Big grids for example, require a bigger thumbnail size. More information here about the image size the demo uses here
– https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
If you use small images, in the big modules the original image will be used.
Thanks
Hi,
If you use Visual composer for your pages, this has the option to set a parallax background for rows
– https://www.screencast.com/t/GGDToXWoGRqn
The result is similar to the post template mentioned. Templates can also be saved and reused like this
– https://www.screencast.com/t/hsfZY5wvOL3
Thanks
Hi,
These are all the capabilities and requirements of the smart lists
– https://forum.tagdiv.com/smart-lists/
There is no limit to the list items, you can have as many as you want. Also the order of the items can be changed in the smart list settings
– https://www.screencast.com/t/90gdV8I1
There are smart list templates that have the option to display an ad inside the list content
– https://www.screencast.com/t/LCZPGjkDC1cv
You can see these smart list templates in the live demo
– https://demo.tagdiv.com/newspaper/whitewater-rafting-day-trip-new-york-east/
– https://demo.tagdiv.com/newspaper/10-landscapes-wont-even-imagined-exist/
– https://demo.tagdiv.com/newspaper/apple-ipad-pro-review-powerful-ipad-experience/
The option to create a smart list is not available for pages, only for posts in the post settings
– https://www.screencast.com/t/BN53ppK3DX
Thanks
Hi,
All the post filtering options are mentioned here
– https://forum.tagdiv.com/block-settings-guide/
You can add the category Id’s you want in the category filter, and the posts displayed will be only from those categories. Other filtering conditions could only be made by modifying the theme files, that would probably not be an easy task.
Thanks
Hi,
Please check this topic for more information
– https://forum.tagdiv.com/topic/html-code-here-replace-this-with-any-non-empty-text-and-thats-it/
Thanks
Hi,
Please check the theme system status and make modifications to the parameters mentioned in this guide, if necessary
– https://forum.tagdiv.com/system-status-parameters-guide/
This will ensure the proper functionality of the theme and plugins. You could ask your hosting provider to make them for you if needed.
From what I can see, the post view counter is not working on the post you mention. It should increase on every page view, but it does not.
If you use caching please enable this setting from the theme panel
– https://forum.tagdiv.com/ajax-view-count/
This should prevent the page views from being cached.
Thanks
Hi,
Thank you for your appreciation, glad you could solve the issue. We try our best to help everyone that has a problem, as soon as possible. Have a nice day!
Thanks
Hi,
If you followed the plugin installation instructions and it is not working properly, maybe the plugin is not compatible with the theme. Try a different one instead, you could find one that works properly.
There are blocks in the theme that have the Read more button displayed. All the block can be found here (use selection on the right)
– https://demo.tagdiv.com/newspaper/block-1/
Thanks
Hi,
The correct email address is contact@tagdiv.com, my colleague made a mistake. We are very sorry about that misspell. Please send us an email if you did not already, and we will reply as soon as possible. Also paste a link to this topic in your email.
Thank you!
Hi,
It would be useful if you could provide some examples of the exact problem. What you are trying to do and what is the problem so we can understand better. In the post content you mention I see many div elements among the paragraphs, that seem to be empty
– https://www.screencast.com/t/NY0qkljyMXL9
Thanks