Hi,
Unfortunately we haven’t tested the theme with this plugin so I can’t offer you an accurate answer regarding this. I suggest you to also address this question to plugins support or if you don’t know how to get this done you can hire a developer to do it for you as we cannot offer custom work as we work hard on the development, updates, fixes and support.
Sorry for the inconvenience!
Thanks for the message!
http://www.travelguideromania.com/ro/vizitand-alba-iulia-cu-ocazia-zilei-nationale-a-romaniei/
“We aprove” (suntem Albaiulieni)
Hello,
In order to remove an ad in a specific post you will need to know a bit of php. Please follow this topic to see how conditions can be added in the code to filter the posts in which to display the ad: https://forum.tagdiv.com/topic/remove-ads-in-certain-postpage/
Thank you!
Hi,
You can target specific category pages using the category id.
expand:
.category-43 .td-post-category{
background-color:lightblue!important;
}
explore is already black.
excel:
.category-44 .td-post-category{
background-color:blue!important;
}
I hope this helps.
Thanks.
Hello,
Unfortunately the theme has no rss options. This is done with plugins and every one has a different functionality. We cannot provide an answer for this as we have not tested any rss plugins. Maybe one of our users can guide you in the right direction.
Thank you!
Hello,
Your problems come from 2 different things. First of all the logo cannot be found in the specified path. Please make sure the image is present in the location:
http://localhost/neuronews/wp-content/uploads/2016/01/logo-white.png
You have a different logo set for mobile that cannot be found.
And your second problem originates from loading fonts from different locations. In this case you need to add a piece of code to your htaccess. (to see what i mean, please type www. in front of your website url and see that the icons will display corectly again.) Please follow this topic to see how to fix it: https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/
Thank you!
Hello,
You can use the raw html element or the text box element to add shortcodes into the homepage. Please follow the plugin/widget instructions because most plugins provide alternative implementation methods.
Thank you!
Hello,
You can maybe use the shortcode from the post page and add it in visual composer in a raw html or a text box. Unfortunately we have no official solution for it as the plugin is not tested and we have no idea of it’s functionality.
Thank you!
Hello,
You can change the style for a big grid element from block settings. You can try it out here: http://demo.tagdiv.com/newspaper/big-grid-3/ and change different styles to see how it displays. The one you are looking for is style 4: http://screencast.com/t/6fIvRBnt
It can be found here in block settings: http://screencast.com/t/Qg7rQAaa
Thank you!
Hello,
You need to place the tag inside your post in text mode like so: http://screencast.com/t/GbMACQUTmzM
I hope this helps.
Thank you!
Hello,
You need to enter the video id like suggested here: https://forum.tagdiv.com/video-playlist-2/
I hope this helps.
Thank you!
Hello,
Please provide more details to what you want transparent. The background image or the page/post content?
You can use css to do it.
For example if i want the background to be visible through the main content I would use css like so:
.post, .td-main-content-wrap{
background-color: rgba(255, 255, 255, 0.5)!important;
}
I hope this helps.
Thanks.
Hi,
You can see every shortcode like Chris suggested like so:
add a block element in visual composer on a dummy page: http://screencast.com/t/jSkjHH9SH
then enter classic mode and text mode: http://screencast.com/t/sKvHNpoFCqx
Thank you!
Hello,
If you want to to use the travel demo, you can install the demo content for it and go from there http://screencast.com/t/z7YnlI5Vmm1R. If you simply want to replicate the homepage for the travel demo, you can follow my tutorial here: https://forum.tagdiv.com/topic/adding-top-area-like-travel-example/
Thank you!
Hi JR,
You can also try to remove all plugins except visual composer to rule out a plugin issue. Also please make sure you use the latest version of the theme.
Thank you!
Hello,
You can use this custom css to change the link color:
.td_module_wrap:hover .entry-title a{
color:red!important;
}
I hope this helps.
Thank you!
Salut Nick,
We usually write in English so other users can benefit from the solutions provided here on the forum. Please follow this tutorial on how to replicate the travel demo: https://forum.tagdiv.com/topic/adding-top-area-like-travel-example/
Salutari si o zi buna!
Hello,
For the first request, the first topic still applies.
For your second request please check your system status parameters and increase them accordingly: https://forum.tagdiv.com/system-status-parameters-guide/
Also please check if you meet the system requirements for newspaper: https://forum.tagdiv.com/requirements-for-newspaper/
Thank you!
Hello,
Please try the code like so:
<div class="td-all-devices"><a href="https://www.kirsikka.com?RegCode=1125d9a7-3109-11e4-98bb-d89d672aa9c0"><img src="http://kasinoaula.com/wp-content/uploads/2016/01/RAY_fi.jpg" /></a></div>
Result: http://screencast.com/t/zLOQqMcY7
Thank you!
Hi,
Unfortunately this is the default behavior of the smartlists. You could add some caption manually after each image, inside a container and use css to style it and hide the default caption for that particular smartlist like so:
.td-slide-smart-list-7 .td-sml-caption{
display:none!important
}
We have this on our list and we’re looking for a solution, we will release a fix as soon as we find a solution for this.
Thank you!
Hello,
If you want to reduce the margins of the blocks you can use this css:
.td_block_wrap{
margin-bottom:0!important;
padding-bottom:0!important;
}
Thank you!
Hello,
You will need to use the theme ad spots properly for the ad codes to be positioned accordingly. For adsense it is enough to ad the code in the proper box in the theme panel. But if your ad code is anything else besides adsense you will need to use this method: https://forum.tagdiv.com/using-other-ads/
(I have checked your website and saw that the ad is positioned on the center now: http://screencast.com/t/2SIG0JZsaB )
Thank you!
Hello,
Please follow this topic and follow my tutorial on page 1.
https://forum.tagdiv.com/topic/social-counter-facebook-fan-count-incorrect/
Thank you!
Hello Todd,
Please use this code to do it:
.td-header-style-12 .td-header-menu-wrap-full{
height:50px!important;
}
.td-header-style-12 .td-header-menu-wrap .sf-menu > li > a{
line-height:50px!important;
}
.header-search-wrap .td-icon-search{
line-height:25px!important;
}
.td-header-style-12 .td-main-menu-logo a{
line-height:50px!important;
}
.td-header-style-12 .td-main-menu-logo img{
max-height:55px!important;
}
You can change the values a bit to get the result you want.
This is the result the code will provide: http://screencast.com/t/g7nMWJNZkLi
Thank you!
Hello,
Thank you for your kind words and appreciation.
You can maybe find these guides useful in moving from local to live:
http://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-from-local-server-to-live-site/
http://www.wpexplorer.com/wordpress-local-to-live/
https://wordpress.org/support/topic/move-from-local-to-live
I hope this helps.
Thank you!