Hello,
Unfortunately the latest articles cannot have any other pagination besides the default one. Our theme does not have this option. But there is an alternative. Switch to the default template and simply use a block for the latest articles section. Filter it as you like and add your preferred pagination to it.
Thank you!
Hi,
This sounds like a plugin conflict to me. Please disable all plugins except visual composer, clear cache and rest cdn files if you use it. Also try to re-save permalinks.
If you still have trouble with this please provide a link to your site so we can inspect it.
Thank you!
Hello,
It sounds to me like you are editing another page and not the shop page that is used in woocommerce. I’ve been there as well:). Please do not create a page named “shop” as woocommerce already creates one by default. Please try to change the shop page from the default one in the woocommerce plugin.
Thank you!
Unfortunately if you change a module file, it will affect that module everywhere it is added on the site. There is no simple way of removing the meta for a module in specific locations of the site…sorry. You will be better off finding 2 modules that are similar and use one where you do not want metas and the other where you want metas.
Thanks.
Hello,
Unfortunately most of these will require custom implementation and we do not have a customization department. We try to help out where we can though.
For the ad, smartlists have their ad section in the theme panel where you can change the ad size: http://screencast.com/t/HmFIrv0X
Any other ad besides the intended one must be added through hard-coding in this file: http://screencast.com/t/xMvKMrenl
If you want to remove the bottom buttons you can remove them from here: http://screencast.com/t/scJPi3eN
The color style can be changed by adding this css code in the theme panel->custom css box:
.td-smart-list-button{
background-color: red;
}
The hover color is added by the theme accent color.
Again. if you want another ad, the theme ad spots cannot offer only 1 spot. You will have to add them in the theme code by using a do_shortcode function
https://developer.wordpress.org/reference/functions/do_shortcode/
Thank you!
Hi,
Yes you can use those options together. But once you use the post id filter, you can add the post you want by id. You can simply choose id;s from a particular category. But this will not stop you from using both filters.
Thank you!
Hello,
The paragraph spacing is added by default. This can be changed with a css code:
Add this code in the theme panel->custom css box:
.td-post-content p{
margin-bottom: 10px!important;
}
Thank you!
Hi,
Yes the breadcrumb was changed in the current version of the theme but the home link now appears on google. If you want to remove it, you will have to replace the code http://www.screencast.com/t/pIxJLUyd with this one:
http://pastebin.com/UTgXqUuz
Thank you!
Hello,
In order to add new social sharing buttons in the top or bottom sharing on posts, you will have to edit the theme code a bit. The theme has no settings to add any extra button so it will have to be added through the code. Here are a few examples:
https://forum.tagdiv.com/topic/add-linkedin-sharing-button/
https://forum.tagdiv.com/topic/how-to-add-a-vk-sharing-button-on-your-posts/
Thank you!
Hello,
Please read this topic to see how you can do it properly without adding sub-categories to it manually:
https://forum.tagdiv.com/topic/megan-menues/
Thank you!
Hi,
the widgetised sidebar element should be there. Please check in your visual composer settings to see if you have all elements checked out: http://screencast.com/t/3pUyL6ev8T
Here is how the element should appear: http://screencast.com/t/p2TojJkJhOx
Thank you!
Hello,
Unfortunately the theme will not stretch images. Your image will have to be bigger than the grid size in order for your images to display properly inside the grid. The theme only crops images, it does not enlarge them. If your images are larger than the grids but still so not show up properly, please use this guide: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thank you!
Hi,
1. Yes it really should not show the login section if it’s disabled from the theme panel http://screencast.com/t/yroFZJjOunV
Once I disabled the login on the mobile theme settings it did not show up anymore. You probably have a strong cache enabled so the option was still served from the cache. Please try again and clear cache afterwards.
If you still have issues with the sign-in/join on the m,obile theme please try to disable all plugins except visual composer, clear cache and rest cdn files. Then test again.
2. If you do not need the login at all on your site, you will have to remove those lines from the code as the theme panel only hides the options but does not remove the code for the login. Please follow this topic to see how you can remove the login tags:
https://forum.tagdiv.com/topic/how-to-remove-the-invisible-login-from-bots-view/
Thank you!
As for the second request, please try to only use the specified way of adding an avatar, not any extra plugins. Make sure you clear cache after you set the avatar. If you still have trouble with it, please contact us via email at contact@tagdiv.com and provide wp-admin so we can login and check ti out.
Thanks.
Hi,
This means you are using an old version of visual composer and you should also update the plugin as your version is no longer supported. Please use this guide to update VC as well: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
(If you read the first guide properly you would have seen that it specifies this as well: http://screencast.com/t/3yi2K1GuD9)
Thank you!
Hello,
Unfortunately the method provided to add extra links will not work in the mobile menu section. The mobile menu will only pull the subcategories from the mega menu. It is a different implementation. This is the problem with customization. It affects more parts of a website than you realize. That is why customization should be done by someone who has the time needed to think about all the implications a custom implementation has and test it out in all possible scenarios. We cannot provide that unfortunately as we do not have a customization department. Sorry but there is no simple way to alter the mobile menu in order to pull the extra links.
We try to help out where we can but when the customization gets time-consuming, we cannot afford to test out the possible outcomes and provide solutions. We suggest hiring a freelancer for this from sites like studio.envato.com.
Thank you!
Hello,
A font change cannot be done with css without loading the font first. When you switch fonts in the theme panel, the theme also loads the font so it can be used. With this css you do not load fonts, but only specify which one to be used. If you want to use the font with css you will have to download the Alegreya Sans sans font as place it on your server and use this code:
@font-face {
font-family: 'add your font family here';
src: url('add the source url for the font. insert the path that leads to the font') format("opentype");
font-weight: normal;
font-style: normal;
}
Thank you!
Hello,
For the moment unfortunately we have no such plan so I cannot promise anything. You could try a few free plugins out and see if one works properly with our theme. I can’t say for sure as we have not tested any review plugins. Try a few of them out with a bit of trial and error and see how they work out.
Thank you!
Hello,
The block style feature works like so:
You can use the theme panel->block settings to see or change the colors for each style: http://screencast.com/t/7mAqlBJ953p
Once you have the colors set to your preference, you can then apply the style of your choice on the block from each block’s settings like so: http://screencast.com/t/lTSnzxVFlPG
Thabnk you!
Hello,
The background for the mobile menu is in the theme panel. If you want to add a background image it can be added here: http://screencast.com/t/Dj1Rn8RW
The background colors can be added from the colors section here: http://screencast.com/t/JnLqnUpg
Thank you!
Well we have no reports of this. None of our users complained about changing fonts when updating the theme and we have not observed anything of the sort. There were a few changes in 7.5 and this could affect your site in particular but it does not mean it affects everyone. As I said above, your posts are not standard posts. Even 7.4 should not handle the font from the post fonts, but from the main body fonts because your post content container is empty.
Thank you!
Unfortunately we have no customization department so we cannot recommend anyone, but it;s not such a big deal that it will require an expert on newspaper. It just css, no matter the theme. Any freelancer who knows his way around css can do it.
Thank you!
Hello,
We have not officially tested discus but our users seem to use it with our theme for quite some time. Maybe one of our users can help if there is some special implementation required for the plugin.
Thank you!
Hi,
As a temporary solution to this, you could remove the excerpt from pages on the search module by altering the function in the theme files.
Simply replace this code: http://screencast.com/t/hmBgDljAuPu5
with this one:
<?php if ($this->post->post_type != 'page') {
echo $this->get_excerpt();
}?>
Now your posts will have exceprts but pages will ignore them.
Thank you!
Hi,
Well online scanners don;t seem to detect anything but you can never trust them completely though: http://screencast.com/t/wiz7S4vq3
Maybe one of these might be helpful;
http://wpdean.com/wordpress-malicious-code-plugins/
Might give this a shot as well to harden wp:
https://codex.wordpress.org/Hardening_WordPress
Thanks