Search Results for 'child theme'

Results from the Forum
LevanteHoy
tagDiv Member

Hi Catalin;

Im using 7.4 version of Newspaper theme. I just created the child theme with NO modifications and activated it.

Catalin
tagDiv Staff

Hello LevanteHoy,

Please ensure that you are suing the latest version of the theme and also, please ensure that you have updated and you Child Theme. This will come bundled with the theme packet. The child theme is tested with the theme and seems to work as properly. For more information about our child theme, please check here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/

Hope this helps and let us know how it goes!

Thanks

Bogdan B.
tagDiv Staff

Hi,

Did you check your posts after you posted them?
You only created 3 topics including this one. Here are the other 2:
https://forum.tagdiv.com/topic/my-sidebar-wont-stay-fixed/
https://forum.tagdiv.com/topic/why-arent-my-ads-showing-up-properly/
Please double check before making any accusations.
Your issues are the same as in your previous topic. you have plugin conflicts affecting the theme JS and breaking theme elements. Disable all plugins except visual composer. clear cache and reset cdn files and then check again. Also check any customization in your child theme or js optimization you may have in place that can break the theme js.

Thank you!

PWS
tagDiv Member

Hi Alex

There is a great guide in the documentation on creating a child theme. Once you’ve done that copy the header.php file from the newspaper theme folder and put it in you child theme folder. Then you can edit to your hearts content :).

LevanteHoy
tagDiv Member

I mean that visual composer custom row don’t work in child theme

LevanteHoy
Participant
#0

Dear team:

I have some issue activating my child theme. All is correctly until i activate the child theme, all blocks of my frontpage (built with the visual composer) are displayed inline.

How I can solve it?

Catalin
tagDiv Staff

Hello stefitama,

Please ensure that you are using the latest version of the theme and also, your Child Theme version is updated with the theme. Please ensure that your additional customizations do not have any influence over the proper functioning of the theme. Clear all your caches and check the results.

Hope this helps and let us know how it goes!

Thanks for your understanding!

stefitama
Participant
#0

Hello,
I have an issue, when active the child theme the sidebar moves under all the elements and it does not keep the setting, how can I fix it?
Thank you!
Stefania

Bogdan B.
tagDiv Staff

Hello,

Unfortunately I cannot help as we have not tested the go pricing cart plugin. Please try your code in the main functions.php file, not in the child theme to see if it works from there. if it does not, it could require adaptation to work with our theme but plugin implementation in not part of the theme support i’m afraid.
You will have to get some hired help if you cannot do it yourself.

Thank you for your understanding.

BIBI
Participant
#0

Hello folks,

I want to add horizontal scrollbar to my Go Pricing chart. Plugin developer told me to paste the code into my (child)theme function.php folder. Unfortunately when i try to edit functions.php file Websites is not responding..

Can you please tell me where should i place php code, in order to change plugin layout..

news_lp_client
Participant
#0

Hi everybody,

I am using the Newspaper 7.1.1 With wordpress 4.6.1 and a small and clean theme child customization.
The site seems to be OK, and run without problems, but watching my error.log file in my site in production, i can see a lot of these errors:

[Wed Oct 05 04:26:44 2016] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function get_header() in /var/www/domain.com/public_html/wp-content/themes/Newspaper/index.php on line 6, referer: http://www.domain.com/wp-content/themes/Newspaper

[Wed Oct 05 04:38:12 2016] [error] [client 127.0.0.1] Invalid URI in request GET /../fonts/vc_grid/vc_grid_v1.eot?-9hbgac HTTP/1.1, referer: http://www.domain.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css

These can be resolved?

Adam4d
tagDiv Member

From my web guy:

Okay I did what he suggested completely. I deactivated everything except visual composer. Cleared cache. Same problem.

I turned it all back on, but can confirm that it is not a plugin conflict causing the problem. I also disabled the child-theme I created and that didn’t do anything either.

Can you follow up with support on that forum and see if he has other suggestions?

Bogdan B.
tagDiv Staff

Hello Adam,

If this modification does not work from the child theme, try to apply it to the main theme and see if the result is the desired one. We have not tested gravity forms so i cannot provide an official solution to making it work with our theme.
Test in the main theme and if it works from there.

Thank you!

fullworksmedia
Participant
#0

