Hi
Yes you can address us via email at contact@tagdiv.com with a link to this conversation and your login details and we will get back to you as soon as possible.
Thanks!
HI
Try this css to make for smart-list buttons: http://screencast.com/t/OEgRqQ3nl7W
.td-smart-list-dropdown-wrap .td-smart-back {
opacity: 1;
}
You can move the line here and the ad will be displayed inside each slide.
Thanks!
Buna
Ai facut udate la Visual Composer si in continuare iti apare versiunea 4.9? Daca da incearca sa dai golesti memoria cache, reseteaza fisierele de pe cdn daca folosesti un astfel de serviciu apoi testeaza don nou.
Moltomesc.
HI
Try this css to set a background color for these images:
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border:hover {
background-color: red;
}
This is just a basic example but you can customize it by adding other css properties on same classes.
Hope this helps.
Thanks!
Hi
Please make sure that this option from user profile is not enabled then test the page again: http://screencast.com/t/afygiXNN
Thanks!
HI
WordPress does not add any content or style for this post format and the theme also don’t ave any action on it. You will need a new post template which will be used for gallery post formats and will display content as you set it in template’s settings.
This is a very complex task which require lots of customizations and tests in order to be achieved. Unfortunately we cannot offer custom work at the moment. We would have gladly made it for you but we are a small team and we are working very hard on the development, updates, fixes and support. If you really need this and you’re not aware of the steps that must be taken in this regard my advice is to look for a developer who can help you with implementation.
Thanks for your understanding!
HI
The theme does not have an option which target that item but you can try this css to target the sub-menu elements: http://screencast.com/t/VHI5HPyewUj7
.sf-menu ul {
background-color: red!important;
}
Thanks!
Hi
Try this css: http://screencast.com/t/zx4nn25S
.vc_separator.vc_separator_align_center h4{
font-size: 15px;
}
Hope this helps!
Thanks!
HI
I am not sure what you mean so please provide more specific details about what you’re trying to dos o I can inspect it closer an get back to you with a more accurate answer.
Thanks!
Hi
The theme is not tested to work with that pluginand it is possible to appear some conflicts with it.
This css will hide the footer so you can use it if on that page you don’t want that footer part.
Thanks!
Hi
Try to use gzip compression to reduce the transfer time and file’s size; https://gtmetrix.com/enable-gzip-compression.html
Also please make sure that your server meets the requirements indicated in our documentation: https://forum.tagdiv.com/newsmag-requirements-for-newsmag/ and also check if the parameters from system status have the values indicated in our documentation: https://forum.tagdiv.com/system-status-parameters-guide/ you can also optimize the site following our page-speed guide: https://forum.tagdiv.com/how-to-make-the-site-faster/ Consider using a cache plugin and a cdn service for a better response time: https://forum.tagdiv.com/cache-plugin-install-and-configure/ https://forum.tagdiv.com/cloudflare-cdn/ and to optimze the queries made to database take a look at mysql query cache: http://dev.mysql.com/doc/refman/5.7/en/query-cache.html
Hope this helps.
Thanks!
Hi
Sorry for the late reply, we somehow missed your post.
Try this css in theme panel > custok code . custom css to change the icon’s color on hover:
.author-box-wrap .td-author-social .td-icon-font:hover{
color: red;
}
Thanks!
Hi
To remove the gradient from big grid try this css in theme panel > custom coe > custom css: http://screencast.com/t/W06SuDaYLE
.td-grid-style-1 .td-module-thumb a:last-child:before{
background: none;
}
Thanks!
Buna
Nu exista notificari privind o noua versione a plugin-ului Visual Composer cand faci update la tema, versiunea noa e inclusa in pachetul temei in Newsmag-tf/plugins: http://screencast.com/t/kk20FeE91B Documentatia referitoare la procesul de update pentru Visual Composer pote fi accesata prin acest link: https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/ Momentan versiunea de Visual Composer inclusa in pachetul temei este 4.11.2
Multumesc.
Hi
The mobile theme was not intent to render shortcodes, it only render simple media added via wordpress editor. Its purpose was to serve a simple and lighter version of the site for mobile devices. For the moment we don’t plan to extent its functionality to much because that will defeat the original purpose. Our main theme already have a its mobile version which is responsive and render any type of content so it can be used if you want to serve content generated with Visual Composer on mobile.
With regard to a possible “mix” between mobile theme plugin and Newspaper theme this is not an easy task. Above suggestions cannot be implemented without customizations in code. Unfortunately we can’t provide custom work at the moment so if you really need this and you’re not aware of the steps the must be taken in order to achieve the desired result please consider hiring a developer or a freelancer to do this for you.
Thanks!
Hi
Glad you have managed to solve this. Thanks for letting us know and for sharing your solution here.
Have a nice day.
Hi
First we would like to think you for your suggestion, I’ve added it on our list and when the time comes developers will consider it. However this may take some times as we have a long list with feature requests and we have to take them one by one.
Hoover color for main menu is controlled by theme accent color which can be changed from theme panel > theme colors: http://screencast.com/t/pADwMz4rTLW
.td_module_mega_menu:hover a, .sf-menu ul .td-menu-item > a:hover, .sf-menu ul .sfHover > a, .td_block_wrap a:hover {
color: red!important;
}
Hope this helps.
Thanks!
HI
It could be due to a conflict between the theme and some of your installed plugins. Please make sure that you’re using V 7.2 of Newspaper theme and check if Visual Composer is updated at V 4.12 which is included in theme’s path available on themeforest. Also try to deactivate all plugins except Visual Composer, clear all caches, purge cdn files if you’re using then test again.
Let us know how it goes.
Thanks!
HI
The css for grids styles can be found here: http://screencast.com/t/jrI8IzSH7xXj Where I’ve indicate starts the css which refers to grid style and it’s all in one place.
Thanks!
Hi
Please provide your site url so we can have a closer look.
Thanks!
Hi
Unfortunately the theme does not have an option to torn off the footer only for mobile devices. However you can use this css in theme panel > mobile theme > custom code > custom css to hide it for mobile:
.td-mobile-footer-wrap{
display: none;
}
Hope this helps.
Thanks!
HI
We’re sorry for all inconveniences encountered while using our theme.
If you’re using a cache plugin the post view counter may have some penalties so please make sure that you have ajax post view counter enabled in theme panel > post settings: http://screencast.com/t/8uaNGd6U clear all caches then test the site again.
The theme is tested and google ads are displayed fine. I am not sure why ads are not displayed on your site so please provide an url where we can inspect this.
The theme does not control leverage browser caching because its setup is made in .htaccess file which is in WordPress root folder and the theme does not affect or change this file. Please take a look on the example provided in our documentation: https://forum.tagdiv.com/how-to-make-the-site-faster/ and also check these links for more detail about a proper setup for leverage browser cache: https://gtmetrix.com/leverage-browser-caching.html – https://developers.google.com/speed/docs/insights/LeverageBrowserCaching
If you still need assistance on this please provide more specific details about your issues and also provide your site url and we will get back to you in shortest time possible.
Thanks!
HI
The login wedged is generated in td-login-modal.php file: http://screencast.com/t/f0CEKZaQ0e96 If the plugin used generate shortcodes you can use do_shortcode function to insert it: http://screencast.com/t/hbpKfAbk
Note that we didn’t tested any social logins plugin with our theme and we can’t guarantee that they will work sine with our theme.
Thanks!
HI
Try this css in theme panel > custom code > custom css to change the background color for smart-list items, you can change the color as you want:
.td-sml-current-item-nr{
background-color: red;
}
Hope this helps.
Thanks!
Hi
If you’re using default p[age template: http://screencast.com/t/AiwIJp2BL for page’s layout there shouldn’t be displayed the title. If you still can’t manage to fix this please provide a link whee we can inspect it closer and we will get back to you in shortest time.
Thanks!