Hello,
In order to control the og tags you will need to use the seo yoast plugin as our theme has no options for it: https://forum.tagdiv.com/facebook-share/ – https://yoast.com/social-media-optimization-with-wordpress-seo-by-yoast/
I hope this helps.
Thank you
Hello,
Best thing to do in this type of situations is check the plugin docs: http://kb.yoast.com/article/148-canonical-urls-in-wordpress-seo
Thank you!
Hello,
This issue is known when using cdn or loading fonts from a different source.
Take a look at this: http://screencast.com/t/AMjW530CSH6 and this: http://screencast.com/t/dLjEUGGwQUZ
The solution to this issue is simple. You will need to add some code to your htaccess file like this post suggests: https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/
Thank you!
Hello,
Please try to use a different id on your google+ id box. You can use ‘+Coca-Cola’ to see if the correct followers are being pulled: http://screencast.com/t/E4SttkUrOZ – worked on our end: http://screencast.com/t/Ddr9WabQu2
Please make sure you use the correct google+ id in the social counter settings.
Thank you!
Hello,
Header style 8 has the top menu included inside the container so removing the top menu will probably cause a few issues. I will add this to our fix list and hopefully in a future version we will be able to provide a fix for it.
you can make the logo a bit bigger using css:
.td-header-style-7 .td-affix .td-header-sp-logo img{
max-height: 65px!important;
}
.td-header-style-7 .td-affix .td-header-sp-logo{
height: 65px!important;
}
@media (min-width: 768px){
.td-header-wrap .td-affix .sf-menu>li>a {
line-height: 65px !important;
}
}
.header-search-wrap .td-icon-search{
line-height: 35px!important;
}
Thank you!
Hello,
The system does not lead you in any other place than the one you are on. If you have accessed a post, when you login you will remain on that particular post. If a redirect is what you want so when you log in ,you are redirected to another url, then you will need to set up a 301 redirect. You can maybe find a plugin such ass: https://wordpress.org/plugins/redirect-after-login/ (not tested) or you can set up your own 301 redirect via your htaccess file.
Thank you!
Hello,
Please provide a link to your website/smartlist to inspect it so we can understand your request better.
Thank you!
Hello,
You will need to be careful when creating your homepage in visual composer and check every element to see if it gets displayed properly. Right now you have a big grid 5 on your homepage that creates this white space as it probably has no posts to display: http://screencast.com/t/WgqljMruvPT
As for the mobile menu colors, they can be changed from the theme panel here: http://screencast.com/t/Djlu2oEr
Thank you!
Hello,
The best thing you can do is follow their instructions on how to do some of the stuff that can be improved. There are lots of resources online for this purpose. We have a tutorial on pagespeed ourselves that can be found here: https://forum.tagdiv.com/how-to-make-the-site-faster/ but keep in mind that this is for advanced users so you will need to proceed carefully.
Thank you!
Hello,
Unfortunately we cannot offer a solution for this as our theme does not have any options for feeds. These are managed by WP or plugins. You can try to find a plugin that has such an option as there are a bunch of free ones out there that could help in this matter.
Thank you!
Hello,
The best thing we can recommend for pagespeed is using this guide: https://forum.tagdiv.com/how-to-make-the-site-faster/
Be careful though as this guide is for advanced users. You will need to know what you are doing in order to get to faster load speeds
Thank you!
Hello Nick,
Unfortunately the theme has no such option. You will have to use a plugin that has such functionality. There are a bunch of free ones out there, be careful of compatibility issues though. Use a bit of trial and error and find one that works without creating other problems.
Thank you!
Hello,
The meta information was hidden for mobile devices but you can force it to display with a bit of custom css:
@media (max-width:767px){
.td_block_big_grid_5 .td-module-meta-info{
display:block!important
}
}
Thank you!
Hello Sam,
This issue was caused by the new wordpress version. Please update your theme to the latest version as we implemented fixes for any issues caused by WP: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you!
Hi,
you can try to disable all plugins except visual composer to see if there is one that interferes with the css. You can alternatively target dropcaps with css to change their color:
.dropcap{
background-color:red!important;
}
Thank you!
Hello,
Unfortunately we cannot provide an easy solution for it. It will have to be hard-coded as the theme has no such option. Unfortunately we cannot offer any custom work at the moment as we work hard on development, updates, fixes and support. You could hire a freelancer to help out on this task if you truly need this customization.
Thank you!
Hello,
You can add more custom font files if you edit the theme files like so: http://screencast.com/t/luexxYbfFKZ4 – http://screencast.com/t/qxjoWFGm
result: http://screencast.com/t/lzIyqiGal5bL
Thank you!
-
This reply was modified 10 years by
Alin [tagDiv].
Hello,
Unfortunately the theme only allows the 2 font weights to be used, but you can override this with custom css.
you can use the font-weight property for the element you want modified like for example (for excerpts):
.td-excerpt{
font-weight:900;
}
Thank you!
Hello,
Please make sure you have content to show if you only installed the demo without content and you have no posts or pages set, then it has nothing to display. you can import demo content like so: http://screencast.com/t/oEoMYTnM – https://forum.tagdiv.com/installing-demos/
Thank you!
Hello,
The 2 comment views were designed different for the modules and posts. You can have the same design if you wish but you will need to edit the function for the comments on modules here: http://screencast.com/t/cXBzuFUGMTHp and if you want the same comments design as the ones on posts, you can copy the get comments function from td_module_single_base
Thank you!
Hello,
Unfortunately we cannot offer an official solution for this as the theme has no such option. You could try to find a plugin that has such functionality but we can make no recommendations as we have not tested such plugins. You could try a few of them out and see how they work.
Thank you!
Hi,
Also you might want to check your thumbnails. Your site uses the full size image for blocks, not the thumbs. Please activate the thumbnails from the theme panel for the blocks you use, then make sure your featured images are bigger than the container of the blocks and then regenerate your thumbs (remove any image plugins such as photon from jetpack as they create problems with the theme thumbs). This greatly affects performance.
Thank you!
Hello,
I have checked your website on chrome and the fonts seem to display fine: http://screencast.com/t/HA3DOvCqv0
Please try to clear your browser cache and check again. You can also try it on different machines to see if there is no local problem.
Thank you!
Hello,
Unfortunately there is no option to add a full article on the homepage. You can chose one of the content blocks you want to display and filter it to only show 1 post from the block settings: http://screencast.com/t/5Ky4aEWtE
You can see the content blocks better here: http://demo.tagdiv.com/newspaper/block-1/
Thank you!