HI
The spaces between columns are quiet fixed because there are some of main theme’s containers and the layout can’t be changed to much there. The values for margins and padding are calculate to fit wherever that container is sued and by changing them site’s layout may be affected.
Thanks!
Hi
Resources reported by google are actually loaded in page’s footer, check this screen: http://screencast.com/t/SFq3fIF6rBXf I am not sure why they are interpreted as rendering blocking resources but this is not anymore a theme related issue or a culprit of Speed Booster plugin.
Thanks!
Hi
The theme don’t have such a feature, sorry. However you can try to paste ad’s shortcode in post content like here: http://screencast.com/t/ywvcjZFj – http://screencast.com/t/KnhfMZq5ce as a workaround.
Thanks!
Hi
Glad I could help!
@Chris I’ve added your suggestion on our todo list and maybe in future we will ad an option in this regard.
Have a nice day!
Hi
Thanks for your feed back, we appreciate any suggestion and each bug or bad functionality reported by customers are taken into consideration! Indeed there is a bit of confusion there because we check only if post founds number is higher then 1 but the post limit value from slide settings is not checked. We will change this implementation in future updates because we try to make the theme as user friendly as possible so users can be happy with it.
Thanks!
Hi
The settings from theme panel should not be affected by theme’s update as they are stored in database which is not touched during the update. The settings may be lost only if the db is damaged or the reset function is used: http://screencast.com/t/RnjDahif4r5
Try to deactivate all plugins except Visual Composer, clear all caches, purge the cdn if you’re using then try to import the settings again.
Let us know ho it goes.
Thanks!
Hi
Related article is a custom block but is structure is based on theme’s blocks system. Unfortunately we don’t have support for custom taxonomies for our blocks and to display related articles fro custom post types is required the taxonomy for that post type. Also this block was designed to be displayed only below post content, there is no shortcode available for it and can’t be displayed in sidebar. As my colleague Alin mentioned are required some changes in theme’s core files to achieve a similar result.
This is a very complex task which involve lots of customizations and also time to be completed. We can’t offer customization services at the moment so if you really need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks for your understanding!
Hi
Try this css in theme panel > custom code > custom css:
.td-pb-row .wpb_column:before,
.td-pb-row .td-pb-span4:nth-last-of-type(3):after,
.td-pb-row .td-pb-span4:nth-of-type(3):after {
display: none;
}
Thanks!
Hi
With block 16 this is not possible, sorry. You will have to change block’s layout for mobile devices in order to achieve a similar rezult. I can’t provide a solution for the moment as this is a complex task which involve many tests and time to be completed.
Thanks for your understanding!
Hi
This is an element from Visual Composer and the theme can’t control its functionality. You can play a bit with its options and check how it goes or check the plugins documentation for more details in this regard.
Thanks!
Hi
The theme use thumbs to display featured images on modules. From each image it’s cut a new thumb for each size defined theme panel: http://screencast.com/t/ktBuIKelyMm Checking your site I’ve noticed that you don’t have the thumbs properly generated. Try to deactivate all plugins except Visual Composer, clear the caches then try to regenerate the thumbs again.
You can get the shortcode by clicking classic mode button in Visual Composer, the plugin will switch in back-end editor: http://screencast.com/t/yCJufRzCIrC
Thanks!
Hi
Try this css in theme panel > custom code > custom css:
@media(max-width: 768px){
.header-search-wrap .td-icon-search{
color: black;
}
}
Thanks!
Hi
I am not very sure what this issue is so please provide more specific details about it. Also setup a test page where we can inspect it if possible, we will have a look and will get back to you as soon as possible.
Thanks!
Hi
This is not a bug, it’s theme’s default implementation for slide. In order to get the slide efect you need at least two post.
Thanks!
Hi
The indicated site uses a plugin for these social networks: http://screencast.com/t/eAvNwTkV5AsW The theme don’t have a similar option but you can try to look for a plugin with a similar functionality. I can’t make any recommendation in this regard as we didn’t tested any plugin for social icons but you can do a search online and try a few of them. This link may help: http://www.shoutmeloud.com/best-social-sharing-wordpress-plugins.html
Thanks!
Hi
I’ve made an additional tests and seems that the scripts moved by speed booster in footer can’t be accessed by that function. Instead you can try to remove the query string directly from Speed Booster, just replace the original code with this one: http://screencast.com/t/bMhSDZwi
foreach ($this->style_footer_queue as $style_id => $wp_dependency_object) {
if (strrpos($wp_dependency_object->src, '?') === false) {
echo "<link rel='stylesheet' id='" . $style_id . "-css' href='" . $wp_dependency_object->src . "' type='text/css' media='" . $wp_dependency_object->args . "' />\n";
} else {
echo "<link rel='stylesheet' id='" . $style_id . "-css' href='" . $wp_dependency_object->src . "' type='text/css' media='" . $wp_dependency_object->args . "' />\n";
}
}
Hope this help!
Thanks!
Hi
1,3: Please provide your site url so we can have a closer look and get back to you with a more accurate answer.
2. To achieve that you will need some customization in theme’s core files. If the plugin generate shortcodes then you can use do_shortcode() function to achieve that: http://screencast.com/t/lJ4w3ayLi and for mobile here: http://screencast.com/t/NiQwXWenYrO
' . do_shortcode('shortcode-goes-here') . '
Note that the plugin is not tested and we can’t guarantee that it will work fine with Newspaper theme.
Thanks!
Hi
At page’s first load the most recent articles are loaded if the settings used for blocks are made like this. If there is necessary a reload to have the proper content displayed it’s most likely a cache issue.
Thanks!
Hi
The theme does not have such a feature, sorry. However you can try to use a plugin with a similar functionality or try google website translator, it may help: http://translate.google.com/manager/website/add?hl=en
Thanks!
Hi
We didn’t receive such reports before, any facebook user should be able to make an account on https://developers.facebook.com/
Thanks!
Hi
Are you referring at this section: http://screencast.com/t/TNRajuPXkY2v ? If so then you can change its content from Widgets area: http://screencast.com/t/Y9y6qA66
Let us know ho it goes.
Thanks!
Hi
You can use no light-box option from theme panel > post settings > featured image: http://screencast.com/t/K1idUvCI
Hope this helps!
Thanks!
Hi
Try to replace the previous css wit this one, it will remove the link from featured image and post title on category page:
.category .td-module-image, .category .entry-title{
pointer-events: none!important;
}
Thanks!
Hi
The theme is tested and featured videos from facebook works fine. I am not sure why this happens on your sites but you can try to deactivate all plugins except Visual Composer, clear all caches then test the site again.
Let us know how it goes and if the problem persist please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.
Thanks!
HI
Please refer to our documentation for more details about how to use Visual Composer and customize the homepage: https://forum.tagdiv.com/how-to-use-visual-composer/ – https://forum.tagdiv.com/homepage-how-to-build-and-set-it/ – https://forum.tagdiv.com/block-settings-tutorial/
Now to respond on this specific matter are two ways to achieve the desired result:
– use a 2/3+1/3 layout for pages like here: http://screencast.com/t/gtxjGSH5I – http://screencast.com/t/5GH0TAfZtad
– add it as a widget in sidebar from Appearance > widgets: http://screencast.com/t/epP6x6XKtR – http://screencast.com/t/JubydjNv3Oq
Hope this helps!
Thanks!