-
AuthorSearch Results
-
April 24, 2017 at 3:41 pm #782352
In reply to: Images in a row
That sounds good.
and I think I should do the same with the layout for desktop right? Hiding it for mobiles…
Which would be the css code in that case?Thanks
-
This reply was modified 8 years, 11 months ago by
cipriana.
April 24, 2017 at 3:33 pm #782347In reply to: Fix white space under Tab Sections
Hey luckylobo10,
I am not seeing the white spaces. Were you able to get this fixed? If you are still seeing this on your end, make sure under the tab options you set the content alignment options to “Top” or “Above”. If this is not clear please provide login info so I can log in and look into this further.
Best regards,
Jordan Shannon-
This reply was modified 8 years, 11 months ago by
Jordan Shannon.
April 24, 2017 at 3:27 pm #782340In reply to: Video as background for column?
Hi,
Please provide a little more context to the topic. What page should I be looking for? What video do you need loaded?
Best regards,
Jordan ShannonApril 24, 2017 at 2:02 pm #782306In reply to: Color section percentage of height
Hi!
Currently it is only possible by applying the changes suggested here – https://kriesi.at/support/topic/color-section-percentage-of-height/#post-701882
I am closing this thread for now. Please feel free to start a new thread if you have any other questions or issues :)Regards,
YigitApril 24, 2017 at 1:42 pm #782288In reply to: Header Problem in Mobiler-Version – WP 4.7.4
Hey td,
bei mir schaut es auf mobile (Chrome & Safari) so aus: http://i.imgur.com/RmmoiTA.png
Ich bezweifle, dass es so ist wie du es haben willst, weil da keinerlei Transparenter für mich zu sehen ist auf mobile. Bitte schaue dir diesen Tread/Code dazu an:
https://kriesi.at/support/topic/transparent-header-mobile-devices/#post-430523Gruß,
AndyApril 24, 2017 at 1:35 pm #782283In reply to: Display columns differently on mobile
Hi!
Please refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ and add another element to your page and configure it for mobile and choose to display it only on mobile while hiding desktop version on mobile :)
Regards,
YigitApril 24, 2017 at 12:48 pm #782267HI Rikard,
Thanks for the suggestion. Unfortunately, it moved the entire logo down 20px. I want the top of the logo to remain at 0px but to have the bottom of the logo overlapping the yellow line, which is the lower border of the header.
This is what the new css created:
http://hot26tt.com/wp-content/uploads/Screen-Shot-2017-04-24-at-6.45.06-AM.jpg
Any suggestions??April 24, 2017 at 12:32 pm #782262Topic: link color in topbar (transparent header)
in forum EnfoldMWCBT
ParticipantHi, I’ve added a link in the topbar and it works fine with the non transparent header (is grey as other topbar items). But the link is not visible when I use transparent header – it is because the link colour (grey) does not change into white. How may I fix it and make the link white ONLY when transparent header is used?
M.April 24, 2017 at 12:05 pm #782255In reply to: Woocommerce search icon
Hi,
not sure what you’re talking about to be honest. Please use screenshots to make things clear for us.
I checked your website on mobile and can see that the cart button is too much on the left, so use this code to correct it’s position:
@media only screen and (max-width: 767px) { .responsive #top .cart_dropdown { right: -9px; }}and adjust as needed.
Best regards,
AndyApril 24, 2017 at 10:53 am #782233In reply to: Full screen color section scroll down arrow
add the following css snippet to the custom css field in enfold:
#top .scroll-down-link {
bottom: 40px;
}Adjust the 40px to your demands
April 24, 2017 at 10:21 am #782218Hello Nikko,
ok, now work, but when you upload a image on Plesk uploads folder created same image with different dimensions. e.g. if i have upload a image (desktop-pc.jpg), on uploads folder i will see that has created many images with all dimensions like
desktop-pc.jpg, desktop-pc-845×321.jpg, desktop-pc-845×684.jpg, desktop-pc-80×80.jpg, desktop-pc-768×312.jpg, desktop-pc-710×375.jpg, desktop-pc-705×286.jpg, desktop-pc-495×400.jpg, desktop-pc-450×183.jpg, desktop-pc-450×450.jpg, desktop-pc-36×36.jpg and some others dimensions. Why? I uploaded only 1 image, why it has created 20 images with all dimensions?I deactivated all plugins and it doesn’t change anything.
Thank you.
April 24, 2017 at 8:05 am #782182In reply to: Menu styling, drop-down
Hi Rikard
Thanks for your time. My CSS now looks like:#header .av-main-nav .current-menu-item > a > .avia-menu-text { border:1px solid rgba(55, 55, 55 ,1); margin-left:5px; padding:5px; background-color: rgba(255, 255, 255, 0.75); } .main_menu ul:first-child > li > a { font-size: 17px; font-weight:normal; } .av-main-nav ul li { width: 140% !important; } .html_header_top .header_color .main_menu ul:first-child >li > ul { border-color:transparent !important; }The border on the drop-down still persists, though.
It’s close, works great on mobile, just a bit off on browsers.
April 24, 2017 at 7:49 am #782180In reply to: Mobile Full width submenu with overflow and scroll
Hi,
Please add this in the Quick CSS field.
#top .av-submenu-container:before { content: ""; font-family: entypo-fontello; position: absolute; top: 30%; left: 5%; } #top .av-submenu-container:after { content: ""; font-family: entypo-fontello; position: absolute; top: 30%; right: 5%; }Best regards,
IsmaelApril 24, 2017 at 7:17 am #782173In reply to: Woo Commerce Error Message
Hi,
For the blurry images issue, please refer to this thread.
// https://kriesi.at/support/topic/images-and-big-big-words/#post-780362
Best regards,
IsmaelApril 24, 2017 at 6:54 am #782168In reply to: Enfold vs. Propulsion
Hi,
The option to put an element above the header is not available in Enfold but you can modify the “header.php” file template if you need to. Or use the “avia_meta_header” hook to render elements inside the top header.
Best regards,
IsmaelApril 24, 2017 at 6:53 am #782167Thanks Mike,
I still need help on this.
I added this:
“Turn on Custom CSS Class field for all ALB Elements
December 3, 2013/in CSS Snippets, PHP Snippets /by Devin/Last Updated: April 9, 2014
Once enabled, the following function adds a new field to each of your Advanced Layout Builder element’s pop up menu.First Add this line of PHP to your functions.php file so that the custom class field is enabled:”
add_theme_support('avia_template_builder_custom_css');In the full width easy slider I added this
@media only screen and (min-width: 990px) { .only-mobile { display: none !important; }}In the video, I added this
@media only screen and (max-width: 990px) { .only-desktop { display: none !important; }}Nothing changed. Thanks for your help on this.
I have been wanting to have more mobile friendly images, etc. for a long time. This will be great once I learn how to do it!
April 24, 2017 at 6:28 am #782164In reply to: Thumnails on search result page.
Hey d,
When you follow Ismael’s instructions in that thread, instead of this:
echo "<div class='search-thumb'>".$thumb."</div>";Use this:
echo "<div class='search-thumb'><a title='".the_title_attribute('echo=0')."' href='".get_permalink()."' $markup>".$thumb."</a></div>";The second one has the link added to the thumbnail. :)
I hope that helps!
Sarah
April 24, 2017 at 6:09 am #782158In reply to: Text Link Animation Text box
Hey Sarah,
#top h1 a:hover { text-decoration:underline; }
was perfect! I wanted to do it to “R/GA” only.
Thanks for the quick help!
ChrisApril 24, 2017 at 6:05 am #782155In reply to: Text Link Animation Text box
Hey Chris,
You can do this by adding something like this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
a:hover { text-decoration:underline; color: red; }You can change the color to your preferred color.
That code applies that animation for ALL links in your website. You can be more specific, like this:#top h1 a:hover { text-decoration:underline; color:red; }That only applies the animation for the word “R/GA” in your homepage.
Which word/s exactly would you like to do this for?
Best regards,
Sarah-
This reply was modified 8 years, 11 months ago by
Sarah.
April 24, 2017 at 5:57 am #782152Topic: adding links to a gallery April 2017
in forum Enfoldabrougher
ParticipantI’ve followed the solution in this post… https://kriesi.at/support/topic/adding-links-to-a-gallery/?login_error
It works! But, it is only working when I “preview” the page. It is not working on the published page.
Why would it work in “preview” but not on the live page?
April 24, 2017 at 5:57 am #782151In reply to: White bar underneath menu
Hey bkheld,
This is happening because you header background image (roof-mirrored-cropped-1-1500×245.jpg) has a smaller height than your header div, and so the white background is visible. To fix this, please use an image that is at least 255 pixels in height, OR try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.header_color .header_bg { background-position:bottom; }This still leaves a very thin white space between the header and the slider. It can serve as breathing space. But if you don’t like that space, you can add this code in Quick CSS as well:
.html_header_top.html_header_sticky #top #wrap_all #main { padding-top:255px }I hope that helps!
SarahApril 24, 2017 at 5:21 am #782137Hi,
Thanks for the feedback. Please try the following in Quick CSS under Enfold->General Styling:
strong.logo { position: absolute; top: 20px; }Best regards,
RikardApril 24, 2017 at 3:19 am #782107In reply to: Using Span to align text on mobile phones only
Hi,
We’ll add “page-id-206” to it to target only that page :)@media only screen and (max-width: 767px){ #top #wrap_all .av-inherit-size .av-special-heading-tag { font-size: 0.4em!important; } .page-id-206 .av-special-heading.av-special-heading-h3 { right: 30%!important; top: 140px!important;} .hr-inner.inner-border-av-border-thin { border-color: transparent!important; } }Best regards,
MikeApril 24, 2017 at 12:32 am #782103Topic: Change 4 column breakpoint on ipad
in forum EnfoldDoron
ParticipantI have 4 column that looks great on desktop, also great (stacked on on top of the other) on mobile
but very bad on iPad > there is a screen shot and a link to the website in the private section <
so..
I tried setting the columns to individual height but it didn’t help
I also tried adding the css code suggested here https://kriesi.at/support/topic/change-4-column-breakpoint-smaller-screens/
but it affected the whole page and not just the green (#statistic) section and also affected mobile view stoped being stacked
so..is there a way to use the code.responsive #top #wrap_all .flex_column { width: 47%!important; float:left; margin-right: 3%!important; }so it will affect only the green (#statistic) section and only on iPad view (without affecting desktop or mobile view)?
April 23, 2017 at 11:37 pm #782094In reply to: Image size (cutoff on top/bottom)
Hi,
I believe this may solve your issue:
https://kriesi.at/support/topic/how-to-maintain-aspect-ratio-for-big-preview-featured-image-on-blog/#post-332548
let us know if it helpsBest regards,
MikeApril 23, 2017 at 11:31 pm #782093In reply to: Elements stick to curser
Hi there,
I’m having a more urgent problem. My mobile device is not displaying the top slider correctly. The slider and text are being overlapped by the boxes below it, so the buttons can’t be seen. Help please
April 23, 2017 at 11:22 pm #782083In reply to: Menu styling, drop-down
Hey jonesthelight,
Try this code in the General Styling > Quick CSS field:.av-main-nav ul li { width: 120% !important; } .html_header_top .header_color .main_menu ul:first-child >li > ul { border-color:transparent !important; }Best regards,
MikeApril 23, 2017 at 10:54 pm #782079In reply to: Image caption
Hi Rikard,
I found a CSS code snippet that has the hover effect that I want except text is not centered (https://tympanus.net/Development/HoverEffectIdeas/index.html). I’m struggling on which element(s) to apply the CSS styling to within the theme. In the caption or image or both?
Here’s the CSS code snippet:
figure.effect-lily img {
width: -webkit-calc(100% + 50px);
width: calc(100% + 50px);
opacity: 0.7;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-40px,0, 0);
transform: translate3d(-40px,0,0);
}figure.effect-lily figcaption {
top: auto;
bottom: 0;
height: 50%;
text-align: left;
}figure.effect-lily h2,
figure.effect-lily p {
-webkit-transform: translate3d(0,40px,0);
transform: translate3d(0,40px,0);
}figure.effect-lily h2 {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}figure.effect-lily p {
color: rgba(255,255,255,0.6);
opacity: 0;
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, transform 0.35s;
}figure.effect-lily:hover img,
figure.effect-lily:hover p {
opacity: 1;
}figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}figure.effect-lily:hover p {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
}Any help to integrate this effect into my page would be greatly appreciated.
Thanks
LyseApril 23, 2017 at 10:50 pm #782077In reply to: Job Images Disappear Due Browser Resize
That’s brilliant Mike, I’ve had a quick test and it works.
Thank you very much for your help – Enfold support is top notch.
Kind Regards,
Tim
April 23, 2017 at 10:41 pm #782074In reply to: Job Listing Help
Hi,
Please see your other post: https://kriesi.at/support/topic/job-images-disappear-due-browser-resize/#post-782072Best regards,
Mike -
This reply was modified 8 years, 11 months ago by
-
AuthorSearch Results
-
Search Results
-
Hi, I’ve added a link in the topbar and it works fine with the non transparent header (is grey as other topbar items). But the link is not visible when I use transparent header – it is because the link colour (grey) does not change into white. How may I fix it and make the link white ONLY when transparent header is used?
M.I’ve followed the solution in this post… https://kriesi.at/support/topic/adding-links-to-a-gallery/?login_error
It works! But, it is only working when I “preview” the page. It is not working on the published page.
Why would it work in “preview” but not on the live page?
I have 4 column that looks great on desktop, also great (stacked on on top of the other) on mobile
but very bad on iPad > there is a screen shot and a link to the website in the private section <
so..
I tried setting the columns to individual height but it didn’t help
I also tried adding the css code suggested here https://kriesi.at/support/topic/change-4-column-breakpoint-smaller-screens/
but it affected the whole page and not just the green (#statistic) section and also affected mobile view stoped being stacked
so..is there a way to use the code.responsive #top #wrap_all .flex_column { width: 47%!important; float:left; margin-right: 3%!important; }so it will affect only the green (#statistic) section and only on iPad view (without affecting desktop or mobile view)?
