Hi,
There is an option in the theme panel to remove the widget completely from here: http://screencast.com/t/CLB5aaay
If you only want to have one or the other, that can be done through code. You can remove either one of these parts and only have 1 tab: http://screencast.com/t/21BBADr54
Thank you!
Hi,
Unfortunately there is no easy solution to this as it’s added with css, but you can inspect pull quote center paragraph for example and see how it was designed – http://screencast.com/t/pwnaeAeGi – http://screencast.com/t/UknMTzAHXGas and modify the default blockquote. You will have to add :before and :after to blockquote paragraph to add double qoutes and you can change the font from the theme panel: http://screencast.com/t/Vg3S0mefEt
Thanks!
Hi,
We provided the mega-menu example but any further customization will have to be made by yourself as we cannot offer customization services at the moment. The top post class extends the td_category_top_post_style class that can be found here: http://screencast.com/t/h9YbfMis
If you cannot adapt the code yourself you will have to hire some help from sites like studio.envato.com
Thank you for your understanding.
Hi,
This error is most likely due to custom modifications you made to the html code. Did you add an extra body class here: http://screencast.com/t/1tHuIGHqPuD or custom modifications in the code. Please check your theme panel for any custom code or if you modified the files, restore the theme to it’s default state.
Thank you!
Hi,
We have not tested animated background ads. We cannot say for sure if it will work or not.
You can maybe find a few resourcess online on the subject like:
https://wordpress.org/support/topic/html5-animation-from-google-web-designer-1
https://wordpress.org/support/topic/html5-animation-from-google-web-designer
Thank you!
Hi,
I tested this again myself and it works as expected. I filtered different categories and it works. The solution provided by Lucian works only for the mega-menu. If you want to alter the big grid you have to adapt the code and apply it to the grid template here: http://screencast.com/t/V63ptb4s60oP
I have also checked your website and the solution worked on your end as well (it could have been the cache)
http://screencast.com/t/eT0wLlDh
Thank you!
Hi,
The footer on your site is full width, not boxed: http://screencast.com/t/2RhM89xAAC
The entire website will go into boxed mode when you add a background image or color. If you do not change the background from default, it will stay full width.
Thank you!
Hi,
@Breakwater
Unfortunately there are no settings for the attachment page other than the ones seen here: http://screencast.com/t/x4ieLRMn74s You cannot add visual composer elements to the attachment page from the theme panel. What you can do is use the do_shortcode function to add content through code. Every visual composer element has a shortcode that can be seen here: http://screencast.com/t/lEQjrxFAZo
Then you can use this code:
You can add the code in the attachment template file like so: http://screencast.com/t/yht7usHz
Now my block appeared on the attachment page: http://screencast.com/t/GQ0WNwFcjif
@dizajn
I’m not sure why you get the attachment page from linking to the media file. This should be the result in linking to the media file: http://screencast.com/t/1Kgp9otgj
If this is the case and your images realy link to the attachment page instead of the media file, please try to disable all plugins except visual composer, clear cache and reset vdn files. There could be a plugin conflict that does this.
Thank you!
Hi,
Unfortunately the theme has no such option, nor does wordpress. You can maybe find a few solutions online for embedding your wordpress posts into another website:
https://wordpress.org/support/topic/i-successfully-embed-my-wordpress-blog-into-my-website
You will probabkly have to hire a developer to create such an option if iframes do not work for you.
Thank you!
Hi,
We have not tested adding 3 ads in a row, but you could try to add your code inside a text block in visual composer and insert the adsense code in text mode (not visual) and simply split the row in 3 sections like so:
http://screencast.com/t/JAsXojOJ
Thank you!
Hi,
Unfortunately the plugin is not tested so we have no idea of it’s functionality. You will have to test it out with a bit of trial and error to see if it works. Unfortunately plugin implementation is not covered by the theme support.
Thank you!
Hi,
You can add your adsense code in the custom ad 1 spot in the theme panel and then use this code:
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
and add it here: http://screencast.com/t/3Gu4HDHLw4D
Thanks.
Hi Adnan,
If you want to remove the page title, you can either chose a different page template from here: http://screencast.com/t/XjoHMLM1jV
If you do not want to change the template, you can simply rename your page to something other than home, or you can hide the title with css like so:
.td-page-header .entry-title{
display:none!important;
}
This will leave breadcrumbs intact. If you want to remove them also you need to add this part:
.page .td-crumb-container{
display:none!important;
}
Hope this helps.
Thank you!
Hi,
The icon was hidden with css for mobile, but you can activate it with this code:
@media (max-width: 767px){
.td-scroll-up-visible {
display: block!important;
}}
Simply add the code in the theme panel -> custom css box.
Thank you!
Hi Greg,
Those settings will not get lost at all as they are kept in the database. The only thing that will be lost is customization. Custom code added to the theme files. The files get replaced in an update. If you have no custom code added in the theme files, you can update your theme without problems by following this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/ Do a back-up though to be on the safe side.
Thank you!
Hi,
The error you get is because you had visual composer before and the folder already exists in the specified path. Please delete this folder from here: http://www.ontrackmagazine.co.uk/web/content/wp-content/plugins/js_composer
Then you can install the plugin from the theme panel.
Or you can follow the method Chris suggested as ftp is always the best solution. Simply replace the folder with the new one that comes with the theme.
Thanks.
Hi,
All of the excerpts can be controlled from the theme panel here: http://screencast.com/t/k1cfSEtXPGGX
Please make sure you have the same length set for all your modules.
Thank you!
Hi,
Unfortunately implementing another video platform is not easy at all so I cannot provide a solution for this. The theme code was created specifically for youtube and vimeo.
http://screencast.com/t/VDHUJ2xISS5Y
Sorry for not having a better answer but we have not tested any other networks for the featured videos. Maybe in a future version we will be able to add more support for them.
Thank you!
Hi,
It works with this css code:
.bullet-list{
list-style-type: none;
}
.bullet-list li{
margin-left:0!important;
}
result: http://screencast.com/t/BD29DNKWe
Simply add the code in the theme panel -> custom css box.
Thanks.
Hi,
1) I don’t think there is a maximum amount of memory you can allocate to wordpress. It’s the minimum that creates issues. Please follow this topic for more details:
https://wordpress.org/support/topic/increasing-memory-allocated-to-php-1
2) CSS will do that unfortunately if you set it in the thme panel. If you want it to be hidden by default, you need to edit style.css and add the code inside the file.
Thank you!
Hi,
Please make a request at contact@tagdiv.com and we will provide it there.
Thank you!
Hi,
It seems the buddypress registration page is pretty messed up. It could be a plugin conflict that interferes with the css. You can edit the page from buddypress as the registration form comes from the plugin. You can try to disable all other plugins except visual composer and buddypress to see if there is a plugin conflict. Also clear your cache and reset cdn files.
Let us know how it goes.
Thanks.
Hi,
Well, I’m not sure how optimizepress is supposed to work as we have not tested it so I cannot provide a solution out of the box. Please provide a link to your website so I can inspect it and see if a css trick will do it.
Thank you!
Hi,
I have checked your site and the code works as expected: http://screencast.com/t/DEFPuonii
Please make sure you add the code in the theme panel ->custom css box and make sure all your previous code is properly closed before adding the new code.
Thank you!
Hello,
Unfortunately we cannot offer any customization services paid or not. You can hire a freelancer to help you out in this matter if you need this customization. You can hire a freelancer from sites like studio.envato.com
Thank you!