Hi
You also need to update the Visual Composer plugin at V 4.11.2 which is included in theme’s path and it should work fine.
Thanks!
Hi
You can try to insert an image using html inside php like here:
if ($icon_id == 'tune'){
return '<span class="td-social-icon-wrap"><a' . $td_a_target . ' href="' . $url . '" title="' . self::$td_social_icons_array[$icon_id] . '"><i class="tune-icon"><img src="link-to-image-url"></i></a></span>';
}
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
Indeed there are some resources which are still loaded in header. Among these resources it’s WordPress jQuery file which seems that can’t be moved in footer using our Speed Booster. I will make some additional investigations on this and get back to you as soon as possible.
Meanwhile try to improve your page-speed by optimizing the images from your site.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
Unfortunately there is no easy way to fix this bug because when you’re using a mega menu and a navigation link basically you have two links on the same item. If we make the link clickable then the mega menu won’t be closed.
We hope to find a better way in future updates so the navigation link to work on tablets devices but I can’t say how much time will pass until then.
Thanks for your understanding!
Hi
I am not very sure what where you want to move the author box so please provide more details about what you’re trying to do, also a screen pointing the desired rezult would help, so I can inspect it closer and get back to you with a more accurate answer.
Thanks!
Hi
The sort will display posts immediately after the block was added on the page. Make sure you have enabled post view counter from theme panel > post settings, otherwise the sort won’t work: http://screencast.com/t/kUD7q5M6
Thanks!
Hi
You can edit the footer.php file and paste your code here: http://screencast.com/t/0VmRxaMA but make sure it won’t break theme’s functionality.
Thanks!
Hi
Our theme load the css in header as you can see here: http://screencast.com/t/RZqlmhXuHRqh However when it comes to page-speed there are many factors which can influence it. First is not recommended to have many resources in page’s header because the page load it’s slowed down. Also you can’t move all resources in footer because some of them are required in header. Our theme is very complex and we decided to keep the css in header for a nice layout on page’s first load. However this may slow your page speed as the css it’s pretty big and its loading may take some time.
Other sites which use other themes may have a high page-speed keeping lots of resources in header, if these resources have small sizes or are loaded using a deffer system.
Thanks!
Hi
To change the pagination’s position you need to edit the loop file corresponding with the post template used and move this line up or down: http://screencast.com/t/SRvGEMfpd7ZT However there is a chance to be affected its layout as the container where can be displayed it’s fixed.
Thanks!
Hi
I’ve added your suggestion on our list and when the time comes our developers will consider it. This may take some time because we have a long implementation list and we take them one by one.
Thanks for your suggestion, have a nice day.
Hi
It seems that the problem is relate with the mysql connection and has been reported here: https://wordpress.org/support/topic/headers-and-client-library-minor-version-mismatch-after-45-update
Try to set the WP_DEBUG as TRUE in wp-confic.php then test again.
Thanks!
Hi
Please provide some specific details about what changes you’re trying to do so I can inspect this and get back to you with a more accurate answer.
Thanks!
Hi
Use this css in theme panel > custom code > custom css: http://screencast.com/t/ZGIixIi3a
#td-mobile-nav .td-social-icon-wrap .td-icon-font{
font-size: 22px;
}
Thanks!
Hi
After WordPress’s last update there appeared a jQuery conflict in our theme. We fixed this conflict and the current theme version available on themeforest works fine, also we included last version of Visual Composer plugin.
Try to update the theme at V 2.3.6, and Visual Composer at V 4.11.2 following our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ – https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/
Let me know how it goes.
Thanks!
Hi
Make sure you’re using last plugin’s version included in theme’s path, 4.11.2, clear all caches and test again: https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/
If you still have this issue please provide your site url so I can have a closer look.
Thanks!
Hi
If you get a 500 error that means it’s something wrong on your server, a bed request or a task which couldn’t be completed but your server can’t provide a more specific answer.
Our theme generate thumbnails for each image to keep the page size as low as possible. That process takes place exactly in the moment when the image is uploaded and could also take some time and request some resources.
Make sure that you have the parameters from system status set as it’s indicated in our documentation: https://forum.tagdiv.com/system-status-parameters-guide/ clear all caches then test again.
Thanks!
Hi
Please provide your site url so I can have a closer look at this issue.
Thanks!
Hi
You still need Visual Composer even if you’re using shortcodes to disply some specific elements on page. Visual Composer render the shortcode so without it you’ll have only the shortcode’s text displayed.
Thanks!
Hi
i’ve checked your site with google’s page speed tool and noticed that you don’t have any render blocking resources. If you check it for mobiles there appear some resources but google is very restrictive when it comes from page-speed on mobile devices and may interpret some thing in a different way.
Google penalize your site because images are not optimized: http://screencast.com/t/m4m0Vi3Hj9j Check our documentation for more details about image optimization: https://forum.tagdiv.com/how-to-make-the-site-faster/ and also have a look at google’s docs: https://developers.google.com/speed/docs/insights/OptimizeImages
Thanks!
Hi
The theme does not have any options regarding the meta tags and meta descriptions. This tags are generated by plugins with seo functionality. Yoas have options to generate meta for each page: http://screencast.com/t/FVPFFDIE – http://screencast.com/t/ugptbBJcfX
Thanks!
Hi
The post masonry grid is an element built in from Visual Composer and the theme can’t control it. If you want to edit that button you’ll need to edit plugin’s files in order to make the required customizations.
Thanks!
Hi
Please make sure that you’re suing last theme version available on themeforest, V 2.3.6 and also update Visual Composer at V 4.11.2. Here you can check our documentation for more details abut the update process: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ – https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/
Also check the parameters from system status and make sure that they have the values indicated in our documentation: https://forum.tagdiv.com/system-status-parameters-guide/
Thanks!
Hi
You can enable more article box from theme panel > post settings: http://screencast.com/t/vM9Wfglc9dge
Thanks!
Hi
Try this css to remove the gradient from all grids: http://screencast.com/t/8oZcrqlw
.td-module-thumb a:last-child:before {
background: none!important;
}
Thanks!