That would be this function here – https://www.screencast.com/t/5yCvL8b8
In that case you could make the modification directly in the block header template file
– https://www.screencast.com/t/k97MCrF0iV
Change the text there and it will be displayed accordingly.
If you did not receive a reply even though you sent us an email, then most likely it went to spam. I forgot to mention above to include a link to this topic in the email. Please send us the email again containing also a link to this forum topic. Sorry for this inconvenience. We will investigate the issue you are having and reply by email.
Thank you!
I believe that is block 19, you could use a code like this to remove the thumbnail if that is what you want (enter it in Theme panel->Custom CSS)
.td_block_19 .td_module_mx2 .entry-thumb {
display: none;
}
Or you could limit the block to 2 posts and use a different type of block below it, a type that does not use thumbnails (blocks 9 or 10)
– https://www.screencast.com/t/6dr50rta1nn
Hi,
Please check the theme system status section
– https://forum.tagdiv.com/system-status-parameters-guide/
Ask your hosting provider to increase the allocated resources if needed. Some hosting providers have limits on low budget hosting plans. If uploading to the server is taking a long time, you could contact the host and mention this. They should be able to help you further.
Thank you!
Hi,
The mobile editor will be displayed only for pages, not posts
– https://www.screencast.com/t/lOlSSkSTO7it
It will be the last section in the page edit screen normally. As long as the mobile theme plugin is active it should be there. If there is a problem, it cold be a plugin conflict. Try as a quick test to deactivate all plugins except theme plugins, then check if the issue is solved.
Thanks
Hi,
The mobile theme plugin is optional, you can simply deactivate it. Then the same content you have on desktop will be displayed on mobile as well. The main theme is fully responsive in design so there will be no problem
– https://forum.tagdiv.com/the-mobile-theme/
The mobile theme is useful if you would like to display a different and lighter content for mobile users.
Thank you!
The theme has settings for the date, on blocks/modules here
– https://www.screencast.com/t/eroKE3BHNpxd
In post pages here – https://www.screencast.com/t/lxGz9Qta
If there is a problem please provide a link to your website and details about the issue.
Hi,
The modules are found here – https://www.screencast.com/t/RcXp9Nvw
Blocks here – https://www.screencast.com/t/1IXPi70g
You can ad new blocks/modules like this
– https://forum.tagdiv.com/api-blocks-introduction/
Thanks
Currently there is no solution for that. If you used Visual composer on posts and the tagDiv composer is active there will be layout issues. It was never recommended to use Visual composer to create posts, and it is not recommended to have both composers active at the same time.
If you could provide a link to such a post where the issue is happening, maybe something could be done with CSS to stop the layout from breaking.
Is there a problem when you create new pages and try to edit theme with the composer? Try deactivating all other plugins (very important) except theme plugins and check if the issue is still happening.
Check the theme system status as well
– https://forum.tagdiv.com/system-status-parameters-guide/
Let us know the results.
Hi,
I really could not say, the theme does not add anything to the URLs or does it have any settings in this matter. Maybe a plugin or modifications made by you are adding that extra URL parameter.
Try this one it will work better
.td_block_social_counter {
margin-left: -20px;
margin-right: -20px;
}
The theme displays the header style you choose, the logo you choose and the menu you set. These will be displayed on the whole website, there are no settings to set multiple instances of them and switch through them.
@Gautam This solution is for the post pages only, not the modules/blocks. On AMP the posts use a different post template from the plugin, not the post templates of the theme.
Hi,
The mobile theme has one predefined template for each page/post, this will be used by it. For example regardless of post template styles used on desktop, on mobile all posts will have a predefined mobile post template. This is meant to increase the performance of the website on mobile.
Pages will have to be created twice, once for desktop and once for mobile through the mobile editor.
This plugin is optional, if you want to display exactly the same content and templates from desktop, deactivate it. Then the default responsive website version will be used.
Thanks
Let’s try in a different way. Please mention what elements exactly you want to change the font size for. Some elements do not use the set body fonts and font size, they have design of their own which overrides the generals.
Please edit the td_instagram.php file from the theme files
– https://www.screencast.com/t/WOtAnrG4hm
Remove all the code inside that file and paste this one
– https://pastebin.com/yrr2DdwB
This should fix the Instagram widget issues, please try it and let us know. Clear the cache and CDN files if needed after editing the file.
Hi,
You can change that text to what you want, edit the page with the tagDiv composer and edit the block in question
– https://www.screencast.com/t/sPHbtW8V
Thanks
Hi,
You can test AMP pages whenever you want to, simply add /amp in the post URL. Like this AMP enabled post on our live demo
– https://demo.tagdiv.com/newspaper_crypto/td-post-ethereum-millionaires-attract-attention-from-regulators/amp/
This is a detailed guide about AMP you could read for more information
– https://www.ampproject.org/latest/blog/whats-in-an-amp-url/
Thanks
Except removing the background set for the row, there would be no other way I can think of. That is how all the backgrounds are supposed to load. All backgrounds are treated similarly
– https://demo.tagdiv.com/newspaper/category/template-style-8/
It is supposed to be a feature, a smooth transition. If you don’t wasn’t this, you could design the page differently if possible.
Please edit the td_instagram.php file from the theme files
– https://www.screencast.com/t/WOtAnrG4hm
Remove all the code inside that file and paste this one
– https://pastebin.com/yrr2DdwB
This should fix the Instagram widget issues, please try it and let us know. Clear the cache and CDN files if needed after editing the file.
Hi,
There were some changes made by Instagram to their developer implementation. Please edit the td_instagram.php file from the theme files
– https://www.screencast.com/t/WOtAnrG4hm
Remove all the code inside that file and paste this one
– https://pastebin.com/yrr2DdwB
This should fix the Instagram widget issues, please try it and let us know. Clear the cache and CDN files if needed after editing the file.
Thank you!
Please edit the td_instagram.php file from the theme files
– https://www.screencast.com/t/WOtAnrG4hm
Remove all the code inside that file and paste this one
– https://pastebin.com/yrr2DdwB
This should fix the Instagram widget issues, please try it and let us know. Clear the cache and CDN files if needed after editing the file.
Hi,
The related articles will display posts that have at least one category or tag (depending on your settings) in common with the currently viewed post.
You could try the solution from this topic if you want to change this functionality
– https://forum.tagdiv.com/topic/remove-category-from-related-articles-filter/
It will require modifications in the theme code.
Thanks