Hi,
Try this condition to the module thumbs function, like this: http://screencast.com/t/NCMuzSyW
if (get_post_format($this->post->ID) == 'video') {
$attachment_alt = $this->title;
}
Thanks
Hi,
I can see it working fine for this post: http://screencast.com/t/GDOSh3zfXC for which the fetayred image is set: http://screencast.com/t/LLryDTEX
Make sure you empty all caches and also purge files if you sue cdn host and test this again.
Thanks for the message!
Unfortunately we don’t plan to change it’s design or functionality at the moment but if decide to improve it we will consider your suggestions.
Thanks for the message!
Hi,
Please also test if you can manage plugins and turn them all off and test again. If you can manage to fix this please send us your admin login details via email at contact@tagdiv.com so we can have a closer look at this.
Thanks
Hi,
I see you have style added in the child theme that overwrites the main style: http://screencast.com/t/bTh11N2N and this also add a margin auto that overwrites the copywriter container and remove the margins making to look like that.
I suggest you remove the style from the child theme or use a custom css to overwrite it: http://screencast.com/t/07Fc3QKc
.td-sub-footer-copy {
margin-top: 8px !important;
margin-bottom: 8px !important;
}
Thanks
Hi,
Thanks for reporting and pointing us on this, you can make them working using this css: http://screencast.com/t/0C9W7CZZro
.td-post-template-4 .td-post-header-holder {
padding-top: 10px;
}
.td-post-template-4 .td-crumb-container .entry-crumbs {
margin-bottom: 0px;
}
We will fix this in the next theme version.
Thanks
Hi,
Please make sure that you test your site without using any extra plugins besides theme’s VC plugin, empty all caches then test this again. Let us know how it goes and if you still get this please let us know and also provide your site’s url so we can inspect this.
Thanks
Hi,
If it work find using the main theme then the child theme and the changes added there must cause this. You need to make sure that you backup the current child theme install, remove it and set it up again from the latest theme version full theme folder: http://screencast.com/t/hdqp3Q4JLhU then add your changes again but check the modified files log to see if there isn’t any mortification to the code you also customized because you could need to adjust your implementation: http://tagdiv.com/td_deploy/Newsmag/changed_files_1.7.1_2.0.html
Thanks
Hi,
Please connect via ftp and remove the /wpbakery folder from this path: home/justaguy/androidnewbies.com/wp-content/themes/AndroidNebies/wpbakery that was used by the old theme. Afterwards activate the Visual Composer plugin again.
Let us know how it goes!
Thanks
Hi,
I understand, if possible, we may ask you to wait two more days until we release a new theme update in which we will include the unminimized version which also contains comments which will help you read the code and customize it.
Thanks for understating and for your message!
Hi,
Unfortunately the theme doesn’t have implemented any system regarding cookies. You could try to find a plugin that can help you in that regard.
Thanks for the message!
Hi,
The speed booster plugin it’s the same for both themes just functioning differently depending on the theme is used on.
Checking your site I can see that it does work as resources are moved to the footer: http://screencast.com/t/tEbTGRJF
The reported files aren’t reported by google based on their url and if they are reported means that they do appear on your page so you need to use that function to find all registered js and css resources and move them to the footer based on their id according to the instructions provided in the page speed guide.
If you have reported resources which don’t appear when you use the register scripts/styles id function then you should change the priority, some plugins may load after it and that’s why it doesn’t return all js – http://screencast.com/t/7fhfjttAT8
http://codex.wordpress.org/Function_Reference/add_action
If you don’t have experience on wp condign or basic html/css/js/php knowledge please consider hiring a freelancer to configure this for you or because we recommended this just for advanced wp users. Sorry!
Thanks for the message!
Hi,
Unfortunately theme’s sliders doesn’t have that option and to implement that you need custom modifications to it so it require custom work which unfortunately we cannot provide at the moment. Sorry1
If you really need this implementation you can hire freelancer to do it for you or you can try the bundled revolution slider plugin which has this possibility.
You can find details info on how to use it here: http://revolution.themepunch.com/documentation/#create_new_slide
Let us know if you still need assistance on this.
Thanks for the message!
Hi,
I believe you refer to the tag filter: http://screencast.com/t/QakbKhHBjUy that filter option use tags to filter posts so if a post has a tag you add in that filed it will be added to the blocks query.
EX:
http://screencast.com/t/LTaBgWAv
http://screencast.com/t/6rdLHHvHY
http://screencast.com/t/yZ5eVqQ2J
I’ve tested this and it dose work just for posts (post type) not for CPT.
Thanks for the message!
Hi Pinzdesign,
I have also noticed the same behavior on our demo: http://demo.tagdiv.com/newspaper/homepage-big-slide/ I’ve added this on our issue tracker, we’ll have a look at this and we will fix it as soon as possible.
Sorry for the inconvenience!
Thanks for reporting this!
Hi,
This could happen due to a plugin so please make sure that you also test this without having any plugins active, also empty all caches and/or disable ant js/html/css compression tool then test again.
I can’t inspect your site as it’s in maintenance mode so if you can’t manage to solve this let us know via email at contact@tagdiv.com and provide a link to this conversation and your admin credentials so we can have a closer look at this.
Thanks
Hi,
You do have some insecure content warnings but none referees to google fonts: http://screencast.com/t/Tg6IXkdaDLPb and you shouldn’t get any notification like that because the latest theme version (6.3) has implemented ssl support for google fonts: http://screencast.com/t/gh8idaFK – http://screencast.com/t/DXQ6MOYDEW
Thanks
Hi,
1/2/3 Unfortunately these theme features are built to work just with posts not pages and to make them support and use pages you need to customize the theme and practically rebuild the function for related articles or socials.
Currently we’re working on adding custom post types support for blocks so once this support will be implemented pages could also be used as CPT like you need them now. Sorry!
a) That section is set with css to have a maximum width of 252px, you can rewrite tat rule using this css: http://screencast.com/t/iQh6wzCx9M
.block-mega-child-cats {
max-height: 500px;
}
Add it in theme panel > custom css section.
b) Unfortunately not because the load more/infinite or next/prev pagination only works on blocks and it can’t be used on loops. Sorry!
c) If you can’t find it in trash to restore it: http://screencast.com/t/icNXEwjZ8rH you can rebuild it and use this content, it’s the demo contact page content: http://pastebin.com/eTt6WVNS – http://demo.tagdiv.com/newspaper/contact/
d) I see you have adjusted the category to use pages so the excerpt function may also need to be adjusted to return page content, I’m not sure but you can take a look at it here: http://screencast.com/t/FKJMzRKrKWpn
Hope this helps!
Sorry for the delay!
Thanks for the message!
Hi,
The theme doesn’t have an option to remove the date from search engines however this could be done by removing all date stamps from post pages.
For the date follow the topic I’ve pasted below as I’ve posted a solution related to this:
* https://forum.tagdiv.com/topic/remove-several-date/
you need to refer to this meta tags: http://screencast.com/t/JkPlQEqY – http://screencast.com/t/MemK5CD1qY
Let us know how it goes.
Thanks for the message!
-
This reply was modified 11 years by
Lucian.
Hi,
Please try to replace the code from the td_social_api.php file in the social counter plugin with this one: http://pastebin.com/i0ttvnpY
Please make sure you backup the current file first because I haven’t managed to test this but it could solve your issue.
Let me know how it goes.
Thanks
Hi,
Unfortunately customizing your site for a better page speed score requires custom work so if you’re not aware of the instructions and steps you need to take on this we recommend you get some help on this and get a freelancer from site’s like: http://studio.envato.com/
We recommend wp super cache because it’s more easy to use while W3TC has lost of settings the wp super cache lighter.
Thanks for the message!
Hi,
1. You can try this css: http://screencast.com/t/1nUURCXMDGC
@media (max-width: 767px) {
.td_block_13, .blok6, .vc_wp_posts , .td_block_14{
display: none;
}
}
2. For the more author box try this one:
.td_block_related_posts .td-related-right {
display: none;
}
For borders try this: http://screencast.com/t/Yyg1owk2PI1x
.block-title {
border-color: #000;
border-bottom-style: dotted;
}
3. Try this:
.td-load-more-wrap a:hover {
background-color: #ff3e9f;
}
Thanks
Hi,
This shouldn’t happen anymore, all memory issues with VC plugin were attended in both theme’s and VC plugin updates.
Not sure if older version work, the theme hasn’t been tested with older versions of the Visual Composer plugin so there could not work fine. You can make a request for it via email and we will send it to you.
Please also note that we will release a new theme update this week with the latest version of the Visual Composer plugin included so you can try ti and see if this still happens.
Address your email to contact@tagdiv.com
Thanks
Hi expresselblag,
We’re very sorry for all the trouble you’ve experienced using our theme.
We are constantly trying to improve our products and the lazy load feature is on our list in this regard. You also have an option int theme panel to disable the lazy load animation if you don’t want it: http://screencast.com/t/C4IyL9XFyivF
If you that doesn’t help and you still have other issues or you can’t use the theme please let us know and provide more details via email at contact@tagdiv.com and we will try to find a solution for this.
Sorry foe the inconvenience!
Thanks for letting us know about this!
Hi Volnus,
Thanks for your suggestions and for sharing this!
I’ll forward this to our developers and get back with an answer in this regard as soon as possible.
Thanks again and sorry for the inconvenience!