Hi,
If you are using a cloud header or a PRO Demo, you can edit with tagDiv Composer the homepage and remove the login element using the right click https://i.imgur.com/acOqrXR.png -> https://i.imgur.com/678Y1Wk.png and make sure that the option from theme panel is disable -> https://i.imgur.com/fRIb2xO.png this will remove the code for login, but if you are using a standard/default header style, this will be only hide.
If you are using the mobile theme plugin, you can disable this option from here -> https://i.imgur.com/s72HWmZ.png
Hope this will help you!
Hi,
Yes, if you are using cloud template, the file where you need to set the code in this one wp-content/plugins/td-composer/legacy/Newspaper/header.php
Bothe plugins (tagDiv Composer and tagDiv Cloud Library) has this “format” to can be use in child theme, in this way the elements under/legacy/Newspaper/ can be edited in a child theme, this method was adopted for users like you how use cloud templates and standard pack is disabled, in this way they can use the file from composer in child.
Hope this will help!
Hi,
So if you are remove the code the layout get to normal, if is so, then the problem seems to be that the code is affecting somehow the theme functionality. For this I will need a link to a page/post with this problem to inspect from where is coming the overwrite code, in this way I can create a stronger one that you can use with the code for background ads.
Thank you for your understanding!
Hi,
I just checked your website and the code is aping in source page https://i.imgur.com/W9sA3tt.png -> https://i.imgur.com/Pz7S9h1.png please note that if this is a new account with new amp ads, it can take a time until the ads will be active.
Also if you want you can set some more ads using the mobile ads section -> https://i.imgur.com/KaMmTXX.png these will be add on amp version too.
Thank you!
Hi wonglao,
Yes, you can import and create your own templates, this can be done by importing the templates from cloud template -> https://i.imgur.com/qjJLxe4.png import the ones you like -> https://i.imgur.com/TLlLavx.png and you can edit theme using tagDiv Composer, also you can import black templates to make a new template from 0 -> https://i.imgur.com/01mxpfc.png
Thank you!
Hi,
Sorry, indeed I forgot to tell about that.
I’m glad that the problem has been solved!
If you have other questions, just let us know!
Have a nice day!
Hi, do not forget that the stick header can be activate like this -> https://i.imgur.com/lOD6Pi8.jpg then you can select the sticky logo and change it, also make sure that you clear all cache.
If you have other questions, let me know!
Thank you!
Hi,
I think that I provide some confusion with above answers, please let me explain again:
This file wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.php is responsible for the login/register content when the login button is selected.
This file wp-content/plugins/td-composer/legacy/Newspaper/parts/login.php is responsible for the login/register using the responsive version for theme for mobile devices.
This file wp-content/plugins/td-composer/mobile/parts/login.php is responsible for the login/register using the mobile theme plugin layout.
And this file wp-content/plugins/td-composer/mobile/parts/register.phpis responsible with the mobile theme plugin to display the content for login/resister
If you want to change the link from the sign in button you need to edit this file wp-content/plugins/td-composer/legacy/Newspaper/parts/login.php (because you are using the responsive version), what you need to do is to replace the id
What you need to do is to replace the id=”login-link-mob” with href=”your-url” https://i.imgur.com/QiPAxSi.png -> https://i.imgur.com/mlnxJey.png
Hope this will help you!
Thank you!
Hi Nagarig,
Please try like me:
-> https://i.imgur.com/hBah7Fy.jpg
-> https://i.imgur.com/o3utzr8.png -> https://i.imgur.com/cR7LhpS.png
-> https://i.imgur.com/uzkeLYN.png -> https://i.imgur.com/nJsG6V0.png
now add the source for the ad -> https://i.imgur.com/L056yB9.png -> https://i.imgur.com/vHsnnSW.png
If this is not what you mean, please let me know, also please provide some screenshots with what you tried!
Thank you!
Hi,
1. Mobile menu, then you are using the mobile theme plugin too, but this is not enable on all pages and posts, this one can be edited from theme panel> mobile theme > https://i.imgur.com/QI5Ew1T.png -> https://i.imgur.com/ukQ6DN7.png please make sure that the colors from there are set transparent also please check the colors from here too -> https://i.imgur.com/WQ1b3XT.png after that make sure you clear all cache and try again.
Let me know the results!
Thank you!
Hi,
If you are referring to the option from Gutenberg editor when you add an image inside the post, then you are using a WordPress function/editor not tagdiv -> https://i.imgur.com/s6auHG4.jpg
If this is not what you mean, please provide some more details and some screenshots.
Thank you!
Hi,
You can use a licence key for one single product, but if you want to move the theme to another website or change domain/migrate, you’ll need to reset the licence key from that website https://i.imgur.com/FcSzuAu.png and remove the theme (delete), in this way thy licence will be available for the new website and you can use the theme without any problems.
According to Envato license terms a theme can be used for a single end product (website)
– https://themeforest.net/licenses/standard
– https://themeforest.net/licenses/terms/regular
Thank you!
I’m glad that the problem has been solved!
If you have other questions let us know!
Have a nice day!
Hi,
Please set the element in page in a column text or text with title in text area -> https://i.imgur.com/2NEeSj4.png and make sure that the option is enabled in yoast ->
For more details, please check the guide from here -> https://yoast.com/help/implement-wordpress-seo-breadcrumbs/ -> https://i.imgur.com/EbEzQAz.png
Thank you!
Hi,
So the problem started after you add the extra class and the css code that I provide?
Please let us know what was the problem?
Thank you!
Hi mrsky28,
First make sure that you are using last version of Newspaper, v10.3.6.1 and WP 5.5 or 5.5.1
Now In WordPress 5.5 the Gutenberg editor was change not much but it was, now it is look like this -> https://i.imgur.com/hibYL58.png but it can be set like before using the options from settings -> https://i.imgur.com/3HK4Drg.png
To solve the problem with deprecate code you can use the Enable jQuery Migrate Helper.
Let me know the results!
Hi,
You can do that using a css like this one -> https://i.imgur.com/Yyo4JCb.png
.td-post-content ol{
list-style-position: outside;
}
Hope it will help you!
Hi,
If you like, you can try this custom css -> https://i.imgur.com/qugOalK.png
.td-post-content blockquote ol {
text-align: left;
padding: 0 50px;
margin-left: 0;
border-left: 5px solid lightsteelblue;
background-color: #f8f8fa;
border-radius: 0px 15px 15px 0px;
padding: 20px 30px;
font-family: Actor;
font-size: 20px;
font-style: normal;
text-transform: none;
color: #1e73be;
}
Or if you want it simple like this -> https://i.imgur.com/83fGKdY.png use this code
.td-post-content blockquote ol {
font-family: Actor;
font-size: 20px;
font-style: normal;
text-transform: none;
color: #1e73be;
}
The code need to be set in theme panel> custom code> custom css.
Hope it will help you!
Hi,
You need to use tagDiv Composer to edit the Posts Loop 2 element then search for “Meta info horiz align” -> https://i.imgur.com/mvcxuyn.png
Hope this will help you!
Please check the answer from this similar topic about the header file and where it is set -> https://forum.tagdiv.com/topic/custom-code-between-head-tags-not-added-through-header-php/
Thank you!
Hi, sorry was my mistake, I do not know why I was thinking to popular 7 days when you clearly say random post from last 2 mounts, sorry!
The changes need to be made in the same file paths but on other lines code -> wp-content/plugins/td-composer/legacy/Newspaper/includes/td_config.php -> https://i.imgur.com/GZDtI4N.png -> https://i.imgur.com/VGijQWW.png and in wp-content/plugins/td-composer/legacy/common/wp_booster/td_data_source.php -> https://i.imgur.com/fUfMtK2.png
Unfortunately for the moment those settings need to be made after theme update because this file d_data_source.php do not work from child theme, sorry for the inconvenience!
Hope this will help you!
Let me know the results!
Hi, I just checked the website and this is loon normal -> https://i.imgur.com/5lHrLVB.jpg -> https://i.imgur.com/735tth2.png
Also the example from your screens I could not find them, sorry!
As I can see you are suing a single post template, you should be able it edit it using tagDiv Composer.
Also make sure that you do not have a plugin conflict, usually this is between tagDiv Cloud Library and WP Bakery.
Thank you!
Hi jatin_makhija,
The demo you are using has the option for layout boxed enable, please go in theme panel> theme colors > general theme colors -> https://i.imgur.com/zmYvnKE.png and make sure that this option is set on disable.
After that you will be able to use tagDiv Composer to stretch the row with -> https://i.imgur.com/6SbnlTY.jpg select the row and stretch it as you like -> https://i.imgur.com/cHgsCRN.jpg
Also there are demos that are already full width -> https://tagdiv.com/mintyside-pro-demo-newspaper-theme/
Hope this will help you better!
Hi,
Please make sure that the Newspaper theme is activate -> https://tagdiv.com/how-to-activate-the-newspaper-theme/
Please make sure that tagDiv Cloud Library is enable in Newspaper > plugins.
If there is still a problem, please provide some more details and some screenshots.
Thank you!
Hi, You can use the settings from option https://i.imgur.com/rDXEwpa.png -> https://i.imgur.com/lzHS0rw.png
Hope this will help you!