Glad you did!
Thanks for your message!
Hi,
As I said before we have this in our lists and we will consider it.
@OnlyOneLab You can use our email address.
Thanks for your help!
Hi,
We know about this and it is happening because the ajax doesn’t know if posts still need to load until it requested. You will see that if you tap the next arrow and back the next arrow will become unsinkable.
We will try to make a better implementation for this in future updates.
Thanks for the message!
Hi,
Thanks Christopher!
@koch Please also make sure that you have active only the Visual Composer plugin as this may happen due to a plugin conflict.
If this still dose not work please send us you FTP and wp-admin login credentials so we can check this, please also state your issue s detail or send an URL to this topic.
Thanks
Hi,
Have you managed to fix this? I have checked your site and found the loop pagination is working fine now: http://screencast.com/t/qW7tRfY2jmS
Please let me know!
Thanks for the message!
Hi,
I will add this to our feature requests list and we will consider it.
Thanks for the message!
Hi,
Via custom css, like this: http://screencast.com/t/qOCthGAkfU
.blog-stack .sf-menu ul .menu-item a:hover {
background-color: #70d891;
}
Thanks
Hi,
You can also try to find a plugin for your permalink structure.
Thanks
Hi,
I have check your site and found the forum in your menu here: http://screencast.com/t/q7FHqk5wph
To see it in the admin panel just scroll down the page, you will find the forum page last in the menu: http://screencast.com/t/vsFwEamJ
If this is not what you asked please provide more details about your issue.
Thanks
Hi,
Please do so and send your wp-admin user and pass at contact@tagdiv.com please also include a link to this topic or specify your issue details.
Thanks
Hi,
Please provide more details about how did you set those fonts. We have include in a function to detect if you are using SSL and add https if so, you can see it here: http://screencast.com/t/slqVxxDy
Thanks
Hi,
You are right Christopher, thanks!
@schauvin You can ad more custom ad boxes like this: https://forum.tagdiv.com/topic/sidebar-ads/#post-21850
Thanks
Hi,
Thanks Christopher!
@sbo I also have not understood your question. In addition to the fact that you can change the excerpt for each module as Christopher wrote you can set an excerpt for individual posts from posts editing panel using the excerpt field: http://screencast.com/t/arrBftUrMC
Hope this helps!
Thanks
Hi,
You can exclude categories by using the category ID with minus like this: http://screencast.com/t/sk9jUtmtz
Thanks
Hi,
As you probably found you can use the slider on all three columns layouts, so if you need a smaller slider you just chose the column layout, like this:
config: http://screencast.com/t/pP2bwWyyy
result : http://screencast.com/t/JMrMkZTO4NZk
We will also consider adding an option for this.
Thanks for your suggestion!
Hi,
Add it like this: http://screencast.com/t/BGNDkTjrl and use this css:
.td-header-style-8-wrapper.td-menu-placeholder {
padding-top: 15px;
}
Thanks
Hi,
I have checked your site and noticed that you sue block 3 not 2: http://screencast.com/t/Aj8U9npLxFs
Your issue is because you use the second block inside a row, something like this:
* config: http://screencast.com/t/xwaPdBKCmgE
* result: http://screencast.com/t/T3Tu4VU9U
Your block should look like this:
* config: http://screencast.com/t/dCTl157BQ
* result: http://screencast.com/t/f3QVJgq2psoW
Thanks
Hi,
As I mention above the theme works only on those grid columns:
1/3 + 1/3 + 1/3
2/3 + 1/3
1/3 + 2/3
3/3 – full width
Please let me know if this is not what you refer to.
Thanks
Hi,
Thanks Christopher!
@tobexmastermind Unfortunately you can’t use the jetpack mobile theme feature as this is not working.
We have also stated this on our documentation: https://forum.tagdiv.com/how-to-manage-the-mobile-theme/
Sorry about this!
Thanks
Hi,
1. That is because you logo it’s at 65px height, you can fix this using this custom css in theme panel > custom css field: http://screencast.com/t/6SpPjfGIz7F
.header-logo-wrap {
margin-top: 25px;
margin-bottom: 27px;
}
.header-logo-wrap img {
padding-top: 20px
}
2. You need to add &subset=latin,latin-ext in case you use the speed booster plugin which uses those fonts, we will consider this, until then you can copy the functions.php file inside you child theme and add the latin extended support there. You can read how to do this following this guide: https://forum.tagdiv.com/child-theme-documentation/
3. You can do it like this: https://forum.tagdiv.com/topic/move-comments-above-similar-articles/#post-24724
4. You can a new sidebar and set it only for bbpress forum template like this: http://screencast.com/t/6Vc9ISLruES
Then you can add your widgets there: http://screencast.com/t/ECEMy9Licix
5. It can be due to the theme as the theme overwrites the bbpress templates and restyles them, you could try to translate it from theme panel > translation and the ones you can edit and find the missing words here: http://screencast.com/t/XgcJXFfTKe and replace them from there.
Regarding page speed you can follow this forum topic as there have been many issue debated here and you can find solution for your issue there: https://forum.tagdiv.com/topic/pagespeed/
You can also follow this guide: https://forum.tagdiv.com/how-to-make-the-site-faster/
Thanks
Hi,
Please add this code:
,'link_before' => '',
'link_after' => ''
…like this: http://screencast.com/t/AKjywCpNyu
For the css you can search the original style in the original theme files style css or send a link to your site so I can inspect it.
Thanks
Hi,
Thanks Christopher!
@frasercarly89
For this http://screencast.com/t/pOUAJQi6zZ you have to follow this guide: https://forum.tagdiv.com/how-to-manage-the-mobile-theme/ and deactivate the Mobile Theme.
I have checked your site and found that you it is very slow. You should consider optimizing your images as they slow down page speed as noted at this test I made using Google’s PageSpeed Insights: http://screencast.com/t/pZF2PK63D also on your site: http://screencast.com/t/eXVkKjDS
Check this guide, part 3 Optimizing Images: https://forum.tagdiv.com/how-to-make-the-site-faster/ or search the forum to finding the best ways to do this: https://forum.tagdiv.com/topic/pagespeed/
Thanks
Hi,
Unfortunately the logo dose not change when using header style 3 or 6, it was initially designed this way, so it’a not a bug, we know about this and we consider changing this in the future.
Sorry for the inconvenience!
Thanks
Hi,
You need to edit the functions.php file to add that function for category posts.
The category template is category.php file which use the loop.php file.
You can read here more about the default values: http://codex.wordpress.org/Template_Tags/wp_list_categories
Thanks
Hi,
I’m sorry about that, I didn’t mean to insult or offend you. My answer was like that because when seeing this message: http://screencast.com/t/BIUpQyBgpMjs I initially tooth different as you haven’t mentioned that the settings aren’t saved.
If you haven’t tried already please increase the max_input_vars = 1000; value inside the php.ini file to max_input_vars = 5000;.
If you don’t have access to the php.ini file please contact the host administrator and let him know about this issue.
If this you have already done this and still can’t save settings please give us wp-access and send you login credentials at contact@tagdiv.com and specify your issue details or send a link to this topic.
Hope this helps! Please let me know and once again sorry for this!
Thanks