Home Forums Pro Themes Magazine Plus Pro Home button

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #60276
    Hans V. Jensen
    Participant

    Hello Wen,

    Can the Home Button not be removed and replaced with text?

    #60285
    wensolutions
    Keymaster

    Hello @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!!

    #60287
    Hans V. Jensen
    Participant

    Hello 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?

    #60341
    wensolutions
    Keymaster

    Hello @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!!

    #60345
    Hans V. Jensen
    Participant

    Hello 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,
    Hans

    #60346
    wensolutions
    Keymaster

    Hello @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!!

    #60355
    Hans V. Jensen
    Participant

    Hello 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,
    Hans

    #60475
    wensolutions
    Keymaster

    Hello @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!!

    #60480
    Hans V. Jensen
    Participant

    Hello 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,
    Hans

    #60483
    wensolutions
    Keymaster

    Hello @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!!

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.