- NewspaperCreate Custom Code with the browser’s Inspector or the Live CSS Box
- NewspaperScroll Animation
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperHow to setup Twitch for Social Counter
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperAutoptimize Plugin – install and configuration
- NewspaperAdding Multiple Authors to Your Articles
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperBig Grid Flex Settings
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewspaperUsing Other Ads
- NewspaperBlock settings tutorial
- Using custom fonts
- Using typekit fonts
- NewspaperChild Theme Support
- NewspaperHow to Make the Site Faster
Css file had error in uploading.. now height has been decreased but content and block height is same..
how can i deacrease height of whole block.
below is the site url.. it will ask authentication
http://exploreheritage.in/
auth
user: admin
pwd: tomcat1984
Please what css file control the main menu, i want to work on it
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/0iHFSlLZqv
.category .entry-title span{
color: black;
background-color: white;
}
Thanks!
I have added this code in css file but its not working.. Please see homepage silder
Where is this Css file located
Hello nytweb,
Unfortunately, our theme has not been designed to offers you a way to increase or decrease the width. Please notice that our theme does not have such an option for dynamic width and we do not recommend to do that through the custom CSS code because the layout of the theme will be damaged. If you want to change the width of the theme to be in full-width mode, please notice that is not a simple task and you will have to adjust the entire theme to the new width for better results. If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide customization services at the moment, sorry!
Thank you for your understanding!
Wow, That is a whole lot of questions in one!
1) Unfortunately the latest articles cannot stretch to the whole width as they are not visual composer elements. There is no easy way to do it.
2) You cannot get the footer ad outside the footer. You will need to place the add in every post template, category template or page as the footer ad is meant to stay in the footer. It cannot create the necessary space for it in every other template that displays above it. If you want this custopmization you have a bit of work to do as you need to use this code:
Then place an ad in the custom ad 1 spot and then use it in every post template you use: http://screencast.com/t/pxohXgHczwym (these are in the root directory), the category pages: http://screencast.com/t/zgs5t556 , search results, and any other content you have on your site.
As you can see it’s not that easy.
3)You cannot add borders to the big grid as borders will increase the width with a few pixels and the grid depends on it’s fixed width. The layout will break if I add borders with css to it.
4)Please follow this topic to see how this issue can be resolved: https://forum.tagdiv.com/topic/chinese-social-icons/
5) a)It’s best to hide the section altogether and simply upload a mobile logo from the theme panel as there is no point in having 2 logos :
@media (max-width:767px){
.td-header-sp-recs{
display:none!important;
}
}
b) same issue as answer 4
Thanks.
Hello Gee95,
Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.home .td-module-date{
display:none;
}
Thanks.
Hi,
The quote left or right basically splits the container in 2 If you make the quote container wider, the post text itself will get narrower. You can use this css to do it:
.td-post-content .td_quote_left{
width:70%!important;
}
Thank you!
Hello Aldemi,
Please keep in mind that this is the theme design and if you want to change this, you have to do some additional customization to alter the general CSS code that applies in this regard. As I have explained you above, these modifications depend on what kinds of blocks you are using and also, can cause any damage of the site. Below I gave you a general custom CSS code which can be used in all cases (partial 2, 3). If you want to change the other spaces 1,2 depends on what kind of block you are using because it is not a general code for this. Also, please notice that we do not recommend to change the spaces numbering by you with 1 because the layout of the theme could be damaged.
The code is ->
.td_block_wrap{
padding-bottom: 20px;
}
.td_block_wrap .td-next-prev-wrap, .td_block_wrap .td-load-more-wrap {
margin-bottom: 2px;
}
Thank you for your understanding!
Hello atabrb,
Unfortunately, our theme does not have such an option for top bar menu to be sticky, sorry! As you can see in our documentation, the theme has the sticky option only for the main menu, like this -> http://screencast.com/t/hCO4KZkAk Please notice that is not a simple task and to accomplish that require to have a solid knowledge of PHP/JS/CSS to achieve good results. If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thank you for the message!
Hi
The code must be added in theme panel > custom code > custom css field after the previous code that I’ve provided.
Thanks!
Hello Carly,
Please try the following code and place it in Theme panel->Custom CSS box.
.td_module_2 .td-module-title {
font-size:15px;
}
The result you should see here -> http://screencast.com/t/wAwO6zKN
If is not what you mean, please provide more details.
Thank you for the message!
Buna
Blocurile temeil nu au fost concepute sa fieafisate pe posturi, doar pe pagini. Incluzand un block in continutul posturilor e posibil sa intervina unele disfunctionalitati in cea ce privesta layout-ul lui.
Pentru a afisa butonul te “Scroll to top” pe mobile adauga aceast css in theme panel > custom code > custom css: http://screencast.com/t/4jK3dAKtt
@media (max-width: 767px){
.td-scroll-up-visible {
display: block;
}
}
Multumesc!
Hi,
There is no option in the theme to change the slider height but it can be done with css:
.td_block_slide .td-slide-meta{
bottom:100px!important;
}
.td-theme-slider{
height:480px!important;
}
Thank you!
Hello,
How do i remove the date displayed on the homepage under each article?
I only want it disabled for the homepage – I still want the date showing on the article/post itself.
Any custom CSS for this?
Thanks,
Or for those who are possibly lost:
====================================
“changed_files_6.6.5_6.7.html”
Newspaper theme
Here is a list of all the changes between v 6.6.5 and v 6.7
Modified files – 12 files
page-pagebuilder-title.php
page.php
style.css
includes\td_config.php
includes\plugins\js_composer.zip
includes\shortcodes\td_block_authors.php
includes\wp_booster\td_global.php
includes\wp_booster\td_wp_booster_functions.php
includes\wp_booster\wp-admin\panel\views\td_panel_categories.php
includes\wp_booster\wp-admin\panel\td_view_theme_plugins.php
js\tagdiv_theme.js
js\tagdiv_theme.min.js
Deleted files – 1 files
includes\plugins\revslider.zip
Deleted files – 0 files
=============================
“update_log.txt”
[ Version 6.7 ]
– new: Visual Composer plugin updated to the latest version 4.11
– new: Revolution Slider plugin updated to the latest version 5.2.2
– fix: Theme Panel fixed the structure for categories that have multiple branches(subcategories with their own subcategories)
– fix: Visual Composer 4.10 – Video Player resize problem for aspect ratio 4:3 and 2.35:1
– fix: removed some old Visual Composer detection code from td_wp_booster_functions.php, it was causing an error in certain cases
– fix: improved the Visual Composer detection code inside the default page template file, it was triggered when the shortcodes didn’t have unique names(ex. Woocommerce shortcodes)
– improvement: Authors box widget/block – added user roles option, now you can set it to display only the desired role(s) – https://codex.wordpress.org/Roles_and_Capabilities
– other: to keep the theme size under 8MB we removed the Revolution Slider install from the Newspaper->Plugins section. You have to install it manually – https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
– other: removed unused code from “page-pagebuilder-title.php” template file
Hi,
I am sorry but not sure where to put the last code you sent. I have the 1st set in the Custom CSS.
Please advise (unfortunately I am not a programmer).
Thanks,
Peter
Hi Catalin,
Maybe I didn’t explain myself clearly, sorry, but I meant to say that I DO want the 696px thumb as is … but it’s not being inserted into the post when uploading images wider than 696px. Instead, the actual sizes are being uploaded and then the max-width is applied by CSS to scale it to 696px. Is this by design? Shouldn’t the 696px thumb upload instead of an actual image? Why would it be created by your system if it’s not being used?
Joe
Hello waqas,
You can use Tabs element from Visual Composer and for each tab section you have to insert the Video Player, like this -> http://screencast.com/t/5H5H5y23wC6 and then you have to take this code and place it in your post editor, like this -> http://screencast.com/t/O3BcsOHV -> http://screencast.com/t/HSb0Jso7 and then you have to use a bit of CSS code for a good results. Please use the code below and place it in Theme panel->Custom CSS area.
The code is ->
.vc_tta-container .wpb_video_wrapper iframe {
height:100%!important;
}
The result you should see here -> http://screencast.com/t/2SUfXpvqkl
Please notice that this kind of Visual Composer element was not built for such cases and can appear some errors in the theme which involves more adjustments in the theme.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello Sebastien,
If you want to provide you a more accurate CSS code, please provide your website URL so I can inspect it closer and also, please provide me some useful screenshots to point me exactly what you want to achieve.
Thanks.
Hello cva183,
If you want to have on mobile mode the button back to the top, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
@media (max-width: 767px){
.td-scroll-up-visible {
display: block;
}
}
Thanks.
I figured it out, for anyone else with this issue – add the following to custom css:
.main-nav > li > a {
padding: 4px 10px 4px 10px;
}
Hi
Sorry for that, I forgot the search button.
Add this css in theme panel to fix the button’s position: http://screencast.com/t/hanSX8aMu
@media(min-width: 768px){
#td-top-search {
margin-top: 0px!important;
position: initial;
}
}
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hello newsblaze,
If you want to make a mix between our post templates, please notice that involve hard coding and also, it is required to have a solid knowledge of PHP/HTML/CSS. Also, please notice that is not a simple task and is needed to do a lot of customizations in order to achieve as you want that involve custom work. If you want to change the post template you have to do changes in these core files -> http://screencast.com/t/2HyT7O5ixE according to post template used by you in the theme. If you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Also, if you need more assistance that does not imply custom work, please provide your website URL so I can inspect it closer.
Hope this helps!
Thank you for your understanding!