- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hi,
Actually those resources: http://screencast.com/t/fkjvGkhk except the fonts are moved to the footer by the speed booster plugin: http://screencast.com/t/r9f8EScB (you can check your site’s page source) but the notifications in google still appear because of theme’s generated css: http://screencast.com/t/WHSmCouud09Q which is loaded after the main theme style. To avoid this you could try to make the changes directly into theme’s style file.
Thanks
Hi,
What theme version do you use? Please make sure that you use the latest version 4.6.3.
Also I have checked your site and not only mobile menu doesn’t work, also ajax pagination. I found these errors in the console – http://screencast.com/t/XImhK1sVFL so please make sure that you deactivate all plugins leave only Visual Composer active, also clear cache and purge your files if you use CDN and see if you still have this issue. Also please remove any js/css minification. Let me know!
Thanks!
Hi,
Do you refer to this space? – http://screencast.com/t/Yr90m5HxD Pleas use this custom css in Theme Panel > Custom Css for that:
.block-title {
line-height: 30px !important;
}
Thanks!
Hi,
I,ve try the custom css and it works but I also need that the header color is full width.
About blocks I’ve settled the Visual Composer and now it works. great!
Thanks
Marco Sutter
Hey! I tried that code. I simply copied it and pasted it on the custom CSS field, flushed the caches too and checked in incognito mode. But there was no change, I tried it with your color code and the one which I wanted. Neither of them worked.
Here’s the link of what I did : http://www.screencast.com/t/d7g5t3lJNw
Hi,
@Sparton05
1. You can try this custom css in Theme Panel > Custom Css: http://screencast.com/t/jR1sfFPZpJ
.page .td-grid-wrap {
padding: 20px 0px 0px 0px;
}
Please provide your site url and also more details about this gap if this is not what you mean.
2. Try this custom css for slider z-index:
.rev_slider_wrapper {
z-index: 0 !important;
}
If this doesn’t work please provide your site url.
3. Please make sure that you create a megamenu properly – https://forum.tagdiv.com/how-to-use-the-megamenu/
When you set a category megamenu you don’t have to add submenu items. For parent category(with subcategories) set as megamenu all subcategories will appear automatically.
If you still have issues with it please provide a link so we can take a look.
@matthieuroubaix
Please check this without any plugins active, leave only Visual Composer active and also clear cache and purge your files if you use CDN. Also please make sure that you use the latest theme update (1.7.1 – you use Newsmag theme) and also update the plugins that come with the theme files from the /plugins folder. Use thsi guide if you need to update – https://forum.tagdiv.com/how-to-update-theme/ Let me know how it goes.
Also please post your issues in newsmag section – https://forum.tagdiv.com/forum/newsmag/
Thanks!
Hi,
If you want something like this – http://screencast.com/t/ObnmBN3wS you can use this custom css:
.td-footer-wrap .widget_text .block-title span {
border: 1px solid white;
}
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css to change the color of arrows: http://screencast.com/t/G1tiTMGhvQx
.iosSlider.td_block_big_grid .td-icon-left, .iosSlider.td_block_big_grid .td-icon-right {
color: #D31C1C;
}
Thanks!
Hi,
Try this custom css in Theme Panel > Custom Css: http://screencast.com/t/Igm6OGAQ
.td-header-style-8 .td-header-header {
width: 1021px !important;
margin: 0 auto;
}
.td-header-style-8 .td-header-sp-logo img {
float: left;
}
Please provide more details about your issue with blocks. What do you mean with “I can’t find them”? You don’t see any block there?
Like I said above please make sure that all block are visible from Visual Composer settings – http://screencast.com/t/qZyOGfvrT
Let me know!
Thanks!
Hi,
Unfortunately there is no option to customize tag cloud widgets like on tagdiv blocks, but you can do this via custom css in Theme Panel > Custom css like Christopher already suggested. Just use browser’s inspector tool and see the css code used – http://screencast.com/t/98q7AYurvbB take those classes and customize it via css.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please try this custom css in Theme Panel > Custom Css fro Progress bars: http://screencast.com/t/tEXg4uG5sFKz
.vc_progress_bar .vc_single_bar .vc_label {
padding: 0 1em;
}
I’m not sure what you mean with “Product Features”. Do you refer to the Woocommerce blocks? – http://screencast.com/t/0VbzTUX3ZFV They should appear if you have Woocommerce plugin active. If they don’t appear please check Visual Composer settings and make sure that you set all blocks to appear – http://screencast.com/t/ys6hbnmoPS4 and save.
Please also provide a link and more details about your sidebar issue that cuts off Visual Composer blocks.
Thanks!
Hi,
1. Envato specifies that each theme can be used for one product (site): http://themeforest.net/licenses/standard
If you want to use it on multiple sites/domains you’d have to buy a license for each project. If you will change your site domain you can use it.
2. Unfortunately theme doesn’t have a block like that, you will need custom modifications for example block 1 is made by module 4 and module 6 but you can change that: http://screencast.com/t/YDovNwpT
Result: http://screencast.com/t/7nEmyuozc
3. Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/JUWsyyhd
.td-sub-footer-container.td-container {
border-left: 1px solid black;
}
Thanks!
Hi,
Thanks Chris!
@securerr Please try custom css that Christopher suggested – http://screencast.com/t/rt0gYE1LOE
Thanks!
Hi,
You can use this custom css to make background transparent but also you need to remove gradient: http://screencast.com/t/E8RA3snnD3Nu
.td-post-template-4 .td-post-featured-image {
background-color: transparent;
}
.td-post-template-4 .td-image-gradient:before {
display: none;
}
Thanks!
You can change any of the styles however you wish with custom CSS.
Simply look at the page source for the widget on the page, or use the console (F12) in Chrome to highlight and inspect that element to reveal the CSS used.
Then simply put in the CSS styles you want for those elements in the custom CSS panel in the theme panel.
The tag cloud widget is part of the default WordPress widgets and not a theme widget. Some folks simple use a custom plugin for a tag cloud which gives you control over what items are shown, sizes, fonts, colors, etc.
If you have no idea how to write CSS, simplest thing is to look at many of the free plugins:
https://wordpress.org/plugins/search.php?q=tag+cloud&=Search+Plugins
A lot of folks on these forums (TagDiv) seem to be using this one:
https://wordpress.org/plugins/cool-tag-cloud/
-
This reply was modified 11 years by
simchris.
Hi!
I am very stupid.
But I have the problem too.
Please show the line (function) in the style.css to change the background color of the main menu header.
Thank you!
P.S. I do not speak English very well, sorry
We’re pretty new to Visual Composer, but have experimented with it using the Creativo theme before. Within that theme, it seems we have more control over a few things, such as the “Progress Bars”–we’d like to get thinner bars rather than the thick bars that it defaults to. (CSS solutions are OK, but we had a way to customize this before).
We’re also looking for a “Product Features” box–it allowed decent customization of an icon, including its color and background with a few lines of text. Solutions via an Add-On to VC are also OK–we just don’t know where it came from in the first place. It’s not available in this theme as a default it seems.
Furthermore, Visual Composer boxes put in a second column are cut off by the right sidebar–and additional rows are sometimes cut off to the left after the first row
Hello!
I follow the instructions № 4 on https://forum.tagdiv.com/page-speed-guide/
But, Page Speed asks again to fix Remove render blocking css/js.
Image https://drive.google.com/file/d/0B6FzgnfiXNjmbG5WS1BvdzhGcGs/view?usp=sharing
Why?
Thanks
Some additional optimizations for removing emoji code from WP 4.2x, removing the CSS for contact form 7 not used everywhere:
https://forum.tagdiv.com/topic/more-speed-improvements-sharing-for-functions-php/
hey … very cool, thanks!
At some point I need to revisit the thread I had with Radu back on v1.4 or was it 1.5 on removing some of the “add once” calls in the theme booster functions file, such as removing calls to woocommerce, bb forum, etc., if not actually using those to eliminate the CSS even being called at all.
On my to do list 🙂
TIP:
simple way is to open up styles.css and search/replace the color(s) you want to change; works for a lot of stuff.
Yeah… some funky bug in the latest version of WordPress for both the archives and the category widget … team effort — there was fix posted last week on this …. don’t have link handy …
tagdiv provided fix for categories and I added fix for archives …
oh wait, I can just look at my custom css (duH!)….
and the magic secret sauce is:
.widget_categories label {
display: none;
}
.widget_archive label {
display: none;
}
the duplicate title appears in all themes — not just tagdiv, as I noticed the same issue on couple of my older sites too. Annoying they didn’t catch that in WP 4.2.x.
Your custom CSS trick for image enlargement worked, thank you. But I’m still wondering if it wouldn’t be easier to hide the gray container. If you want to take a look: http://www.brazilophiles.com/2014/07/27/os-gemeos-present-solo-show-moon-opera-sao-paulo/
Thanks!
Hi,
Featured image is also cropped – http://screencast.com/t/B7hJp5bZnry you can try those plugins to enlarge thumbanils or try the css that I provide. Also paste a link so we can take a look.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Sorry for the delay!
Our theme has the speed booster plugin which, when used it automatically moves the scripts and css stylesheets to the bottom of the page so the jQuery library is also moved. I’ve taken a closer look into this and found that you use the speed booster plugin so the jQuery is moved also causing this. Test this without using the speed booster plugin and let us how it goes.
If you still can’t manage to figure this out and solve it please give wp-aces so we can have a look and also include a link tot his tread. Send your wp-admin login details via email at contact@tagdiv.com
Thanks