Hi,
For the footer problem, please try this custom css -> https://i.imgur.com/ov8hnbZ.png
.td-footer-template-wrap .menu-navigation-container .menu
{
display: block;
}
The code need to be set in theme panel> custom code> advance> css > phones.
You already have the copyright set in footer ->https://i.imgur.com/TDUBDug.png
Thank you!
Hi,
Please try this custom css for mobile -> https://i.imgur.com/uGZmJlu.png
.single .page-nav a[href$="/2/"] {
width: 100%!important;
margin-left: 0!important;
}
The code need to be set in section for phone.
Hope this will help you!
Thank you!
Hi,
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, also if you are using Cloudflare (CDN), make sure that is set as in our guide from here -> https://forum.tagdiv.com/cloudflare-cdn/ clear all cache and deactivate the cache plugins, after that check again.
How to Fix the Error Establishing a Database Connection in WordPress
-> https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-error-establishing-a-database-connection-in-wordpress/
-> https://websitesetup.org/error-establishing-a-database-connection/
-> https://premium.wpmudev.org/blog/repairing-corrupted-broken-missing-files-databases-wordpress/
Hope this will help you!
Let me know the results!
Hi,
Please try this custom css -> https://i.imgur.com/MZxMCxe.png
.wp-block-button.is-style-round .wp-block-button__link:hover {
background: linear-gradient(156deg, #ffac4f 30%,#ffac4f 80%)!important;
}
The code need to be set in theme panel> custom code> custom css.
Hope this will help you!
Hi,
I’m glad that you solved the the problem.
If you have other questions, let us know!
Have a nice day!
Hi Fabio,
if you want to stretch a row the first thing that you need to make sure is that you do not have set in theme panel a background color or image -> https://forum.tagdiv.com/background-introduction/ this will box your content and it will not be stretch. -> https://i.imgur.com/4pEwHZH.png -> https://i.imgur.com/2xJJZO6.png
The option raw stretch and content will set the content on full width -> https://i.imgur.com/TItRWuY.jpg the option stretch row will set only the background stretch to full width, the content will remain boxed -> https://i.imgur.com/TXHZwtj.jpg
Thank you!
Hi,
Please make a test only if the theme plugins and if is not working, please send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thanks
Hi,
The top bar is from WordPress, there can be set some icons from the theme and plugins you are using -> https://i.imgur.com/0TmMrNT.png our theme do not have any control over it.
How to Disable WordPress Admin Bar for All Users Except Administrators
Thank you for your understanding!
Hi,
The shortcode need to be set with tagDiv Composer and it need to be set in a column text or a text with title in text area -> https://imgur.com/mdPpuaM also is possible that the plugin to not work correctly with our theme.
Let me know the results!
Hi,
If you want to use auto ads for amp, this code need to be set in mobile theme in amp ads -> http://prntscr.com/pt3bmw
Only one code is need to be set in theme panel, the other one is a standard code and is already add in our theme -> http://prntscr.com/pkwtzh also the code need to be set only in AMP ads -> http://prntscr.com/pkwum2
If you want, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thanks
Hi,
Please use the classic element from Gutenberg editor, this will make the blockquote align to work again -> https://i.imgur.com/RBVy1YY.png -> https://i.imgur.com/LSiVlvg.png
Thank you!
Hi,
I’m glad that the problem has been solved. I will cancel the request for email.
Thank you!
Hi,
That is because on that class was set an extra css, and removing the class will remove the css too, but you can use a custom css for this, for example, please set this custom css
.header-search .polylang-flags {
display: none;
}
in theme panel> custom code> custom css
and this css
.td-header-menu-wrap .header-search .polylang-flags {
display: block;
margin-right: 20px;
}
in theme panel> custom code> advance css> phones.
The above codes should remove the button from desktop, but display it on mobile.
Hope this will help you!
Thank you!
Hi,
Make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme, cache plugin or CDN, deactivate them, clear all cache and try again.
Let me know the results!
Thank you!
Hi,
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Let me know the results!
Thank you!
Hi,
You can adjust it using tagDiv Composer edit the header and choose the mobile port view -> https://i.imgur.com/vve8Vv9.jpg after that select the row and in css tab add the background color -> https://i.imgur.com/o4sz9Bp.png
Hope this will help you!
Thank you!
Hi,
Did you made some changes in theme files ?
Please deactivate and delete tagDiv Cloud Library, after that install it from here -> https://i.imgur.com/t8z2K01.png
Make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme, cache plugin or CDN, deactivate them, clear all cache and try again.
Thank you!
Hi,
You can do that by using the options from theme panel, for example -> https://i.imgur.com/J01l8De.png -> https://i.imgur.com/fOfLmG7.png
Thank you!
Hi,
Our theme do not have an option for this, I think that it can be achieve with custom work or maybe with some redirect plugins.
Thank you!
Hi eivind1984, please check the answer from this topic ->
https://forum.tagdiv.com/topic/instagram-not-working-no-images-show-up/
Thank you!
Hi,
There were some changes for the Instagram therefore in Newspaper V10.3 was added the Instagram key -> https://forum.tagdiv.com/instagram-widget/
To fix the problem, you’ll need to update the theme -> How to Update the Newspaper Theme for WordPress -> https://tagdiv.com/update-newspaper-theme/
Let me know the results!
Thank you!
Hi,
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme, cache plugin or CDN, deactivate them, clear all cache and try again.
Make sure that allow_url_fopen = On;
-> https://chemicloud.com/kb/article/how-to-enable-or-disable-allow_url_fopen-in-cpanel/
-> https://www.a2hosting.com/kb/developer-corner/php/using-php.ini-directives/php-allow-url-fopen-directive
Let me know the results!
Thank you!
Hi ntzonev,
Please note that the page need to be edited with tagDiv Composer -> https://i.imgur.com/9wiczKd.png, not with Gutenberg editor, also the shorctode for form need to be get from a plugin and set it in the page with tagDiv Composer in a column text element in text area.
Please check this similar topic -> https://forum.tagdiv.com/topic/contact-form-14/
Thank you!
Hi,
Please check with more browsers and see if the results is the same for all browsers.
If the problem persist, please provide me a link to your website where i can check it.
Thank you!
Hi,
Please note that there is no option for this in our theme or WordPress, maybe it can be done with some plugins or with custom work.
Please check these articles:
How can I hide all WordPress data, such as theme and plugin names, from sites like whatwpthemeisthat.com and wpthemedetector.com?
How To Hide The Fact That Your Website Runs On WordPress
Learn How to Hide WordPress Theme Name!
Thank you!