Forum Replies Created

Viewing 3 Topics - 1 through 3 (of 3 total)
Author Posts
December 12, 2014 at 7:45 pm in reply to: Overriding the functions.php parent file in a child theme 32212
Hovsep Hovsep

thanks a lot, it works.

December 9, 2014 at 5:42 pm in reply to: Overriding the functions.php parent file in a child theme 32046
Hovsep Hovsep

Basically what I’m trying to do is the following:
the dokan theme has a top right menu which in it we have the sign up button and the and login and the cart if you are not signed in, so let’s call that the top menu…. What I want to do is bring that menu from the top and include it in to my main menu, so I will have my menu and the dokan theme user menu as one.
in order to do this I have located where the code is and included it to my menu, the function was dokan_header_user_menu(), so I want to remove the ‘ul’ tags from this menu in order to style the menu properly, and have more control on how it’s going to behave.
I don’t want to chage the main dokan theme files cuz it have a lot of features that I want to use, so I wanna know if there is a way that I can override the template-tags.php file, which has the dokan_header_user_menu() function.
thanks

December 3, 2014 at 8:51 pm in reply to: Overriding the functions.php parent file in a child theme 31730
Hovsep Hovsep

I’m doing that but it’s not working, i have figure out why but i can’t fix it.
The file that i’m talking about is beeing called from the parent function.php file, so it always loading the parent file, when i do the same in my child theme, i’m getting a duplication error…can you help ?

Viewing 3 Topics - 1 through 3 (of 3 total)