Forum Replies Created
-
AuthorPosts
-
Grafixer
MemberI think you might sent me the wrong codes. You are using as the parent code, your basic Clean Retina theme. I have only the Clean Retina Pro installed. Do I need the very basic theme also, even if I do not use it? In your codes you refer only the basic Clean Retina theme as opposed to the Pro version.
When I replace the import code, I still missing the header image, and all my menu items are in different order. Some of the menu item names I used a different word as label. It does appear fine in the Clean Retina Pro theme, but once I implement the child version, it uses the original designation. For instance, my landing page greeting is Hello & Welcome, but the name of the page and the link is HOME. On the Clean Retina Pro, it displays the proper wordings, however in the child theme in the menu it reverts to Hello Welcome instead of HOME only. Can you please advise what is wrong? I am afraid to proceed to any further custom coding till the child theme does not show the exact same as the original Clean Retina Pro.
October 15, 2014 at 2:04 pm in reply to: Linking the child theme to the parent's theme style.css #17556Grafixer
MemberIs this import mode is better than the recommended process through a functions.php instruction, as suggested on the WordPress website? I am still missing the headers image, and some of the menu items are in the incorrect order, and it replaces the title of the link. Can you suggest where should I look for fixing the issue.
I am afraid to proceed for any custom coding in the child theme till it does not display the exact same order as the original theme, the Clean Retina Pro.
Please suggest where should I look for any solution. This does not seem to require any custom fixing. I am unable even to make a simple child theme.Grafixer
MemberI am still having problem with setting the change(s). The first issue is my child theme. After creating the child theme, I am loosing the heading image. I have only text appearing instead. Also some of the menu titles are changing their name and their order. Can you please help with that before we get back to the footer?
I created a child theme with a style-css document. I also created a functions.php document in the same folder where I inserted the following code:
<?phpadd_action( ‘wp_enqueue_scripts’, ‘enqueue_child_theme_styles’, PHP_INT_MAX);
function enqueue_child_theme_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri().’/style.css’ );
wp_enqueue_style( ‘child-style’, get_stylesheet_uri(), array(‘parent-style’) );
}This I picked up from the WordPress child theme website, which you recommended. Apparently it is a better way to instruct the site to pick up the style instruction from the parent css. Can you please help me by describing what am I doing wrong, that my child theme already distorts the original layout.
Grafixer
MemberCan you please confirm where to make the suggested changes. In the original theme-library-structure-footer-extention.php?
Or should I somehow copy the entire hierarchy to the child theme folder and make the change there? I am so sorry for asking again the same thing, but this is new to me and a bit scary. I appreciate your help.Grafixer
MemberI created the child theme, and have a new style.css file. I am not sure if should add the entire content of the footer-extension.php to the new style.css and change the line in the new text, or should i create a new library-structure – footer-extension.php in the child theme folder?
Grafixer
MemberIs the child theme part of WordPress or is it a feature of the Clear Retina Pro theme? Can you suggest a place where I can read up on the concept of child theme and how to calibrate it?
Thank you so much… AndyGrafixer
MemberDo I have to insert the code on every page, or this described method will insert it on every page on the site?
Grafixer
MemberThank you so much! It worked.
Grafixer
MemberIt worked! Thank you so much.
Grafixer
MemberThank you this worked.
I have one more question regarding footing: Is there a way to insert at the bottom some SHAREAHOLIC’s social media buttons on the right hand side bottom corner? I would like to align them up with the Copyright notice on the opposite left hand bottom corner. Is it the theme design which he’s to be modified of the social media plugins has to be coded?Grafixer
MemberCan you please help me out. I still have issues relating to this thread. Now that I was able to take out the padding from the bottom, I have too much space at the top of the footer. Can you please guide me, where do I adjust that? This is the link for my website. It is only the HOME page I am concern with at the moment, because once the footer is set, I would like to copy the rest for all the other pages. Can you please get back to as soon as you can?
Grafixer
MemberThank you for that code. How do I take off some height from the top of the footer?
Grafixer
MemberIs there a way to make the footer’s height less? On the left hand side I would like to put in a TELL A FRIEND button, and under it I would like to have the copy right information. On the right bottom corner I would like to list a few social media logos or links. Can you help me how to change the footer to accommodate all these?
Grafixer
MemberI do not know why, but I can not “stick” anything widget into the voter. Do I have to activate the fitter section first somewhere? I would like to install a a TELL A FRIEND button right above the copyright note. Please explain to me how to do that?
Grafixer
MemberI am sorry, I could not wait any longer for your suggestion, so time being I chose a different form builder. I will have later some more questions.
-
AuthorPosts