Home › Forums › Pro Themes › Magazine Plus Pro › Home button
- This topic has 9 replies, 2 voices, and was last updated 7 years ago by wensolutions.
-
AuthorPosts
-
December 11, 2017 at 2:58 am #60276Hans V. JensenParticipant
Hello Wen,
Can the Home Button not be removed and replaced with text?
December 11, 2017 at 6:27 am #60285wensolutionsKeymasterHello @hansvjensen,
You can definitely remove the home button through the use of child theme.
For this activate the child theme using the plugin given below:
https://wordpress.org/plugins/wp-child-theme-generator/
After activating the child theme in your child theme functions.php file paste below-given code:
function magazine_plus_pro_remove_menu_items(){ remove_filter( 'wp_nav_menu_items', 'magazine_plus_custom_links_in_navigation', 10, 2 ); } add_action('init', 'magazine_plus_pro_remove_menu_items');
Hope this helps.
Best Regards!!
December 11, 2017 at 6:52 am #60287Hans V. JensenParticipantHello Wen,
Sorry, but I’m not at all.
With a whole new theme set up to remove home?
And put the code in as dumped below with a lot of errors?
December 11, 2017 at 11:22 am #60341wensolutionsKeymasterHello @hansvjensen,
Actually we have tested the code and then only provided to you .
So please post the error so that we could solve it for you.
Also you should always go through the child theme approach for any modification in the theme. If you make any modification directly in your theme then all the original data will be lost .
Furthermore, to make all the content of the parent theme transfer to child theme you can below given block of code in your child theme functions.php file .
https://gist.github.com/anonymous/8b08638a312b5d18e9e07eecc89b2b05
Adding this block of code does not require any customization in child theme. All of the setting get transferred from parent theme.
Hope this helps.
Best Regards!!
December 11, 2017 at 11:40 am #60345Hans V. JensenParticipantHello Wen,
I think there should be some fixes to get it away. So either I can live with Home button or take Clean Commerce Pro to me again. Still waiting for reply to
http://themepalace.com/topic/quicklinks-coler/
The question here is also whether the font size in the Primary menu can be changed?
Regards,
HansDecember 11, 2017 at 11:53 am #60346wensolutionsKeymasterHello @hansvjensen,
You can even remove the home button with the CSS given below :
#primary-menu li.home-menu { display: none; }
Also we will definitely answer your query there.
Thank you very much for your patience.
Best Regards!!
December 11, 2017 at 1:07 pm #60355Hans V. JensenParticipantHello Wen,
Thanks. It was just the CSS code.
By the way, I never receive mails from you by reply. Although “Notify me of follow-up replies via email” is set. Instead I need to enter and update the browser and see if there has been an answer.
Regards,
HansDecember 12, 2017 at 10:51 am #60475wensolutionsKeymasterHello @hansvjensen,
When we checked the issue we are unable to find such issue . We received the followup email as well.
So please have a look into your spam message.
Thank you.
Best Regards!!
December 12, 2017 at 11:35 am #60480Hans V. JensenParticipantHello Wen,
I get no mails. Also not in the Spam folder.
Seems not to look like you being so long respond to
http://themepalace.com/topic/quicklinks-coler/I had to go on. Unfortunately, I will not use Clean Commerce Pro.
Regards,
HansDecember 12, 2017 at 12:00 pm #60483wensolutionsKeymasterHello @hansvjensen,
We really would like to apologize for the inconveniences.
We have answered your query and if you have any issue further you are always welcome to post them and not to forget clean Commerce pro is an amazing them to use .
Also we would like to assure you that if get any issue further please post then and we try to answer it as quickly as we can .
As for the mail please verify whether you have entered your correct email while registering in TP or not because when we tested we got the mail after an answer is posted for the query.
Thank you.
Best Regards!!
-
AuthorPosts
- You must be logged in to reply to this topic.