Hi,
Thanks Chris for your suggestion!
I have added this on our request list and we’ll address it in a future update.
Thanks
Sorry for the delay!
Replied via email!
Thanks
Hi Chris,
You can hide it via css: http://screencast.com/t/aDeZgvyax
.widget_categories label {
display: none;
}
Thanks
Hi,
Also add td_util::get_option('tds_show_author_box') == 'hide' to the other condition, like this: http://screencast.com/t/DgcYoZIwYZBy and set the author box to be disabled form theme panel: http://screencast.com/t/QN9ok0v1R
Thanks
Hi,
I’ve also tested this however this isn’t happening. Please make sure that you also test this without using any plugins, leave active just the VC plugin and test again.
If you still experience this afterwards please give us wp-access so we can have a look at this and provide your login details via email at contact@tagdiv.com
Thanks
Hi,
@professional_persuasion Please let us know what email address and which message you refer to as I’m not aware of it and can’t find it.
@wagner All attributes/filters/settings are described on block settings section: http://screencast.com/t/zxh5ZlxA
I’m not sure what you want to do from your description however the most specific filtering you can do is using the tag slug filter and use a specific tag on all posts you want to filter within a block then add that tag in the tag slug filter to pull all posts using that tag in that block.
The same can be achieved using a specific category – add posts you want in it then set the block to filter posts just from that category which will display the posts added there therefore just the posts you want.
You can see the differences between blocks 1 and 2 on our demo:
block 1: http://demo.tagdiv.com/newspaper/block-1-2/
block 2: http://demo.tagdiv.com/newspaper/block-2/
Thanks
Hi,
If you need this just for your blog page then you can remove it from the template like this: http://screencast.com/t/ikTMY9k3
Thanks
Hi,
I’ve also tested this however this doesn’t happen so please make sure that you also test this right and also do it without using any plugins. Leave just theme’s Visual Composer plugins active and empty all caches.
Please also consider this that the Latest Articles sidebar gets sticky if the option from Theme Panel is enabled (like on your site – Latest Articles sidebar is sticky) but if you want also content sidebar to be sticky you need to add this extra class td-ss-row to the row like this: http://screencast.com/t/Nx6MqZW7FeAz
Thanks
Hi,
Tested on a mac and still haven’t found any issues: http://screencast.com/t/e5O733wG
I suggest you make sure you empty all caches and test again. Also focus on your browser’s console: https://kb.iu.edu/d/ahic and make sure you the latest version of safari browser and OS.
Thanks
Hi,
Unfortunately that can’t be achieved using theme’s settings. You could move the header style 1 ad and logo code to the header style 8 layout however that style hasn’t been styled to work like that so you’d also have to style the logo and ad container to appear like on style one, anyway you need custom work for this so I suggest you get someone to help you with that if you can manage it by yourself as we cannot provide custom work right not because we work hard on development, fixes and support so you might look for a freelancer on site’s like http://studio.envato.com/
Thanks
Hi,
1. You can search for tutorials online on how to use the console: https://developer.chrome.com/devtools/docs/console – this is for Chrome, you can find for other browser’s also.
2. I’ve also tested this on my theme install however without using a child theme, in the main theme and found no issues when setting the Roboto font on the main menu items. I’ve tried your configuration: http://screencast.com/t/3L9rANhvuNg and the result on firefox is the right one: http://screencast.com/t/uWw6buLyow so I suggest you also test this using the main theme and see how it goes.
On your site on firefox I found this css errors: http://screencast.com/t/7LziNj802yT which even if they indicate an error to the open sans font it could indicate a common issue of using fonts.
I also suggest you alter the custom css you sue for tablets and don’t set the font family just the font size, like this:
@media (min-width: 768px) and (max-width: 1023px) {
.sf-menu > .td-menu-item > a {
font-size:12px !important;
}
.sf-menu > li > a {
font-size:12px !important;
}
}
If you still can’t manage to solve this please send us an email at contact@tagdiv.com and provide you wp-admin login details so we can have a closer look at this. Also include a link to this tread into your message, we will check it as soon as possible and get back with an answer.
Thanks
Hi,
You can use a plugin for that which will automatically set as feature image the first image found on your posts. I can’t recommend you a specific one as we haven’t tested the theme with these types of plugins but you could try yourself one like Easy Add Thumbnail: https://wordpress.org/plugins/easy-add-thumbnail/ or a similar one.
If you then need to turn of the feature image you can use this option from theme panel to disable the featured image on post pages: http://screencast.com/t/kxCR7dv7nU1
Thanks
Hi,
As noted on several topics the “child theme”/files overwrite system for modules/blocks/headers.. has been changed within latest theme updates, it will be api based. Form next theme version we expect to have the documentation for this ready and available.
Besides this we will fix other reported issues, no other new features. We haven’t decide on anything yet.
Thanks
Hi,
Comment just this lines if you have the author under title enabled: http://screencast.com/t/ZKOvkIirJBK
This should solve the google webmaster error.
Thanks
Hi,
I’ve tested this on my side and didn’t had this issue: http://screencast.com/t/vyuawsCif which in your case it might come from your server configuration.
Please try the solution provided in the link below and add this line to the twitter sharer, like this: http://screencast.com/t/9Q7iYh3QhyF
http://stackoverflow.com/questions/10771728/encoding-get-the-title-for-twitter-share-url
This is the line you need to add there, replace the existing urlencode() function urlencode(html_entity_decode($this->title, ENT_COMPAT, 'UTF-8'))
If this dose not help please also try without using any plugins, leave just the VC plugin active and test again, make sure you test it by creating a new post with apostrophes in title.
Thanks
Hi,
I’ve checked your site’s feeds and found that the image is included there: http://screencast.com/t/J7jWE1dX
Also tested with this online feedreader (at feedreader.com): http://screencast.com/t/JAkDFHvZktT1 so it seems that its working now,make sure you empty all caches and purge files if you use cdn host and check again.
Thanks
Hi,
Please also try this without any plugins active, disable all of the and leave just theme’s Visual Composer plugin active and also make sure that you empty all caches.
If you still have this issues afterwards please provide your wp-admin login details via email at contact@tagdiv.com so we can gave a closer look at this and also provide more details about this.
Thanks
Hi,
Not sure, I believe this happens due to your sharing plugin you can also try without any plugins and enable theme one by one to find the one who’s causing this. Try this custom css:
.single-format-video .post .td-post-text-content {
padding-top: 0px !important;
}
Thanks
Hi,
You can also add the category description like this: http://screencast.com/t/WDAdZta2 – this is the condition you need to add there: http://pastebin.com/yXcXsFXc
You’ll get this result: http://screencast.com/t/TvlKcq13 ..and you also need to use the css code from below – add it in theme panel custom css section:
.category .td-category-description {
font-family: 'Open Sans', arial, sans-serif;
font-size: 13px;
font-style: italic;
line-height: 22px;
color: #444444;
border-top: 1px dashed #f1f1f1;
border-bottom: 1px dashed #f1f1f1;
padding: 11px 0 14px 0;
margin-bottom: 20px;
}
The previous description can be removed from here: http://screencast.com/t/vcv4RF0Ea
Thanks
Hi,
Not sure, please provide wp-access via email so we can have a closer look at this.
Thanks
Hi,
It must be due to your theme configuration or plugins. You can also try without plugins and test again. Let us know what you find.
Thanks
Hi,
1. Could you please provide more specific details about the grids your refer to as I’ve checked your homepage but could not find anything wrong.
2. Please also try this without any plugins active, leave just theme’s Visual Composer and test again. Also check browser’s console for errors or notifications and let us know of what you find and please also remove the script which disable selection, right click on page so I can make a few tests.
Thanks
Replied via email!
Check the instructions provided in the guides below:
* https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
* https://forum.tagdiv.com/page-speed-guide/
Thanks
Hi,
Use css without first class, like this:
.td-g-rec-id-custom_ad_1 {
margin-bottom: 10px;
}
..this will target all custom 1 ads.
Thanks
Hi,
Please make sure you use the right code as this should not happen, use this guide: https://support.google.com/analytics/answer/1008080?hl=en
If you can’t manage to figure this give us wp-access so we can have a look and provide your wp-admin login details at contact@tagdiv.com also include a link tot his tread.
Thanks