Best Premium and Free WordPress Themes › Forums › Infinite Photography › Problems with update from 1.1.3 to 1.2
- This topic has 7 replies, 2 voices, and was last updated 7 years, 5 months ago by acmethemes.
-
AuthorPosts
-
June 14, 2017 at 1:21 pm #18113cwjsParticipant
Hi,
I have updated from 1.1.3 to 1.2 and lost a lot of the design of the theme, the black border has gone and the title etc is just black writing on a white background. I am using a child theme so I did not expect to loose what is a standard part of your theme, do you have any idea why please.Thanks
Clive
June 14, 2017 at 2:25 pm #18115acmethemesKeymasterHello cwjs,
Can you please check all the settings on appearance > customize and check all the options there. Hope you will get the options to manage every setting for the updated features. Please check once and let us know.Regards
June 14, 2017 at 3:55 pm #18120cwjsParticipantHi,
I checked all the settings and they were the same, I then tried the reset option at the bottom and it is still the same, If I do not use the child theme it works, the child .css is just comments, this is what the child function.php contains
<?php
// Exit if accessed directly
if ( !defined( ‘ABSPATH’ ) ) exit;// BEGIN ENQUEUE PARENT ACTION
// AUTO GENERATED – Do not modify or remove comment markers above or below:if ( !function_exists( ‘chld_thm_cfg_parent_css’ ) ):
function chld_thm_cfg_parent_css() {
wp_enqueue_style( ‘chld_thm_cfg_parent’, trailingslashit( get_template_directory_uri() ) . ‘style.css’, array( ‘infinite-photography-bxslider-css’,’infinite-photography-fontawesome’,’magnific-popup’ ) );
}
endif;
add_action( ‘wp_enqueue_scripts’, ‘chld_thm_cfg_parent_css’, 10 );// END ENQUEUE PARENT ACTION
This came from a child-theme plugin
Clive
June 14, 2017 at 10:47 pm #18124acmethemesKeymasterHello Cwjs,
Instead of creating the child theme from plugin, we suggest you to make child theme yourself. Please read this blog post and try to make the child theme easily.
If the same issues arise on that as well, please check by clearing cache. Please let us know the site url as well. We will check from here too.Thank you
June 15, 2017 at 1:05 pm #18138cwjsParticipantHi,
You said “this blog post” but did not put a link to the post you were talking about
My website is wateratairports.com
CliveJune 15, 2017 at 3:53 pm #18141acmethemesKeymasterOh, we are extremely sorry for that. Please here is the link. https://www.acmethemes.com/blog/2016/07/child-themes-and-its-importance/
Thank you
June 16, 2017 at 5:47 pm #18189cwjsParticipantHi,
Thank you, that fixed it, I am still not sure what was wrong with the other child theme but using the one you suggested has worked fine.
Regards
Clive
June 16, 2017 at 10:13 pm #18195acmethemesKeymasterNice to know that your problem is solved.
Regards
-
AuthorPosts
- You must be logged in to reply to this topic.