Search Results for 'child theme'

    No search results were found in Documentation!

Results from the Forum
Jamison
Participant
#0

Hi – I changed my category names in the Posts–>Categories menu of the native wordpress, but they do not update in the very top categories list. It is still the default theme categories. The new categories show up elsewhere in the composer as options. I tried deleting the cache, shift-refresh, etc.

As far as I can tell from the source, this part is not updating:

<!-- menu section -->
<div class="td-mobile-content">
<div class="menu-td-demo-header-menu-container"><ul id="menu-td-demo-header-menu" class="td-mobile-main-menu"><li id="menu-item-251" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-250 current_page_item menu-item-first menu-item-251">Home
<li id="menu-item-252" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-252">World
<li id="menu-item-253" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-253">Lifestyle
<li id="menu-item-254" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-254">Fashion
<li id="menu-item-255" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-255">Sport
<li id="menu-item-256" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-256">Music
<li id="menu-item-257" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-257">More<i class="td-icon-menu-right td-element-after"></i>
<ul class="sub-menu">
<li id="menu-item-258" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-258">Food & Recipes
<li id="menu-item-259" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-259">Photography
<li id="menu-item-260" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-260">Recipes
<li id="menu-item-261" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-261">Travel
<li id="menu-item-262" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-262">Arts

Any help to get these updated categories to show up would be appreciated.

dreammy
Participant
#0

I would like to remove the url that leads to the categories and in the articles to the author page.

With the new version of newspaper I can no longer find the right file it seems to me that it is in the TD COMPOSER except that the file is a zip can we make a child theme with the zip of the composer or there is another solution?

Zyrgon
Participant
#0

I followed this:

The headers are in the wp-content\plugins\td-composer\legacy\Newspaper\parts\header folder.
Create the same folder structure under your child theme root path (…\child_theme_name\parts\header\), copy the header file you need to modify there, and it’s ready to be used.

and it not worked for “td-login-modal.php”

Best Regards

Calin
tagDiv Staff

Hi,

Please make sure that you have the Newsmag v4.9.1 and you are using the child theme from that package, after that copy those file from td-composer in child ( if you do not have td-composer activate you need to copy these files from theme ) -> https://www.screencast.com/t/F6WitsKc here is a test that show that we are editing the default child -> https://www.screencast.com/t/cnNdVvuBn -> https://www.screencast.com/t/eWs1mZcY -> https://www.screencast.com/t/GnVM1DUpH7

Hope this will help you better!
Thank you!

luke-tt
tagDiv Member

Hi Calin,
thanks for the update. But the thing is I already added single.php and loop-single.php files to the child theme. They are simply not used.

Calin
tagDiv Staff

Hi,

You need to set in child theme the template that you are using, above I provide you an example using the style 1, if you are not using the style 1 and you are using the default style, then you can set the loop-single.php from wp-content/plugins/td-composer/legacy/Newsmag/loop-single.php in child theme folder wp-content/themes/Newsmag-child/loop-single.php if you do not have activate the tagDiv Composer plugin then you need to set the loop from theme file wp-content/themes/Newsmag/loop-single.php in child theme.

Hope this time I was more clear.
Thank you!

luke-tt
tagDiv Member

Hi Calin,
thank you for your help. It’s still not exactly clear to me, though. I’ve done the following:
– I’m using the default post layout. There is also a ‘style-1’ for posts, but I’m not using that.
– copied single_template_1.php + loop-single-1.php from the td-composer/legacy/Newsmag/parts/single folder.
– adjusted the loop-single-1.php file to suit my needs and uploaded it to the root of the child theme.
– the changes are not there. Are these two files actually the ones used for ‘default’? I’m in doubt, because for posts, you can also select style-1. But in the legacy/…/single folder, there are no ‘default’ loop-single or single_template files…

Calin
tagDiv Staff

Hi,

Please make sure that you install/update the theme correctly -> https://tagdiv.com/update-newspaper-theme/

Usually this is 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.

Let me know the results!
Thank you!

Calin
tagDiv Staff

Hello !

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.

Also you can check hose topics with a similar situation ->
https://forum.tagdiv.com/topic/theme-causing-high-cpu-usage-2/
https://forum.tagdiv.com/topic/sql-querys-high-cpu/

