Hi,
After you have installed the demo you can import stacks from Theme Panel: https://forum.tagdiv.com/installing-the-demo-data/
Hope this helps!
Hi,
You could try to replace the code following this topic: https://forum.tagdiv.com/topic/replace-default-search-with-google/
Not sure why the widget don’t work, you can try this without any plugins active leave only Visual Composer and search plugin active, clear cache and check if this works.
Thanks!
Hi,
I cannot provide you an exact date when this will be implemented. Like I said above we still try to find a solution for this. Sorry for inconvenience!
Thanks for the message!
Hi,
Please provide a link to the issue, as I checked your homepage and did not found any issues: http://screencast.com/t/KUipCt2XqT8
Thanks!
Hi,
Please try this without any plugins active, leave just Visual Composer plugin active, also empty cache and see if you still have this issue.
I have checked this with the latest theme version(1.6) and didn’t found any issues. If you don’t use the latest version please update your theme using this guide(use FTP method): https://forum.tagdiv.com/how-to-update-theme/ and also update plugins that comes with the theme’s files from the /plugins folder.
Let me know how it goes.
Thanks!
Hi,
@SALZBURG12 Did you solve that issue following Chris suggestions?
Or do you refer to the vertical align?
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/vTjkAK9uMqhy
.td-post-content table h4{
margin-bottom: 4px;
}
.td-post-content table img{
margin-bottom: 6px;
}
Hope this helps!
Hi,
I also tested this with the latest theme version(1.6) and bullets list works fine: http://screencast.com/t/llApfPVpc2 If you need to update please follow this guide and use the FTP method: https://forum.tagdiv.com/how-to-update-theme/ also update the plugins that comes with the theme’s files from the /plugins folder.
If you use the last version please try this also without any plugins active leave just Visual Composer plugin active, empty cache and try again.
Thanks!
Hi,
If this is exactly your code from header style 2 then the problem is with quotes signs ' ", please replace all your code with this one: http://pastebin.com/F7dhqR2k
Hope this helps!
Hi,
Please try this without any plugins active, leave just Visual Composer active, clear cache and check if you still have this issue. Also provide your site URL so we can check this.
Thanks!
Hi,
1. On the first page you don’t use that block properly, please take a look on our demo how block 6 an9 are used( http://screencast.com/t/2kVZPiI4OIzI ): http://demo.tagdiv.com/newspaper/block-6/ – http://demo.tagdiv.com/newspaper/block-9/
On category page please try this custom css: http://screencast.com/t/RyNkkd0E
.category .td_mod9 .item-details{
margin-left: auto;
margin-right: 300px;
}
2. You don’t use the mega menu properly please follow our documentation for this: https://forum.tagdiv.com/how-to-use-the-megamenu/ and also the result on our demo: http://demo.tagdiv.com/newspaper/
3. Please try to enable all shortcodes from Visual Composer settings: http://screencast.com/t/yW4ZmGFjsf
Also if this doesn’t solve the issue please try to delete Visual Composer and install it again.
Thanks!
Hi,
Unfortunately you only one code can be added in the Theme Panel Ads section. You can try to add the codes separate in custom ads for example – http://screencast.com/t/jfHbpWeTJVN and use shortcodes in the post template file: http://screencast.com/t/HjepyqGHvg
And use some css in Theme Panel > Custom Css: http://screencast.com/t/h31va6BUcT
Hope this helps!
Hi,
We also use on our demo W3 Total Cache, but we recommend to use only Page Cache(no database cache, no object cache, no javascript minify) – http://screencast.com/t/LQXx8j3vv8
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Yes, we use SEO by Yoast also on our demo. Please use this tutorial to find out all about the WordPress SEO plugin and about what it does: https://yoast.com/articles/wordpress-seo/
Thanks!
Hi,
Please take a look here: https://forum.tagdiv.com/topic/google-adsense-2/#post-41268
Also our documentation maybe will help: https://forum.tagdiv.com/ads/
Thanks!
Hi,
You can try this custom css to hide pinterest button: http://screencast.com/t/cJv4L3fDiAU9
.td-social-sharing .td-social-pinterest{
display: none;
}
Or you can delete pinterest code from this file: http://screencast.com/t/HeNTDr6eY0aJ
Also if you want to add a button to social share you will need custom modification, please take a look how our buttons are made and try to create your button. Maybe this topic will help: https://forum.tagdiv.com/topic/linkedin/
Thanks!
Hi,
On post page please enable/disable author from Theme Panel > Post Settings: http://screencast.com/t/t1muRyC4ycr0
Result: http://screencast.com/t/xE1NKZGKrcQ7
If you want to remove author from blocks/modules please edit modules files and comment/delete this line: http://screencast.com/t/gwTncsx3t
Hope this helps!
Hi,
Your class was added to the block div and you added css code to display none on mobile view, but the container div had display block, so probably your class(css code) was so powerful to overwrite container css: http://screencast.com/t/tm7HGeUSeJNE
So that’s why I said above to add the class to the column.
Hope this helps and I’m glad that you managed to solve this!
Hi,
There is a condition in td_module.php file so if there are reviews it will show them and will not show date and meta. Please copy date line here: http://screencast.com/t/qJ2JdU9HYa9q
Result: http://screencast.com/t/ZJ3u2fxyL94
Thanks!
Hi,
Please use this css code in Theme Panel > Custom Css: http://screencast.com/t/J94W3mFw
.td_block6 .wpb_button{
display: none;
}
Thanks!
Hi,
You can hide category tag from Theme Panel > Categories: http://screencast.com/t/jA2HagCISMmt
Thanks!
Hi,
Please try this css in Theme Panel > Custom Css: http://screencast.com/t/DZh5ffkG
.sf-menu > .current-menu-item > a,.sf-menu .td-menu-item > a:hover{
background-color: rgba(255, 0, 0, 0.06) !important;
color: red;
}
Result: http://screencast.com/t/zMBgZOxNq
Also for image you can inspect the images using Chrome inspect tool and add some css to that classes, if you don’t have basic css knowledge you can hire a professional to do this for you.
For example you can add opacity for Big Slide images something like this: http://screencast.com/t/HpATKjBJP3h
.td_block_big_grid .td-big-grid-post .entry-thumb{
opacity: 0.9;
moz-transition: opacity 0.5s ease-in-out;
-o-transition: opacity 0.5s ease-in-out;
-khtml-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}
Hope this helps!
Hi,
Please use this css for menu height on mobile view in Theme Panel > Custom Css: http://screencast.com/t/CPTTypfV7yN
@media (max-width: 767px) {
.td-menu-wrap{
height: 65px;
}
}
And you can increase padding in the css that Lucian provided to you.
Hope this helps!
Hi,
Please make sure that you don’t have multiple categories on that post and if you have please try to set primary category “Football” from Post Settings: http://screencast.com/t/zjGuUq0dOLMm
Also if this doesn’t work please provide more details about your categories hierarchy as I could not recreate this.
Hope this helps!
Hi,
Please check the block settings and replace All with your word: http://screencast.com/t/3iJ766StPG
Result: http://screencast.com/t/hwHW3o6x
Unfortunately Loading… cannot be translated from Theme Panel, you would need to edit tagdiv_theme.js and translate it there: http://screencast.com/t/H07TpxwZrAhf
Result: http://screencast.com/t/kOz9iLKcFXXh
Thanks!
Hi,
Please change the Site language from WordPress settings: http://screencast.com/t/tUP9Nc4ejLN
Thanks!