Hello,
You can try to activate the ‘smooth scroll’ feature from the theme panel: http://screencast.com/t/cKq0MYDtd41 and see if has a any effect.
I will add this issue on our list for further investigation in this matter and if we find any problems with the track pad scrolling, we will try to find a fix for it.
Thank you!
Hi,
You can make your changes to the theme.js file then use Google Closure Compiler tool to minify the modified file of theme.js file and replace with newly minified version into the theme.min.js file.
https://closure-compiler.appspot.com/home
Hope this helps!
Thanks
I’m not sure but it’s worth asking a question to google about it. It’s their platform after all. The thing about google is, they get to decide what is what, even if you have the proper markup. You can try to contact them and ask about your problem. Let us know how it goes.
Thank you!
Hi,
You requested the logo to not be a link anymore, so you can simply delete the parts I highlighted in the code and that’s it.
Thank you!
Hi.
Let’s try this another way. Our theme uses modules. They are the base element. Modules are used on their default behavior on category pages or the related articles section, where you can actualy select what module you want to display from the menu: http://screencast.com/t/Pu9yASEBRzZu As you can see in the theme files. there are more modules in the theme than the ones you can chose in the panel: http://screencast.com/t/tADdgqaPXp like the MX modules. They are used by the theme in set/specific places and cannot be used directly.
A block is simply a container, a box if you wish, in which we place one or more modules. These blocks are predefined and have these modules set to them. For example a block 1 is made up of 1 module 4 and 4 x module 6
http://screencast.com/t/q0k3tgZ8m9J
if you cannot refference what modules are used on blocks from the category tag list i exemplified above, you can use your browser inspector to see the classes for each module: http://screencast.com/t/aYjD5V5xs
I hope this helps.
Hello,
Sorry for the delay. Unfortunately we have no precise solution to your problem. Are you sure it’s the theme that overloads your processor? Please switch to a WP default theme and check your cpu load again. You can try to disable all plugins and check again in order to rule out a plugin conflict as well (also clear cache and reset cdn)
We have no reports of such processor activity when using our theme so if it turns out the problem is theme related we will have to investigate this more in depth.
Sorry for not having a better answer. Let us know how it goes.
Thanks.
Hi,
Please provide a link to your website pointing to a gallery so we can inspect it.
Thank you!
Hi,
Please provide a link to your website so I can provide a css code that I can test on your site.
Thanks.
Hello,
This will not be an easy task as it will have to be added with css. The mega-menu sub-categories will have to be targeted using a child selector. For example:
http://screencast.com/t/PsP9L9UqNw
If you want to add particular icons for every menu item, you will need to use a code for every single menu item like so:
.menu-item-53 .block-mega-child-cats a:nth-child(4)::before {
content: "\f040";
font: normal normal normal 14px/1 FontAwesome;
margin-right: 5px;
position: relative;
}
The nth child is the number corresponding for every child of the main menu item.
Result: http://screencast.com/t/z4KXnbfhQW
You will also need the menu-item for the main menu to target them. you can get this class with your browser inspector.
I hope this helps.
Thanks.
Hi,
It is possible by using this custom css:
.td-image-gradient:before{
display:none!important
}
Thanks.
Hi,
You can use this code:
.comment-link{
display:none!important
}
Thanks.
Hello,
For custom post type you have to create a template, you can use structure present in the post template 3. You have to check how the single and loop-single templates are built and start from there. For example single_template_3.php and loop-single-3.php and check the official documentation – https://codex.wordpress.org/Post_Types#Custom_Post_Type_Templates
Unfortunately the theme still has limitations as far as custom post types are concerned.
Thanks!
Hi,
Unfortunately there is no such option. This means you will need just the latest post from 5 different categories. Unfortunately you cannot do that inside a single block element. The ‘latest’ sorting option will show the latest of all of the categories. You can only sort a block. Not every module inside of it. Sorry.
Thank you!
Hi,
Actually changing that value in the js file works as expected, but do note that if you use speedbooster (and you do), you will have to modify the min js file not the main one. (It will not be an easy task as the code is compressed/compiled) https://en.wikipedia.org/wiki/Minification_(programming)
I hope this helps.
Thanks.
Hello,
This is a strange issue as google structure data show that everything is in order with both your websites:
http://screencast.com/t/hn976BZquyN and http://publikart.net/alvin-et-les-chipmunks-a-fond-la-caisse-un-film-nul-de-walt-becker/
The markup is there added by the theme. What you can try to do is force google to re-crawl your website: http://stackoverflow.com/questions/9466360/how-to-request-google-to-re-crawl-my-website
Thank you!
Hi,
@both
Please make sure you use the latest version of the them (6.6.5) If not, then please follow this guide to do it: https://forum.tagdiv.com/how-to-update-the-theme-2/
If not, please send us an email at contact@tagdiv.com and provide wp-admin so we can inspect this issue. Also provide a link to this topic.
Thanks.
Hi,
Please disable all plugins except visual composer and clear your cache/reset cdn. Then check your website again. If the problem is still there, please provide a link so we can inspect the issue.
Thanks.
Hello,
1) The newsmag theme works the same way. You can check them both in our live demos here:
http://demo.tagdiv.com/newspaper/
and
http://demo.tagdiv.com/newsmag/
2) If you wish to change the behavior of the image when clicked, you will have to edit this file:
http://screencast.com/t/i3XwLCMiij7
Thank you!
Hello,
This issue is WP related. You will have to move the whole WP install with the theme included. Maybe this will help: https://codex.wordpress.org/Moving_WordPress
There are lots of resources on this subject you can find on google.
Thanks.
Hello,
Unfortunately we have not tested any dictionaries so we cannot make any recommendations. Sorry.
Maybe one of our users can help out on this one if they use such a plugin. If not, you can always try a few of them out with a bit of trial and error.
Thanks.
Hi,
Please follow this topic to see how it can be done: https://forum.tagdiv.com/topic/open-source-and-via-in-a-new-tab/
Thank you!
Hello,
Please provide an example of this ad that is not displaying and how you are implementing it. Basically if it’s adsense you can simply place the ad in the field. If it’s not then you need to use this method: https://forum.tagdiv.com/using-other-ads/
The ads should have nothing to do with your previous theme.
You can also try to disable all plugins except visual composer and clear cache.
Let us know how it goes.
Thank you!
Hi.
If you want to remove the main menu/ mobile menu, you have to remove tis part from the header style you use:
http://screencast.com/t/yIwud1VcKeh
Thanks.
Hi.
Please follow this guide to increase the system status parameters: https://forum.tagdiv.com/system-status-parameters-guide/
If you have issues with php.ini, please contact your hosting provider and let them know what you are trying to do so they can point you to the correct file.
Thank you!
Hi,
I have checked your website and the social counter icons are displaying as they should: http://screencast.com/t/TkcqYUbPq
Thanks.