Forum Replies Created
-
AuthorPosts
-
January 2, 2014 at 5:33 am in reply to: Image resize problem in IE and FF, Chrome looks fine #204407This reply has been marked as private.January 2, 2014 at 5:03 am in reply to: Image resize problem in IE and FF, Chrome looks fine #204398This reply has been marked as private.January 2, 2014 at 4:53 am in reply to: Image resize problem in IE and FF, Chrome looks fine #204391This reply has been marked as private.December 31, 2013 at 5:11 pm in reply to: Image resize problem in IE and FF, Chrome looks fine #204078This reply has been marked as private.December 30, 2013 at 5:02 pm in reply to: Image resize problem in IE and FF, Chrome looks fine #203759This reply has been marked as private.
Thanks you two for your help.
There are a few ways you can go about doing that, I have had good results by combining these two solutions
Try changing your switchwidth to a higher number so it changes to the mobile menu before it overlaps
https://kriesi.at/support/topic/making-the-responsive-dropdown-menu-appear-at-larger-resolutions
Near the bottom (Post 6)
If I understand correctly, you just don’t want the pages title to be visible in that bar? I don’t know exactly where it’s located in the code but if you add this code to your quick css or custom.css this will make it disappear
.main-title {
display: none;
}Hi Jay,
The thing you are looking for is tabs in the content elements in the layout builder. If you want it to look like the one on that page simply change the settings of it by setting the Tab Position to “Display Tabs on the left”, and “Without border”.
That should give you the desired look and feel you are going for.
If you only want to remove the text see this post
https://kriesi.at/support/topic/breadcrumbs-change-you-are-here
If you want to turn off breadcrumbs all together then change
'breadcrumb' => true,
in functions-enfold.php to
'breadcrumb' => false,
Did you want to remove the path afterwards as well or just the text?
Thank you for your reply.
Would you be able to tell me which php/js files the mega menu and the secondary header can be found in?
I have added a picture to help add some clarity. See top right for example.
Thank you for your help.
I have most of the things above resolved after various tweaking and changing my images to have a unified height.
Now, I can’t seem to get the portfolio items to open in a new page/tab, the option under “Link Handling” does not seem to do anything.
Is there a way to fix this?
Thanks
-
AuthorPosts