You can try this suggestion to Fix High CPU Load In WordPress -> https://www.ecenica.com/support/answer/fix-high-cpu-load-wordpress/
How to Fix Your High WordPress CPU Usage Problem -> https://www.hostwinds.com/blog/wordpress/fix-high-wordpress-cpu-usage-problem/

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.
Make sure that the php version is 7.1 or 7.2 not 7.3 also make sure that the wp-memory is at list 256MB.

Let me know the results
Thank you!

Calin
tagDiv Staff

Hi,

I’m not very sure that your shortcode will work in theme files, but if you want to try, you’ll need to have some coding skills, you’ll need to edit the loop-single-x.php x is the number of style, for example for post style 2 you’ll need to edit the loop-single-2.php -> https://www.screencast.com/t/ibaNSzZBg -> wp-content/plugins/td-composer/legacy/Newsmag/parts/single/loop-single-1.php also there will be better to use a child theme in this way, you’ll not lose the changes when you’ll make a theme update
-> https://forum.tagdiv.com/the-child-theme-support-tutorial/

Unfortunately there is no option to change the views count icon, sorry!

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

If you have the Newsmag v4.9 then you’ll need to use the child theme from that package; notice that in the now all the functionalities of Newsmag theme was moved in td-composer as per envato requirements -> https://tagdiv.com/updating-the-core-of-tagdiv-themes/

If you want you can use this guide for child theme -> https://forum.tagdiv.com/the-child-theme-support-tutorial/ the files in the theme are set the same as in Newspaper, only the name of the theme is change wp-content/plugins/td-composer/legacy/Newsmag/parts/header/header-style-1.php -> https://www.screencast.com/t/AAby7XZJA for example in child theme the header-style-1.php file that is use by the header style 1 -> https://www.screencast.com/t/Nvmg772Dr then you need to be set like this -> parts/header/header-style-1.php

Hope this will help you!
Thank you!

Vlad S
tagDiv Staff

Hello !

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.

Thank you !

Vlad S
tagDiv Staff

Hello !

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.

Thank you !

Vlad S
tagDiv Staff

Hello !

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.

Thank you !

stemcpt
tagDiv Member

Hi,
Thanks for the prompt reply!
May be its not possible to override those templates because I didnt see any reference in your documentation
so please leave that for now as I did it via creating new page template

BUT

according to your documentation –

I should be able to override file wp-content/plugins/td-composer/legacy/Newspaper/parts/header/logo-h1.php

in child theme by making following
Newspaper-child\parts\header\logo-mobile-h1.php

BUT even this is not working

so defintiely something wrong with the theme

SO PLEASE HELP

luke-tt
Participant
#0

Hi,
I want to make some customizations to the td-post-header in the Newsmag theme. A child theme has been set up already, but simply adding single.php and loop-single.php with the changes there, does not work. The default post layout is selected in the Theme Options. Can you please tell me which PHP template files I should change?

Vlad S
tagDiv Staff

Hello !

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.

Thank you !

Vlad S
tagDiv Staff

Hello !

Sorry for missleading you !

Unfortunatelly the page builder cannot be inserted into the Child Theme. You will have to maintain it in the main theme.

Also please note that even the Child Theme is not update proof.

We are sorry for the inconvenience !

Thank you !

Sitebysite
tagDiv Member

I have modified only file in child theme.
thanks in advance.

Vlad S
tagDiv Staff

Hello !

Make sure that you don’t have the edited files in both locations, in child theme and main theme.

Thank you !

Sitebysite
tagDiv Member

I followed the instructions step by step but it doesn’t work.
I set child theme properly as the guide and I copy file model in child theme and I have modified it.
But nothing different happends.
Thanks in advance.

Vlad S
tagDiv Staff

Hello !

You have to simply copy the file in the child theme and it will work. Please make sure that you set up the Child Theme properly: https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thank you !

Vlad S
tagDiv Staff

Hello !

Unfortunately this issue comes from instagram. You will have to contact instagram support and let them know about your issue.

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.

Thank you !

Vlad S
tagDiv Staff

Hello !

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.

Thank you !

Sitebysite
tagDiv Member

Thanks it works.
When i’ll update theme td-composer plugin will be automatically updated?
In case affermative i’ll lose the modify? There is any way to put this modify in child theme?

thanks in advance

Viewing 25 results - 5,876 through 5,900 (of 12,866 total)