Hi,
This code is for all the links on the pages, if you want to make it more specific you must identify the element where you want it to apply using the browser inspector tool – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ and modify the code accordingly.
.td-main-content-wrap a {
color: blue;
}
Thanks
Hi,
This should be a simple process, just deactivate and delete the Visual composer plugin (this should remove the previously created destination folder) – https://www.screencast.com/t/9rar7GKlX then add the new updated version – https://www.screencast.com/t/n879DpzSWb4 If this is not working for you and you can not install Visual composer, please contact us via email at contact@tagdiv.com and provide admin login information so we can take a look. Also paste a link to this topic.
Thanks
Hi,
If you imported a demo slider use this guide to configure it – https://forum.tagdiv.com/import-revolution-sliders-on-demos/ Also here you can find the documentation for the revolution slider – https://www.themepunch.com/revslider-doc/slider-revolution-documentation/
Thanks
Hi,
Please provide more information about what are you trying to achieve, so I can try to give you a solution because I do not understand what this is about.
Thanks
Hi,
As I can see most all of the links on the site are not working. I recommend deactivating all the plugins (including the analytics plugin you have installed) except Visual composer, clear the cache and purge cdn files. Also check any customization you may have made to the theme, code added in Theme panel or added in the theme files. Then check to see if the problem is fixed.
Thanks
Hi,
You can create any number of sidebar you want, depending where you want to use them. For example if you want to use a custom sidebar for a post you can do it like this – https://www.screencast.com/t/5eZYRgioHj or for a category like this – https://www.screencast.com/t/jCdROh04kNFd Then you can easily drag widgets inside the created sidebar like this – https://www.screencast.com/t/OuvUhU1B9 and also use them in the Widgetised sidebar element on pages – https://www.screencast.com/t/vUcgvVChfqn
Thanks
Hi,
Please provide a link to your website so we can inspect it and try to give you a solution.
Thanks
Hi,
All I can tell you is that somehow it is inserted in the content – https://www.screencast.com/t/Vj56RHgfDJS Try checking the custom code fields in the theme panel – https://www.screencast.com/t/xoQdYuOopta But if you are sure that nothing was added to the theme files, and tried disabling all the plugins except Visual composer, clear cache and purge cdn files then maybe you should do a clean install as suggested. Or try to contact the person that has implemented this.
Thanks
Hi,
What I can tell you is that like my colleague explained above, the theme works properly with the specified video channels. It can not be expected to provide favorable results with all the existing channels, some may work and others not.
If you decide to use the theme’s mobile theme – https://forum.tagdiv.com/the-mobile-theme/ this has options to insert the ad code in order to display on mobile. It is also specified there that Visual composer page builder elements were intentionally removed from the mobile theme, for increased performance, so it may not render shortcodes or any Visual composer elements. The same page content from desktop will be displayed on mobile if you do not use the mobile plugin, the theme is fully responsive. Everything is tested and is working like it should. But if you are using other mobile plugin with favorable results, you can keep using it, but we can not give you configuration recommendations since no other mobile plugin was tested with the theme.
Thank you for understanding!
Hi,
The revolution slider is provided bundled with the theme in the plugins folder – https://forum.tagdiv.com/whats-included/ and works great with the theme. You can install the slider like this – https://forum.tagdiv.com/how-to-install-revolution-slider-v5/ then import a demo slider using this guide – https://forum.tagdiv.com/import-revolution-sliders-on-demos/ The demo sliders are located in the main theme package – https://www.screencast.com/t/IaXXosUgoS6 You can preview them live in the corresponding demos – https://demo.tagdiv.com/newspaper_blog_cars/
Thanks
Hi,
Remove the code provided previously regarding the read more, from the Theme panel->Custom Css. Then enter this one with the font color corresponding to the date like you asked – https://www.screencast.com/t/0Uf2Xbwu
.td-read-more a {
background-color: white;
color: #aaa;
}
Here is a tutorial about the browser inspector tool to help you identify the elements on the page and their classes and create custom code – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hi,
Maybe the ad code is not correct or responsive – the theme displays the code without modifications to the width – https://www.screencast.com/t/dyT551FwxfH. Try setting manually a width and height within the ad code. You can try some online suggestions for this type of error – https://wordpress.org/support/topic/adsbygooglepush-error-no-slot-size-for-availablewidth0-blank-ads-solution/ but keep in mind that not all plugins are fully compatible with the theme, and may not work properly. You can find more about the theme ad settings here – https://forum.tagdiv.com/header-ads-adsense/ and also here – https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Thanks
Hi,
The title for the slider element is already on top – https://www.screencast.com/t/ccQTgO3u As for the gradient this is the default style used as it can be seen using the browser inspector tool – https://www.screencast.com/t/KRhZdhF2 you could use this code if you would like to change the way it displays
.td-image-gradient:before {
height: 100%!important;
background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
With this result – https://www.screencast.com/t/NJJATncL
Thanks
Hi,
Unfortunately I do not fully understand what you mean. This is how the code looks – https://www.screencast.com/t/7K7j8JczqkG and you can set categories from your available ones, in each of the big grid settings – https://www.screencast.com/t/K9NRSXek Please provide more details about what tab id are you looking for so I can try to give you a solution.
Thanks
Hi,
You can use the code provided for the facebook widget, as I do not think it affects the links in the post content. The link should inherit the theme accent color by default – https://www.screencast.com/t/FH75d5L37Gm or the color set for it in the post settings – https://www.screencast.com/t/DLgUPMfGgH You could use this code to make the link text color however you like – https://www.screencast.com/t/DFRRQqJ4ukVV just enter it in Theme panel->Custom Css
.td-post-content a {
color: blue;
}
Thanks
Hi,
You could try the method suggested by Bogdan in this topic, with a search and replace plugin – https://forum.tagdiv.com/topic/vimeo-https-warnings/ An alternatively way would be to recreate your page using the same content and set it as homepage – https://www.screencast.com/t/ZMutbn0B You could try this and see if it works for you.
Thanks
Hi,
Try making the change to default in the footer section like this – https://www.screencast.com/t/C2qgrZjd and also clear your cache after the change, also check any custom code you may have entered in the theme’s custom css section, or added to the theme files. If nothing works you could try this custom css code, just enter it in Theme panel->Custom Css – https://www.screencast.com/t/n8lEpPSr6zj with this result – https://www.screencast.com/t/jUfIsD2MY71 and also clear your cache after you enter the code.
.td-footer-wrapper .block-title span {
color: white!important;
}
Thanks
Hi,
Please note that no directory plugin or similar plugins with these capabilities were tested with the theme, and they may not work properly. Maybe the plugin you are using does not have these options available, try searching for other plugins like this. I have no solution for this since I do not know the implications of the said plugin, sorry.
Thank you for understanding!
Hi,
Those were only suggestion to get you started in what you want to achieve, by following other topics somewhat related to this. I believe the same steps need to be followed, you need to register a new menu here – https://www.screencast.com/t/cVyHvGJM and condition it here – https://www.screencast.com/t/3BqrqarTXdFE and the logo here – https://www.screencast.com/t/QP61fMDo9Tq It should be mentioned that the theme was not designed to have the possibility to easily switch menus based on conditioning. Please notice that if you want to achieve this it requires coding knowledge, so if you are not aware of the steps required to implement this custom functionality, you should consider hiring a freelancer/developer to help you, because time does not allow us to provide custom work at the moment.
Thank you for understanding!
Hi,
Maybe the image the ad is using is not big enough to fit the entire space available, the theme has a fixed width – https://www.screencast.com/t/fmJMHwwPy and I have no way of giving you a fix for this since the theme has only these options for a background image or color – https://www.screencast.com/t/XqbGrLyh and no plugins with these capabilities were tested with the theme. Maybe the specified background ad plugin has a setting regarding positioning of the ad that you may have overlooked, or simply it is not compatible with the theme.
Thanks
Hi,
Please follow this guide for more information regarding seo social section – https://yoast.com/social-media-optimization-with-yoast-seo/ and also make sure you have a featured image set for your posts – https://forum.tagdiv.com/featured-image-or-video/ or use this guide to setup your post twitter share with yoast – https://kb.yoast.com/kb/setting-up-twitter-cards-in-wordpress-seo/
Thanks
Hi,
Unfortunately there is no theme option to set the modal image feature on pages. These are the available settings for the modal image – https://forum.tagdiv.com/modal-window/
Thank you for understanding!
Hi,
It seems the ad is coming from a raw html element and it is linking to a Facebook address – https://www.screencast.com/t/m0rnExCDBN Maybe this code is inserted directly in the theme single post and category files. You could take a look in the category.php file – https://www.screencast.com/t/gropsNLlY and the post single files – https://www.screencast.com/t/bVmbyjmzFR and check for any code in the structure. You could try disabling all the plugins except Visual composer, clear the cache and purge cdn files, maybe a plugin is causing this. If none of these suggestions work, you could make a fresh theme install with the latest version – https://forum.tagdiv.com/how-to-update-the-theme-2/ install only the theme bundled plugins and this should solve this issue.
Thanks
Hi,
You can find all the information about the modal image feature and the options available, in the theme documentation – https://forum.tagdiv.com/modal-window/
Thanks
Hi,
Try to recreate the video playlist element, just delete it and add it again in the page structure and also clear your cache.
Thanks