Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #115278
    Benjo3
    Participant

    Hello,

    one more question, hope it is okay that I opened a new topic.

    In case I activated the layout for three selected content column, then I do not need the same pages in my main menu right above the layout. The layout only appears on my homepage, so I would need to adapt the menu bar only for the homepage. Is there any way to do this?

    Thank you in advance!

    Ben

    #115343
    Pratik
    Keymaster

    Hi @benjo3,

    Do you mean to hide some menu items in homepage, it can be achieved. Let me know which elements to hide along with site url and I will provide you Custom CSS for that.

    Regards,
    Pratik

    #115377
    Benjo3
    Participant

    Hi Pratik,

    I am not very sure yet which pages I would like to show for the three selected column on the front page. But essential is that these three pages should disappear in the normal black menu bar. But still, they are to appear on any other page in the menu bar except on the front page.

    Maybe you can just send me the css code and I can insert the single pages later on by myself?

    Many thanks!

    Ben

    #115430
    Pratik
    Keymaster

    Hi @benjo3,

    I will need to see your site and give you CSS at that instant. Without your site url, it is not possible. When you decide which ones to show and which ones to hide, let me know and I will provide you css. It cannot be done without site url.

    Regards,
    Pratik

    #115452
    Benjo3
    Participant

    Hi Pratik,

    I have not yet installed the theme because I have some problems showing the tables correctly respectively the tabs you can see on my website http://www.wasseraktien.net/aktien but I am adjusting it and will activate the theme today or tomorrow.

    Concerning the tabs, I have one more question whether the theme supports Bootstrap. I would like to use nested tabs as you can see it here: http://jsfiddle.net/RLdYC/. So far it does not work but I am not very sure where to put the JS-Code. Shall I open a new topic for this issue?

    Thank you!

    Ben

    #115730
    Pratik
    Keymaster

    HI @benjo3,

    Sorry I thought I replied to this ticket but there was issue replying so my reply did not get posted. Did you add a new topic? The Bootstrap related stuff falls outside theme support scope. You will need to get some custom help.

    regards,
    Pratik

    #116402
    Benjo3
    Participant

    Hey Pratik,

    I have already activated your theme and now I would like to implement the selected content on the front page. But in case I activated the layout for three selected content column, then I do not need the same pages in my main menu bar right above the layout. The layout only appears on the front page, so I would need to adapt the menu bar only for the homepage. You already wrote me that there would be a solution. This is the website: http://www.wasseraktien.net. The three pages which are to appear in the selected layout are “Aktien”, “Nachrichten” and the third one is still in process. So these three pages do not need to appear in the menu bar on the front page but in the menu bar on all other pages. Is it possible that you provide me with the CSS-Code for that?

    Many thanks!

    Niclas

    #116437
    Pratik
    Keymaster

    Hi @Benjo3,

    Try following code in Appearance=> Customize=> Additional CSS box:

    
    .home .menu-item-46,
    .home .menu-item-34518 {
        display: none;
    }
    

    This is for two that you have mentioned. Let me know when you add third item and I will update the CSS.

    Regards,
    Pratik

    #116447
    Benjo3
    Participant

    Hey Pratik,

    thank you for the css-code. As I have just seen, it does not apply for the mobile version. The mobile-version still shows all pages on the front page on the left side. Is there any adaption needed?

    Regards,

    Niclas

    #116448
    Pratik
    Keymaster

    Hi @benjo3,

    I have updated the code above. Try removing the previous code and add this new code from above instead.

    Regards,
    Pratik

    #116451
    Benjo3
    Participant

    Hi Pratik,

    now it works.

    Thank you very much indeed!

    Regards,

    Niclas

    #116530
    Pratik
    Keymaster

    Hi @Benjo3,

    I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review? Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.

    Here is the link for review: https://wordpress.org/support/theme/catch-responsive/reviews/#new-post.

    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Regards,
    Pratik

    #117434
    Benjo3
    Participant

    Hi Pratik,

    I have just seen your comment but we did leave a comment which honestly reflects your work.
    One final question concerning this topic: The last page is online now. Could you provide me with the css Code so that this page ( it is “Diskussion”) does not appear in the menu bar on the front page but in the menu bar on all other pages. Just the same procedure you did already do it with the two other pages.

    Many thanks!

    Regards,

    Ben

    #117465
    Pratik
    Keymaster

    Hi @Benjo3,

    Thank you very much for the review. For the last item, you can just replace above code with following:

    
    .home .menu-item-37540,
    .home .menu-item-46,
    .home .menu-item-34518 {
        display: none;
    }
    

    This should give you desired results. Let me know if otherwise.

    Regards,
    Pratik

    #117482
    Benjo3
    Participant

    Hey Pratik,

    it does work fine.

    Thank you very much indeed!

    Regards,

    #117762
    Pratik
    Keymaster

    Hi @benjo3,

    Thank you for the appreciation and review. Let me know if you have further issues.

    Regards,
    Pratik

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Change menu on homepage in case layout for selected content is active’ is closed to new replies.