Forum Replies Created
-
AuthorPosts
-
Thank you Ismael, that works perfectly – topic can be closed now !
Hi Andy,
The border was missing in ours and tab content was not properly aligned with tabs.
We’ve solved it somehow, see screenshot below for what it’s meant to look like.- This reply was modified 8 years, 2 months ago by radugidei. Reason: link
Hi Andy,
Please see screenshots below for standard Enfold demo and our site.
Basically, the content doesn’t appear to be in the tab box and it also starts on the same line as the tabs themselves.
Hi Yigit,
Applied the snippet and it still does not display correctly.
Hi Yigit, i had updated already, issue is still there . Apologies if I didn’t make that clear.
Thanks Ismael, that worked but not quite aligned as I needed, so I tweaked your code a little.
This now works :.avia-search-tooltip.avia-tt { position: fixed !important; min-width:900px !important; top:18% !important; left:0% !important; background-color: white; z-index: 99999; margin: 0 !important; } .avia-search-tooltip.avia-tt { width: 100%; } #top #searchsubmit, .ajax_load { width: 100px; height: 100%; } #top #s { width: 100%; font-size: 50px; } #top #searchform div { max-width: 100%; }
HI @Ismael, your creds have now been elevated, give it a try !
thanks !This reply has been marked as private.Hi Elliott,
when i remove all of the CSS, things go back to normal : press the search icon, the little search box pops up, all works fine.Was testing on OS X Yosemite, latest Safari.
Hi Rikard,
Thanks for the update, any progress on this bug ?Thanks Yigit, the reason i was asking is that the enfold one-page demo already does this, so i was just looking to point it to the secondary, not main menu.
Could you point me in the direction of the JS (i presume it’s done in JS not php) files responsible for that functionality in the one-page demo ? I’ll have a crack at it myself and feed it back to you guys if it works.
brilliant, thanks Yigit !
Can mark as solved ;)Do you think you could have a look at this topic ? : https://kriesi.at/support/topic/scroll-position-in-secondary-menu/
- This reply was modified 9 years, 6 months ago by radugidei.
great, didn’t think of that !
Many thanks Yigit.Is there a quick way to get the shortcode after you create the headline you want in the advanced editor ?
done, try now :)
hi rikard,
There are no special steps to reproduce unfortunately, as soon as I navigate away or even switch to a different program like Mail, all the animations on the page hang.
i’ll try clearing the cache, but i just noticed it happens on my iPhone 6 as well (iOS 8.2) but a bit differently : the rotator headline still works, but the testimonials slideshow disappears just like on desktop. All i did was open a new tab with a different site, then went back to it.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi Elliot,
yes, that’s exactly what I’m trying to do.Cheers Yigit for the speedy reply, will read through those and try to get it working.
Top-notch support as usual !
Thanks Yigit for the quick reply, I can always rely on you guys.
I appreciate it would be quite a lot of work and out of kriesi support scope, but could you just point me in the right direction ?
As in what steps would i need to take, which files, etc ?
i know my way around your themes usually but Enfold is a different beast to all the previous ones.
That was quick :) Thanks Josue, that’s what i was looking for. It’s lines #820 to #873
Great thanks.
Just had another idea… enfold has this option where for pages that have sub-pages, a sidebar menu is added automatically. Essentially, all i want is to move that menu below the navigation menu. Could you please tell me which files handle that automatic sidebar sub-menu ?Thanks Josue, i know of megamenus, used them quite a bit.
What i wanted is different because i want the submenu to be displayed all the time, not just on hover.
Essentially adding another <div> between the menu div and the title+breadcrumbs div. Or putting this inside the menu div.Thanks a lot Josue, helped me solve it.
For anyone else that might be interested, here’s how.the line to edit is #678, that is this :
$this->loop[$key]['url'] = get_permalink($id);
I have a custom post type called “tile”, so for those i want to disable the link. That is done with this conditional added to immediately after the line above
if (strpos($this->loop[$key]['url'], '/tile/') !== FALSE) $this->loop[$key]['url']='#';
This checks if /tile/ is in the url, which for custom post types it would be (replace tile with your own custom post type) and if it finds it, it replaces the link with a simple #. Adding this rather than changing the line above ensures the links still work for all other post types (folio, blog, etc)- This reply was modified 10 years, 3 months ago by radugidei.
I figured full code might be too much to ask, but do you mind telling me which files to look into ? I can add the checkbox and do that part, but i can’t find the right file to edit how masonry works.
For example, changing the way masonry outputs different post types or formats ? For example, make the quote post format not clickable, or a custom post type? -
AuthorPosts