Hi,
Please check your WordPress install if plugins and the theme do not change the error. You most likely have a faulty install as the error comes from the WordPress files, not the theme.
Thank you!
Hello,
Sorry but since no translation plugin is officially tested, I cannot offer any solutions to translate the text logo. Our theme does not offer any translation options for it.
Thanks.
Hello,
Sorry but none of these can be done without modifying the php files. If you want to alter the functionality of an element, that is created through php code. If there is no setting for it, then it can only be made custom and that means altering the theme files.
There is a setting present to limit the shown categories though: https://www.screencast.com/t/iFwzMGk1 but it only works if you add the element to the footer widgets and not use the predefined content of the footer templates: https://forum.tagdiv.com/footer-templates/
Thank you!
Hello,
It will be compatible with php 7.1 in the next update most probably.
Thank you!
Hello,
Sorry but we do not have any suggestions to make in this regard as the theme has no settings for moving your WordPress install along with the theme to a different domain. You should search for a few guides on how to move your wordpress install first. http://www.wpbeginner.com/wp-tutorials/how-to-clone-a-wordpress-site-in-7-easy-steps/
Thank you!
Hello,
The more articles box has a setting when to appear after a set amount of pixels scrolled: https://www.screencast.com/t/7QdX2nAyX
Thanks.
Hello,
1) You will need about 50 px though in order to get the button visible properly.
Try this code:
.white-popup-block{
min-height:550px;
}
2) It is the default implementation of the grids. The ave a grey background and the images load slower so you can see the background. If you want to remove this background you can do it with this css code:
.td-big-grid-post .td-module-thumb{
background-color:white;
}
You can add the code in the theme panel->custom css box.
Thank you!
Hello,
A big grid will not show subtitles or excerpts. Sorry but the grids do not have this implementation.
The standard blocks do not show a subtitle either. The subtitle is destined for posts only, not for blocks on pages.
If you want to add a subtitle on blocks, you can use this example:
https://forum.tagdiv.com/topic/how-to-write-different-post-titles-on-homepage-or-categories/
Thanks.
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!
Hello,
The text logo has nothing to do with the latest articles section. It is a simple logo. It does not have a tagline anywhere in the content.
Thank you!
Hello
It seems you have an image set up https://www.screencast.com/t/ketY3cQXhHrN THe image appears fine on our end.
Thanks.
Hello,
This happens because the demo style mekes the related articles hae a white color when active and a colored background. But your site has a white background on all headers so that makes the related articles element with a white on white color.
please use this code to change the color:
.td_block_template_1 .td-related-title .td-cur-simple-item{
color:#de2178;
}
Add the code in the theme panel-> custom css box
Thanks.
Hello,
Please contact your host provider as php.ini is different on each host. Some do not allow access to it at all.
Thank you!
Hello,
Please check the theme panel under cpt and taxonomy: https://www.screencast.com/t/ZhJtOjDjMWKX
Thank you!
Hello,
Sorry but I do not understand how you want it. The mega menu is the same on all demos. what is different on the travel demo? https://www.screencast.com/t/Kkv7vGE3fVV Isn’t it the same as the default demo? https://www.screencast.com/t/gCMxbVfkBR
How is it showing up on your site? Is it different than these 2 examples?
Hello,
Please provide a link to your site so I can inspect it.
The pin it button is not added by the theme. It is either a plugin or a custom implementation. We do not offer any pin it buttons in our theme.
Thank you!
Hello,
This is because you did not select a video post format so the theme will not show the video but the featured image instead. Please use this guide to add a featured video: https://forum.tagdiv.com/featured-image-or-video/
Thanks.
Hello,
The hover color of a block is changed from the block settings: https://forum.tagdiv.com/block-settings-guide/
Please read the theme documentation. https://forum.tagdiv.com/newspaper-theme-documentation/
Thanks.
Hello,
If you use the mobile theme plugin, then you need to also add the css in the mobile theme section of the theme panel: https://www.screencast.com/t/BLP5QVX91v4s
Thank you!
Hello,
The reason is the sidebar being activated. If you deactivate the sidebar the width in the editor will be full. It is a visual representation of how the page will look with the sidebar activated. If you do not want this it can only be removed from the code as there is no setting to remove this width. The code can be found in editor-style.css: https://www.screencast.com/t/mvV0ZsXun8wS
Thank you!
Hello,
Sorry but our theme does not have this kind of option. There is no widget that can pull this information. You can maybe find a plugin that can provide this type of implementation but i cannot make a recommendation as we have not tested any such plugins.
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!
Hello,
Sorry but our theme has no such functionality. There is no tag that can disable the ad on specific posts as the ad is placed on all posts at once. It can only be done with conditions added to the php code for each post id in particular. It’s easier to simply use an ad plugin that can provide this sort of feature.
Thank you!
Hello,
The images seem to work fine now. Please let us know if you require further assistance.
Thank you!
The layout width is exactly the same as the one on our demo. There is no difference between the 2 sites:
your site: https://www.screencast.com/t/yOHBGSkxNe5
our demo: https://www.screencast.com/t/ZbXRyLpG
Absolutely no difference in layout width
Thanks