Hi,
Use this css:
.post header {
position: relative;
margin-bottom: 0px !important;
top: 0px !important;
}
.post header .entry-title {
margin-bottom: 0px !important;
}
Please let me know if this dose not work and also provide a link to your site so I can inspect this.
Thanks
Hi,
Please try this custom css:
@media (max-width: 767px) {
.header-content-rec .td-a-rec-id-header .td-visible-phone {
text-align: center !important;
left: 0px !important;
}
}
Should work, like this: http://screencast.com/t/xUfUg0aUeV7
Thanks
Hi,
You can verify this by deactivating all plugins then enable them one by one and check the tab functionality after each one. Should stop working when you activate the plugin which causes this.
Thanks
Hi,
Thanks Christopher for clearing this!
The theme uses two menus one for desktop and tablets and one for mobiles that’s why it has to menus and one hidden, we had do it like this to make some features available as Christopher pointed.
Thanks
Hi,
You can do this by adding 'meetup' => 'Meetup', like this: http://screencast.com/t/NGLCqUJdr7
After you will need to add an icon to it, you can do this via css, like this: http://screencast.com/t/8L107B6yzL
Add this custom css in theme panel > custom css:
.td-s-s-16-meetup {
background-image: url('http://www.uperhosting.com/images/icons/social/16px/meetup.png') !important;
}
Thanks
Hi,
I can’t point you to a plugin that dose that, you can achieve something like this with custom css, unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Thnaks
Hi,
We will consider this for the next updates, unfortunately I can’t give an
ETA on this as we work hard on the development, updates, fixes and support.
Thanks
Hi,
This may also happen when you have a CDN and the cache is not cleared, it delivers old files which conflict with the newer ones. Purge the files on CDN, clear all caches and check again.
Please let me know if this helps!
Thanks
Hi,
Please add the value inside the panel_ads.php file – http://screencast.com/t/om4CzClEd like Emil suggested then use the do_shortcode() function to place the ad you use inside an ad box in theme panel > ads, like this: http://screencast.com/t/yk9RG2diwKyj
Here si the code you have to add:
echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]');
echo td_page_generator::wrap_end();
echo td_page_generator::wrap_start();
Result: http://screencast.com/t/UdpqvFyrOl
Note that my example it’s for the default post template without sidebar, you will have to modify and add the code into which template you want to have this.
Thanks
Hi,
Please follow this guide and delete the plugin then install it from the plugins folder that came with the theme files, you don’t need to rename any folder, just delete the plugin and install from the plugins folder: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Thanks
Hi,
Unfortunately the “Menu Swipe” on mobile feature it’s no longer available, we have removed it since theme version 3.6.
Thanks for the message
Hi,
Follow this topic: https://forum.tagdiv.com/topic/deleting-sliders-from-category-menus-print-button/#post-19977
Thanks
Thanks, we will consider this for future updates.
Thanks for your suggestion!
Hi,
We have this on our todo list and we work on settings the modal by default for all images. We hope to get this done and implement it as soon as possible.
Sorry for the inconvenience.
Thanks for the message!
Hi,
Glad it worked out.
Thanks for the message!
Hi,
You will have to edit the image then turn off the modal image, like this:
1. http://screencast.com/t/pZXWNprdG
2. http://screencast.com/t/Sxmjoyrkpr1L
Thanks
Hi,
Unfortunately the theme doesn’t have a feature like that. You can remove the buttom like this: http://screencast.com/t/5Imcv8sSX
Or you can hide via css, use this custom css for this:
.td_read_more {
display: none !important;
}
Thanks
Hi,
I have checked your site and didn’t find any space between images, please let me know if you still have this issue: http://screencast.com/t/GwC20Zlg0g
Thanks
Hi,
Should work for both, I have tested this and work fine within last theme version. I’m not sure why it dose not work in your case, maybe it may have to do with some plugins you use or due to cache.
Thanks
Hi,
Please use this custom css:
.td-header-style-8 .td-li-wrapper-menu .sf-menu li:hover ul, .td-header-style-8 .td-li-wrapper-menu .sf-menu li.sfHover ul {
top: 135px;
}
Should work like this: http://screencast.com/t/QDR2KRJel
Thanks
Hi,
This problem appear with WordPress 3.9 update we fixed this in our latest theme updates, unfortunately you will have to updated the theme to gain access to the panel.
Thanks
Hi,
You have this errors in the console: http://screencast.com/t/Mg50EAtIi5x which I believe it stops js from loading the image, the author avatar which appears on author box it’s the same with the one from author page because the same author box it’s used in the author page also, so in your case the avatar from posts pages it’a generated by a plugin. Please disable all plugins and check after if this issue is till there, also disable the wp user avatar.
Thanks
Hi,
Please use another id and check if the result is the same. If nothing changes please send an e-mail at contact@tagdiv.com with your wp-admin user and pass so we can check this, also specify your issues details or send the URL of this topic.
Thanks
Hi,
Both ways do it depends on which font size you use.
Glad you have managed to fix this.
Thanks for the message!