Hello harmario,
If you want to hide the both main menu for desktop and mobile devices, notice that you should use the code below and place it in Theme Panel -> Custom CSS area.
The code is ->
.td-icon-mobile{
display:none!important;
}
.td-header-main-menu{
display:none!important;
}
Hope this helps!
Thanks for the message!
Here is the error I’m getting:
TD Composer Internal error: The system tried to use an att that does not exists! class_name: vc_row Att name: “tdc_css_class_style” The list with available atts is in tdc_composer_block::render
/var/www/okinawahai.com/wp-content/plugins/td-composer/includes/tdc_composer_block.php > get_att
This happened: 
This happened after I updated the them for 3 column row, that had a background color. When I take this out
the problem dissapears. But this is not ok – since I need to give some of these columns a background color.
What to do?
Hello,
When I migrate newspaper theme from one domain to another I do something wrong and lost custom CSS and can not find a solution for recovery them. Can someone help me?
Hi,
I’m not sure if this is related to the update or not, but my homepage comeout blank on chrome and Mozilla. And in the explorer it gives me the following error:
“array(7) { [“el_class”]=> string(35) “td-travel-header td-stretch-content” [“el_id”]=> string(0) “” [“class”]=> string(27) “td_uid_7_5981e4ac9b3fc_rand” [“css”]=> string(236) “.vc_custom_1490019638737{background-image: url(http://foundtheworld.com/wp-content/uploads/2017/07/banner.jpg) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}” [“tdc_css”]=> string(64) “eyJhbGwiOnsiYmFja2dyb3VuZC1wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIifX0=” [“tdc_css_class”]=> string(27) “td_uid_7_5981e4ac9b3fc_rand” [“full_width”]=> string(19) “stretch_row_content” }
wp booster error:
TD Composer Internal error: The system tried to use an att that does not exists! class_name: vc_row Att name: “tdc_css_class_style” The list with available atts is in tdc_composer_block::render”
The mobile theme and the subpages work. But its just the homepage in the desktop version.
Please help.
Thank you
hi,
to run my amazon affiliate module i have to add this to functions.php
———–
// Amazon myproduct
add_action(‘wp_enqueue_scripts’, ‘add_my_amazon_css’);
function add_my_amazon_css() {
wp_enqueue_style(‘my_amazon_css’, ‘http://paolareghenzi.it/wp-content/plugins/my-amazon-products/css/style.css’);
}
?>
———–
and you can show: http://prntscr.com/g3gxrr
but in mobile theme i see it so: http://prntscr.com/g3gyau
Where do I have to add the code above put to see just from mobile?
thanks
I know there has been a lot of talk regarding however you´re allowed (or not) to place AdSense ads in the sticky sidebar. Regardless of the discussion I was thinking that maybe it would be possible to use some kind of double sidebar trick (CSS or with code or settings)?
My thought is to place a not-sticky sidebar containing an adsense ad (and some other content) first. Then below that place a sticky sidebar (with other information and affiliate ads etc.) that follows the user as he/she scrolls.
Could this be possible? It feels so empty when you scroll down not having the sticky sidebar to fill up the space on the right 😀
Hello asisrodriguez,
You should edit the editor_style.css file and change from there the font of your blockquote, according to the following topic here -> https://forum.tagdiv.com/topic/blockquote-p-in-the-admin-style/
Hope this helps!
Thanks for the message!
Hi,
There is a condition in that particular demo that hides the header ad. You can either edit the demo file and remove it
– https://www.screencast.com/t/6EkG80xU3
Or enter this code in the Theme panel->Custom CSS
– https://www.screencast.com/t/e33sDjo4duK
.td-gadgets .td-header-style-5 .td-banner-wrap-full {
display: block;
}
Thanks
update_log.txt
[ Version 8.1 ]
– new: Added custom style and support for WordPress 4.8 widgets
– improvement: The theme now loads the BBpress style only when the plugin is active
– improvement: List menu block now works with submenues
– improvement: instagram ID’s now work with or without @
– fix: Photography demo style fixes
– fix: Post gallery shadow on image popup
– fix: Art Creek demo transitions on module thumbs
– fix: Art Creek demo installer issues
– fix: tagDiv gallery styling issues and thumbnails display
– fix: Lifestyle demo import issues
– fix: Fitness Blog import links
– fix: Column Text Block title
– fix: margin and padding on tagDiv Composer with a value of 0
– fix: Imagebox Block bugs
– fix: Gadgets and Sound Radar demos popup bug
– fix: Tech demo preview image
– fix: ImageBox Block works now with images that don’t have a destination URL
– fix: Adspots load wrong spotID in tagDiv Composer
– fix: Various typos in our theme panel
– fix: Small issue with the full width headers with logos
– fix: Big Grid Slider Block parameters
– fix: wedding demo fonts issue
– fix: Business demo better text aligment
– fix: Various CSS and HTML structure fixes on different parts of the theme. We fainly tuned all the demos to look and feel perfect.
Hello cyberfyber,
I suppose that you are referring to the appearance of a flash/time loading when you enter on your website after you have added your above custom CSS, right? This behavior appears when you have additional customization through custom CSS code. Please notice that the CSS is working in cascade and the first time will take the code from style.css that is set it by default and then the theme will take the custom code that you have changed from Theme panel and practically this flash is generated by this cause. As a workaround, you have to check your style.css and try to add directly in this file your desired custom code. So, if your problem is still there, please try to revert the theme to the default settings, without any customizations and let us know how it goes. Also, you can try to make a new fresh install from scratch with the latest version of the theme and check the results. Also, please make sure every time you cleared caches. Noticed that the only files where you will have to edit are style.css.
If you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for your understanding!
Hi guys,
I’m looking to move the main navigation menu inline with the logo (sitting to the right of the logo). I would like it to appear as it does in the health demo shown here (https://demo.tagdiv.com/newspaper_health/).
I think it’s a pretty easy CSS job but just wanted to get the code right. I’m currently set up with the Style 1 from the Theme Panel. Would welcome your input. Thanks in advance.
Kind regards 🙂
Dear support,
I need a csc code to expand a section for images on my page (I need to bring down the line with css code on the page, so that the image and text can fit in.). See pics for better explanation.
https://www.screencast.com/t/JRiHsxRTZMN
Thanks
Hi,
Please try entering this code in the Theme panel->Custom CSS section
.td-lifestyle.single_template_6
.td-header-style-1 .td-header-menu-wrap {
border-bottom: none;
}
Let me know if this fixes the issue that is currently happening with the featured image.
Thanks
Hi
I did add this line of code at td_module_single.php for both the top and bottom sharing icons:
<i class=”fa fa-envelope-square”></i>
Then, I added this custom css at theme panel custom code:
.td-sp-share-email {
width: 31px;
height: 31px;
background-position: -20px -1632px;
background-image: url(‘http://192.168.1.70/wp_demo_009/4/wp- content/themes/008/images/header/elements-menu.png’);
background-repeat: no-repeat;
display: block;
top: 2px !important;
left: 6px;
}
.td-social-email {
margin-left:8px;
background-color: #000000!important;
}
@media (max-width: 767px) {
.td-sp-share-email {
top: 3px !important;
left: 3px !important;
}
}
I do have font-awesome-4-menus installed.
The share buttom is there, and working, but the email icon is not showing.
http://brunnogiancoli.com.br/voce-sabe-redigir-um-contrato-compreensivel/
Could you help me?
Tks
Gabi
Its true, if you look into the childtheme that ships with 8.0 it states:
Newspaper V6.3+ Child theme – Please do not use this child theme with older versions of Newspaper Theme
However…
the child theme from 7.8 states:
Newspaper 7 Child theme – Please do not use this child theme with older versions of Newspaper Theme
The only difference in the code is 7.8 has ‘c’ the new one does not. is this important?
7.8 –>
wp_enqueue_style('td-theme', get_template_directory_uri() . '/style.css', '', TD_THEME_VERSION . 'c' , 'all' );
8.0 –>
wp_enqueue_style('td-theme', get_template_directory_uri() . '/style.css', '', TD_THEME_VERSION, 'all' );
-
This reply was modified 9 years by
boomtastic. Reason: English was fine. Was thinking of another post
Hi there, I bought your theme today, and I absolutly love it. Now I am trying to figure so things out:
1. Since I will use Newsmag for my podcast-project: Is there a way to implement an itunes-Link into the Social-Counter. Could you help me with the CSS here, please? I am a absolute beginner and have no clue of coding at all.
2. A simple question: How do I change the color of the fine line underneath the block-headline.
Highly appresciated!
Cheers,
Olaf
Hi Bogdan,
What I need is to be able to assuredly change the Link and Hover colors for any instance anywhere for body (only) PLUS for any body text.
I’m somewhat familiar with your classes only in as far as realizing there are quite a number. Had tried the below code and id DID work up to a point; then had to resort to using simpler code. Not that I’m a pro at CSS…I’ve barely been just beyond a beginner for the past 10 years. lol.
h1 >a,
h2 >a,
h3 >a,
.td-page-content p a,
.td-post-content p a,
.wpb_text_column a,
.td_block_text_with_title a,
.woocommerce #tab-description a,
.mce-content-body a{
color:#900 !important;
}
h1>a:hover,
h2>a:hover,
h3>a:hover,
.td-page-content p a:hover,
.td-post-content p a:hover,
.wpb_text_column a:hover,
.td_block_text_with_title a:hover,
.woocommerce #tab-description a:hover,
.mce-content-body a:hover {
color:#06F !important;
}
Hi,
You could try to change the fonts for the Woocommerce account page, in this file
– https://www.screencast.com/t/t7a1AlRUbAe
Maybe there are also plugins that would allow you to customize the different fonts used by Woocommerce. Or apply them with custom CSS code.
Inspect the page with the browser inspector and identify the elements used and the classes and create custom code
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hi,
These are the all styles possible with Big grid 3
– https://demo.tagdiv.com/newspaper/big-grid-3/
There is no option to change the predefined colors, only with custom code. A code like this one for example, where you can define the colors you want for each module. It will
– https://www.screencast.com/t/vFfB6pjEqu
.td-grid-style-2 .td-big-grid-post-0 .td-module-thumb a:last-child:before {
background: blue;
}
.td-grid-style-2 .td-big-grid-post-1 .td-module-thumb a:last-child:before {
background: red;
}
.td-grid-style-2 .td-big-grid-post-2 .td-module-thumb a:last-child:before {
background: green;
}
.td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a:last-child:before {
background: white;
}
You can modify the colors as you want, and maybe set more complex background properties in the code
– https://www.w3schools.com/css/css3_gradients.asp
The code must be entered in Theme panel->Custom code, if you decide to use it.
Please note that replying in your own topic before an answer is provided, will only make the topic newer. We answer from oldest to newest, we also try our best to provide answers as soon as possible.
Thanks
Hello,
I am using Your Newspaper 8 theme, and You have done an awesome job.
However, when I use Mobile theme, the widget which contains the following:
[tagDiv] Ad box (adspot from custom_ad_3)
Recent Posts (5 posts with date)
[tagDiv] Ad box (adspot from custom_ad_4)
doesn’t appear on the bottom of the post.
Desktop view is just fine (positioned on the right), and responsive version of the site too (widget goes to the bottom of the post). The only problem is the Mobile theme, where this widget doesn’t appear at all.
Is there a solution for this? Maybe some css !important code or something like that?
Also leaving the ad size in auto mode still add some CSS rules by themes. I would like to add the Adsense code without any modification done at output.
Hi,
That would require modifications to the posts template file. You will have to edit the corresponding loop file to that template. That is the file single_template_7.php located in the main theme folder. Opening that file you can see the post template structure, and the code that displays the categories
– https://www.screencast.com/t/LYbH0HTX
Try moving that line of code lower in the post, maybe like this
– https://www.screencast.com/t/0L3RmVrkKEwA
The result will be like this
– https://www.screencast.com/t/XTE2xR0nrqs
You may position the categories or style them further with some CSS if needed, or just leave them as they are.
Thanks
Hello,
You CSS code will not be able to affect the elements you want properly anywhere you place it. No matter if it’s the custom code or the style.css. You use simple css selectors. Our theme has classes and id’s set to the html elements that are significantly much more powerful selectors than the code you use. The problem is your code, not the theme implementation of css. Please provide instructions to exactly where you want your color changes to apply to and I will try to help providing the proper css code. Please note that you can change hover colors, text colors in the theme panel directly in the theme colors section. The general theme color will affect most of the theme elements. The hover color can be changed as well but only for the main menu: https://www.screencast.com/t/Q3hkiKfydb
Thanks.
Hi,
If you mean to align the header menu and logo with the page content
– https://www.screencast.com/t/gnF1fe0fv
You could try a code like this
– https://www.screencast.com/t/3aIfNURiCF
Enter it in Theme panel->Custom CSS
.td-header-style-1 .menu-item-first a {
padding-left: 0!important;
}
.td-header-style-1 .td-header-sp-logo {
margin-left: 0;
margin-right: 56px;
}
If this is not what you wanted, please provide more details about how exactly you want theme to be aligned.
Thanks