Hi,
Unfortunately I can’t recommend you a plugin like that or anyone that could help you with it as we haven’t made any researches or tests regarding your needs so I could not help you in this matter.
I suggest you backup your current theme installation then find someone with experience which can offer you guidance in this process or an easy to use plugin which also provides support in this regard and once you’re positive that you have assistance in doing it, due to the fact that you aren’t familiar with this, you can give it a try.
Sorry for the inconvenience!
Thanks for the message!
Hi,
I have also tested this using the main theme, altered a bit the code provided by @historiek like this: http://screencast.com/t/SG7aq7X0
Create the file like @historiek instructed above then add this code into it: http://pastebin.com/d2rVkszD
Check the page source to see if the script is loaded: http://screencast.com/t/wCsTvUYs
The modal view should be added to all images within post content which don’t have caption.
Make sure you check your browser’s console to see if you have any js errors in there. If you have make sure you disable all plugin leaving just VC active, empty cache and try again.
Hope this helps!
Thanks
Hi,
I have also tested this and tried to recreate it but haven’t found any issues with this. Please check your browser’s console for errors and make sure that your check this without any plugins active, empty all caches/purge files if you sue CDN host services then check again (leave just the Visual Composer plugin active).
Please let me know if you still have issues after doing this and also provide your site’s URL so I can inspect this.
Thanks
Hi,
I will add your suggestion to our feature request list and if more people request this we will consider it for future updates.
Thanks for the menage!
Hi,
Use it like this:
function SearchFilter($query) {
if ($query->is_search && ! is_admin()) {
$query->set('post_type', 'post');
}
return $query;
}
add_filter('pre_get_posts','SearchFilter');
.. or just add the && ! is_admin() part to the condition.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
I have also tested this and haven’t found any issues with it. Please note that each page visit even a refresh of it is counted as a view and incremented.
Make sure you use the latest theme version (4.6.1) and also provide your site’s URL so I can check this.
You can also check this into this custom fields on post editing panel: http://screencast.com/t/GN4oJ5muQ8
This also appears on post’s page: http://screencast.com/t/orSLk6YX and posts panel: http://screencast.com/t/KKSVJYcph
Thanks
Hi,
Unfortunately the theme doesn’t have rtl support and you will have to customize it yourself or get someone to helps you with it if you don’t know how to do it yourself.
You can also search the forum for suggestion and fixes for the issue you may encounter with this as the theme was initially designed with rtl support and on the way we have decided not to provide/include rtl support anymore.
If you cannot use the theme, we can provide you with a full refund. Please contact us via email contact@tagdiv.com
Sorry for the inconvenience!
Thanks for the message and for understanding!
Hi,
You can find the whole theme js in the site.js file: http://screencast.com/t/G5j2Z5Dy edit it and search comments about menu. Let me know if you are looking for something specific and can’t find it.
Thanks
Hi,
If you refer to this space: http://screencast.com/t/GfHRv4Ha then I’m afraid that it can’t be reduced or removed as it comes from the theme’s grid and altering it it would break the layout and you would also need additional customization to adjust it which is not easy.
Sorry for the inconvenience!
Thanks for the message!
Hi,
Unfortunately the theme’s ad spots work just with adsense code and image banners for it to work and render other ads also you would need to alter and adjust the ad system.
You can find more info about theme’s ad system here: https://forum.tagdiv.com/ads/
Sorry for the inconvenience!
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
Please remove the VC plugin and use this guide to update it: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/ ..and make sure you add it from the /plugins folder within the theme files that you’ve downloaded from themeforest.
Please let me know how this goes!
Thanks
Hi,
You can use this guide to add and use your own custom fonts: https://forum.tagdiv.com/how-to-use-custom-fonts/ and remove the Google fonts from here, just comment or remove the one you don’t need/want: http://screencast.com/t/qAPsT9QxiGFr
Thanks
Hi,
Please make sure that you install the latest version of speed booster plugin (3.1). You can find it within the /plugins folder from theme files you’ve downloaded from theme forest. After that check for this again without any other plugins active and also empty cache.
If you still experience this issues you can also try this solution: https://forum.tagdiv.com/topic/about-default-theme-colors/
Thanks
Hi,
I believe this happens because you use the php tags while the php tags are open so you just need to add the echo do_shortcode('[adrotate group="1"]'); without the opening tag and ?> the closing one. Add it like this and be careful at the php tags: http://screencast.com/t/SRqJPSwY
Hope this helps!
Thanks
Hi,
@deelauaki Please check your console for errors and make sure that your check this without any plugins active, empty all caches/purge files if you sue CDN host services then check again (leave just the Visual Composer plugin active).
@rnbjunk I have checked your site an noticed several different posts on your homepage besides the one you’ve mentioned so I guess that you’ve managed to fix this.
Please let me know and I suggest you also check your console for errors and disable all plugins if you still have issues with this.
Thanks
Hi,
Please make sure that you have this option enabled: http://screencast.com/t/HJHorbKO and also make sure you update and use the latest theme version (4.6.1) and also test this without any plugins active (leave active just VC) and empty cache.
Let me know if you still have issues after doing this.
Thanks
Hi,
Yes, please send login details via email at contact@tagdiv.com and also provide an URL to this topic or specify your issues details.
Thanks
Hi,
Unfortunately the theme doesn’t have an option that allows you to do that besides the one to set the posts author: http://screencast.com/t/kc8qvDy4hoBr which Alin also mentioned above.
If that doesn’t help you with this you would have to search for a plugin to help you with this.
Sorry for the inconvenience!
Thanks for the message!
Hi,
Add this two lines of code:
$buffy .='<a itemprop="url" href="' . home_url() . '">';
…
$buffy .='</a>';
..before and after the logo img tag, like this: http://screencast.com/t/IFfDpBTxm
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
I have noticed this now. Please make sure you also test this without any plugins active and leave just Visual Composer plugin active and also empty cache then check again.
In some cases this turned out to be due to the tagdiv speed booster plugin as this plugin moves the css and js automatically to the bottom of the page.
We suggest to deactivate all plugins to make sure this doesn’t happen due to others plugins you use and if this issue persists please let me know.
Thanks
Hi,
I believe you refer to this views column: http://screencast.com/t/zAxySU1lUp
This hasn’t been removed in 1.4 theme version and it can be enabled/disabled from theme panel > post settings so make sure you have it enabled: http://screencast.com/t/F5X8KnW8hVg
Thanks
Hi,
Please use this css:
.td-post-sharing .td-classic-facebook iframe {
width: 130px !important;
}
I have also tested this and this css should fix this: http://screencast.com/t/ehX3QSUPTH
Please let me know!
Thanks
Hi,
1. Please use this css to hide the widgetised sidebar on mobiles:
@media (max-width: 767px) {
.wpb_widgetised_column {
display: none;
}
}
2. I have noticed that you use the text widget to add your ads. Please use our widget or VC ad box element: http://screencast.com/t/gTiyQnewr
3. Unfortunately the theme doesn’t have an option for that but you can add it manually or try to find a plugin for that.
Thanks
Hi,
Have you localized your WordPress installation: http://codex.wordpress.org/WordPress_in_Your_Language
If so please try to edit the post and add content in your language.
Thanks
Hi,
@Piso6 As Chris stated you also need to update the theme to the latest version (1.4) and the Visual Composer plugins also so please make sure you download the latest theme version from themeforest: http://themeforest.net/downloads then update the theme using the FTP method from this guide: https://forum.tagdiv.com/how-to-update-theme/ and the Visual Composer following this guide: https://forum.tagdiv.com/how-to-update-visual-composer-plugin-wpbakery/
If you still have issue after doing this please make sure you also empty cache and check this without any plugins active so disable all plugins, leave just the VC plugin active then empty cache/purge files if you sue CDN then check again.
Please let me know how this goes and also provide your site’s URL.
Thanks