Hi,
The background transparency comes from the following file – http://screencast.com/t/6H42FHMsU Do you use a plugin which alters/combines the css? Try to disable all plugins except of Visual Composer and see if the issue is still there. If you use CDN disable it and check again.
Thanks!
That custom CSS did the trick!! Thanks Alin for your great support!
Hi,
Please check if you don’t have any custom css that may affect this and also you can disable all plugins leave just Visual Composer and Woocommerce active, clear cache and see if you still have this issue maybe there is a plugin conflict.
If this doesn’t help you can try to target more specific and use this custom css: http://screencast.com/t/Mpy2RPq8Oo
.woocommerce .td-main-page-wrap div.product .woocommerce-tabs ul.tabs li.active {
background-color: #0d732f !important;
}
Thanks!
Hi,
You can add a link to the footer text in Theme Panel – http://screencast.com/t/tpryjyWrI3v and change the color using custom css in Theme Panel > Custom Css – http://screencast.com/t/OXnM5ytOn4bk
.footer-text-wrap a {
color: #4db2ec;
}
Thanks!
Hi
The css it’s tested on your site and should work fine http://screencast.com/t/RdMUB9sk also I’ve tested your site on iPhone and Ipad and the top menu appears.
Make sure you also empty all caches.
Thanks!
Hi,
You can leave them enabled and hide them using custom css then the popup will work and you will have just the sharing buttons on the page.
Use this custom css in theme panel > custom css section to hide the like/tweet buttons:
.post .td-classic-sharing {
display: none;
}
Thanks
Hi,
You can hide them on specific posts using custom css code or you can also use a plugin like Advanced Custom Fields and use this method to do it: https://forum.tagdiv.com/topic/function-to-hide-ads-and-function-to-show-author/
I will add this on our request list and we will consider it for future updates if we decide to change theme ads system.
Thanks
A few little tweaks to finalise the design for magazine site using newsmag.
I’m using Newsmag and it’s got some really excellent features, I know I’ll be recommending it when this project is done!
1.Header Style
There are lots of really great options for the layout of the header, but I seem to need the only combination that’s not available. Style 7 gets close, but I’d like the top and main menu colours to go full width. Style 10 gets closer but the logo area is too deep.
IS it possible to have this tweak with some CSS?:
Full width top menu, full width main menu, centered logo with depth thats the same Style 7.
2.Social media buttons
I have these in the top menu and in the sidebar. Social connections are going to be really important for this site, so we’d love to have these quite a lot bigger. Can the social follow links be made bigger?
And is it possible to have the social share buttons use the same style, rather than those blocks
3. Category layout, article list
I’m using block 12 to show my list of latest posts when i need to add extra lists of articles and the M8 and M11 styles for category pages. I’d love to add a 1px line between each post so that they are a bit more seperated.
4. Mega Menu settings
I’d like to add some variation in the mega menu layout. Is it possible to use a premium mega menu plugin to add different contents to each column or would this cause errors with the theme? OR are there options that I missed within the theme? A sample of how I’d like the menu to look here:
http://theeverygirl.com/ Text column + recent post featured image + top articles
5. Article titles in Big Grid
The gradient really helps to improve the readability of the article title, but is it possible to have the text appear in a box instead, with maybe an opacity so the the image still shows through? The box would have to respond to the length of the title. Again, they do this on http://theeverygirl.com/
I’d really appreciate your support on this. I’d like to stick with the newsmag theme!
Thanks in advance 🙂
Claire
Hi,
If you use hide category on post/category page it will hide the category tag on articles from that specific category and also on category page – http://screencast.com/t/XWp09gfJ – http://screencast.com/t/FET7DchPOEk
Enabling category tag on a specific module it will be applied only on that module, but some blocks are made using also the modules so it will be applied also there. For example designing block 1 are used these modules – http://screencast.com/t/ocrqYJ6At
A solution will be to use a specific module on category page where you want to hide/display the category tag and use/don’t use a block that was created by that specific module. In the category tag on modules is also specified where is used every module – http://screencast.com/t/TIpJBzsT
Also you can use custom css to hide the category tag on a specific block.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
When I add the following CSS into my source code within the browser… it fixes the issue:
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background-color: #0d732f;
}
But when I try to add it to custom CSS in theme options, it is still be overridden by some other code in the theme.
Please help! Big sale tomorrow and hope to have this resolved beforehand.
Thank you,
James
Nothing changes an my iphone
is it why my menu has another name then td-header-sp-top-menu
the name of my menu is :td-demo-top-menu
or have th ei phone a chache?
nothing found reload the site but nothing changes with or without the code
i try to put the code in the css and in the advance css for mobile phone down in the box
please help me
Is there a code/CSS change we can make to remove the sidebar until the fix comes in?
Thanks!
Hello Andrei; although I was not sure where to make the change at first, I finally found !
I guess I did well, because I have changed in the Appearance; Editor of the “Style.css” in -“Author – Date – Comments – Count views”
And it works perfect !
Thank you very much.
BR
Email sent, and will try the CSS later today. Thanks.
Hi Alin,
I’m afraid your screenshot doesn’t match with newspaper 4.6.3. In the “Theme Fonts” section now called “Custom typography”, I don’t see any subtitle section. Where is it hidden?
Regarding to the CSS tweak, it didn’t change a thing! Still left aligned. The cache has been emptied, and the change in the custom CSS field saved. What did I miss?
Thanks
Hi
You need to add an extra class name to this section http://screencast.com/t/iMaJGwwGasJ in Visual Composer http://screencast.com/t/ZgUUy9q38X and after that use css to change the background color as you want. Example:
.spacial-class{
background-color: red;
}
Thanks!
Hi,
You have an option in Theme Panel > Theme Fonts to change the font size for Subtitles – http://screencast.com/t/Ocp66zrOZ and you can use this custom css in Theme Panel > Custom Css to align it to the right – http://screencast.com/t/8GTtiC1hhOf
.td-post-template-default .td-post-content .td-post-sub-title {
text-align: right;
}
Thanks!
Hi
You can style the the sub-menus using custom css like here: http://screencast.com/t/VXRHTVEAKq and you can change the style properties as you like, and here are a few example: https://css-tricks.com/almanac/properties/b/box-shadow/ Also if you want to create your own shadow here are a lot of useful information: http://www.w3schools.com/css/css3_shadows.asp The classes remain the same, just properties must be change if you want to customize.
.white-menu #td-header-menu .td-normal-menu .sub-menu{
-moz-box-shadow: inset 0 0 10px #000000;
-webkit-box-shadow: inset 0 0 10px #000000;
box-shadow: inset 0 0 10px #000000;
}
To change the submenus color use this classes .white-menu #td-header-menu .td-normal-menu .sub-menu and set the background color as you want.
Thanks!
Hi
The posts views can be hidden using css,
.td-post-views{
display: none;
}
so you can view it in the admin panel here: http://screencast.com/t/mNoeSVusvuY
Thanks!
Hi
Try using this css and replace the other one i gave you:
@media (max-width: 767px){
.td-header-top-menu-full, .td-header-sp-top-menu {
display: block!important;
}
}
it should work fine as you can see here: http://screencast.com/t/RdMUB9sk but like I said above the elements don’t have style properties and may not be displayed fine.
Thanks!
Hi,
This usually happens because of the speed booster plugin which move the css and js at the bottom of the page structure so that the page will load faster, this is why the theme default color appears first then changes, because of the cascading property of css. A solution is to change the color directly into css stylesheet file, which will make your colors to load first and stay that way. You could also deactivate the plugin if you don’t need it and see if you still have this issue.
Thanks!
Hi,
In version 6 the logo can be used at 272×90 size like you already know, unfortunately it was designed like this and you can change it using custom css. You can upload your the size that you use in the footer and check it with this custom css in Theme Panel > Custom Css – http://screencast.com/t/exoB9n4gwr3 – http://screencast.com/t/jv6fQi15iDN
.td-header-style-1 .td-header-sp-logo img {
max-height: none !important;
}
.td-header-style-1 .td-header-sp-logo {
height: 115px;
max-height: none !important;
}
@media (min-width: 768px) and (max-width: 1019px) {
.td-header-style-1 .td-header-sp-logo {
height: 100px;
}
}
Regarding second issue I could not recreate this so please provide a link where you use this bloc so we can take look and inspect this. Also test it without any plugins active, leave only Visual Composer active, clear cache and see if the issue is still there.
Thanks!
Hi,
You should also overwrite the verdana.. fonts: http://screencast.com/t/o7QGO6tqs in theme’s style.css file: http://screencast.com/t/MFRJMO4J then test again.
The open sans and roboto and open sans fonts are still loaded to the page, so make sure that you also empty all caches and purge files after commenting them from the mentioned file.
Thanks
Hi,
I see you’ve manged to change the others and for those on images you can use this custom css: http://screencast.com/t/cB1ESv9J6tx and add it in theme panel custom css section:
.td-post-category {
background-color: green;
}
Thanks
Hi,
1. I have made some tests but unfortunately I could not replicate this on my side. Please send an email at contact@tagdiv.com and provide wp-admin so we take a closer look at this, also paste a link to this conversation.
2. Please try this css solution – http://screencast.com/t/Xa6vd7iAv
.td_smart_list_3 .td-slide-smart-list-figure {
width: auto;
}
Thanks!