Hi Friction,
Normally, the only thing is to set the social link with www and http/https and there should be no problems, but in some cases, it can be something interfering and we need to investigate the problem.
Example of link https://www.facebook.com/TagDiv/
Thank you!
Hi,
Yes, you can use a css like this one:
.td-header-menu-wrap{ display: none; }
This code needs to be set in the theme panel > custom code> advance css > phone – https://i.imgur.com/XU2OTKg.png
I hope this will help you!
Hi,
Unfortunately, this is possible only if you are using the mobile theme plugin – https://tagdiv.com/mobile-theme-get-mobile-ready-with-newsmag-theme/
Thank you!
Hi alessandro_tpp,
For this you can try this custom css:
.tdb_single_content a:hover, .td-post-content a:hover{
text-decoration: underline!important;
}
You need to set the code in the theme panel > custom code> custom css.
I hope this will help you!
Thank you!
Hi,
It is possible that the page template you are using be set on the Page builder + latest articles + pagination , in this case, that section can be edited from WordPress editor – https://i.imgur.com/u9LViyg.png also the sidebar from that section it is a widget sidebar and it can be edited from this section – https://i.imgur.com/zP0rSeM.png
I hope this will help you!
Hi,
First, please check if the theme settings are set as in our guide – https://forum.tagdiv.com/newsmag-requirements-for-newsmag/
Is this problem persisting if you try only with tagDiv plugins enabled?
Also, here is a similar topic – https://wordpress.org/support/topic/uploaded-file-format-not-supported/
Let me know the results!
Thank you!
Hi,
Is possible that the big grid from the homepage to fi sorted/filtered after a specific category and there are no posts in that category. What I suggest is to edit the homepage using tagDiv Composer – https://i.imgur.com/yUTb0Fy.jpg and check the grid settings – https://i.imgur.com/cNka4ky.jpg
Thank you!
Hi weka,
The option is in the theme panel > mobile theme – https://i.imgur.com/h7apJPj.png
Thank you!
Hi,
Usually, when this problem occurs a message is displayed in the console. Many times it is an admin-ajax.php error, check the console to see if you get some errors.
Normally, admin-ajax.php is blocked by ModSecurity from the host, it can be from the firewall or other security modules/plugins.
Also, please check our guide with the most popular options that can interfere with our theme -> https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/
Thank you!
Hi,
We were happy to hear that everything went well.
If there is something we can help you with, don’t hesitate to tell us!
Thank you!
Hi,
I understand what you are saying, but unfortunately for the moment the only filter for CPT on the blocks is this one – https://prnt.sc/1fLynB-4aUKi
Thank you!
Hi Renzo123,
Referring to
elements, every element on the page has such a css (this approach was used because there are elements that can be used as many times as you want on a page and can have a different layout).
From what I can see on the home page, the DOM size is ok https://i.imgur.com/lzc6GnC.png
Thank you!
I’m glad to hear that!
If you have any questions, don’t hesitate to tell him!
Hi Alex,
Just to be sure I asked our developers if our theme can overwrite the .htaccess code and the answer was that our theme should not have this possibility.
What we can recommend is to try a redirect plugin.
Thank you!
I see. Please replace the above css with this one
.td-mega-menu-page .td-mega-grid li {
list-style: initial;
}
This should resolve the problem.
Let me know!
Hi,
If you agree, we can take a look at it and see from where is this problem coming and try to fix it, for this you need to contact us via email at contact@tagdiv.com and provide temporary wp-admin access. Also, please include the link to this topic to can identify you.
Thank you!
Hi,
I’m not 100% sure, but I think there you have a mega menu page, right? If so, then this can be the problem. In this case please use this custom css: – https://i.imgur.com/YCXsSoV.png
.td-mega-menu-page li {
list-style: initial;
}
Set the code in the theme panel > custom code> custom css.
Let me know the results!
Hi gc_envato,
This request is still “on hold”.
Thank you!
Hi,
There is a margin that is applied on the anchor ad – https://i.imgur.com/0pzYcs7.png
Please add this css code
amp-ad {
margin-top: 0;
}
This should resolve the problem.
Let me know the results!
Hi risan, those are elements added in content using an editor/plugin, therefore you should check if that editor/plugin does not have some settings for those.
I see there that you have a table of content, I believe that there are some settings in the plugin for it.
Thank you!
Hi,
The default fonts are loaded in the theme files. If you want to use your own fonts, you can do this by using the custom fonts – https://forum.tagdiv.com/newsmag-using-custom-fonts/
If you want, I can help you change the website color to dark, all I need is a link to the site.
Unfortunately, the dark mode plugin is not ready at the moment, it has been set to “pending” since a few updates back, unfortunately, I don’t know why, sorry.
Hi,
The one from your screenshots is a sticky ad, you can implement it using a guide like this one – https://services.google.com/fh/files/emails/sticky_ads_guide.pdf
– https://wpadvancedads.com/google-adsense-sticky-ads/
Thank you!
Hi,
If you want to add ads, then you can do this using our guide from here – https://i.imgur.com/6l6ZIDW.png – https://forum.tagdiv.com/newsmag-article-ads/
Thank you!
I see, please try this custom css:
.td-mega-menu ul .td_block_text_with_title a {
text-decoration: underline!important;
}
I hope it will help you!
Thank you!
Hi leagcooks,
So you need to have underlining for the links in the mega menu, for this, you can try this custom css:
.td-mega-menu ul .td-menu-item>a {
text-decoration: underline!important;
}
I hope this will help you!