Hello,
You can change the module used on search pages and categories from the theme panel.
For the search: http://screencast.com/t/RIO0tknPCZ8
Categories: http://screencast.com/t/SOX2BeR1
The latest articles can be set from the post loop settings like so: https://forum.tagdiv.com/page-templates-2/
Thank you!
Hello,
I assume you want to create borders and have the layout have different colors, well our theme does not have any such option. It will have top be coded in if you really need this customization. We suggest hiring a freelancer to help out if you do not know the steps you need to take in this regard as this represents customization and it falls beyond what support can offer you.
Thank you!
Hello,
I can no longer see the shortcodes on your site on mobile or desktop. Please let us know if you require any further assistance with this. Right now you do not use the mobile theme but please note that the mobile theme does not use visual composer as mentioned here: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hello,
Category template 8 will fill the background automatically. Are you sure you are implementing the image correctly by uploading a background to the category? : http://screencast.com/t/YoieMQMr7wy
http://demo.tagdiv.com/newspaper/category/template-style-8/
Category template 8 is simply a transparent section that will show the background behind it.
Thank you!
Hello dcarrero,
I have noticed that you are using the https URL, please try to follow the next steps for your Translations. Try to load your desired translation from the panel and then you can see in the left corner of your browser, an icon with a shield and then try to Load unsafe scripts, like this -> http://screencast.com/t/aLm2aAFv5 If will not work this way, please try to translate it manually from the panel and check again.
Let us know if you still have trouble with translations.
Thank you!
Hello Lawrence,
Our theme provides just the thing for list type posts. We called them smart lists. Please read this guide to see how you can create such a smart list: https://forum.tagdiv.com/smart-lists/
Thank you!
Hello,
Our theme does not change the permalink structure of wordpress. If you want to redirect a link to anything else you can create a custom link for your menu items from the wordpress menu section or you can use a redirect plugin.
As for the Instagram, 8 is the maximum number of images that can be shown on one row.
Thank you!
Hello,
Are you sure you are editing your page with the back-end editor and not the classic mce editor? Please make sure your visual composer plugin is up to date: and you use the back-end editor: http://screencast.com/t/DFlP1tCr20e
If you do not have the latest version of the plugin please use this guide: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Thank you!
Hello,
You can style any link with an inline html. All links you add to your content can be edited in html mode and add inline css styles to them or add a custom class to your links like so:
<a class="mycustomclass" href="#" target="_blank">My link text</a>
Then you can use css to add custom style to each anchor tag that has this class
Thank you!
Hello,
This can be removed from the menus section of wordpress. This how you create a mega menu: https://forum.tagdiv.com/mega-menu/
Simply un-check the mega menu option from the menus section and it will not show anymore.
Thank you!
Hello,
Unfortunately creating a whole new block falls beyond what the theme support can offer you. This represents customization and you will require substantial coding knowledge to create a new block. You can read the theme API documentation here: https://forum.tagdiv.com/td_api_blockadd/ but the them API is not part of the theme support. It is intended for developers only.
Thank you!
Hi,
please provide more details about your problem as I cannot provide a proper answer based on your topic. Please provide explicit details and a link to your site
Thank you!
Hello,
The Instagram widget does not have a thumbnail. It will pull the image straight from Instagram, not creating any thumb for it. It will be 640×60 px as this is the way Instagram provides the images. We have no thumbnails for this element.
Thank you!
You will have to add the full path to the external link The absolute path including the http or https as Chris describes.
Thank you!
Hello,
Well there is a strong chance you will have to use the code method, not the plugin. There are multiple methods in the guide above. The plugin is just on of them.
Thank you!
It works fine on my end. i created the code and tested this out previously. Please remove any code you might already have so you can make sure it will not affect the code I provided. Here is an example on my end:
http://screencast.com/t/aiHDroDJ1T
Thanks.
Well google is looking for an author, a publish date, a headline, a featured image. These things should be present on all custom post types. Please test out our books custom post type and see if the errors are still there and see if the markup is added for it. If you remove the markup, the errors on google won;t go away as it will still see the CPT and provide errors because the markup is missing. The errors are about missing markup not about metas that are already there.
Thank you!
Hello,
Also make sure you meet the requirements for newspaper: https://forum.tagdiv.com/requirements-for-newspaper/ and make sure you increase your system status parameters according to this guide: https://forum.tagdiv.com/system-status-parameters-guide/
Thank you!
Hi,
I tested it on chrome. But an element should be visible across all standard browsers.
As for the cdn, that is a service you opt for or not, not theme related: https://en.wikipedia.org/wiki/Content_delivery_network
Thank you!
Hi,
The modules and blocks were never meant to show the post views. You can follow this topic to see how it can be coded in though: https://forum.tagdiv.com/topic/post_views_count/
Thank you!
Hi,
I have checked your site but are you sure you have the post views active as I cannot see them on the post itself.
The standard post views need to be active as well as the ajax views. Views need to be active for them to work: http://screencast.com/t/OZC1ySCn
Please make sure views are active from the theme panel here: http://screencast.com/t/YMoXlqyQhLbw
Thank you!
Hi,
It’s always best to actually be able to see and inspect the problem 🙂
The orange color comes from the demo you installed. It is added through code so you can only change it through coding. Use this css to change the color:
.td-blog-cars .block-title{
background-color:red!important;
}
You can add the code in the theme panel->custom css box
Thank you!
Hi,
You can see the color using your browser inspector: http://screencast.com/t/iAErGLv90eE
Thank you!
Hi,
Please also add this css as it seems to affect other browsers as well, not just safari:
.td-menu-placeholder{
height:auto!important;
}
Thank you!
I have also tested on mobile phones, not emulators as we know emulators are not trust-worthy…but I your featured images were present and I could not see any image issue. As for the bold tag, You must check the smartlist and see where it comes from. Access the backend and access text mode (html mode) and insect the tags and see if there is a bold or strong tag anywhere.
Thank you!