Hi there,
I’m using Newspaper 7 Child theme and added ‘all Gravity Forms capabilities to Editor role’ code into the functions.php. Unfortunately it doesn’t seem to work. This code works fine when using it with other templates, so I assume there must be something with the way your child theme works.

Any idea how could I get this code to work? Gravity Forms’ support says to add it into the functions.php, but it doesn’t work in this case.

/**
* Add all Gravity Forms capabilities to Editor role.
* Runs when this theme is activated.
*
* @access public
* @return void
*/
function grant_gforms_editor_access() {

$role = get_role( ‘editor’ );
$role->add_cap( ‘gform_full_access’ );
}
// Tie into the ‘after_switch_theme’ hook
add_action( ‘after_switch_theme’, ‘grant_gforms_editor_access’ );

Many thanks,
Adam

Bogdan B.
tagDiv Staff

Hello,

Unfortunately most of the files from WP booster will not work from the child theme. Here is a list of files that will work from the child theme:
https://forum.tagdiv.com/the-child-theme-support-tutorial/
Unfortunately td_module is not among them. You will have to make the modification in the main theme.

Thank you!

Bogdan B.
tagDiv Staff

Hello Chris,

We have not tested the mobile theme with a child theme so I cannot guarantee it will work from the child theme. You can try it out though but you need to create the folder structure for it. The mobile theme has separate files and a separate css file. The files for the mobile theme can be found here: http://screencast.com/t/MzjQKQ8OU

Thank you!

Alexpo
Participant
#0

Hello, guys.

I want to change article lists H3 title to another. I found includes/wp_booster/td_module.php file and place where it need to change. But, I use a child theme and when I copied that file to my theme folder – it did not work. Seems it because file td_module.php connect in file includes/wp_booster/td_wp_booster_functions.php through require_once(‘td_module.php’).

Is there a way to make changes in child theme td_module.php whithout changes parental theme file?

cborgers
Participant
#0

Hi,

I work with a child theme to override css styles from the main theme and some plugins. However when the mobile theme is active, the styles in my child theme are not loaded. Am i doing something wrong or is the mobile theme plugin not compatible with a child theme?

Thanks
Chris

34in
tagDiv Member

Thanks for the answer. I will look into it. Also I need to edit header as I want to have 2 widgets on left and right side of logo so that I can add my items. I explored files but I am not able to get the files. could you please tell me where I can edit and add widgets and in what file. Once you tell me, I will use that in my child theme.

Andrei L.
tagDiv Member

Hi

Try to login via ftp on the server and check the themes folder from your wordpress. Make sure that there is properly uploaded the child theme of Newsmag which can be found in Newsmag-tf/code.
Thanks!

Syams
Participant
#0

Help me please. I would like to install child theme but i found some problem

planetcappe
tagDiv Member

You should try it locally cause I can’t disable plugins on the live site. The screenshot above is relative to a local install with only the child theme and the Visual Composer installed, nothing else: no other plugins, no customizations, nothing of nothing. So I think you can be able to reproduce the error on your pc.
Thanks

erwinmiradi
Participant
#0

Hi,

I experience several problems with Newspaper 7.3
I couldn’t find anyway to fix them, so here I am.

First, I use Big Grid 7 from visual composer for my homepage.
Looks good on the desktop, but not appear on mobile.

Second, I use post template style #8.
The header background looks good on the desktop but not appear on mobile.
In fact, the author name falls behind the social buttons so it’s not visible to the readers.

Third, the sidebar in posts not appear on mobile.

I installed the theme on 2 different websites and they both have the same problem.
I’m using Newspaper child theme.

Thanks in advance

Catalin
tagDiv Staff

Hello Glitched,

Unfortunately, we cannot offer support for your custom modifications, sorry! Please notice that each of additional change might influence the proper functioning of the theme if this is not right done. As a general rule, please keep in mind that the CSS working in cascade (Cascading Style Sheet) and the first time take the code from style.css and then take your customizations that you have changed from Theme panel or through custom CSS area or your Child Theme and that’s why you get that delay in loading page. So, if you want to develop more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Thanks for your understanding!

Glitched
tagDiv Member

Hi Catalin,

Apologies, will you be able to check now please?

The customisation is in a child theme style.css.

Please would you advise how I can avoid the flash?

Viewing 25 results - 10,551 through 10,575 (of 12,866 total)