Hi
Please address us in English as we don’t speak Spanish and it’s hard to understand your messages.
I assume that you’re referring at title’s length on modules. If so you can increase this value from theme panel > excerpts for each module: http://screencast.com/t/yccxBVMCUn3s
Hope this helps!
Thanks!
HI
@Sikopp if you still have this issues try to deactivate all plugins except Visual Composer, clear all caches, purge cdn files if you’re using then test the site again.
Let us know ho it goes.
Thanks!
HI
When you’re using back-ground color or background image the theme switch in boxed layout and only page’s content is visible. We didn’t made any tests with floating elements and outside td-outer-wrap container but you can try to make a new container in header and display there your floating elements, here is an example: http://screencast.com/t/upKDd8sGc – http://screencast.com/t/ztr6jijjBJi7
Thanks!
HI
Sorry for the late reply but at first sight I’ve thought the the issue was solved, the thread became very long and and I’ve missed the issue.
You can make the via visible by changing its position, use this css: http://screencast.com/t/N4FMtk5TqU
.wp-caption-text {
position: relative;
}
With regard at Speed Booster check its status here: http://screencast.com/t/elhtgWAXCh The plugin disable itself when an untested plugin is active. I am almost sure the plugin is inactive on your side because otherwise theme’s css would be in footer, Speed Booster move theme’s css by default in footer if it’s active. To keep it always activated comment or delete the indicated lines from td-speed-booster.php: http://screencast.com/t/RZLIOPUNdqh Also make sure that you added the correct ids for the resources which intent to move.
You can test speed booster like this without making any changes in plugin’s code: setup a wp-install only with the theme, Visual Composer and Speed Booster. With this configuration the plugin will be active by default because Visual Composer is on allowed plugins list: http://screencast.com/t/uCFJxcIAlu Check then page’s source and you will find theme’s css in footer. You can also make this test if you deactivate all plugins, except Visual Composer and Speed Booster.
Thanks!
Hi
You can try to use the child theme if the files which need to be edited can be overwritten from child theme. Please check this link for more detail about child theme support https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks!
Hi
When this option in enabled any images added in post content will be opened in modal window.
Thanks!
Hi
You can use this function to add a query string to wp url: https://developer.wordpress.org/reference/functions/add_query_arg/ but you will need a custom implementation in this regard. Unfortunately we can’t provide customization services for the moment so if you can’t manage to solve this my advice is to look for someone who can help you with implementation or hire a developer to do it for you.
Thanks for your understanding!
HI
To achieve that you meed to edit td_module_single_base.php file and add this condition here: http://screencast.com/t/Jj7GrOWu
and !in_category('cat-name-or-ID')
Hope this helps!
Thanks!
Hi
You can paste the code from google in header.php file here: http://screencast.com/t/GHlms7kABC0 and add this css in theme panel > custom code > custom css: http://screencast.com/t/v3ZbKUL4
@media(min-width: 1021px){ #google_translate_element{
position: fixed;
top: 70px;
}
}
Hope this helps.
Thanks!
Hi
Unfortunately the theme don’t have an option to set a different banner ad for categories or pages. To achieve a similar result you will need some customization in theme’s code. Please check these links where I’ve provided similar solutions: https://forum.tagdiv.com/topic/custom-ads-to-header-ads-section/ – https://forum.tagdiv.com/topic/different-ad-tags-for-the-category-templates-vs-the-homepage/
Hope this helps!
Thanks!
Hi
Please maka sure that you updated Revolution Slider plugin according with our documentation: https://forum.tagdiv.com/how-to-install-revolution-slider-v5/ clear all caches then test the site again.
Let us know how it goes and if the problem persist please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.
Thanks!
HI
You can use Visual Composer to add elements on your homepage, for more details in this regard please check these links: https://forum.tagdiv.com/newsmag-how-to-use-visual-composer/ – https://forum.tagdiv.com/newsmag-homepage-how-to-build-and-set-it/ – https://forum.tagdiv.com/newsmag-block-settings-tutorial/
You can also import one of our demos on a test install and play a bit with theme’s options to make an overall vision about theme’s features and how they can be used.
Thanks!
HI
You can try this css in theme panel but it may affect the layout in some places, also image quality will be affected. Best wy is to update in media library an image at least by thumb’s size.
.td-module-thumb img {
width: 100%;
}
Thanks!
Hi
The theme have similar grids, you can find theme in visual composer page-builder: http://screencast.com/t/uGzrEVlq0mAv You can also have a look on our demo to check them live: http://screencast.com/t/eZXrpzkoLL
Thanks!
HI
No, that site is not built with our theme.
Thanks!
HI
You can sue this code to apply a shadow for text but it will be visible only with a different background color for main container: http://screencast.com/t/ntsNOS2DAFUy
.td-big-grid-post .entry-title a {
text-shadow: -3px -1px 6px rgba(175, 168, 150, 1)!important;
}
.td-big-grid-post .td-meta-align {
background: red;
}
Thanks!
Hi
I can’t duplicate the issue on my end, sorry. However if the theme is properly configured or there is no bat code which affect the layout this will not happen.
Thanks!
Hi
The theme does not control information displayed by google in SERPS. You can try to use a plugin which controls meta info and we can recommend SEO By Yoast in this regard. Please follow this link for more details; https://yoast.com/snippet-preview/
Thanks!
Hi
Please follow my last reply from this topic and check how it goes: https://forum.tagdiv.com/topic/search-button-not-working-2/
Thanks!
Hi
I am not very sure what you mean so please provide more specific detail about what you’re trying to do, also provide your site url so we can have a closer look and get back to you with a more accurate answer.
Thanks!
HI
I’ve checked your site and noticed that you using some compression for js which may affect the features based on it. Try to remove any compression or minification, deactivate the plugins as Bogdan mentioned, clear the caches, purge the cdn if you’re using then test the site again.
Thanks!
Hi
You can add a custom filed using this add_post_meta() function. For more details in this regard please check this link: https://codex.wordpress.org/Function_Reference/add_post_meta To echo out the new meta use get_post_meta() https://developer.wordpress.org/reference/functions/get_post_meta/
You have to edit the file corresponding with post template used and echo out the custom filed in desired container.
Note that this is a complex task which involve some customizations and also good coding skills are involved in order to be completed. We can’t offer customization services at the moment so if you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
Hi
There was a conflict between Mobile theme plugin and SEO By Yoast plugin. Try delete the mobile theme plugin and install this version: http://cdn.tagdiv.com/wp-content/uploads/2016/09/td-mobile-plugin.zip clear all caches then test the site again.
Let us know ho it goes.
Thanks!
HI
Glad you have managed to find a workaround on this.
Thanks for sharing your solution here and for you message!
Hi
The update shouldn’t affect the site if you follow the documentation: https://forum.tagdiv.com/how-to-update-the-theme-2/ However if made any changes in theme’s core files they will be lost during the update and you will have tore-add them. The code from theme panel, if you have some, and site’s content won’t be affected by update.
Before making any changes in your site make sure you do a full backup to your current wp-install and the database also: https://codex.wordpress.org/WordPress_Backups This is a security measure, in case something goes wrong you can always get back to previous version.
Hope this helps!
Thanks