Hi,
If your panel settings are not saved, please check the max_input_vars value in system status section: http://screencast.com/t/V8MumQISR and make sure that it’s set above 2000. Contact your host provider and let him know about this if you can’t access php.ini file.
If this is not what you mean, please provide more details.
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
Hi,
Yes, you are right on browser emulator seems to work. You still have css/js minification.
What cache plugin do you use? We recommend Wp Super Cache now used by default, no minification. Sometime it is not enough just to disable the cache plugin for example W3 Total Cache, even if you delete the plugin issues may still remain. Also please disable clodflare Cdn when you check this.
If you still have this issue you can send an email at contact@tagdiv.com and provide wp-admin so we can take a look, also paste a link to this topic so we can know who you are and what you issue is.
Thanks!
Hi,
The CATEGORY TOP POSTS STYLE setting is used only for category template. For frontpage you have to add the Big Grid using Visual Composer pagebuilder – http://screencast.com/t/90xgJ9aD1s
Please check documentation – https://forum.tagdiv.com/block-settings-tutorial/ also you can check our youtube channel there are some video tutorials like this one – https://www.youtube.com/watch?v=rgWqozuqmJk
Thanks!
Hi,
You can use custom css to hide the post views: http://screencast.com/t/536E9rjPT3
.td-post-views {
display: none !important;
}
Thanks!
Hi,
I’m not sure why it creates 2 copies of the thumbnail when you add a featured video as I did not found this issue on my side.
The feature image created for video is named like this by the theme – http://screencast.com/t/USEv0zELR
Also if you want to add your own featured image and not autogenerate video thumb for video format post, you can try to comment/delete this line(make a backup before) – http://screencast.com/t/ToQvNlmS2CY2
Thanks!
Hi,
You can find some filter options in Big Grid settings(or any other block) and also a sort order please check documentation – https://forum.tagdiv.com/block-settings-tutorial/
Unfortunately the theme doesn’t have an option to place a post in a specific spot from Big Grid.
Thanks!
Hi,
@gagosg You don’t have sign in widget active on your site, maybe I can help you with the custom css.
Thanks!
Hi,
@ralf83 You need to use this plugin – https://wordpress.org/plugins/co-authors-plus/ and you need custom modification to implement it for post template that you use – http://screencast.com/t/GOXrK2OTf use this code – http://pastebin.com/chADk3Xw
Result: http://screencast.com/t/oaYBwClZQN – http://screencast.com/t/aOfQUxuL
Thanks!
Hi,
Please check this guide how to update the theme – https://forum.tagdiv.com/newspaper-6-how-to-activate-the-theme/
If you still have issues please send an email at contact@tagdiv.com and also paste a link to this topic so we can know who you are and what your issue is.
Thanks!
Hi,
The theme doesn’t have an option to display ads side by side, it can be achieved only with custom modifications, for example – https://forum.tagdiv.com/topic/how-can-i-place-two-ads-side-by-side/#post-66221
Also to change the default date view, you need custom modifications – https://forum.tagdiv.com/topic/changing-timestamp/
Thanks!
Hi,
You need to use a font awesome plugin(different than FA for menus-recommended by the theme for menu) to add icons in the post content.
Thanks!
Replied here – https://forum.tagdiv.com/topic/disable-ads-on-error-page-and-termsconditionprivacy-policy-in-newspaper-theme/
Also for categories you can use – https://codex.wordpress.org/Function_Reference/is_category for posts – https://codex.wordpress.org/Function_Reference/is_single
Thanks!
Hi,
I’m not really sure how it looks or how should look on your side. Did you have any custom css on tabs?
I have also tested on my side and did not found any issues with tabs, even with the old shortcode. This change had been made by VC developers from version 4.6 – http://screencast.com/t/mQfnGtWq2Zov and the theme doesn’t have any css code for tabs to change the look.
You can try to use an older version of VC and see if it looks the same.
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
Hi,
I have checked your site and if you refer to these twitter widgets – http://screencast.com/t/1vlzAw2fR5 – http://screencast.com/t/dpaUOUyKj I have verified and they are working fine.
Please provide more details if this is not what you mean.
Thanks!
Hi,
You can try to use the above code for 404 page and use is_page fuction for other pages – https://codex.wordpress.org/Function_Reference/is_page and add the page id.
Thanks!
Hi,
Did you updated from version 4 of the theme? If you do please check this guide – https://forum.tagdiv.com/how-to-update-the-theme-2/ and run the script to change the shortcodes, import your old settings. Please note that Newspaper 6 is practically a new theme and the old file customization and custom css will not work, you need to adjust it to this theme version.
Thanks!
Hi,
You can make a category megamenu(like you can see in the documentation), just add your category in the menu from Appearance > Menus – http://screencast.com/t/WPyi2kw33Sdh – http://screencast.com/t/nq9szZL5
Also you can enable Related Articles(Similar Articles) from Theme Panel > Post Settings – http://screencast.com/t/IJWLf63n
Please go through theme documentation – https://forum.tagdiv.com/general-settings/
Thanks!
Hi,
I’m not sure what you mean, but if you want to remove the top-bar, it is an option in Theme Panel > Header – http://screencast.com/t/tmeviOA44vZ Also you can go through documentation – https://forum.tagdiv.com/top-bar-templates/
For search from the main menu you can use this custom css in Theme Panel > Custom Css:
#td-top-search {
display: none;
}
Thanks!
Hi,
If you refer to this block(18) please try to use this custom css in Theme Panel to remove the gradient background – http://screencast.com/t/g5c1e7U03Su
.td_block_18 .td_module_mx8 .td-module-thumb a:last-child:after {
opacity: 0;
}
Please provide more details if this is not what you mean.
Thanks!
Salut,
Ar trebui sa verifici ce blocuri si module o sa folosesti si asa o sa poti sa activezi numai thumb-urile pentru ce folosesti – http://screencast.com/t/y406KT7uEK apoi regenereaza thumb-urile – https://forum.tagdiv.com/using-the-theme-with-existing-content/
Din pacate modulele/block-urile folosesc diferite marimi asa ca imaginea uploadata(featured image) va fi taiata la dimensiunile folosit, asa ca in functie de ce o sa folosesti atatea imagini o sa fie. Poti citi si acest ghid despre featured image(este pentru newsmag, dar principiul e la fel si pentru Newspaper), poate ajuta – https://forum.tagdiv.com/image-size/
Mersi!
Glad that we could help and thanks for the message!
Hi,
I have checked this and I don’t think that it is related to adsense code maybe you have an unclosed html tag in your post content. Please send an email at contact@tagdiv.com and provide wp-admin access so we can take a closer look, also paste a link to this topic so we can know who you are and what your issue is.
Thanks!
Hi,
Please send an email at contact@tagdiv.com and provide wp-admin so we can take a look, also paste a link to this topic so we can who you are. Also please attach a screenshot where the issue is.
Thanks!
Hi,
You can send an email at contact@tagdiv.com and provide your site url so we can take a look. If you have custom modifications please remove them.
Thanks!