Hi,
Please replace the above code with this one
@media (max-width: 767px){
.td-header-top-menu,
.td-header-top-menu-full,
.td-header-sp-top-menu {
display: block!important;
text-align: center;
}
}
@media (max-width: 1140px){
.td-header-menu-social {
display: inline-flex!important;
}
}
@media (max-width: 767px){
.td-social-icon-wrap {
display: inline-flex!important;
}
}
-> https://www.screencast.com/t/S8FQTEXqQ
Hope this will work better!
Thanks.
Hi,
I think that it is possible with the new theme version, please check the update.
-> https://www.screencast.com/t/L0FWnjV2
-> https://themeforest.net/item/newspaper/5489609?s_rank=1
Thank you!
Hi,
That is a mega menu with out sub-categories -> https://www.screencast.com/t/ccVKm0HJ7lUI
Please make sure that category have sub- categories, clear all cache and set a new mega menu with that category.
Thank you for your understanding!
Hi,
First please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
If there is still a problem please deactivate all plugins, clear all cache and try again.
Thank you.
Hi,
Please scroll down in layout section until the bottom, those settings are on module 2
-> https://www.screencast.com/t/2vA57bMp3pM
-> https://www.screencast.com/t/SpbDIIJJUO6F
Thank you!
Hi,
I do not quite understand what you say, I thing that you are referring to the theme update
-> https://forum.tagdiv.com/how-to-update-the-theme-2/
Please provide some more details about your problem.
Thank you for your understanding!
Hi,
Those options are available only on flex blocks -> https://www.screencast.com/t/093GsFvO
-> https://www.screencast.com/t/IP1MyRAKoTx
If you want to change the category background color for others blocks you can use custom css -> https://www.screencast.com/t/FLJZl5suEM2
Thank you!
Hi,
Is not this the post ?
https://www.screencast.com/t/9wiJkzaPqj
https://ifpnews.com/exclusive/zarif-rejects-trumps-accusations-saying-us-brought-destruction-region/
-> https://www.screencast.com/t/PUdo9krPpl
I think that you have some settings which redirect you to other url -> http://prntscr.com/mhedkc
Please check this documentation -> https://yoast.com/wordpress/plugins/seo/redirects-manager/
Thank you!
Hi,
Unfortunately for the moment is no option in our theme for that the sidebar will always at set the second, sorry!
Maybe you can set the add in other places for mobile version.
Sorry for the inconvenience!
Thank you for your understanding!
Hi,
Please make update tho the last version of Newspaper ( v9.2.2 ) because the version 9.2.1 have some problems with lazyload, those problems was fix in version 9.2.2
Thank you for your understanding!
Hi,
So I add 2 elements in custom fields -> https://www.screencast.com/t/y44OJzJfV7KE I have set post template 1 on this post -> https://www.screencast.com/t/1xTy1WPeXx3 so I need to add the code in loop-single-1.php -> https://www.screencast.com/t/n5oPBeQZkX4 the path is wp-content/themes/Newspaper/loop-single-1.php the results https://www.screencast.com/t/V1Rp7ifzZw
So you need to edit the loop specific to your post template form that post.
Hope this will help you!
Thanks.
Hi,
Al you need to do to get that pagination and blocks is to set the homepage templates on Page Builder + Latest Articles + Pagination.
For blocks with 3 columns you’ll need to edit the homepage look for homepage latest articles > general and set sidebar position with out sidebar -> https://www.screencast.com/t/VvUnd18rBo -> https://www.screencast.com/t/hVXi6d35c7
Thank you!
Hi,
I think that the easy way to have the custom title set to center will be to change the header template, or if you want to keep that header template you can use a custom css
https://www.screencast.com/t/GXhURKEuo
Set the code in Newspaper>theme panel>Custom code>Custom css
.td_block_template_8 .td-block-title {
text-align: center;
}
Hope this will help you!
Thanks.
Hi,
First please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
WP_MEMORY_LIMIT try to increase it at least to 256mb.
Please add this code in the .htaccess , file at the end of the file:
<IfModule mod_substitute.c> SubstituteMaxLineLength 10M </IfModule>
Here is and example how to do it Please try to add the
define(‘WP_DEBUG’, false); define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
in wp-config.php
https://www.screencast.com/t/h10CCfEVHIk
1. I think for what you want to achieve will be better if you’ll build the homepage with tagDiv Composer
So you want to have a full width, in order to do that you’ll need to select the row and stretch it -> https://www.screencast.com/t/i8SQ5eS4
For sticky sidebar you’ll need to edit the page and set the sidebar column to be sticky ( with tagDiv Composer ) -> https://www.screencast.com/t/6o7K3uBRr -> https://www.screencast.com/t/4rhfsEDd
2. Unfortunately for the moment our theme do not have this option on desktop device only for mobile device, but I think that is implemented in coming updates.
Thank you for your understanding!
Hi,
If this post are not remove by authors then need to be some plugins/scripts or restrictions.
Can you give same examples of links that was removed, also please check for them in database;
Maybe is possible to be something from the new server, please contact your host and do some checks.
Also you have some errors in console -> https://www.screencast.com/t/MnzC8tohE1
Check if you do not have some script set in them that provide this problem.
Let me know the news!
Thanks.
Hi,
Please replace the above custom css that I give you with this one
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
height: 350px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 17px;
font-weight: 600;
}
.woocommerce .td-pb-row .products a.button,
.woocommerce .td-pb-row .products .button:active {
position: absolute;
top: 88%!important;
right: 10px;
}
https://www.screencast.com/t/EJR4iOISs
Hope this will help you!
Thanks.
Hi,
If you are not using the mobile theme, then the answer is yes, you can shot the top bar on mobile version using some custom css
Enter it in Theme panel->Custom CSS section, then the top menu will appear on mobile.
@media (max-width: 767px){
.td-header-top-menu,
.td-header-top-menu-full,
.td-header-sp-top-menu {
display: block!important;
text-align: center;
}
.td-social-icon-wrap{
display:none;
}}
-> https://www.screencast.com/t/PAimTvZ18O
Also here is our documentation for top bar -> Top bar templates
Thank you!
Hi,
In order to do that you’ll need to remove the
.type-product {
border: 2px solid #000;
}
from theme panel custom code, and set the border only on product blocks not on all class that have a type product
add this custom code
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product
{
border: 2px solid #000!important;
}
Hope this one will help you better!
Thank you!
Hi,
Please check in Newspaper>Theme panel>Footer >Footer settings -> https://www.screencast.com/t/4na61N2kHuUe
Your logo is appear smaller because is smaller the the one from demo -> https://www.screencast.com/t/s8oGjni7 -> https://www.screencast.com/t/1RU9Bm2n
Hope this will help you!
Thank you!
Hi,
1. It’s look like your Google Adsense are not yet approved
-> https://www.screencast.com/t/30RNWkicD
you can read more about this there -> https://www.shoutmeloud.com/adsense-403-forbidden-error.html
-> https://www.problogbooster.com/2015/01/adsense-403-forbidden-error-html-google-adsense-not-showing-ad-code-403-fix-solved-troubleshoot.html
2. Think that you can make page for footer and set it as footer, in this way you can set exact the height you need for footer and elements you want in it!
3. Please make sure that you set the social link like this: https://www.facebook.com/TagDiv
not like this: https://www.nespaper.com/www.facebook.com/TagDiv
-> https://www.screencast.com/t/a2fuzwC9Nb
Thank you fir your understanding!
Hi,
If you refer at this custom fields -> https://www.screencast.com/t/ErHccG9IP then you can be used to add extra metadata to a post not to add extra fields on the post.
Here is the WordPress documentation for Custom Fields -> https://codex.wordpress.org/Using_Custom_Fields
Thank you for your understating!
Hi,
Please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
WP_MEMORY_LIMIT try to increase it at least to 256mb.
Let me know the results!
Hi,
Did you try the Unique articles ? here you can find the documentation for this: -> https://forum.tagdiv.com/unique-articles/
Maybe this will help you better!
Thanks.
Hi,
In order to do that ( to set and ad inline in a post temple from cloud ), please go in Cloud Templates, and edit the template for single post
https://www.screencast.com/t/79W8tpKQ
After that click on Single post content , change from general to ads and set the ads there
https://www.screencast.com/t/ikoftopbR7
Hope this will help you.
Thank you..
Hi,
Please make sure that you follow the update of theme like in our documentation -> https://forum.tagdiv.com/how-to-update-the-theme-2/
Install via FTP – https://forum.tagdiv.com/install-via-ftp/
Install via WordPress – https://forum.tagdiv.com/install-via-wordpress/.
Please make sure that you have php version 7 also please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Also be note that we did not tested the BuddyPress press with our theme, so there can be a plugin conflict.
The simplest way to get it full width everywhere is to create or import full width templates from the cloud library plugin. There is no one single button push. You have to import a post style and set it as the default post template in the theme panel post settings, then you need to import a category template that is full width and set that one as the default category template. The same for tags, author pages etc:
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/ also for pages (stretch row and content ) https://www.screencast.com/t/i8SQ5eS4 .
If you want to contact us an private please send us an email at contact@tagdiv.com
Thank you for your understanding!