Hi,
@travelhippi It seems the issue is fixed at the moment
– https://www.screencast.com/t/Xv4s0vO933R
This issue is caused by caching, so please clear all caching installed. If you use CDN purge all files.
Thanks
Hi,
What you are describing sounds like a caching issue. Maybe you have a strong caching plugin or implementation installed. Or the hosting server could have a caching system.
That would be why this delay is present.
We can take a look at this homepage setting issue. Please provide a link to your website and admin login information at contact@tagdiv.com.
Also paste a link to this topic in your email.
Thanks
Hi,
Please make sure you are modifying the thumbnail for the module you are testing. Check which module uses what thumbnail, then make the modification
– https://www.screencast.com/t/8EPvBszn
Modify the thumbnail cropping and test on the same module. Regenerate thumbnails after make in any changes for the thumbnails. Also clear installed caches. The images should be cropped according to the values you enter. The first value being horizontally and the second vertically.
Thanks
Hi,
@medialife The website you mention seems to have problems at the moment
– https://www.screencast.com/t/qEH29MfzQh
Check with your hosting provider, something must have happened. We will inspect the social counter after resolving the issue.
Thanks
Hi,
No replacement is needed for the default child theme, the issue was with theme multi-purpose plugin. It was fixed in version 8.5.1, provided yesterday. Download and install this version if you did not already
– https://forum.tagdiv.com/install-via-ftp/
Make sure the multi-purpose plugin is active and test with the child theme active as well. There should not be any problems. We have made many tests and everything is working in our tests.
Thanks
Hi,
There were some fixes provided in version 8.5.1. Mainly there was an issue with having a child theme, that caused issues like you mention. Other various fixes were made as well.
The new elements should be displayed if the multi-purpose plugin is active
– https://www.screencast.com/t/ljDL8WXg
So please try and update the theme to the latest version and check again.
Thanks
Hi,
Moving the post header section would require modifications to the post template file, there is no theme option for it. Then it may also require additional styling since all the design is predefined for the original position.
If the title is briefly displayed after entering the code in the theme panel, a solution would be to enter it directly in the theme stylesheet at the bottom
– https://www.screencast.com/t/hnlNEagSJb
Or remove the title from the code
– https://www.screencast.com/t/amD9qt697QJ
Thanks
Hi,
I used the live CSS editor browser extension, that is useful for testing
– https://www.screencast.com/t/O2fqSXmU
So the code should work when entered in the theme panel. Check if it is present there, enter it again if it is not. Clear all caching as well.
Thanks
Hi,
You could simply create two pages, a homepage and set that accordingly. Then create another page using the latest articles template. Set that in the menu for example as the blog page. This demo uses this solution
– https://demo.tagdiv.com/newspaper_recipes/
The latest articles section can have a sidebar or not
– https://www.screencast.com/t/dbWTMxmnrnj
Thanks
Hi,
@xbass That would depend on which pagination you are referring to. Blocks have different pagination options
– https://forum.tagdiv.com/block-settings-guide/
The same for category pages, they can have different paginations
– https://forum.tagdiv.com/how-category-settings-work/
The Latest articles template on pages and the post pagination have only one pagination (numbered)
– https://www.screencast.com/t/aMvH2kRWJmt
– https://www.screencast.com/t/RseB5a7lNTOr
Thanks
Hi,
That should work for posts that use post template 1. I have tried it as well. I entered the code mentioned in the header file like this
– https://www.screencast.com/t/A2t0dLAbTPO
Also I made a small modification in the code regarding the language
– https://www.screencast.com/t/RSUWLkdQA
Then modified for example post template 2 with the other code mentioned in the topic
– https://www.screencast.com/t/F9YPM8plWAsy
The result is that posts that use post template 2 display the Facebook comments
– https://www.screencast.com/t/anvgmQlO
Thanks
Replied in your other topic.
Hi,
We are glad you have created such a beautiful website using the theme. Surely you have put a lot of work making it, but the results are worth it.
Thanks
Hi,
All the plugins are included in the theme package
– https://forum.tagdiv.com/whats-included/
As you extract the downloaded full theme package there will be a plugins folder containing all the bundled plugins
– https://www.screencast.com/t/08K3cjH3M
Then install the Revolution slider
– https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
– https://forum.tagdiv.com/import-revolution-sliders-on-demos/
Please let us know if you have further questions or issues.
Thanks
Hi,
Maybe this would be helpful, I am sure there are also other tutorials and guides online in this matter if needed
– https://webmasters.stackexchange.com/questions/54423/foolproof-way-to-ensure-google-news-pulls-the-correct-image-for-its-thumbnails
– https://customsearch.googleblog.com/2011/11/thumbnail-images-in-search-results-no.html
Thanks
Hi,
That would be in these files – https://www.screencast.com/t/WtzmQyPMlDt
If the mobile theme plugin is used here – https://www.screencast.com/t/Qi1wqEQKF0
Thanks
Hi,
There is a guide for setting font awesome icons in the menu
– https://forum.tagdiv.com/how-to-add-icons-in-menu/
But there is no documentation for adding a multi-purpose icon in the menu.You could try it as you mention, use an additional CSS code to increase the icon size and better positioning. I have tried like this
– https://www.screencast.com/t/jWX0599AEW2p
– https://www.screencast.com/t/pPj656Ij7d
Maybe this is useful to you
.td-header-main-menu .tdc-font-tdmp {
font-size: 1.4em!important;
vertical-align: middle;
margin-right: 10px;
position: relative;
top: -1px;
}
Thanks
Hi,
The header logo can be uploaded in the theme panel
– https://www.screencast.com/t/ILvRCbJ2sa1
Please check these logo size recommendations as well
– https://forum.tagdiv.com/logo-favicon/
Uploading a logo image there should display it accordingly on the website. If you upload it and it does not appear, maybe it is a caching issue. Clear all caching installed after setting the desired logo. Let us know if there still is a problem.
Thanks
Hi,
The mentioned setting will deactivate the comment count on individual post pages. For blocks/modules there is another setting here
– https://www.screencast.com/t/91j9dtxw
However for the comment count displayed in the author box there is no disable option. It could be removed with a code like this if required
– https://www.screencast.com/t/Nc6O4M84t
Enter the code in Theme panel->Custom CSS code section
.author-box-wrap .td-author-comments-count {
display:none;
}
Thanks
Hi,
The theme does not have any documentation or options for this. Posts can be created normally and published. Then displayed on pages built with the composer.
Thanks
Hi,
@MitchyBoy Please follow this guide concerning the theme update methods
– https://forum.tagdiv.com/how-to-update-the-theme-2/
The FTP method is usually recommended when updating.
Thanks
Hi,
Those characters could only appear if you made modifications to some of the theme files, maybe you entered code in them. Please check if this is the case and remove the extra characters.
Thanks
Hi,
Topics on this forum are accessible to all forum users. You can contact us by email at contact@tagdiv.com if the subject implies sensitive information.
Thanks
Hi,
Please try and clear all caching installed, and purge CDN files if you use it.Then check if the issue is solved. Let us know if there still is a problem.
Thanks
Hi,
The path the errors specify does not seem to be valid. Please try and reinstall the theme by FTP using this guide
– https://forum.tagdiv.com/install-via-ftp/
Then clear all caching and check if the issue is still present. Let us know the results.
Thanks