Hi,
Yes it seems there is a problem that happens in this situation. Please try this code, it should fix this problem – https://www.screencast.com/t/FZEFgUZN6qd5
You just need to enter it in Theme panel->Custom Css section
– https://www.screencast.com/t/NQ6UJkjA6RW
.page-template-default
.wpb_text_column :last-child {
margin:auto!important;
}
Thanks
Hello,
If I remove this code from editor-style.css file – website will look as now? Only change will be full site in WP editor?
Thanks
Hello mklokner,
This is not an issue, please read more – https://forum.tagdiv.com/newsmag-post-formats-for-tinymce/ – https://www.screencast.com/t/zlx9FXoHfU5
If you want to have it full even if you set a sidebar, you need to remove or comment this code from editor-style.css file – https://www.screencast.com/t/4w2vcg3Mzx
Result – https://www.screencast.com/t/OGJBZsctLhk
Please clear your browser cache after you make any custom modification.
Thanks!
Hello atalhoy,
What kind of code do you have added in your Custom CSS box? Please provide me a screenshot with your custom CSS box with your custom code, so I can take a closer look at it.
Thanks for the message!
Yes; in house builder (‘TagDiv Composer’) muuuuuuch lighter than VC, as it doesn’t try to be every damn idea ever invented on the web. In a perfect world VC would have a develop and deploy mode; meaning, design what you want, then export only what you need to keep lean CSS and not run the damn thing full tilt. It’s very very popular with the top themes on ThemeForest, but on certain servers (esp if using PHP 5.4!) it can be a beast.
PHP 5.6 helps with opcache.
But the TagDiv composer works great. I’m using it on several sites since August last year and works marvy!
Also, when I install the Travel demo content the first row shows this (with a real image URL):
[vc_row full_width="stretch_row_content td-stretch-content" el_class="td-travel-header" tdc_css="eyJhbGwiOnsiYmFja2dyb3VuZC1wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIifX0=" css=".vc_custom_1490019638737{background-image: url(http://imageurl_goes_here) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}"][vc_column][/vc_column][/vc_row]
Seems like there is some custom embedded CSS that is not accessible via Visual Composer.
Hello,
You will be able to change the main the background color with a bit of css in the theme panel-> custom code section.
Try this one:
.td-container-wrap, .post {
background-color: #e6ded2;
}
We will consider your feature request for future updates.
Thank you!
Hi,
In order to remove more from author you can use 2 methods:
The css method:
.td_block_related_posts .td-related-right {
display:none;
}
You can add the code in the theme panel-> custom css box.
Or you can edit the theme files: comment out or delete this part: http://screencast.com/t/Okmq7lxTDzGd
Thank you!
Hi,
The easiest way to do it without modifications to the theme files, would be to use some Css to style the default widget titles to look like your current style, like this for example
– https://www.screencast.com/t/Rh5cQh2n4P
I am assuming you are using Global header style 14, you can try this code and see if it is working for you. The code must be entered in Theme panel->Custom Css
.widgettitle {
width: 100%;
font-size: 13px;
font-weight: 400;
margin-top: 0;
margin-bottom: 26px;
padding: 11px 0;
line-height: 1;
position: relative;
overflow: hidden;
text-align: center;
border: 1px solid transparent;
background-color: #000000 !important;
}
Thanks
Hi,
That color is specific to the Magazine demo, it is defined in the demo stylesheet. You can change it with this code to the color you want
– https://www.screencast.com/t/xK2ESKZH0e
.td-magazine .td_block_template_1
.td-related-title .td-cur-simple-item {
color: #dd3333;
}
The code must be entered in Theme panel->Custom Css. Another way of doing it would be to edit the demo stylesheet and make the change there
– https://www.screencast.com/t/S7n8postdf
Thanks
Hello,
Yes you can move it left with a simple css modification.
Add this code in the theme panel-> custom css box:
.td-scroll-up{
left:5px!important;
}
Thank you!
Hello ouebflow,
If you want to remove the More from author tab for each post, you should use the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td_block_related_posts .td-related-right {
display:none!important;
}
The result is here -> https://www.screencast.com/t/dYFZ2m2NP4
Thanks for the message!
Hi,
From what I can see the post tiles are the color you have set in the theme panel
– https://www.screencast.com/t/TcCg3Q1C2W
If you want to change the color for the post title on the module displayed on the homepage, you can try this code – https://www.screencast.com/t/j1iUfk9c
The code must be entered in Theme panel->Custom Css
.home .td_module_2 h3 > a {
color: #8cc63f;
}
If you would like the code to apply in other places where this module is used, like the
More articles box, remove the home class from the code
– https://www.screencast.com/t/7v8DtH6LO
I have edited your previous reply and removed the login information, becaue this is a public forum for all the users to see.
Please let me know if this is not what you wanted, so I may give you a more accurate response.
Thanks
Hi,
Unfortunately at the moment there is no blank page template available. Please try to understand that the list of suggestions and recommendations is big, and the developers have to decide what gets implemented as soon as possible and what gets postponed for later updates. I could not say when a template like this will be available, sorry.
One option would be to hide the elements on the page with Css based on the page Id
– https://forum.tagdiv.com/topic/hiding-header-and-footer-for-specific-page/
Or you can search here on the forum for different solutions provided by our users.
Thank you for understanding!
@mermetia and @DaveS did you try using !important; at the end of your css rules. It might help you because your former rule that worked is now overriden with the same rule from theme, so maybe all you need to do is add !important… like this:
article.category-179 div.td-g-rec-id-content_inline {display: none !important;} or
article.category-trains div.td-g-rec-id-content_inline {display: none !important;}
article.category-trains div.td-a-rec-id-content_inline {display: none !important;}
-
This reply was modified 9 years by
mabaz.
Hello didtav,
You should use the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-mobile-footer-wrap{
display:none;
}
Thanks for the message!
The css code did the job. Bud see the gaps between de bottom of the ads en top there is more space its not equal
Hi,
I have inspected your website and the sidebar ads. I cannot see the huge gapes that you mention, neither on the homepage, posts or categories
– https://www.screencast.com/t/Myti3CRm
– https://www.screencast.com/t/yI7DWE9qOBn
The one that seems not aligned I believe is actually how all of them should be aligned. But you can use this code to position it like the others
– https://www.screencast.com/t/DUxuTD0Cbv
The code must be entered in Theme panel->Custom Css
.td-g-rec-id-custom_ad_3 {
margin-left: 0;
}
Thanks
Hi,
You could try a code like this to make the menu items in the footer bold
– https://www.screencast.com/t/0BqFVFn6F
This is the code used, you must enter it in Theme panel->Custom Css
.td-footer-wrapper
.widget_nav_menu a {
font-weight: bold;
}
Thanks
Salutare Valentin,
Scuze petnru intarziere dar echipa noastra nu lucreaza in zilele de weekend. Din pacate, nu avem alta optiune pentru a afisa Categoriile, inafara de acest widget care este predefinit de WordPress. Aceastea poti fi afisate si altcumva daca se doreste doar ca pentru aceasta sarcina sunt nevoie de unele customizari in CSS. Eventual, poti incerca sa gasesti un plugin care are aceasta functionalitate si vezi cum functioneaza cu tema noastra.
Multumesc pentru mesaj si spor!
Hello,
Yes, the css is missing on other demos. Each demo has it;s own css stylesheed. In order to replicate the travel demo on another demo, please follow this topic: https://forum.tagdiv.com/topic/how-to-stop-top-header-image-from-stretching/
Thanks.
Hi,
For the category title you can try this code – https://www.screencast.com/t/2Gn6ozl9JD
You need to enter it in Theme panel->Custom Css
.td-category-header .td-page-title {
text-transform: capitalize;
}
Thanks
Hello Vishal,
If you want to display the top bar menu on the mobile devices, you souhld use a bit of CSS code for it. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
@media (max-width: 767px){
.td-header-sp-top-menu {
display: block !important;
}
}
Thanks for the message!
Hi tagDiv team,
I also would like to stop from loading the article inline ad in all our video articles (see this)
I currently have the following code in our custom CSS theme section.
Right after it, I’m adding the following code from above:
article.category-179 div.td-g-rec-id-content_inline {display: none}
where the number 179 is our video category ID.
Unfortunately the ad still loads.
Any other ideas how to fix this?
Thanks
-
This reply was modified 9 years by
DaveS.
Also, when I look at the text version of the demo homepage page, the first row is this:
[vc_row full_width="stretch_row_content td-stretch-content" el_class="td-travel-header" tdc_css="eyJhbGwiOnsiYmFja2dyb3VuZC1wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIifX0=" css=".vc_custom_1490019638737{background-image: url(https://demo.tagdiv.com/wp-content/uploads/2017/05/banner.jpg) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}"][vc_column][/vc_column][/vc_row]
Seems like there is custom CSS, but I can’t find it in the Visual Composer interface.