Hello,
If you are referring to this this border -> http://prntscr.com/pfz4yu thene the above custom css that I provide to you is remove that line too -> http://prntscr.com/pfz5mv
Thank you!
Hello,
This can be because of the RTL, unfortunately our theme is not full RTL so there can appear problems.
Thank you for your understanding!
Hello,
Please make sure that you are using the last version of the theme, Newsmag v4.9.1 also make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you!
Hello,
Here is the custom css that remove those two borders from posts -> http://prntscr.com/pfwt9k
.single .td-post-sharing-top, .td-post-sharing-bottom {
border-top: 0;
}
.single .td-header-style-5 .td-ad-m {
border-bottom: 0;
}
The code need to be set in Theme panel> Custom code> Custom css
Thanks.
Hello,
Please make sure that your ads are approved.
If there is still a problem, please provide me some more details about how you set the Amazon ads and some screenshots with this settings.
Thank you!
Hello,
Indeed our Newspaper theme is compatible with woocommerce, unfortunately we do not have any shop demos, sorry!
Thank you!
Hi,
From what I know there was some changes in Instagram roles so you’ll need a token access from Instagram to can show that Instagram feeds; there will be a new implementation in our Instagram widget in the coming update that we hope will solve this problem, meanwhile you’ll need to find a plugin that can display Instagram feeds.
Sorry for the inconvenience!
Thank you!
Hello,
Please check our documentation for custom post type from here -> https://forum.tagdiv.com/custom-post-type-support/
Thank you!
Hello,
We checked this on iPhone X and Safari on Mac and everything is working normal, maybe there was only a cache problem.
Thank you!
Hello,
If you still have some questions regarding our theme, just let us know!
Thank you!
Hello,
Please make sure that you install tagDiv Composer plugin and you activate the theme as in our guide from here -> https://tagdiv.com/how-to-activate-the-newspaper-theme/
If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thank you!
Hello,
If you have other questions regarding our theme, just let us know!
Thank you!
Hello,
Please make sure that you do not have a plugin conflict and all theme requirements are set as in our guide from here -> https://forum.tagdiv.com/requirements-for-newspaper/
Also you can regenerate the thumbs using our guide from here .
Thank you!
Hello,
Unfortunately we didn’t tested the ad inserter plugin with our theme, therefore we can not say for sure if this will work correctly with our theme or not, sorry!! Also, we cannot provide support for untested plugins -> https://forum.tagdiv.com/support-policy-2/ , for this you’ll need custom work.
This is our list with tested plugins with our theme -> https://www.screencast.com/t/cmPkh9jba4sZ
Thank you for your understanding!
Hello,
If you are using tagDiv Composer and you want to set some text ( html) please use column text or text with title -> http://prntscr.com/pfw4o0 the text is save on keyup, so there is no need for a save button.
If this is not what you mean, please provide some more details and some screenshots.
Hope this will help you!
Thank you!
Hello,
Please make sure that you are using the amp plugin with mobile theme, after you activate the mobile theme you select one of those options from theme panel> mobile theme for AMP -> http://prntscr.com/pb4z2p save the settings and refresh the page, after that the amp settings will appear -> http://prntscr.com/pb4zpx and these errors will not longer. appear.
If there is still a problem, please provide some more details and some screenshots.
Thank you!
Hello,
Is look that you have a problem with Access-Control-Allow-Origin (CORS origin)
-> http://prntscr.com/pfux8b you can fix this by follow the steeps from this article -> https://crunchify.com/how-to-fix-access-control-allow-origin-issue-for-your-https-enabled-wordpress-site-and-maxcdn/
Also please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Hope this will help!
Thank you!
Hello,
This option need to be display from post -> http://prntscr.com/pfuvci -> http://prntscr.com/pfuuzi
Thank you!
Hello !
Please notice that we tested only the Yoast SEO plugin, so we can provide support only for this plugin.
Also this problem seems to be related to the last version of the Chrome.
Add this code to functions.php file and let me know if this fixed your issue:
add_action(
'admin_head',
function() {
echo '<style>.block-editor-writing-flow { height: auto; }</style>'; // phpcs:ignore
}
);
Paste the code here: https://www.screencast.com/t/kMKPrLsg7Tk
Thank you !
Hello,
Yes, you can use this type of code of adding buttons, just make sure that if you set this code in a page you are using tagDiv Composer and you set the code in text section from column text or text with title -> http://prntscr.com/pfuqju also do not forget to set the css for the button.
Also if you want you can use a shortcode for button -> http://prntscr.com/pfuqzn -> http://prntscr.com/pfura2
If this is a post you can insert the code using the button element -> http://prntscr.com/pfurnd or you can set your own code in code editor -> http://prntscr.com/pfurvw
Here is some documentation for creating custom buttons:
-> https://www.w3schools.com/css/css3_buttons.asp
-> https://www.w3schools.com/howto/howto_css_text_buttons.asp
Thank you!
Hello @divaspathak,
Please check this section from theme panel -> http://prntscr.com/pful5k
Thank you!
Hello,
Please prove some screenshots with the changes you’ve made, also please make sure that you clear all cache.
Thank you!
Hello,
Unfortunately this is all can do to help you in with this problem.
If you have others questions regarding our theme, just let me know!
Thank you for your understanding!
Hello,
You can use this this custom css -> http://prntscr.com/pfu8o0
.tdn_block_newsletter_subscribe button {
background-color: #be52ea;
}
The code need to be set in Theme panel> Custom code> Custom css.
Thank you!
Hello,
Thank you for sharing with us your results and implementation for this request; this implementation would be examined by our developers too.
Thank you for your solution!