Search Results for 'child theme'

Results from the Forum
Bogdan B.
tagDiv Staff

Hello,

This could be a plugin conflict so please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Thank you!

Simion C.
tagDiv Staff

Hi,

Mobile theme files cannot be modified through the child theme, at the moment. Support could be added in future update for this. You will have to make the modifications in the main theme files, and maybe back them up before updating the theme. That way you will not loose them after an update.

Thanks

Vano-253
tagDiv Member

it’s hard to do yourself? it may be possible to make a simple code in child theme?

Edward
tagDiv Member

https://forum.tagdiv.com/the-child-theme-support-tutorial/

A sample child theme (with style.css and functions.php files) is available in the /code/ folder in the package that you downloaded form Themeforest:

golfretailing
Participant
#0

hi, how do I install the child theme? i can’t find it in the zip folder anywhere..

liberoarbitrio
tagDiv Member

Hi, does the mobile plugin support childe theme? As for personal needs I had to change the thema.
Thanks,
Marco.

Simion C.
tagDiv Staff

Hi,

That depends on how you made the customization. Code entered in the theme panel custom code sections will not be lost after a theme update. Code entered in theme files or modifications made to them will be lost.
There are 2 ways that are considered safe for theme customization. Either through theme panel custom code, or by creating a child theme
https://forum.tagdiv.com/the-child-theme-support-tutorial/
As always before making an update it is recommended to make a full back-up
https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks

Simion C.
tagDiv Staff

Hi,

You should consider updating the theme, to fully benefit of these features properly. The latest version also includes many more elements, please see the changelog
https://themeforest.net/item/newspaper/5489609
There were multiple layout and design options added for rows, also multi-purpose plugin was introduced which brings a wealth of functionality and possibilities
https://www.youtube.com/watch?v=C0ARTSimnUY
The theme should be customized through a child theme if possible, so the them could be updated and not loose customization
https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks

Freddy Meynard
Participant
#0

tagdiv composer’s interface is all scrambeled when editing rows, i dont have any extra css or plugins in place that would be affecting this. I noticed this since updating to latest version of newspaper and installing the new multipurpose addon.
I also tried adding a child theme and is not recognizing it. Please help

https://www.screencast.com/t/MGcdK3Lli25

Simion C.
tagDiv Staff

Hi,

You could begin with this files, but I couldn’t say if something like would be achievable
https://www.screencast.com/t/GjxjUflSnetI
https://www.screencast.com/t/WIrQnbJnad
Also the child theme will allow modifications for these files only
https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks

drcocci@gmail.com
tagDiv Member

ok, could you tell me the file (or the query) that work between category and object megamenu so I will try a theme child personalizzation.
Thanks
Regards
Dr. A. Cocci

Simion C.
tagDiv Staff

Hi,

The code provided in the child theme functions and stylesheet has not changed over the previous updates. We have updated the child theme theme image, not the version however
https://www.screencast.com/t/HogjCpvdd
We will update this in the future update hopefully.
Regardless, that version will not be a problem, you can keep using older versions of the child theme.

Thanks

Bogdan B.
tagDiv Staff

Hello,

This could be a plugin conflict so please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Usually this happens when there is a broken html tag on that page or post. Please check the code in text mode and make sure all html tags are closed. It could also be a plugin conflict so please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Thank you!

Simion C.
tagDiv Staff

Hi,

Removing these elements by this method should not have an impact on SEO, they will still be loaded in the page source, but they will not be visible.
To remove the comment count in the author page author box, in both desktop and mobile
https://www.screencast.com/t/UonRDOc6E
https://www.screencast.com/t/xdSL2ZgLQ

.author .td-author-counters span:last-child {
display:none;
}

Enter the code in both Theme panel->Custom CSS code, and Theme panel->Mobile theme->Custom CSS section. The code will remove the comment counts in these situations.

Thanks

rgomez
Participant
#0

Hello,

I tested the updated in a temp domain. The newspaper files are updated. however the child theme still shows the same (newspaper7). I uploaded only the newspaper8 not the child. How to update the theme with child theme? I haven’t updated since last year I have Version: 7.5

Simion C.
tagDiv Staff

Hi,

The child theme included in the package will work properly with the theme. Simply copy the child theme folder in the themes folder in your WordPress install. Main theme has to be active before activating the child theme
https://www.screencast.com/t/i7I4Wq7y
There would be no problem if this is what you are doing.

Thanks

Mayank Kapahi
tagDiv Member

it is a newspaper child theme

Simion C.
tagDiv Staff

Hi,

Activate the child theme and see if there are any issues. Depending on the child theme customization there could be need to adapt the code used in it, if there are problems. make tests to check for potential problems.

Thanks

Atelier Shen
Participant
#0

Hi,

I’ve downloaded and upgraded to the newest version of Newspaper theme.
When I try to install the child theme in /code folder, it says “Can’t find parent theme Newspaper”. How can I solve this issue?

Is there a newer child theme to download? The one in package says it’s for Newspaper 7.7. Seems kinda oldish.

Thank you.

junaiddar
tagDiv Member

I checked it in another browser and everything seems to be fine. must be something to do with cache.

Just let me know about the child theme? Will my child theme work fine with 8.5.1? I am using the child theme that I activiated with newspaper 7 I guess.

420productions
Participant
#0

We are having an issue similar to this one:

https://forum.tagdiv.com/topic/theme-colors-not-loading-menu-items-error/

When we load the core theme, everything works fine.

When we load the theme via child, we get no background colors (the fancy blue colors) in the theme panel. Also, all of the sub-items on the right side (that you see when you click the main items like HEADER and FOOTER and ADS on the left sidebar) simply display the square loading gif without actually opening the panel.

The theme .zip was freshly downloaded from Themeforest last night. The theme version is listed as 8.5.1 but the child theme’s style.css has the version listed as 7.7c. Is this breaking the loading of the child theme in any way? I see the enqueueing in the child’s functions.php:

wp_enqueue_style(‘td-theme-child’, get_stylesheet_directory_uri() . ‘/style.css’, array(‘td-theme’), TD_THEME_VERSION . ‘c’, ‘all’ );

Do the style versions need to match?

junaiddar
tagDiv Member

Okay so I updated the theme to 8.5.1 via filezilla and I still have this problem.

Many other problem have resolved itself.

I just want to make sure of one other thing. I am using a child theme, do I need to do something (upgrade) to my child theme as well? or that should be good to go ?

Simion C.
tagDiv Staff

Hi,

I really couldn’t say when the deprecated will be removed, or if it would be an issue using it. If you made tests and it works you could use it for the moment.
Or modify the file in the child theme, I believe you should be able to modify it and add your conditions, in a child theme.

Thanks

Simion C.
tagDiv Staff

Hi,

In that case you could enter the code directly in the theme stylesheet, at the end of the existing code
https://www.screencast.com/t/xdIlo6vyK4H
Either modify the file by FTP, or you could even edit the stylesheet with the default WordPress editor
https://www.screencast.com/t/JIi1YDRPS
Or create a child theme for theme customization, and see how it goes
https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks

Viewing 25 results - 8,751 through 8,775 (of 12,866 total)