- This topic has 15 replies, 2 voices, and was last updated 7 years, 6 months ago by Pratik.
-
AuthorPosts
-
May 5, 2017 at 12:07 pm #115278Benjo3Participant
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
May 6, 2017 at 9:16 am #115343PratikParticipantHi @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,
PratikMay 7, 2017 at 7:19 am #115377Benjo3ParticipantHi 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
May 8, 2017 at 2:41 am #115430PratikParticipantHi @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,
PratikMay 8, 2017 at 8:07 am #115452Benjo3ParticipantHi 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
May 15, 2017 at 12:00 am #115730PratikParticipantHI @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,
PratikMay 27, 2017 at 6:57 am #116402Benjo3ParticipantHey 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
May 29, 2017 at 3:03 am #116437PratikParticipantHi @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,
PratikMay 29, 2017 at 7:19 am #116447Benjo3ParticipantHey 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
May 29, 2017 at 7:23 am #116448PratikParticipantHi @benjo3,
I have updated the code above. Try removing the previous code and add this new code from above instead.
Regards,
PratikMay 29, 2017 at 8:23 am #116451Benjo3ParticipantHi Pratik,
now it works.
Thank you very much indeed!
Regards,
Niclas
May 31, 2017 at 4:48 am #116530PratikParticipantHi @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,
PratikJune 12, 2017 at 1:58 pm #117434Benjo3ParticipantHi 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
June 12, 2017 at 11:56 pm #117465PratikParticipantHi @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,
PratikJune 13, 2017 at 5:01 am #117482Benjo3ParticipantHey Pratik,
it does work fine.
Thank you very much indeed!
Regards,
June 18, 2017 at 11:37 pm #117762 -
AuthorPosts
- The topic ‘Change menu on homepage in case layout for selected content is active’ is closed to new replies.