-
Search Results
-
Hello,
I had deleted this part in my shortcodes.css and used it in my child theme:
@media only screen and (max-width: 767px) { .responsive .tabcontainer{border-width: 1px; border-style: solid; border-top:none; overflow: hidden;} .responsive .tabcontainer .tab_titles{display:none;} .responsive .tabcontainer .tab_content, .responsive .tabcontainer .tab {width:100%; max-width:100%; border-left:none; border-right:0;left:0; top:0; minheight: 0!important;} .responsive .tabcontainer .tab_content{border-bottom:none; padding:15px 30px; clear: both; } .responsive .tabcontainer .tab.fullsize-tab{ display:block; margin-bottom:-1px;} .responsive .top_tab .tab.fullsize-tab{ margin-bottom:0px;} }
It used to work fine, until I upgrated to 3.5 (10 Minutes ago). Now it somehow doesn´t read the shortcodes.css from the childe theme, and I had to remove the code from the theme order, which will again get lost after a future update.
Please have a look into that!
The page I used it for, is this one:As I said, the code is now deleted from the enfold-order, since the site is online.
Thank you
AsteriosHey guys,
I already reduced header size on iPhone and it worked. I tried to use the same code to do that on the tablet (iPad) – the header did reduce, but i’m getting a weird duplicated line under header and when i call the mega menu, all the sub-items are shifted up. Link (go on tablet): mete.photography/projects Here’s the code I used:
/* reducing header on iPad */ @media only screen and (min-width: 768px) and (max-width: 1024px) { #menu-item-search {top: -10px !important;} .avia-menu-text { position: relative; top: -12px; } .container.av-logo-container { max-height: 59px; } #top #header .avia_mega_div { max-width: 200px;} .avia-menu.av_menu_icon_beside { padding-right: 15px !important; margin-right: 15px !important; border-right-style: none !important; } }Please let me know if I should change // add something. I tried lots of stuff from support forums and haven’t found a fix yet. Thank you in advance for the help.
Hey,
I did some changes to my header and main menu in header and now have a problem with the “clickable areas” for the menu items which are around five times as high as the menu item itself, also the colored hover is much too high. I’d like to have them shrunk to only a bit higher than the menu item. How can I achieve this?
At the moment the hover on menu items is grey, so this grey area should be smaller.
I’m sorry I don’t really know how these “clickable areas” are called.
(I know that the design doesn’t look very well but that’s only cause I’m mostly working offline and the online version is only for support.)
Changes in Quick CSS:/* HEADER */ /* Logo */ .logo img { height: 100px; width: auto; margin-top: 10px; } /* header at very top */ #header_meta { display: none; } /* MENU */ .main_menu { margin-top: 40px; } .avia-menu-fx{ top: 105px !important; } .sub-menu { top: 85px !important; width: 160px !important; } /* GRADIENT in Header */ #header_main { background: #ffffff; background: -moz-linear-gradient(left, #ffffff 0%, #ffee00 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffee00)); background: -webkit-linear-gradient(left, #ffffff 0%,#ffee00 100%); background: -o-linear-gradient(left, #ffffff 0%,#ffee00 100%); background: -ms-linear-gradient(left, #ffffff 0%,#ffee00 100%); background: linear-gradient(to right, #ffffff 0%,#ffee00 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffee00',GradientType=0 ); border-bottom: -20px; } span.trail-before { display: none!important; } /* GRADIENT in title */ .stretch_full.container_wrap.alternate_color.light_bg_color.title_container { background: background: #ffffff; background: -moz-linear-gradient(left, #ffffff 0%, #ffee00 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffee00)); background: -webkit-linear-gradient(left, #ffffff 0%,#ffee00 100%); background: -o-linear-gradient(left, #ffffff 0%,#ffee00 100%); background: -ms-linear-gradient(left, #ffffff 0%,#ffee00 100%); background: linear-gradient(to right, #ffffff 0%,#ffee00 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffee00',GradientType=0 ); } span.trail-before { display: none!important; }Thank you in advance!
Regards.Topic: Tooltips with click – again
Hello guys,
I have the same problem (id like tooltips to be opened via click instead of hover – https://kriesi.at/support/topic/tooltips-with-click/ ) that has been solved several times here, but the theme is updated so the solutions like arent valid anymore.
Can you please tell me which lines do I need to edit in current version of the theme?
Thanks in advance!
Topic: Embed mp4 on lightbox
I have found many topics about this but still can’t get it working.
I have uploaded an mp4 on my server. I just want a lightbox to open in my homepage and play that video automatically. Is this possible?
Topic: Sub Menu Position way off
Hello,
Still no answers after responding 2 days ago….
See Private Info.
https://kriesi.at/support/topic/change-separator-between-categories/#post-451182
I got as far as opening the file (masonry_entries.php) but can’t find the code to change.
Hello,
I have an issue that I’m noticing with both portfolio and masonry grids. I tried masonry first, and thinking it was just an issue with that, I switched to portfolio. My images seem to be overlapping. Unlike the thread here: https://kriesi.at/support/topic/masonry-gallery-images-stacking-on-top-of-each-other/#post-433895 where the images spread out after the page fully loads, the images stay stuck on top of each other.
The images also overlap into the footer, but I placed whitespace (and text) at the bottom so it’s not apparent.
How can I address this?
Thanks for your help!
Hi,
Great theme ;).
Is it possible to set up the Enfold theme header to look like this. (http://s21.postimg.org/fpekprf5j/Example.jpg)
I need the logo to be at the top, centred and have the menu just below to the left.
I would also like the ‘Rowlett’ part of the logo to slightly eat into the slider below.
Is this possble and if so, would you be able to point me in the right direction?
Many thanks in advance and keep up the great work.
Joe
Topic: Slow Loading of Video
Hi,
I’ve got a full screen video that plays in the background and I’m having a problem to not get it to show the blank screen before the text shows. I would prefer that the text and the videos show up together.
The video is currently hosted on Vimeo – Basic.
The video does not show in mobile, only in desktop mode.
Any help in getting this resolved or a way to time to the video and text to show simultaneously would be helpful. Thanks
sl
Topic: Yoast breadcrumbs
Hi there,
I changed the code in my child theme like said in this topic:
https://kriesi.at/support/topic/add-yoast-breadcrumbs-in-the-same-spot-of-the-enfold-breadcrumbs/#post-243686This is my new code:
if($breadcrumb) $additions .= yoast_breadcrumb(‘<p id=”breadcrumbs”>’,'</p>’, false);I see the same breadcrumbs from Enfold and not the Yoast.
Can you please help me?Hello everyone,
I have a small problem with the resonsive title of a table. As you can see in the screenshots, not the whole title appears on mobiles.
Is there any solution to this?Best Regards
AsteriosHi guys,
A very quick question. One of the latest Enfold demos show sticky menu slide in action here – http://kriesi.at/themes/enfold-one-page-portfolio/
We are already using the sticky menu but it is simply basic sticky action – menu stays right there. Can I achieve the same as the above demo for our client website. Website detains included.
Topic: Display menu description
Viewing 30 results - 98,671 through 98,700 (of 142,852 total)
