You could add an order parameter as mentioned in this topic, to the siblings code
– https://forum.tagdiv.com/topic/order-category-template-tag-style-8/
Hi,
Are there any errors? What is it happening exactly when you try to remove an element? Does it happen on all pages?
Please check if there sufficient resources, see this guide and make changes if needed
– https://forum.tagdiv.com/requirements-for-newspaper/
Insufficient parameter values would be the most common cause for theme or theme plugin problems. Next would be plugin conflicts. Let us know what you find.
Thanks
Hi,
The category pages will display latest posts on initial loading, that cannot be changed. Uses can sort the posts if needed using the filter
– https://www.screencast.com/t/5H6nQLOC8
Al oldest posts sorting does not exist for that filter at the moment. Only blocks and grids would have an oldest setting.
Maybe you could design category templates with the Cloud library plugin and the tagDiv composer and use blocks and grids sorted by oldest instead of the category top grid.
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Thanks
Hi,
What exactly do you mean by not working? Maybe you did not update the plugins as well. The tagDiv composer and social counter should update automatically when you update the theme, however that seems to fail in some cases.
There should be update buttons for the plugins here
– https://www.screencast.com/t/dPTcyM6d4qb
If not, delete the composer and other theme plugins you use, then install them from the same theme plugins panel or manually.
Thanks
Hi,
So the title is too small? Maybe you modified the excerpt settings from words to letters. That will affect the related articles modules as well
– https://www.screencast.com/t/tVDqitec8e
– https://forum.tagdiv.com/excerpts-introduction/
You could remove the color if you don’t want it, use a code like this
– http://prntscr.com/k6w9dq
.td-grid-style-4 .entry-title {
background-color: transparent;
}
Hi,
When updating the theme please check the guide, the most reliable and recommended method would be by FTP
– https://forum.tagdiv.com/newsmag-how-to-update-the-theme/
Remember to update the theme plugins you use, after a theme update
– https://forum.tagdiv.com/newsmag-how-to-update-a-plugin/
If that message is displayed for the newsletter plugin, delete it. Re-install it from the theme plugins panel or manually
– https://www.screencast.com/t/IN83f2N2
Thanks
Hi,
Yes it is, that is the more articles box and it can be enabled in the theme panel
– https://forum.tagdiv.com/newsmag-more-articles-box/
Thanks
Hi,
Plugins are installed in the WordPress plugins folder, that is where you have to upload the plugin
– https://www.screencast.com/t/kLSCh7skg2l
Some more info about installing plugins by FTP here
– https://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/
That folder you mention inside the theme files, contains plugins which can be installed from the theme
– https://www.screencast.com/t/Vw3qnJGJolzk
Thanks
Hi,
If the logo is small, maybe you are setting a thumbnail instead of the full size
– https://www.screencast.com/t/wnyzC6u0u
– https://www.screencast.com/t/ZMTmgFfh
Check that and let me know.
Thanks
Hi,
You can install a demo from here – https://www.screencast.com/t/qJxUhpDoLmv
– https://forum.tagdiv.com/newsmag-installing-demos/
The demos can be viewed here – https://demo.tagdiv.com/select_demo/select_demo_newsmag
Please let us know if you have more questions.
Thanks
Hi,
Do you have any caching or use CDN? try to clear them if so. That usually solves this kind of issues. Also try to change the button style of the socials in the theme panel. Let me know.
Thanks
Hi,
Such issues are usually caused by insufficient resources, please check the theme system status panel and this guide
– https://forum.tagdiv.com/newsmag-requirements-for-newsmag/
If needed contact your hosting provider and ask them to increase the parameters mentioned in the guide. The WP memory can be set higher, for most users a 256M value would be sufficient.
After making changes check if the theme panel works properly. If there is still an issue, try this. Deactivate all plugins as a quick test, leave only theme plugins active. If you use a child theme deactivate it temporarily. Check if the same happens. Let us know the results.
Thanks
Maybe I am not understanding what you are referring to. What box are you mentioning? From what I see in the screenshot, that is a post page, with a featured image.
If you use a small image size as featured it will be displayed as it is, not stretched.
Try to use larger images – https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
Remove the code and return to default, see what happens. If there is no problem enter it again
<?php
$time = human_time_diff(get_the_time('U'), current_time('timestamp'));
$pos = strpos($time, 'months');
if ($pos>0) {
echo $td_mod_single->get_date(false);;
}
else{echo $time . ' ago';}
?>
This is the same code I used and it works as shown above. Test and check all the other modifications made until now. test only with the mobile theme modification maybe, remove all others temporarily.
Hi,
Those will always be displayed in alphabetical order, there is no setting to change this functionality at the moment.
Maybe an order setting will be added in the category siblings element in the future if this is requested more, now it does not exist. Sorry for the inconvenience.
Thanks
Hi,
Moving those may break your website from what I can find online, you could give it a try however. Here are some similar topics
– https://wordpress.org/support/topic/eliminate-render-blocking-javascript-and-css-in-above-the-fold-content-59/
– https://wordpress.org/support/topic/its-safe-to-remove-seal-js-js-jquery-jquery-js/
Thanks
Hi,
The scroll to top icon uses the color set as the theme accent color
– https://www.screencast.com/t/QTDHCh3nGQn
For block titles you can use any color you want, per block
– https://www.screencast.com/t/cUOOM7lNC
Let us know if you have more questions.
Thanks
The gallery seems to be broken on mobile – https://www.screencast.com/t/v6VYIz3W1itF
I could give you a code to fix it – https://www.screencast.com/t/JoEx8N1psgF
Enter it in Theme panel->Custom CSS section
@media (max-width: 767px) {
.td-pb-span8 .td-slider .td-slide-galery-figure {
height: 260px !important;
}}
The sorting is made through the plugin if you use this method. It must use the post views to sort the posts, similar to the theme general popular or 7 days popular sorting method.
Maybe we can identify what the problem is. Send us an email at contact@tagdiv.com and provide admin access, we will take a look. Include a link to this topic in the email.
Hi,
That is a full width grid, different element. Full grid 8 to be more exact
– https://demo.tagdiv.com/newspaper/full-big-grid-8/
There are 10 full grid types available at the moment, each with 7 styles. Please let me know if you have more question, I will help you.
Thanks
Your website homepage should look similar to the default demo if you installed the demo with content
– https://demo.tagdiv.com/newspaper/
You can also build a page in any way you like with the tagDiv composer, then set it as homepage
– https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
Let me know if you have more questions, I will try to help you.
Hi,
That’s unusual, the category name should be displayed there. If you select a different category template is the name displayed? Did you install a demo? Are you using any custom CSS or made modifications to theme files (mainly category templates)?
Let me know.
Thanks
Hi,
Maybe you are setting a thumbnail of the image instead of the full image, that is a common mistake
– https://www.screencast.com/t/dbSMCHif1H
– https://www.screencast.com/t/Hvg41nUQOrde
Then the image should be displayed in full.
Thanks
You could give the default WordPress gallery a try, or our gallery slider
– https://codex.wordpress.org/The_WordPress_Gallery
– https://forum.tagdiv.com/gallery-2/
These are simple galleries that work. Or keep trying even more plugins, maybe you find one that works and has the options you need.