hello,
Unfortunately smart lists will change the location of the images on desktop as well. Different smar lists show image in different places. If you want the mobile ones to not interfere with the images you will have to disable the mobile theme plugin and use the standard responsive version of the theme.
Smart lists were not created with such presentations in mind. They were designed to be lists and one item presented on each list in particular
Thank you!
Hello,
The header ad size depends on the header style that you use. Some headers will not be able to show a size bigger than 728 px while others can show it in it’s full width of the content.
Please choose a header style where the ad is not positioned on the same row with the logo:
https://forum.tagdiv.com/header-styles/
Thank you!
Hello,
This could be a plugin conflict so please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
Hello,
This seems the theme was not installed properly.
Please use this guide to properly install it via ftp and follow each step properly: https://forum.tagdiv.com/install-via-ftp/
If the install was done properly, there should not be any error. If there is one, please disable all plugins except visual composer, clear cache and reset cdn files if you use it.
Thank you!
Actually no it’s not: https://www.screencast.com/t/1gxyt57c0 a public page does not require a login to access it
Here is an example of a public page: https://www.screencast.com/t/fXkkokyMw3
Thank you!
-
This reply was modified 9 years by
Bogdan B..
Yes but the plugin was updated since then. It was a temporary issue in the version that was working at the time. Since then wp super cache has been updated and the issue was resolved.
I did not say to disable the plugin , I just told you about the issue it had at the time
Thank you!
Hello,
Please note that the theme on itself will not provide perfect page speed results from the start. Page speed is a very personal thing and the optimization has to be done by the user in each case in particular. There is no theme that will optimize page speed automatically. Please use this guide: https://forum.tagdiv.com/how-to-make-the-site-faster/
We agree that the page speed score dropped some time ago but this is not the theme to blame. The speed is the same it was those years ago you mention. google changed their alogrythm since then. The speed is the same, the google score is lower however because google gets more and more ‘demanding’ with each passing year.
Thank you!
Hello,
This could be a plugin conflict so please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
Hello,
And why have you not been able to install via ftp? What was the error provided there. It is a simple copy and paste technique Please use this guide: https://forum.tagdiv.com/install-via-ftp/
Please provide an example of what the error is when installing via ftp
Thank you!
Please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation.
Thank you!
Hello,
This depends if you altered the theme files or not. People do not want to replace all the theme files because they have modified files in their install. If you do not modify any theme file, you can run the update normally without using any patch. Please use this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you!
Hello,
This could be a plugin conflict so please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
Hello,
Please provide an example of what the post slider you use is. Some of the elements in visual composer are not theme elements but rather ones that come from the plugin. They will not be changeable from the theme panel. Please provide an example of this element.
Thank you!
Hello,
If you want the logo to not get shrunk to the size of the menu, you will have to use a header style that shows the full logo: https://forum.tagdiv.com/header-styles/
these are styles 9, 10 or 11
Thank you!
Hello,
Glad you figure it out. I seem to have forgotten to place the screenshot in my reply above, but it was not an accurate one. I thought the main menu was the issue. But you seem to have figured out the issue. I will add this to our list and fix it in future updates.
Thank you!
Hello,
Now we can access the site but the page is no longer available: https://www.screencast.com/t/CPpAjPE4RTz what is this video list you mention? is it a video playlist? please create a new one on a separate page and provide the url for it so we can inspect it.
Thank you!
No problem!. We are happy to help if we can but I cannot help with something I have no knowledge about.
Best of luck on your project!
Hello Erwin,
We are glad too see you are happy with our product.
If you want to show a list of the most recent comments, wordpress together with visual composer offer this possibility on any page. Simply add this element to your page: https://www.screencast.com/t/NvM0enTK9Y
As for the discussion board, the easiest way to do it is the bbpress forum: https://wordpress.org/plugins/bbpress/ or the buddypress plugin: https://buddypress.org/
Check them both out as they are both fully compatible with our theme and pick the one that provides your needed features.
Thank you!
Bogdan B
Hello,
Sorry but this is not as easy as it sounds. The top menu is not created with an affix class as the main menu so there is no sticky top menu. Only the main menu has this feature.
If you only want to disable just the header menu on the homepage you can use this code:
.home .td-header-menu-wrap-full {
display:none;
}
Thank you!
Hello,
Here is a list that might help you decide which block to use: http://demo.tagdiv.com/newspaper/block-1/
Our theme provides 25 blocks to choose from. I’m sure one of them will fit your needs.
Thank you!
Hello,
This is because you do not have the thumbnail used on the mobile theme active https://www.screencast.com/t/t91Gcc8MVx6h
Please enable the thumbnail
Thank you!
This is the same issue as presented in the other 2 topics. I suggested you send us an email so we can see the category structure you have set up.
Thank you!
Hello,
Sorry but our theme has no such capability. You should look for a plugin that can offer such features.
As an alternative you cna use the theme playlist element: https://forum.tagdiv.com/video-playlist-2/
Thank you!
Hello,
1. for the button please use this css:
#mc_embed_signup_scroll #mc-embedded-subscribe input[type=submit]{
background-color: #9f2c2c!important;
border-radius: 15px!important;
}
2. for the sticky menu height you can use this code:
@media (min-width: 768px){
.td-affix #td-header-menu {
min-height: 90px !important;
}
.td-header-wrap .td-affix .sf-menu > li > a, .td-header-wrap .td-affix .td-main-menu-logo a{
line-height: 90px!important;
}}
Thank you!