Forum Replies Created
-
AuthorPosts
-
February 23, 2015 at 12:15 pm in reply to: Page ( which is set as business ) content doesn't show on business page template #22407nuruddinctg1990Participant
I added the code on my child theme ( interface-child/functions.php)
Nothing happened. I wanna change interface-child/inc/interface-footer_info.php. What can do ? I followed everything to create child theme. But only style.css is working.
I know some php functions. Please help me to work on child theme.
In your previous message i see some code to unhook the parent code. Is it for all file changing? Or for only search and 404 file?
I put my child theme interface-footer_info.php file on the folder that is (interface-child/inc/interface-footer_info.php). Isn’t it correct to alter any code from child theme?nuruddinctg1990ParticipantWhere and which file should be changed for getting one sentence as business home page for service widget?
February 21, 2015 at 4:39 pm in reply to: Page ( which is set as business ) content doesn't show on business page template #22339nuruddinctg1990ParticipantOh, i found where to add the code: <?php the_content(); ?>
February 21, 2015 at 4:34 pm in reply to: Page ( which is set as business ) content doesn't show on business page template #22338nuruddinctg1990ParticipantThanks for your reply. But where i will add the function?
One help. I created a child theme on my local host. Style.css file is working good. But when i want to add other file it is not working. I elaborately saying…
my child theme folder name: interface-child
css code:
/*
Theme Name: interface Child Theme
Author: Self-Help WordPress User
Template: interface
*/
@import url(“../interface/style.css”);
My problem is that when i want to alter some code copying the same file on same folder from parent theme, it doesn’t affect on site. What is problem? Is there anything wrong ?
For example:
I want to change interface-footer_info.php file. I copied the file on interface-child/inc/interface-footer_info.php. But when i change anything it doesn’t affect on the site. Please help me.February 19, 2015 at 3:05 pm in reply to: Page ( which is set as business ) content doesn't show on business page template #22241nuruddinctg1990ParticipantNo, i think you did not understand my message. I set all ‘ business page template’ widget. Now i want to show my home page content bellow those widgets. Is it possible? Please help me.
-
AuthorPosts