Hi,
Unfortunately the only available post sorting on blocks are the ones mentioned here – https://forum.tagdiv.com/block-settings-guide/ Additional sorting for the posts in blocks could be added in a future theme update, but I can not say fore sure if and when this will happen.
Maybe you can find a plugin through which you can add this functionality to the block element.
Thanks
Hi,
The article bottom ad appears by default just after the post content – https://www.screencast.com/t/sZKkakx4H In your case it is being pushed down by the plugin content inserted in the content – https://www.screencast.com/t/AzPbGVVCV0v
You could use a do shortcode containing a custom ad – https://www.screencast.com/t/qallJwKXn7cu and insert it in the loop file corresponding to your post template style, below the related articles section. The ad will be displayed like this – https://www.screencast.com/t/bjEXpzQZQqJH
Here are some other topics related to this, that may provide useful information
– https://forum.tagdiv.com/topic/ads-shortcode/
– https://forum.tagdiv.com/topic/sourcevia-above-add/
– https://forum.tagdiv.com/topic/banner-below-navigation-and-remove-white-section-on-category-pages/
Thanks
Hi,
Hopefully this issue will with the WP Super Cache plugin that happens in some cases, will be fixed in a future plugin update. If you use the mobile theme, please try the method provided in this topic – https://forum.tagdiv.com/topic/cache-plugin-mobile-version/
Thanks
Hi,
You can try the code provided below, with this result – https://www.screencast.com/t/FbS2S7d1Q9kb
The code must be entered in Theme panel->Custom css
table th {
text-align: center;
}
Thanks
Hi,
I have made some tests using the videos you provided, and placed them inside a video playlist – https://www.screencast.com/t/jZRaY1EVAq29 and everything seems to work properly. I suggest that you check the system status – https://forum.tagdiv.com/system-status-parameters-guide/ and make modifications if needed, according to the guide, because this could be the cause for changes not saving as intended.
Thanks
Hi,
At the moment these are the available ads and positions inside the post content – https://forum.tagdiv.com/article-ads/
However you could try to insert a do shortcode containing a custom ad, and place it inside the loop single file corresponding to the post template you are using. You can find more information about this here – https://forum.tagdiv.com/topic/editing-default-post-layout/ and on the forum.
Thanks
Hi,
If you would like to remove the header menu from your website, you will have to modify the theme files. Here is where the header menu is located – https://www.screencast.com/t/dhwuiwRw97Yb and you could comment or remove all the code from that file. Please consider making a backup before making any changes to the theme files.
Thanks
Hi,
Unfortunately the theme has no setting for this. If you want to redirect the login link, you should use a 301 redirect. Here is an example of how 301 redirect are made: http://www.wpbeginner.com/beginners-guide/beginners-guide-to-creating-redirects-in-wordpress/
We can not make any recommendations for these kind of plugins. You can search here on the forum and see what other users are using in this matter. Or search online for plugins like this, look at reviews and choose what you think it’s best for your project.
Thanks
Hi,
@Vikram Replied in your other post in the topic provided above.
@tagdiv-da-beast I do not know what exactly you are trying to achieve. Please note that the current theme update includes options for full width menu along with other elements – https://www.screencast.com/t/a7CrOuylk
Thanks
Hi,
It seems that maybe you have not made the switch properly, and there are font related errors on your site – https://www.screencast.com/t/XaArkzyjB try making the changes here also – https://www.screencast.com/t/ZIap0Kgb
You can find more information about this here on the forum – https://forum.tagdiv.com/topic/he-content-must-be-served-over-https-how-to-fix-https-on-google-fonts/ – https://forum.tagdiv.com/topic/insecure-fonts-in-newspaper/
Hope this helps
Thanks
Hi,
You need to make the revolution slider full width from the plugin settings – https://www.screencast.com/t/giLH3IIcd then it should display in full width.
You can find more information here in the official documentation – https://www.themepunch.com/revslider-doc/slider-setup/#slidelayout
Thanks
Hi,
The category tag can be disable for the modules you want in Theme panel – https://www.screencast.com/t/zpOqOwiOfR and that removes the tag from being loaded. If you want to remove this from the code you have to edit each of the respective modules – https://www.screencast.com/t/Y9HIbSu6B and remove the category tag from being loaded manually from there.
Thanks
Hi,
If you identified the Adsense manager plugin to be the cause of this, and removing it solves the issue, then maybe it is a matter of incompatibility at some level between this plugin and elements of the theme.
You could also check these parameters in the theme status, and make modifications if needed – https://forum.tagdiv.com/system-status-parameters-guide/ because this could also have an effect on your modifications not saving properly. Please let us know how it goes.
Thanks
Hi,
I have inspected your website again, and at the moment it seems it is working properly – https://www.screencast.com/t/XVdgrwLod6C and I see no more problems on your pages.
Thanks
Hi,
It seems the post title and the post meta is missing from the Big grid. Try changing the category Big grid template from theme panel – https://www.screencast.com/t/qOsZKSQB7tY7 to see if this fixes this issue.
You could change the pulldown filter background color with a code like this – https://www.screencast.com/t/sNIcYzeN This is the code used
.td-category-pulldown-filter,
.td-pulldown-filter-list {
background-color: red!important;
}
Thanks
Hi,
You can sort the articles displayed on the category page using the pulldown filter – https://www.screencast.com/t/4FQ0MV1U7px and selecting one of the available sorting options. Unfortunately there is no oldest to newest sorting option in the theme, only by latest posts.
Thanks
Hi,
Those modifications can be made in Theme panel->Translations – https://www.screencast.com/t/8BRqYxE0
Thanks
Hi,
I have made some tests using some of the links from your pages – https://www.screencast.com/t/uipxGGdlf1Z – https://www.screencast.com/t/TK5L5zaHa and inserted them in a new post and older posts, but failed to recreate this problem you are having. The suggestion to disable the plugins was to double check that that plugins are not causing this, since the links seem to work and display properly on my end.
Visual composer has no effect on this that is true, but I saw that you do not have it activated and I simply suggested that you activate it. You can choose to not use this plugin if you wish.
After a search on the internet it seems that other people are having this issue with some of the embeds – https://wordpress.org/support/topic/youtube-embed-not-working-anymore-after-451-update/ and it could be a hosting issue.
Please send us an email at contact@tagdiv.com and provide admin login information, so we can take a look and try to give you a solution for this. Also paste a link to this topic for identification purposes.
Thank you for understanding!
Hi,
The search function is integrated in the header menu – https://www.screencast.com/t/if5jskv5IQp2 so the easier way would be to hide is with css if you want to remove it – https://www.screencast.com/t/2WrbMFsbcRv. This is the code used
#td-top-search {
display: none;
}
Thanks
Hi,
This should not happen at any time, not to mention when you change the header style. The theme is tested and the demo functionality works properly. In your case something went wrong, be it a plugin conflict, or maybe custom code entered in theme panel, or added to the theme files.
Please try to make a fresh theme install – https://forum.tagdiv.com/install-via-ftp/ and install only the plugins bundled with the theme.
These are the theme requirements – https://forum.tagdiv.com/requirements-for-newspaper/ – https://forum.tagdiv.com/system-status-parameters-guide/
Thank you for understanding!
Hi,
The option for the category color set here – https://www.screencast.com/t/Y8itktt3 will be displayed only on the post page. There is no option to inherit these colors on the category tag on modules. You can only modify them with custom css – https://www.screencast.com/t/Ntqt3UQyGkZ or by custom work.
Thanks
Hi,
You have to set a primary category for your posts – https://forum.tagdiv.com/primary-category/
If a primary category is not set, then the category tag displayed on the modules will be chosen alphabetically.
In the link provided you can see what elements are affected by the primary category option.
Thanks
Hi,
You can use the filter for the ajax dropdown, and enter only the category ID’s that you want to be displayed – https://www.screencast.com/t/PT6CxWWeqp
More information about all the available block settings here – https://forum.tagdiv.com/block-settings-guide/
Thanks
Hi,
Those titles can be changed in Theme panel->Theme colors in the footer section, like this – https://www.screencast.com/t/EVBHlbsi8H1
For the alignment you could use this code – https://www.screencast.com/t/qyBEgRQrGS
.td-footer-wrapper .block-title span {
padding-left: 0;
}
Thanks
Hi,
I have tested your Instagram ID and everything seems to be in order – https://www.screencast.com/t/vhIciLyXw – https://www.screencast.com/t/4xjVZQfFYbs
Try entering your Instagram ID again like suggested, clear any caching you have installed, and check again.
Please note that in some cases there could be some delay for the data to synchronize, so you may need to wait a little time.
Thanks