Hi,
Unfortunately the theme was initially designed with an fixed grid layout and changing it would not be easy as it needs changing the width value for all elements on pages and for this you would need custom work as we don’t plan to make changes to the width so I’m afraid that a full width option will not be available.
Sorry about this and thanks for the message!
Hi,
Thanks Christopher!
@WP-Profi Sorry for the inconvenience. I have noted this and we will fix it asap. Please let us know if you have any other theme related issue.
Thanks
Hi,
Unfortunately for this would need to modify the product template and make modification to it and this can’t be done as you can’t override the woocommerce/archive-product.php custom template.
You can read more about this here: http://docs.woothemes.com/document/template-structure/
Sorry for the inconvenience and thanks for the message!
Hi,
You can hide the title using custom css or editing the smart list file and remove the tile like this:
ex: for smart list title 3: http://screencast.com/t/P2Nt0HDTsV
and via css, like this: http://screencast.com/t/GyFNUGWqzW
.td-post-content .td-sml3-current-item-title {
display: none;
}
For the other matter you will need custom work as unfortunately the theme doesn’t have an option for it or you could also use the developers tools to edit the page copy the css used there and just it to work for you also.
Hope this helps!
Thanks
Hi,
Sorry for the delay! I have checked your site and noticed that you have managed to hide the views via css. Please note that you can also remove them from this file: http://screencast.com/t/xKPMevXn24vP
Result: http://screencast.com/t/XvrXfOa4zFp
Thanks
Hi,
@dexter Please make sure you use just the theme’s recommended plugins as using this guide won’t guarantee that this will fix this issues for all plugins and remove this from Google’s page speed insights.
You can use our tagdiv speed booster plugin for your page speed and use this guide to find out how to make your site faster: https://forum.tagdiv.com/how-to-make-the-site-faster/
You can also follow this topic to find out how others fixed their issues regarding pagespeed: https://forum.tagdiv.com/topic/pagespeed/
Thanks
Hi,
Please make sure that you have enabled all thumbnail images that for the modules & blocks and then regenerate thumbnails like this: https://forum.tagdiv.com/existing-content/
Please let me know!
Thanks
Hi,
Could you please provide more details about which borders you want to remove, please send a screenshot or you site’s URL and point us to the ones you want to remove.
If you don’t want borders at all you can set them to white from here: http://screencast.com/t/WIskkXOBKpV
Please let me know!
Thanks
Hi,
Unfortunately that is not possible so you would have to add them manually to the playlist also.
Sorry for the inconvenience and thanks for the message!
Hi,
You could do it but you will have to add them hard coded as unfortunately the theme doesn’t have an option for that.
Here are the theme’s header files located: http://screencast.com/t/kyTBlUnRoo ..edit the one you use and you can use the do_shortcode() function to add your widgets using shortcodes and build them via Visual Composer, here is an example of how you can build and implement a shortcode into a template: https://forum.tagdiv.com/topic/how-to-add-custom-widget-below-post/#post-30389
Hope this helps!
Thanks
Thanks Christopher!
@OnlyOneLab Please let me know if you still need assistance on this. You just need to edit your main menu and add the other categories as sub items of one main item which will appear in the menu, should look something like this: http://screencast.com/t/afqSwbmX
Thanks
Hi Christopher,
1. Please note that we know about this matter and we have it on our todo list as a bug and we will try to fix it as soon as possible.
You could use the offset feature for the ticker and set it as the first x posts not to be included in the ticker and appear on slides/blocks.. until we fix this.
2. Yes, you can but only if you add it in the template as using shortcodes as you wrote and edit the post template file. I have posted about this on this tread: https://forum.tagdiv.com/topic/a-few-questions/
You could also try to enable VC on post pages and add the ticker via pagebuilder on posts that you want it on.
Hope this helps, please let me know!
Thanks
Hi,
Please sue this custom css for this:
.td-transition-content-and-menu td-content-wrap {
cursor: pointer;
}
.td-header-container, .td-container, .td-footer-container {
cursor: default;
}
Hope this helps!
Thanks
Hi,
Thanks Christopher!
@metewst
Sorry fro the delay! Glad you have managed to solve you problem!
Please let us know if you have any other theme related issues.
Thanks for the message!
Hi,
Thanks for your suggestion. I will add this on our feature requests list and consider it for future updates.
Thanks
Hi,
I have checked your site and noticed that your background image works fine now. If is still blurry then you could try to find a larger one and set it as background as this could happen because of the image size.
Please try and let me know!
Thanks
Hi,
You can set the header style 4 from panel then hide the top menu and and disable the social icons, like this: http://screencast.com/t/FBRQVIQh4
You will get the desired result, like this: http://screencast.com/t/1zmUXLda
Thanks
Salut,
Ne cerem scuze pentru intarziere!
Te rog trimite aceasta cerere prin email la contact@tagdiv.com alaturi de un link catre acest topic sau specifica in detaliu aceasta problema in mesajul tau si codul de cumparare.
Mersi!
Hi,
You can try and change it from here: http://screencast.com/t/dK7hKMaOM
Result: http://screencast.com/t/y1tSwD0qX87K
Thanks
Hi,
Sorry for the delay, unfortunately the only way is if you custom modify it as the theme doesn’t have any option to set the width.
Sorry for the inconvenience and thanks for the message!
Hi,
Have you also tried to test it trough the structured data tool without any plugin active? If so please do so as this could be cause by a plugin.
I have also checked your page and noticed that the code of the page, not sure why that error appears but Google should just ignore it.
Please check without plugins and leave it a while or force it to fetch live data then let me know how it goes.
Regarding the “Missing required hCard author” error that appears because you are not using the author box on your post pages as you need an container with a css class that let’s google know that the container with that class is the author of the post.
We have added the hCard class to the author box so when you don not using it you have this error.
My suggestion is to enabled the author box or add it hard-coded like here: https://forum.tagdiv.com/topic/small-issues-with-posts-authors-name-social-counter/
Hope this helps!
Thanks
Hi,
You can do it via custom css, target your blockquotes and apply this css, like this: http://screencast.com/t/9sFd3IKK
.td-post-content blockquote {
margin: 0px 0px 29px 0px;
background-color: #FCFCFC;
border-left-style: solid;
border-width: 2px;
border-color: #4db2ec;
padding: 15px 23px 0 23px;
position: relative;
top: 6px;
}
.td-post-content blockquote p
{
font-family: 'Open Sans', arial, sans-serif;
color: #777777;
font-size: 13px;
line-height: 21px;
text-align: left;
padding-bottom: 16px;
margin: 0px;
text-transform: none;
font-weight: normal;
font-style: italic;
}
Thanks
Hi,
You can try to add link to it like this: http://screencast.com/t/lnqrLy1lh
Hope this helps!
Thanks
Hi,
The offset feature helps you to control posts after a filter. For example if you set the offset to 1 the posts will be displayed from the second post leaving the first and for offset 2 the posts will start to be displayed starting with the third and so on.
This is the filed: http://screencast.com/t/r0gLWEB42fd
Thanks