HI
@Vanesafp the theme was intent to be responsive and there is no easy way to change that behavior. Basically you need to go trough style.css file and remove the code between media queries: http://screencast.com/t/jPiFmfdRBxf
This is a very complex task =which requires time and good codeing skills in order to be achieved. We can’t offer customization services at the moment so if 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!
Hi
Make sure that you’re using V 3.1 of Newsmag theme and also try to update Social Counter plugin at V 4.1 which is included in theme’s path > plugins folder: http://screencast.com/t/6r2LsUUcknzb The easiest way is to install the plugin from theme’s plugins panel: http://screencast.com/t/vBuS6iueqrc Just delete the old version and install the new one, configure it according with our documentation, clear all caches then test the site again.
Let me know how it goes.
Thanks!
HI
That part is Latest article and is not available in Visual Composer but you can edit its content from post loop settings: http://screencast.com/t/obhI2OXK8m02
Thanks!
HI
The theme use a big variety of thumbs so you can try using blocks which display small thumbs, for example block 7 or block 8: http://demo.tagdiv.com/newsmag/block-7/ – http://demo.tagdiv.com/newsmag/block-8/
Other solution involve changes in theme’s core files and you will need some customizations to achieve the desired rezult. Basically you need to define new thumb sizes and to adjust the layout.
If you still need assistance on this please provide more details about what you’re trying to do and also your site url so I can have a closer look and maybe I can hep.
Thanks!
Hi
Glad you have managed to solve this.
Thanks for letting us know and for your message!
Have a nice day.
Hi
Try this css in theme panel > custom code > custom css:
@media (max-width: 768px){
.td-front-end-display-block{
display: none;
}
}
Thanks!
HI
Current structure of menu does not allow you to place images there and to achieve the desired result you will need some customization in theme’s core files. This task involve many changes in order to be achieved and unfortunately I can’t provide a solution at the moment.
If you really need this and you’re not aware of the steps that must be taken my advice is to look for someone who can help you with implementation or hire a developer to do it for you.
Thanks!
Hi
I am not really sure what you’re trying to do so please provide more details about the desired result and maybe I can help.
Thanks!
Hi
Make sure that the general modal image is deactivated in theme panel > post settings: http://screencast.com/t/ozy593OV The theme doesn’t have an option to disable the modal image in galleries, but you can try to remove this code: http://screencast.com/t/FtDm2bLbkZYu
@Chris we appreciate all your help and if somehow you travel to Romania let us know and we will prepare a big cookie for you 🙂
Thanks!
HI
The indicated image does not appear in google’s report. If you still need assistance on this please provide more details a bout your issue and maybe I can help.
Thanks!
Hi
Please provide your site url so I can have a closer look at this issue and get back to you with a more accurate answer.
Thanks!
HI
I’ve checked your site and noticed that the css for menu it’s a bit different, that’s why the items are displayed on two lines. Try to deactivate all plugins except Visual Composer, clear all caches, purge cdn files if you’re using then test the site again. Also if you made any changes in theme’s core files try to revert them, or upload a fresh copy of Newsmag in your WordPress.
Let us know how it goes.
Thanks!
HI
I am not sure why this happens but it could be a conflict between the theme and some plugin that you have installed. Try to deactivate all plugins except Visual Composer, clear all caches then test the site again. Also make sure that the image links to media file: http://screencast.com/t/vUd3GcWe7qY
Let me know how it goes and if the problem persist please provide your site url so I can have a closer look.
Thanks!
HI
That this is a very complex task which require many customizations in theme’s files and also good coding skills are involved in order to complete it.
We can offer support only for the features already present in the theme. Any customization which extend theme’s features or add new ones falls beyond the support can offer. If you really want this feature and you’re not aware of the steps you need to take in this regard please consider hiring a freelancer which may help you whit implementation.
Thanks!
HI
The js worked fine on my end, try alos to add it in footer.php file: http://screencast.com/t/w26uxXM4
Try this css: http://screencast.com/t/8xIr8yFWP
.td-theme-slider .slide-meta{
opacity: 1!important;
bottom: 0;
}
Thanks!
HI
I’ve checked your site again and found some js errors in browse’s console: http://screencast.com/t/1hoN7Soo This errors may affect theme’s functionality so try to deactivate all plugins except Visual Composer, clear all caches then test the site again. Also you can enable the smart sidebar from theme panel > template settings for posts: http://screencast.com/t/vvmA5nmWVmi This option will also make the sidebar sticky if you’re not using Visual Composer on pages. To make the sidebar sticky on pages where Visual Composer is used add td-ss-row class on the row as it’s indicated here: https://forum.tagdiv.com/newsmag-smart-sidebar/
Thanks!
Hi
1. Try this css in theme panel > custom code > custom css: http://screencast.com/t/YSJTMmIyi
.home .td-theme-slider .td-post-date {
display: none
}
2. You could try this css and the title will look like this: http://screencast.com/t/TLZUtdIBlLD
.td-theme-slider .slide-meta {
background-color: black;
font-weight: bold;
}
or: http://screencast.com/t/AEqs42yY
.td-theme-slider .slide-meta a {
background-color: black;
font-weight: bold;
}
3, 4: Try this code in theme panel > custom code > custom javascript:
jQuery(document).ready(function($){
jQuery('a').removeAttr('title');
});
Thanks!
HI
We covered in our documentation most important aspects google notifies you about in page-speed regard: https://forum.tagdiv.com/how-to-make-the-site-faster/ According to google’s report you can reduce the load time by enabling compression for static resources. Fore more details please check these links: https://developers.google.com/speed/docs/insights/EnableCompression – https://gtmetrix.com/enable-gzip-compression.html – https://gtmetrix.com/leverage-browser-caching.html
To remove render blocking resources you can use our Speed Booster plugin as we indicated in our documentation at pint 5. Fore more details about page-speed please also check these topics: https://forum.tagdiv.com/topic/site-slow-down-caused-by-style-css/ – https://forum.tagdiv.com/topic/speed-is-slow-after-updating/ –
Note that you will need a bit of codeing and some customizations in order to achieve a good score for your site. We can’t offer speed customization services at the moment, most we can do is to point a way of improving. If you still need guidance on this or 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!
Hi
I’ve checked your site and the menu is displayed fine on Firefox: http://screencast.com/t/3fXKZh366r64 Doring page’s load the menu is hidden by default and after js is loaded a custom class is added and makes the menu visible. I am not sure why that class is added on your site but this is the reason for which the menu was hidden.
Thanks!
HI
I am, not really sure what you’re trying to so so please provide more specific details about what you’re trying to achieve and maybe we can help.
Thanks!
HI
By default the theme displays author name on module 8 which is used in block 9: http://screencast.com/t/AvhzGCicA Try to revert all changes made in theme’s core files, or upload a fresh copy of the theme in WordPress, clear all caches then test the site again.
Let us know how it goes.
Thanks!
Hi
Glad you have managed to solve this.
Thanks for letting us know and for your message!
Have a nice day!
HI
I’ve checked your site and noticed that you’re using default page template for homepage. You can add a sidebar on this page using widgetized sidebar block from Visual Composer: http://screencast.com/t/ItSml7rlGgi
Let us know if you need further assistance on this.
Thanks!
Hi
If the zip file exceed the limit you can try the ftp method, please check these links for more details about how to install a plugin via ftp: http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/ – https://codex.wordpress.org/Managing_Plugins
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
Note that the Speed Booster plugin disable itself when an incompatible plugin it’s installed. We added this measure to avoid conflicts with the plugins that won’t allow to move their CSS/js resources at page bottom. To keep it always activated comment or delete the indicated lines from td-speed-booster.php: http://screencast.com/t/RZLIOPUNdqh You can check this topic for more information about speed booster usage: https://forum.tagdiv.com/topic/speed-booster-questions/
Hope this help.
Thanks!