Search Results for 'child theme'

Results from the Forum
Calin
tagDiv Staff

Hi,

Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all non theme/tested plugins, also if you are using child theme, clear all cache and try again.

Thank you!

Calin
tagDiv Staff

Hi,

Please make sure that all the settings are like in our requirements, please follow the guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all non theme/tested plugins, also if you are using child theme, clear all cache and try again.
When tagDiv Composer is not working -> https://forum.tagdiv.com/tagdiv-composer-not-working/

If there is still a problem, please provide some more details and some screenshots.

Let me know the results!
Thank you!

Calin
tagDiv Staff

Hello,

Is look that you have a problem with Access-Control-Allow-Origin (CORS origin)
-> http://prntscr.com/q2n2a5 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!

Valerio
tagDiv Member

Yes, now it works. Really a shame that cannot be set in child theme 🙁

pavel_t
tagDiv Member

No, of course I’m talking about posts/articles assigned to only one category. And problem is not Category listing, but feature Next/Previous posts on Post view.
In your theme you could turn it on for whole web (Newspaper / Theme panel / Post settings / SHOW NEXT AND PREVIOUS POSTS – Show or hide next and previous posts (bottom of single post pages)
or put this element manually into Cloud Post Template (Add / Single Post shortcodes / Single Post Next Prev)
But in either case there are no setting options. And apparently your Theme uses default WP value, which is “same_category=false”, that means your theme will show Next/Prev posts just in date order, jumping from one category to another.
And my question is how to override such behaviour? Usually in profi templates is there always way through child theme functions.php, where you have to change same_category to true. But I don’t know how to do it in Newspaper theme – it depends on the code your programmers used.

Calin
tagDiv Staff

Hi,

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If you use a plugin like Wordfence please set it in learning mode.

Let me know the results!
Thank you!

Vlad S
tagDiv Staff

Hello !

Please note that this issue is fixed in the in the Newspaper 10.1 update.

Also for child theme you have to insert all the paths. Also please note that you will have to copy loop single and single template.

Thank you !

Vlad S
tagDiv Staff

Hello!

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again. We have tested this option on our end and everything worked out fine.

Thank you !

Calin
tagDiv Staff

Hi,

There should be no difference on “TEXT LOGO TAGLINE”, maybe this is a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If you want to remove the tagline from mobile theme, you can add this custom css -> .td-main-menu-logo .td-tagline-text {
display: none;
}

-> http://prntscr.com/q26yhp the code need to be set in theme panel > mobile theme > custom code> css -> http://prntscr.com/q26yr8

Thank you!

Calin
tagDiv Staff

Hi,

If you are using the child theme, then please set the code in the functions from the child, in this way you’ll not lost you code when you’ll make a theme update.

Thank you!

Vlad S
tagDiv Staff

Hello!

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again. We have tested this option on our end and everything worked out fine.

Also please note that User Roles is a WordPress feature not a Newspaper one. Find out more about it here: https://www.wpbeginner.com/glossary/user-role/

Thank you !

Vlad S
tagDiv Staff

Hello!

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again. We have tested this option on our end and everything worked out fine.

Thank you !

Vlad S
tagDiv Staff

Hello!

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again. We have tested this option on our end and everything worked out fine.

Thank you !

Vlad S
tagDiv Staff

Hello!

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Thank you !

Calin
tagDiv Staff

Hi,

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Let me know the results!
Thank you!

Vlad S
tagDiv Staff

Hello !

Yes, the best ideea would be to insert them in your functions.php in child theme. Please follow our tutorial here in order to learn how to set up child theme properly: https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thank you !

Vlad S
tagDiv Staff

Hello!

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Thank you !

Vlad S
tagDiv Staff

Hello!

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Thank you !

Calin
tagDiv Staff

Hi,

Sorry was my mistake, the file that need to be edit for comment section is in wp-content/plugins/td-composer/legacy/common/wp_booster/comments.php the file mentioned above contain only the path to the comment file -> http://prntscr.com/q24o5c unfortunately this can not be set in child theme, sorry!

Thank you for your understanding!

Vlad S
tagDiv Staff

Hello!

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Thank you !

robink
tagDiv Member

hello same problem here…

but when modifying and copying the files in the Child theme structure as follows
newspaper-child/parts/single/loop-single-1.php (and the single-template-1.php)
nothing changes…

so right now we Can’t modify the parts and use them in child theme, we must edit the plugin file, right ?

or use a cloud template..

  • This reply was modified 6 years by robink.
squbit
Participant
#0

Hi, I’m trying to customize the post template and according to https://forum.tagdiv.com/the-child-theme-support-tutorial/ I have to take files from wp-content\plugins\td-composer\legacy\Newspaper\parts\single to my child theme. In the Newspaper v10.1, I can’t find templates under that directory. However I can find them under \wp-content\plugins\td-standard-pack\Newspaper\parts\single. If I take template files from that directory, will it work in the child theme?

Thanks

pavel_t
Participant
#0

Hi, I generally had disabled Previous/Next post options for whole my Newspaper web, but on specific category I want to have such option – to allow visitors to continue reading story from one post to another one.
I guess there is no way how to set up such behavior via Newspaper theme panel so I have created Cloud Template Type “single” for these posts and in this template I added element “Single Post Next Prev“. BUT there is almost no customization options for element, only Color and CSS. And of course on post page it works the wrong way – it shows next/prev posts regardless category.
So my question is: how can I setup Previous/Next post feature in the same Category? I would accept even necessity of Child theme where will be modification for function get_previous_post $in_same_term = false=>true, but I don’t know, how exactly element “Single Post Next Prev“ uses this basic WP function and what precisely should be in functions.php

gumball44
tagDiv Member

OK thank, I followed your advices https://forum.tagdiv.com/how-to-make-the-site-faster/

1. Enabling Gzip compression
2. Set the Leverage Browser Caching

It works but now I am following this tutorial https://speedrak.com/blog/how-to-move-javascripts-to-the-footer-in-wordpress/
I just have a question, I added this code `// Custom Scripting to Move JavaScript from the Head to the Footer
function remove_head_scripts() {
remove_action(‘wp_head’, ‘wp_print_scripts’);
remove_action(‘wp_head’, ‘wp_print_head_scripts’, 9);
remove_action(‘wp_head’, ‘wp_enqueue_scripts’, 1);

add_action(‘wp_footer’, ‘wp_print_scripts’, 5);
add_action(‘wp_footer’, ‘wp_enqueue_scripts’, 5);
add_action(‘wp_footer’, ‘wp_print_head_scripts’, 5);
}
add_action( ‘wp_enqueue_scripts’, ‘remove_head_scripts’ );

// END Custom Scripting to Move JavaScript`

in functions.php, but I have a child theme. Do I have to put this code in functions.php of my Child Theme ? or in Newspaper theme functions.php ? or Both ?

Thank you

  • This reply was modified 6 years by gumball44.
  • This reply was modified 6 years by gumball44.
Vlad S
tagDiv Staff

Hello!

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Please note that we answer the topics from Latest to Newest Monday – Friday from 08:00AM to 05:00PM GMT+2 So multiple replies to your topic will only make us to get harder to your topic.

Thank you !

Viewing 25 results - 5,301 through 5,325 (of 12,866 total)