Hello,
It’s nothing strange at all. We do not recommend any minification options coming from plugins. W3 total cache is known to cause issues with our theme so if you can, please switch to wp super cache and these settings: https://forum.tagdiv.com/cache-plugin-install-and-configure/ as for the minification, we only recommend cloudflare: https://forum.tagdiv.com/cloudflare-cdn/
Thank you!
Hello,
The small module of block 18 is a module mx2. You can change the font size for each module from the fonts section like so: http://screencast.com/t/HKcuZ5UkAr
In order to know which module is used on which block you can either use the browser inspector if you are familiar with it of check this list: http://screencast.com/t/YMUq0Xmtjv4
Thank you!
Hello,
Please provide more details to your issue so i can better understand how to help.
Thank you!
Hello,
These are just a few warnings. The first is because of the ‘0px’ if it;s 0 you can remove the px as it;s not needed anymore but it will not influence the code itself.
The border-radius maybe needs a size in pixels and not in % you can try to add 20px for example or find a value that works in pixels.
The third you can do nothjing about as it’s a “use of important” warning. This is a waning as the important tag is only meant to be used as a ‘last measure’ so to speak. You can try the code without important.
Thank you!
Hello,
The page-level ad needs a custom implementation as this topic suggests: https://forum.tagdiv.com/topic/page-level-ads-problems/ however if you use the mobile theme you need to implement it in the mobile header.php as it;s a different file. We have not tested the page-level ads with our theme so I cannot say for sure they will actually work in the mobile theme. This fluctuation you mention could be the result of another issue that affects wp super cache and the latest version of wordpress: https://forum.tagdiv.com/topic/mobile-theme-does-not-work-properly/
Pleas provide an example of what type of ad is in the article inline ad spot and provide a link to your site so we can inspect it.
Thank you!
Hi,
Depending on how it was implemented it can be in 2 places. The first one is in the widgets area if it;s added to a sidebar: http://screencast.com/t/97FlDIHE or on the page itself added like so: http://screencast.com/t/vSEdAYiaz
I hope this helps.
Thank you!
If you have one set in the category and the post is left to default, it will grab the one from the primary category: https://forum.tagdiv.com/primary-category/ if you select a custom one for a post it will show that one, not the one from the category. but if you use cache, it will have to be cleared as the other sidebar could be served through the cache until it clears. you set a custom sidebar on the post itsel;f. the blog and post template is the last one in the hierarchy. If you want a custom sidebar on a specific post, add it to the post itself in post edit.
Thank you!
Hi,
This is a common misconception our users seem to have. Our theme is already responsive and does not require the mobile theme to display properly on mobile devices. This is an entirely optional plugin.
Thank you!
Hello,
This type of pagination is not theme related. It comes from WP, not the theme. If this is what you want to accomplish please check the WP forums as we have no solution to provide in altering the wordpress default implementation.
If you google it you will find a few solutions outside the wp forums as well: http://stackoverflow.com/questions/15307232/change-default-pagination-style-in-wordpress
Thank you!
Hello,
The mega-menu sub-categories will appear in the mobile menu as sub-menus. We added compatibility between the mega menu and the mobile theme but page menus will not show up on mobile. Sorry. We have no solution to provide for a page menu in the mobile menu. You can have a different mobile menu if you use the mobile theme plugin and create your own mobile version of the menu: http://screencast.com/t/Piq3zPra
As for the other content, please read this guide: https://forum.tagdiv.com/search/mobile+theme/
Thank you!
Hello,
I will pass this information on to the development team and we will investigate this issue. If we find anything wrong with it we will fix it for in the next update.
Thank you!
Hello,
It seems your code is working to some extent, but some rules are wrong. There is no such thing as position: left;, the line-height: .5; needs a dimension in pixels is the most common use for it, etc. Please do a google search for these css proprieties and see what values these can accept.
The second css selector is wrong as well: blockquote cite What is cite? is it a class? and id? If it;s a class you need to add it with a dot in front or if it;s an id with a # in front.
On the mobile heme you can add shortcodes in the mobile theme editor on pages and insiode the post content for posts. please read this guide: https://forum.tagdiv.com/the-mobile-theme/
I hope this helps.
Thanks
Hello,
Please first check your system status and increase all parameters like this guide suggests: https://forum.tagdiv.com/system-status-parameters-guide/
Then make sure you only use tested and recommended plugins: http://screencast.com/t/uj91GVDB95E
if you have a child theme please switch over to the main theme to rule out any custom code you might have that influences the site’s functionality.
As for the analytics, there are 2 codes provided by google. Please insert the long one..the one that resembles an adsense ad, not the short version of the code.
Thank you!
Hi,
You will have to use a plugin for that as it needs comparison functionality. Our theme does not provide such features unfortunately. Either you find a plugin that offers such options and is compatible with our theme (i can’t make any suggestions though) or you hire a developer to create this functionality.
You can try some of these plugins for free: https://wordpress.org/plugins/tags/comparison
I hope this helps.
Thank you!
Hello,
Unfortunatly there is no such function added to our theme. The demo you install can only be one at a time. You cannot switch demos live front-end side. Sorry.
Thank you!
Please contact us via email at contact@tagdiv.com and provide wp-admin so we can login and investigate. Please include a link to this topic so we can identify you.
Thank you!
Hi,
I will add this to the documentation page
Thank you!
Hi, I edited out the sensible info..
I replied via email but like i previously replied, there is no ad spot like that . if you want to have 2 header ads left a d right of the logo, you need to create a whole new header style from scratch and it will not be easy to do. If you do not know the steps you need to take in this regard I suggest hiring a developer to help with the code as this falls beyond the scope of the theme support.
Thank you!
Hello,
Each demo has it;s own stylesheet that can be found in each of the demo folders like so: http://screencast.com/t/ohzFcJnS8uM
Thank you!
Hello,
Unfortunately the related articles do not have this functionality. It will bring the latest posts from all categories. If you change the sorting order hard-coded you change it for the post themselves not the categories. You can try to change the sorting order for posts like so:
Add this line of code here: http://screencast.com/t/omWMQ8AOx7ML
$atts['sort'] = 'random_posts';
Instead or random posts you can use any of these sorting options:
oldest_posts, popular, popular7, review_high, alphabetical_order, comment_count, random_today, featured
Just change the text between the quotation mark with another of the sorting options but there is no such sorting in our theme as you describe. sorry.
Thanks
Hello,
This has a great impact on your loading speed yes. When you add any extra blocks the loading will go down with each one. You cannot have a page with lots and lots of complex elements and to have it load in an instant. You should try to use as less complex elements as possible to ensure best loading times.
Thank you!
Hi,
As for the social counter please use this guide to set it up properly: https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Let us know how it goes
Thank you!
Hello,
Each menu item has it;s own unique id you can see in your browser inspector. You can use that id with css like
so:
.menu-item-9567{
display:none;
}
.logged-in .menu-item-9567{
display:block!important;
}
Simply place the code in the custom css box and change the menu item number with your own.
Thank you!
Hello,
Please create your own topic as your issue is not related to the above conversation. Google translate does not seem to translate properly so please try to explain better and use english please.
Thank you!
Hi,
In order to remove more from author you can use 2 methods:
The css method:
.td_block_related_posts .td-related-right {
display:none;
}
or you can edit the theme files: comment out or delete this part: http://screencast.com/t/Okmq7lxTDzGd
As for the related articles name, you can translate it to what you want it to say from here: http://screencast.com/t/BBhCb4bLvr
Thank you!