Search Results for 'child theme'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

You could try and target the first paragraph in the post content with CSS, like this
https://www.screencast.com/t/8eyzgCOjwd0A
This code will select the first paragraph and allow you to style it as you want, give it a try. Use the font properties you want in the code example, then enter it in Theme panel->Custom CSS section

.td-post-content p:first-child {
color: blue;
}

Thanks

Bogdan B.
tagDiv Staff

Hello,

Unfortunately your customization from newspaper 7 will most likely not work in newspaper 8.5 anymore. The code will have to be re-implemented and adjusted to the new theme code. There is no update proof method of altering the theme files. Code gets changed so your modifications of the old code need to change as well. WP 4.9.1 will not change anything though. Our theme is fully compatible with it so it should not create any issues.
Your child theme will have to be re-created though.
Please use this guide to properly update the theme: https://forum.tagdiv.com/how-to-update-the-theme-2/

Thank you!

Vegasrenie
Participant
#0

I have downloaded the upgrade, but I haven’t ftp’d it yet since it doesn’t work through WordPress. I have a customized 8.0 child theme, and I really don’t want to have to do all of that work again! My site is running smoothly, but I want to take advantage of the features of 8.5. I’m not quite sure what to do next.

大蚂蚁
tagDiv Member

Hi,
Thanks for reply.
I delete all the modifications.just the clean child theme files.still not working.I have updated to the latest 8.5.1
please check the images below.
cpt setting
MULTI - PURPOSE

ctoweett
tagDiv Member

Activate the child theme and customize it to prevent your custom css from being overwritten when updating the parent theme. You have two options to customize the child theme. You can use the customize option in the appearance section (I use that because it enables me to see live edits) or the Custom CSS option on Newspaper>Theme Panel>Custom Code> Custom CSS.

Fatih
tagDiv Member

Hi,

I try this on my child theme. I did it on desktop version but i didn’t it on mobile theme. I did Catalin’s steps as same. Can you help me ?

Thanks,

brent
tagDiv Member

Appears that this was related to the child-theme. Once I changed to the parent theme, the color settings work fine.

mrtran
Participant
#0

Hi,
When I upgrade to the latest theme version 8.5.1, some images not full frame on mobile screen (plz see image attach http://www.screencast.com/t/jFWq55gpL). I used child theme. Can everybody fix this issue?
Thank you so much!

aftereffectsmagic
Participant
#0

Hi there,

Just set up a child theme to work with Newspaper 8.5, using the files present in the /code folder. But the Child Theme tutorial for Newspaper specifically says not to use the Child Theme API, so I wanted to clarify one thing.

Do I customize the child theme via the “Customize” button on the child theme itself in the Appearance/Themes section, or do I customize the parent Newspaper theme and make all changes there THEN activate the child theme? What is the best way to work with the child theme?

Thanks!

rfdempsey
Participant
#0

Hi All

I created a child theme when I installed Version 7 on our site. We are hosted on WPengine.
Im not sure how to update to 8.5 and preserve all the work we have done over the past year.

Im also worried about the upgrade to WP 4.9.1 – how will this change anything.

site is https://icapeace.org

Bogdan B.
tagDiv Staff

Hi,
The plugin should work as before without any issues. The plugin works fine on our end. There are no problems in using visual composer.

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,

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.

If you still encounter issues, please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

This could be a plugin conflict or a customization problem 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

Usually the image loading effect breaks because of a js error caused by plugin conflicts.
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,

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,

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,

Please read this guide: https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thank you!

Pancho1
tagDiv Member

The theme panel is not work with child-theme. I make the update 8.5.1 and its not work. I am deactivate purpose plugin and now is work. The update is not working?

Regards

Graphic Oracle
tagDiv Member

@ Simion C. I purchased Newspaper 8.5 Theme about a week ago. The multi-purpose plugin was not functioning properly from the initial install. After upgrading to 8.5.1 the multi-purpose plugin still does not function with the Child Theme active. Only when the Child Theme is disabled will the multi-purpose plugin work. I performed a fresh install of WordPress & Newspaper 8.5.1 (re-downloaded all files) with no additional plugins outside of the Newspaper 8.5.1 Theme to check for conflict, and the the multi-purpose plugin still does not function with the Child Theme active.
See these screen caps—

* Error message with both Child Theme and multi-purpose plugin in Newspaper 8.5.1 are “active”. SCREEN CAPTURE
• System Status Panel Shows all “green lights”. SCREEN CAPTURE
• Error appears only when Child Theme is “active”. Works fine when Child Theme is “inactive”. SCREEN CAPTURE

beermoney
Participant
#0

Since updating the theme, I seem to be missing the search icon/box. We don’t use the default menu placement in the theme as we use an “off-canvas” slide-out style menu. So I had the menu hidden with “.td-header-style-7 #td-header-menu { display: none; }”. Now it seems that the Search icon is apart of the Main menu or the Top menu. I went into the theme and set the setting to be in the Top menu but I never saw anything. So then I removed the “display: none;” from the CSS child theme to make it show up, and changed the search setting in the theme panel to the main menu, except it doesn’t show up. Not sure what I did or if some settings changed, but I can’t for the life of me get the menu to show up or the search icon. So, I come here looking for some guidance.

http://oi68.tinypic.com/w1wug5.jpg

drcocci@gmail.com
tagDiv Member

Hi,
I’m sorry, issue solved but because of solution depends on multi-purpose plugin and the theme child bug, see ( https://forum.tagdiv.com/topic/still-not-compatible-theme-child-updated-to-v8-5-1/ )

LEO VOLLMERHAUSE
Participant
#0

Newspaper Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet.

crazydiver
Participant
#0

Hello Tagdiv,

I read the documentation on child themes but I’m not clear on it.

It seems that I make a folder called Newspaper-child in the wp theme’s root (not inside newspaper theme).

Then I copy these three files? styles, functions, and single_template file and add it to the child folder???

Please advise. I made edits but It feels wrong as it isn’t working for me.

Thanks.

Simion C.
tagDiv Staff

Hi,

Unfortunately we do not have a customization department at the moment. Something like this will require modifications in the post template structure, and probably additional styling. The post templates design is predefined, and there are no options at the moment to customize them like that.
You could customize the template if you wish directly or in a child theme
https://forum.tagdiv.com/the-child-theme-support-tutorial/
The template files are located in the main theme folder, each post template has a single and loop-single file
https://www.screencast.com/t/in1kMoyP5tz
In these files the post structure can be seen. Custom code can be entered in the child theme or Theme panel->Custom code sections.
Please also take a look at the theme demos, all of them have custom design. Maybe one has a custom post design that you might like
https://demo.tagdiv.com/select_demo/select_demo_newspaper

Thanks

Simion C.
tagDiv Staff

Hi,

Please enter the code as it is, do not modify it at all

.page-template-default .wpb_text_column .w2dc-listings-block :last-child {
margin-bottom:0!important;
}

Make sure it is not in conflict with other codes you might have in the theme panel. Try removing all other codes and leave only this one. Or enter it directly in the theme stylesheet file to see if it works.

Thanks

Viewing 25 results - 8,801 through 8,825 (of 12,866 total)