The problem is from Newspaper theme. The editor works well with default theme Twenty Nineteen. Refer: https://prnt.sc/pt8oxu
I am facing this issue only on my one site. I am not using any predesigned demo on the site. (Not imported any demo on the website)
You can use the same code for mobile version but make sure this time you add the code in theme panel >> Custom code >> Advanced CSS >> PHONES
.footer-logo-wrap img {
max-height: 300px;
max-width: 300px;
}
REFER: https://prnt.sc/psk0t4
It’s working for me. Can you check again?
You can use Jetpack plugin to auto share your posts on social media accounts for example: Facebook, Twitter
Hope this will help.
How can I help you?
You can edit that file using SFTP or cPanel (File Manager)
You can add Alexa code by editing header-amp.php You can find it under plugins/td-composer/mobile/header-amp.php
Paste Alexa code just after <body> tag
refer: https://prnt.sc/pi8hvg
Note: No need to add an analytics script in the <head> section.
Hope you will find this helpful.
As Edward said there is no protection that can help against copying text but you can make it little harder to copy your content by using plugins.
We are using WP Content Copy Protection & No Right Click (premium) by wp buy team on some of our site to protect contents.
Hope it will help.
Try adding following code to theme’s functions.php file.
add_action(
'admin_head',
function() {
echo '<style>.block-editor-writing-flow { height: auto; }</style>'; // phpcs:ignore
}
);
Hope this will help
This is know issue related with chrome browser.
Add following code to theme’s functions.php file.
add_action(
'admin_head',
function() {
echo '<style>.block-editor-writing-flow { height: auto; }</style>'; // phpcs:ignore
}
);
Hope this will help
This is know issue related with chrome browser.
Add following code to theme’s functions.php file.
add_action(
'admin_head',
function() {
echo '<style>.block-editor-writing-flow { height: auto; }</style>'; // phpcs:ignore
}
);
Hope this will help
Hello @rupesh_ic
Goto WP Rocket Settings >> File Optimization >>> JavaScript Files >>>> Excluded JavaScript Files and add following line to exclude theme js.
/wp-content/plugins/td-composer/legacy/Newspaper/js/(.*).js
Refer: https://prnt.sc/ow00xw
Hello,
You can either use the different email address to register those extra keys or just add them to your existing account at https://forum.tagdiv.com/product_keys/ and then use those key to activate your theme.
Hope this will help you!
Make sure you add ads code under Theme panel > Mobile theme > Mobile ads
Hope this will help you.
Edit the template using td composer and add subtitle block and update.
Are you using custom template using Cloud library?
you can find it in the post editor under post settings.
Refer: http://prntscr.com/obc74w
Welcome @redgry
You can use Subtitle field to display summary just below title.
This will help you to disable breadcrumbs.
https://forum.tagdiv.com/breadcrumbs/
Thank you for your understanding.
To avoid this problem, you must use featured image with minimum 696px width.
Hello,
I can see the fonts are appearing on your site are same as the one used on demo site.
Hello,
Mobile theme plugin gives you minimal settings option in theme panel.
Refer: http://prntscr.com/o8908z
Categories, Post settings does not work with mobile theme. You can disable mobile theme plugin to see the changes on mobile (Responsive version of the theme)
Hi @kelvinsee
Glad, I was able to help.