Hello josan,
As a quick solution to your problem is to comment out this section in the speedbooster file: http://screencast.com/t/RZLIOPUNdqh to override the plugin compatibility. Now it should work with any plugin.
As for the minify, we do not recommend any minification because it will cause lots of problems. We have not found a plugin to minify css and javascript without errors although some users claim this one does the trick https://wordpress.org/plugins/merge-minify-refresh/. We have not tested it tough so we cannot say for sure if it will cause errors or not.
In order to make your website faster you can follow this tutorial: https://forum.tagdiv.com/how-to-make-the-site-faster/
I hope this helps!
Thank you!
Hello,
Unfortunately there is no option to upload a second logo to the sticky menu. You will need custom modifications to do that.
You can on the other hand more easily style it with CSS:
As a suggestion, you can add a white background color to the logo and you can position it a bit lower and maybe add a rounded border to it if you like, something like: http://screencast.com/t/IVIePZFm
@media (min-width: 768px){
.td-header-wrap .td-affix .td-main-menu-logo img {
max-height: 48px !important;
background-color: white;
margin-top: 20%;
border: 1px solid white;
border-radius: 10px;
}}
Or another option is to edit your logo in photoshop (or other editing software) and add a white outline to the content so it will be visible on similar color backgrounds.
I hope this helps.
Thanks.
Hello,
This is caused by javascript errors that interfere with the lazyload animation effect.
These are the errors of your website’s console: http://screencast.com/t/pluq8LNt
You have 2 options to fix this. The first is as Steven suggested to disable the lazyload animation from the theme panel, or you can try to identify the plugin that causes these errors and either remove them or try other settings.
Thank you!
Hello,
We have not tested all the minify plugins out there but most of them cause problems with our theme. We usually do not recommend them, but if Steven found one that actually works without errors, try it out and see how it goes. Thank you Steven!
Hello Alessandro,
You can remove the comment titles by using custom CSS:
.td-comments-title-wrap{
display:none
}
As for disqus, please unchecke this setting from the dashboard: http://screencast.com/t/dWRjZ9sEK8l
You can also follow this topic to get a few tips for disqus settings: https://forum.tagdiv.com/topic/disqus-comments-not-showing/
Let me know how it goes!
Thanks.
Hello,
The option is available in the newspaper theme just styled differently. It is a visual composer element you can pick when you edit a page called “Homepage post”: http://screencast.com/t/WWNfkUhVmz
But the styling is a bit different: http://screencast.com/t/ot8Uymkk
It will grab the featured image and make it a background.
If you only want an full width image not a post, you can follow this topic: https://forum.tagdiv.com/topic/adding-top-area-like-travel-example/
You can have that styling in a post by choosing post style 7: http://demo.tagdiv.com/newspaper/td-post-lenovo-details-new-computers-that-could-be-heading-our-way-in-2015/
I hope this helps.
Thank you.
Hello,
Please make sure you try it without plugins. Disable all of them except visual composer and check it again. If the problem is still there provide a link to your website so we can take a look.
Thank you!
Hello,
It can be done with custom CSS but it will maybe create other problems along the way. It was not meant do be styled like that.
Use this custom CSS:
.td_block_slide .td_module_slide{
height:350px!important
}
.td_block_slide .td-theme-slider{
height:350px!important;
}
Add the code in the theme panel ->custom css box
Result: http://screencast.com/t/K0fD1T2Mzoj
Thanks.
Hello,
All these settings including the theme’s are stored in the database. This seems likely to happen when you make modifications to your database. We have not encountered issues of this kind with our theme.
Please check your database and maybe contact your hosting provider to provide a log of the latest modifications to the database.
Thanks.
Hello,
Unfortunately there is no option to change the header style on a different viewport.
You can use this custom CSS to display the small logo on the mobile version of your site:
@media (max-width: 767px){
.td-header-style-10 .td-main-menu-logo {
display: block!important;}}
Now your logo should show up as expected.
Thank you.
Hello,
Use this custom CSS to tweak it for Internet Explorer:
.ie11 .col1 cell, .ie10 .col1 cell, .ie9 .col1 cell, .ie8 .col1 cell {
display:block;
}
I also added the other versions of internet explorer to the code, but i haven’t tested it on all versions. If there will be problems on a specific version, you can remove it from the code.
Thank you!
Hello,
Please try it without any plugins. I see you use rocketloader, which is known to cause problems with our theme. Please disable all javascript, css and html minification options. Then disable all your plugins except visual composer and check your link again.
Let us know how it goes!
Thanks.
Hello,
The sidebar block can be edited to filter posts by category, by tag, and post sorting option: http://screencast.com/t/zm4oTg6kKcn7. You can change these settings and get different results.
As for the footer, it depends if you use one of the styles with predefined content. The predefined content cannot be edited. You will have to chose a different footer style and use the footer 1, 2 and 3 widgets in the widget area to add blocks to the footer which have options available.
If you mean the related articles on the bottom of the posts, this cannot be edited from the theme panel, it can only be done by altering the core files of the theme.
Thank you!
Hello Terrence,
The gap comes from the image not being big enough for the container of the big grid. Please try to upload pictures with a minimum size of the thumbnail used by the theme. You can see the sizes here: http://screencast.com/t/0WRv9zc8Ob If your images are not big enough, they will create that gap. You can also use a plugin to stretch your thumbnails to fit the containers: https://wordpress.org/plugins/thumbnail-upscale/
Thanks.
Hello,
You can increase page speed by following our tutorial here: https://forum.tagdiv.com/how-to-make-the-site-faster/, or by following our users guides in this topic here: https://forum.tagdiv.com/topic/tutorial-pagespeed-2015/
Thank you!
Glad it worked.
Hi,
The code i provided removes the bottom border and changes the background color for the ad container.
The theme was not built to support big logos to cover the containers like that. The recommended logo dimensions are these: http://screencast.com/t/wRIpx7CxBGJV. In order to make the logo fit on mobile phone you can make a smaller logo and add it as a background image to the container in the mobile version.
You will need a bit of css knowledge to get it done.
As an example:
@media (max-width: 767px){
.td-header-style-10 .td-header-sp-logo {
background-image: url("your image url");
}
.td-header-style-10 .td-header-sp-logo img{
display:none
}}
It will need further customization to fit properly though
Thanks
Hi,
I have inspected the issue closer. Please disable Rocket loader plugin as it is known to cause problems with our theme. Please disable the lazyload option from the theme panel http://screencast.com/t/bxf83Vbp and disable all plugins except visual composer.
Thanks.
Hello,
Unfortunately, we have not tested any popup plugins with our theme. You will have to use a bit of trial and error and find out which one works out for you. This is the list of tested plugins: http://screencast.com/t/rhukj1psoGyz
Thank you!
Hi,
The feature does not come from our theme, but rather the Jetpack plugin: https://jetpack.me/support/related-posts/customize-related-posts/.
Check the plugin settings and remove it from there.
Thank you!
Hello George,
The theme does not have an option for that but you can do it with custom CSS:
.page-id-693 .td-header-top-menu-full, .page-id-693 #menu-td-demo-header-menu-1, .page-id-693 #menu-td-demo-footer-menu{
display:none!important
}
result: http://screencast.com/t/gU8G6XWHGcL
Thanks
Hi,
You can tweak it with custom CSS:
Place the code in the theme panel->custom CSS box.
@media (max-width: 767px){
.td-main-page-wrap {
padding-top: 30px!important;
}
.td-banner-wrap-full{
background-color: #222;}
}
Thanks.
Hi,
There is no option in the theme panel for inserting ads in the category page. The only way you can do this is with the method above by using FTP to alter the theme core files and force the ad to display.
You need to identify which category template you use http://screencast.com/t/RHOrRpYH4k and then alter the file with the number corresponding to the template number.
I hope this helps.
Thanks.
Hi,
For the image preview on the main page you need to disable all your plugins except visual composer and check to see if the images show. If not, please provide a link to your website so we can take a look.
You can create a sub-menu in appearance->Menus like so: http://screencast.com/t/pzdvVHzAQM – https://www.youtube.com/watch?v=bxphw24ZvHY
Thanks.
Hi George,
Please try to reset your permalinks if you change the site name. Just click save on the permalink setting so they can reload.
Let me know how it goes
Thanks.