Hi,
You need to edit a file from includes>wp_booster>wp-admin>content-admin>content-metabox>te_template_settings.php
https://www.screencast.com/t/QFv0k12JEp
But it’s possible to won’t work as you expect, that’s why was been hide.
Also you can read How to create a custom single template in Custom Post Type Support documentation : https://forum.tagdiv.com/custom-post-type-support/
Thanks.
Hi,
In order to get rid of page title please change the template of page https://www.screencast.com/t/aUHtoW1zTu3A
Documentation for Page templates: https://forum.tagdiv.com/page-templates-2/
Thank you for your understanding.
Hi,
Your mobile menu will appear only after full load of web page, and if you have a slow connection on internet will take some time.
Please try with mobile theme https://forum.tagdiv.com/the-mobile-theme/
Thank you for your understanding.
Thank you for your understanding.
Hi,
Please provide a link were I can inspect the problem, in this way I can give you the proper custom css.
Thank you for your understanding.
Hi,
I don’t quite understand the problem you are referring to.
If you refer to menu please make sure that you have set the same menu for desktop and mobile ( https://www.screencast.com/t/d8JEepvxTyW ).
If you refer to pagination ( https://www.screencast.com/t/3cI4foanvsRc )
Thank you for your understanding.
Hi,
If you’ll like to set the Instagram in widgets all you need to do is to add the id of your Instagram ( https://www.screencast.com/t/j3fjp1WR6Sc
https://www.screencast.com/t/drtzsAiW ).
With TD Composer https://www.screencast.com/t/HvtahHi9
Hope this will help you.
Thank you.
-
This reply was modified 7 years by
Calin.
Hi,
Please provide a link were I can inspect the problem, in this way I will be able to give you the right answer.
Thank you for your understanding.
Hi,
In order to get rid of last articles you need to change the page template/
Here is our documentation for Page templates: https://forum.tagdiv.com/page-templates-2/
Thank you.
Hi,
Also if you have the last version of the Newspaper, you can try a quick option
https://www.screencast.com/t/aCobpz1g
Thanks.
Hi,
Please check to have activate the cloud template.
If the problem persist please provide some screenshots or a link were I can inspect the problem.
Thank you.
Hi,
Please be notice that you have set footer style 13 ( https://www.screencast.com/t/fqMwFLGs ) , you’ll have just socials icons in footer ( https://www.screencast.com/t/fqMwFLGs ).
Please see the above css in footer template 14 https://www.screencast.com/t/CEcEPQI9
Thank you for your understanding.
I’m glad you’ve solved the problem.
Hi,
In order to make to work google analytics in amp you need to set exactly this format: https://www.screencast.com/t/Hw3dsStQY3
Thank you.
-
This reply was modified 7 years by
Calin.
Hi,
You can try to deactivate one by one ( not all once ).
Example : WP User Frontend is one of those plugins ( https://www.screencast.com/t/QyEktTTfvB ).
Thank you.
Hi,
In order to add some css to AMP you need to edit the style.php file from amp plugin, so you need to go in wp-content>plugins>td-amp>templates>style.php (example https://www.screencast.com/t/vIUHFAbD6uRH ).
Thank you for your understanding.
Hi,
If you try every header from the header panel ( https://www.screencast.com/t/3c35antYv Header styles documentation), then only way to adjust your header is with custom css.
If you need help with that please provide a link to your website.
Thank you.
-
This reply was modified 7 years by
Calin.
Hi,
Update the TD Composer.
If you already update, then please delete the TD Composer from theme and install it again.
Sorry for the inconvenience.
Thank you for your understanding.
Hi,
We’ll try to review our documentation as sun as possible.
Thank you for your understanding.
Hi,
Unfortunately for the moment that can be done just with some custom css ( a lot of css ).
here is an example, bat will affect some part of your website
.td_category_template_8 .td-category-header {
margin-top: -90px;
height: 400px;
}
.td-header-wrap .td-header-menu-wrap-full {
background-color: transparent!Important;
}
.td_category_template_8 .td-crumb-container {
top: 150px;
}
.td_category_template_8 .td-category-title-holder {
top: 150px;
}
.td-main-content-wrap {
margin-top: -100px;
}
.vc_column-inner{
padding-top: 100px;
}
Thank you for your understanding.
Hi,
You need to get a template from cloud template ( https://www.screencast.com/t/9pFPG0w1b ).
tagDiv Cloud Library plugin -> https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Thank you.
Hi,
The css I give to you is only for default smart list, not cloud smart list; for cloud smart list sm4 please try this css
.tdb_smart_list_4 .tdb-sml-current-item-nr,.tdb_smart_list_4 .tdb-sml-current-item-title {
display: inline-table;
}
.tdb_smart_list_4 .tdb-number-and-title h2{
text-align: center;
}
See results: https://www.screencast.com/t/kzWxRuxx
Thank you for your understanding.
Hi,
If this is what you desire https://www.screencast.com/t/atbfGs0XMOi then replace the above css with this one:
.td-footer-logo, .block-title, .td-post-category, .td-author-counters{
display: none;
}
thanks.
Hi,
Please check the layout from flex block 2 ( https://www.screencast.com/t/ssmQqZgrjsw ), in section Article meta info hide the categories.
Thank you.
Hi MCDS,
Open settings – permalinks, click on the type you already have selected and click save.
Helped for me with the same issue.
Please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
Hi,
You need to add this inside the button
https://www.screencast.com/t/3CF2MVNG
https://www.screencast.com/t/RoPKaiI8
And add this css in Newspaper>Theme panel>Custom code>Custom css
.td_btn a, .td_btn_lg a, .td_default_btn a{
color: white;
}
Thanks.