I;m not sure why your ads keep changing. How are you implementing them? I will have to take a look in the back-end so please contact us via email at contact@tagdiv.com and provide a link to your site and wp-admin with admin rights so I can login and investigate. Please also include a link to this topic so I can identify you.
Thank you!
Hello,
If you want to disable the footer of the mobile theme you can add this code in the mobile theme custom css section:
.td-mobile-footer-wrap{
display:none;
}
For the H1 tags I assume you are referring to the post titles:
.td-post-title .entry-title{
font-size: 25px;
text-align:center;
}
}
also aligned center.
The h2:
.td-post-content h2{
font-size:25px;
}
center the views and comment count:
.td-post-title .td-module-meta-info{
display: table;
margin-left: auto;
margin-right: auto;
}
Sorry but the menu cannot be moved or made a dropdown.
Thank you!
Hello,
The option is not there for nothing. If the option did nothing, then it would have been for nothing but since it has a functionality, it;ls not nothing. Your images need to be linked to the media file. That is the requirement for the modal image and is specified here: https://forum.tagdiv.com/modal-window/ If you do not agree with this implementation then simply disable the lightbox. There are lighbox plugins you can use that can provide other functionality as you require.
Thank you!
Yes. As long as you do not keep the theme active on both sites for prolonged periods of time, it will be OK 🙂
Best of luck!
Bogdan
You cannot split a list element in 2 pages. Sorry. Our theme does not have any such option.
A smart list is already a paged element and cannot have a second pagination.
Thank you!
Hello,
Unfortunately ACF is not a tested plugin so I cannot help with this implementation. I;m not sure a plugin can tie into our custom modules and blocks. It is a custom code and a plugin will need to be created specifically for our theme for any plugin to recognize the theme modules and blocks. Sorry but untested plugins fall beyond what the theme support can offer you.
Thank you!
Hello,
I’m not sure what a shop menu is supposed to be like. In the woocommerce official docs this is presented as a simple wordpress menu: https://docs.woocommerce.com/document/docs-menus/
You can then use a custom menu element in visual composer: https://www.screencast.com/t/6SaCvAMv
Thank you!
Hello,
That is the wordpress admin bar when you are logged in. The users will not be able to see it though. That does not come from our theme as it is present on all themes. It comes from WordPress and there is no theme setting that can remove it. Sorry.
Thank you!
Hi,
Please provide a link to your site so I can inspect it and provide the proper code
Thank you!
Hi,
Please replace the previous code with this omne and change the bottom parameter with your preffered one:
@media (max-width: 767px){
.td-scroll-up {
display: block!important;
bottom: 66px!important;;
}}
Thank you!
Hello,
Please check one more thing. If you are using a child theme, remove it and only use the main theme. If you use an old child theme and update your theme without updating the child as well, the theme will break.
If you still cannot manage to update properly, please contact us via email at contact@tagdiv.com and provide a link to your site, wp-admin with administrator rights and ftp access.
Thank you!
Hello,
Please contact us via email at contact@tagdiv.com and provide a link to this topic so we can identify you.
Thank you!
Hello,
It will affect future updates only if the post template files are changed (not very often) The post template files are not changed often but you should still be careful on each update to check the list of modified files. With every child theme modification you must replace the file in your child theme that is modified on a theme update. We release a list of modified files on each update so users know which one they shgould replace in their child theme.
Thank you!
Hello,
Please provide a link to your site so we can inspect it and see the thumbs you mention.
Thank you!
Hello,
It seems you are using a standard menu widget of WordPress. Tat will not work with a dropdown as you expect it to. It will only show as a list, and not a standard menu. You will have to use a plugin if you want to have a drop-down menu in the sidebar as our theme has no such options.
Sorry for the inconvenience.
Thanks.
If you apply the modal image globally, it will affect all of the images at once. You still have to edit each individual one and make it link to the media file if this is not the default implementation. This is not so frustrating when you create the post from scratch but when you import it, then it gets frustrating to go in and edit all the posts. This is why I mentioned our theme was not built to facilitate importing posts and images. We built the theme with creating content in mind. Creating content means going in and taking your time on each post to set it up properly. Our theme has no automatic option to set all images to link to the media file. It can activate the lighbox for all images but the link is not handled by the theme.
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!
If you provide a link to your site I could give it a shot with css.
Thanks.
Hi,
Please provide a link to your site so we can inspect it.
Thank you!
Hello,
What header style are you using? There are only 3 header styles that will show the full logo. Those are style 9, 10 and 11. The fashion demo uses header style 10.
Also be careful not to use a thumbnail of your logo when selecting the logo from the media library there is a size selector in the bottom right of the screen. Make sure the full size is selected.
Thank you!
Hello,
Please contact us via email at contact@tagdiv.com and provide a link to your site and wp-admin so we can login and investigate the issues mentioned. Please also provide a link to this topic.
@hwl58 Please create your own topic next time. 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,
You can make the main menu full width using this code:
.td-header-main-menu{
width:100%!important;
}
The header style that you use will not center the menu though so it will move to the left of the screen
Add the code in the theme panel->custom css code.
Thank you!
Hello,
Thank you for your appreciation.
1. The top menu was never meant to show up on mobile. You can force it to show up with a bit of css but the code is different for each case in particular.
I already see the top bar on mobile here though: http://warrimarket.com/
2. Our theme does not support sliding ads or rotating ads. You will have to use a plugin for it.
3. The top menu color can be changed from the theme panel-> theme colors section no matter the header style: https://www.screencast.com/t/5q38TmWSW
4. You can reduce the main menu height by reducing the linbe height of the font used on the main menu like so:
https://www.screencast.com/t/MGTDGNdoAz
5. I’m not sure what sidebar article you are referring to. please provide more details.
Thanks.
Hi,
Well the Facebook comments are not officially tested but I did run a few tests a while back and these are the results: https://forum.tagdiv.com/topic/facebook-comments-2/
Thank you!