Home User profile
tagDiv Member
Founder and Chief Editor at InfoPhilic, a designer, developer and hardcore fan of WEB.
Amit
tagDiv Member

The problem is from Newspaper theme. The editor works well with default theme Twenty Nineteen. Refer: https://prnt.sc/pt8oxu

Amit
tagDiv Member

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)

Amit
tagDiv Member

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

Amit
tagDiv Member

It’s working for me. Can you check again?

Amit
tagDiv Member

@equalitygr

You can use Jetpack plugin to auto share your posts on social media accounts for example: Facebook, Twitter

Hope this will help.

Amit
tagDiv Member

How can I help you?

You can edit that file using SFTP or cPanel (File Manager)

Amit
tagDiv Member

@mahir

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.

Amit
tagDiv Member

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.

Amit
tagDiv Member

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

Amit
tagDiv Member

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

Amit
tagDiv Member

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

Amit
tagDiv Member

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

Amit
tagDiv Member

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!

Amit
tagDiv Member

Make sure you add ads code under Theme panel > Mobile theme > Mobile ads
Hope this will help you.

Amit
tagDiv Member

Are you asking for a single article template or archive page?

Amit
tagDiv Member

Edit the template using td composer and add subtitle block and update.

Amit
tagDiv Member

Are you using custom template using Cloud library?

Amit
tagDiv Member

you can find it in the post editor under post settings.

Refer: http://prntscr.com/obc74w

Amit
tagDiv Member

Welcome @redgry

Amit
tagDiv Member

You can use Subtitle field to display summary just below title.

Amit
tagDiv Member

This will help you to disable breadcrumbs.

https://forum.tagdiv.com/breadcrumbs/

Thank you for your understanding.

Amit
tagDiv Member

To avoid this problem, you must use featured image with minimum 696px width.

Amit
tagDiv Member

Hello,

I can see the fonts are appearing on your site are same as the one used on demo site.

http://prntscr.com/o894iw http://prntscr.com/o894no

Amit
tagDiv Member

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)

Amit
tagDiv Member

Hi @kelvinsee

Glad, I was able to help.

Viewing 25 posts - 151 through 175 (of 511 total)