Hey Kriesi folk,
I love the enfold WP template but I’m running into some trouble here.
In the site I used enfold in, http://girlfriendsconf.com, I think everything looks great for the desktop version. My only issue now is looking at the mobile version, I’ve run into seeing these black bars. They don’t appear on the desktop version of the site. Even when I adjust the width of my browser to make the mobile version show up, the black bars don’t appear. But when I look at it from my iPhone, there are the bars. Just so you can see for yourself, the bars appear on the following pages
girlfriendsconf.com/ [ it appears over the video and on of the girls holding the umbrella ]
girlfriendsconf.com/media/ [ it occurs right under the Apple and Andriod buttons]
girlfriendsconf.com/speakers/ [it occurs in the paragraph about Joyce Meyer]
girlfriendsconf.com/connect/ [It appears over the photos of Anabel and her bio]
girlfriendsconf.com/register/ [it appears after the KidZone conference Register button]
girlfriendsconf.com/info-details/ [ it appears of the picture of the two girls with Umbrellas]
Its hard for me to view the CSS for mobile. I have no clue why its doing this even after viewing the CSS. Please help me. This website is launching this week.
How can I make the enfold theme button text size larger and the button bigger?
This reply has been marked as private.
Hey!
Sure. Please create a temporary admin login and post it here privately.
Regards,
Yigit
Hi!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
div.pp_default a.pp_arrow_next, div.pp_default a.pp_arrow_previous, div.pp_default .pp_nav .pp_play, a.pp_close, div.pp_default .pp_expand, a.pp_next, a.pp_previous { color: transparent; }
Regards,
Yigit
Add a blue button to a post (button has white text/icon and blue background and lighter blue background on mouseover)
copy shortcode
create text widget in sidebar
add shortcode
the resulting button in the sidebar has dark text instead of white.
Mouseover changes text to white but it seems the default color for the button text is controlled somewhere else.
Internal site so no links but that should be easy to reproduce
EDIT: the button on the page looks just like the shortcode demo, white text with colored background that changes slightly on mouseover.
Taking the same code and putting it in the sidebar gives a different default text color
This reply has been marked as private.
Hey!
As i see you changed themes name to Midischool. so link is currently http://dev.midischool.com/wp-content/themes/midischool/dev.midischool.com/wp-content/themes/enfold/images/layout/bg-button.png
while it should be http://dev.midischool.com/wp-content/themes/midischool/images/layout/bg-button.png and you should have the image in that path.
Your current css is
.main_color input[type='submit'] {
background-color: #c05f5f;
color: #ffffff;
border-color: #a03d3d;
border-radius: 3px;
background-image: url("dev.midischool.com/wp-content/themes/enfold/images/layout/bg-button.png"); }
You should change the path here and other other codes where you used gradient as background image
Cheers!
Yigit
Hi there,
i was wondering if you have any plans to add a Portfolio Slider to Enfold? Like the Post Slider!!
It would be nice to see something like that, instead of having pagination buttons under the portfolio, which forces the page to reload entirely.
Hey!
Image link is broken on following button
.main_color input[type='submit']
If you do not mind me posting it publically i can correct it?
Regards,
Yigit
Hey!
Not that i know of. Please add following code to Quick CSS in Enfold theme options to remove social icons
#top .social_bookmarks { display: none; }
You should change following style with your login buttons style to have similar hover state with social icons
.yourstyle:hover { color: #fff; background-color: red; }
Regards,
Yigit
Hi!
Please deactivate all active plugins and check if issue remains. If it does, please try re-updating the theme.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Best regards,
Yigit
By Monsoon:
– in theme option to have a fixed sidebar when scrolling down to avoid wasting a lot of white space on long posts/pages
– Accordion slider from corona option. This is enormously helpfull for websites that run many events as a simple way to show what s coming
– Our management has requested the same feature, fixed sidebars. It would help a lot to add call-to-action buttons etc.
– Sounds interesting
We had some issues with with max-width on the base.css file. Specifically, we have a script that automatically generates thumbnails for youtube videos with a ‘play’ button graphic. It also removes the ugly black bars with the thumbnails generated by Youtube for non-16:9 videos and then links the video into a lightbox style popup window to play them. Upon completion of the video, it automatically closes the lightbox window, so no nasty advertisement popups appear in your face. It does this automatically with no interaction by the website visitor. Smooth, nice and unobtrusive. So there are Ajax callbacks happening to refresh the page content at various stages. The play button graphic has difficulty appearing centered in the thumbnail image using the enfold template upon loading. Something that doesn’t occur when we hand-code a lot of Youtube video links in our own web page. We’ve loaded 40-50 Youtube thumbnails on a hand-coded page with no errors, picture perfect thumbnails and the play graphic dead centered in the thumbnail. And that’s working on Localhost too! Sniffing around your CSS, it may be narrowed down to the img CSS inside Enfold, but I haven’t completely nailed it down. In IE, the thumbnails simply wouldn’t show up, until I comment out the following line in base.css Line 152 max-width: 100%;
So how important is this line to Enfold’s performance?
Do you have the CSS properties set at 100% for a reason? Is it important for responsiveness perhaps?
Curious. Commenting out that line cured the IE problems, but we still have the issue with our transparent play graphic not centering in the middle of the thumbs.
I realize this is a site specific problem and probably not a major issue with 99% of the folks that have your template, but I would like some input about why the settings are set at 100% so we can look at options on our end. It would also be useful to know if we have overlooked some CSS properties inside the various Enfold files that may have an impact on what I’m describing. I apologize but I don’t have a link online for you to look at. I may be able to put up a test page on a server to illustrate what I’m talking about. It would also show you a rather nifty script that is far superior to the lightbox clone you’re using. It’s very full-featured, has it’s own Ajax library with lots of nifty functions for advanced webmasters and the documentation and support is like no other script online. It’s been around for a very long time too. I figure you folks are vested in your current lightbox script, so I haven’t brought it up, but this one is light years ahead of the one you’re using. Not even close. I changed the entire look of the lightbox to black with one property setting. I saw a thread asking about putting the “title” attribute into the caption area of your Masonry script.
With this script, it’s one simple attribute/option to set and you’re done. No javascript to code inside your functions. It snags the title attribute and loads it into the caption area automatically. It’s good-to-go out of the box.
Anyway, I thought I would expand on your question about max-width. This is one of the circumstances where we had issues with max-width, so if it’s not necessary for the performance of Enfold, then you folks might want to consider changing it due to it’s historical problems with IE.
Cheers,
Don
This reply has been marked as private.
Hey!
I updated my previous code. Sorry, i skipped to add one :hover. Just so we are on the same page, you want to change the background color of “enrol on course” on hover, is that correct?
Cheers!
Yigit
This reply has been marked as private.
Hi!
Please try to use Codestyling instead: http://wordpress.org/plugins/codestyling-localization/
Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
Regards,
Peter
MMParticipant
Hi guys,
Without using separate layout elements, how do I place 2 or more buttons side by side, as per your buttons page here: http://kriesi.at/themes/enfold/shortcodes/buttons/?skin=Splash%20Green?skin=Splash%20Green
So just to clarify, if I am using the avia layout builder and have, for example, selected a one-half layout element and then placed a special heading inside it and then I want to add 2 buttons side by side (horizontally) underneath the heading, how would I do it? All I can manage myself at the moment is having 2 buttons side by side by pasting the shortcodes into a text block and making both ‘left aligned’ and putting a few spaces bewteen them, but I would like to be able to centre them within the one-half div element (I tried using auto left/right margins and setting as a block and giving them a width, but it didn’t centre them).
What am I missing?!
Many thanks in advance,
Matt
Hi!
Please add following code instead
body .avia-button.avia-color-theme-color:hover , body .avia-button.avia-color-theme-color:hover { background-color: black; border-color: black; }
Best regards,
Yigit
-
This reply was modified 12 years, 5 months ago by
Yigit.
MMParticipant
Hi guys,
Without using separate layout elements, how do I place 2 or more buttons side by side, as per your buttons page here: http://kriesi.at/themes/enfold/shortcodes/buttons/?skin=Splash%20Green?skin=Splash%20Green
So just to clarify, if I am using the avia layout builder and have, for example, selected a one-half layout element and then placed a special heading inside it and then I want to add 2 buttons side by side (horizontally) underneath the heading, how would I do it? All I can manage myself at the moment is having 2 buttons side by side by pasting the shortcodes into a text block and making one ‘left aligned’ and the other ‘right aligned’, but that puts them at either side of the div and not next to each other how I would like them to be.
What am I missing?!
Many thanks in advance,
Matt
I forgot to mention that I was above to create that promo box with the correct border with some css, but I couldn’t figure out how to get the button styled correctly. I just added another promo box to my website page I sent you with what happens when I try to add the Enfold button to the promo box using the correct styling I am trying to achieve.
First of all I would like to say that this is an amazing theme. I have used Avada & uDesign on some of my other sites, but the Enfold theme is truly amazing. I anticipate switching all my websites over to this theme in the very near future. You folks have done an amazing job on this theme, keep up the good work.
When I was searching for a new theme I came across Enfold and Inovado and thankfully came to the decision in choosing Enfold. My only complaint so far (and granted this is me being picky as this theme is far superior) is that I preferred Inovado “Call to Action” design over Enfolds Promo Boxes. I thought the design gave it a certain dynamic that made it truly stand out on the page like a call-to-action button should.
I am a novice at CSS so I tried figuring out a way to style the promo boxes to give it that extra “WOW” factor, but I am having a very difficult time doing it. Would it be possible to assist me or point me in the right direction on how I could add some style (border, h2, p) to your promo boxes so that they have a similar appearance to that of Inovado’s “Call Out” feature? 
This reply has been marked as private.
Hello Everyone,
I looked all over the place and could not find the answer. I tried everything possible to embed a playlist into enfold but no matter what I do I can’t get the video to play in iOS devices. I have installed a plugin to help( https://www.embedplus.com/dashboard/pro-easy-video-analytics.aspx)
I still can’t get the playlist to work in iOS please help. There is no play button in iOS over the videos. The site is acoustas.com and we really want people with iphones to see the videos. How do I do this.?
I would really apreciate some help here.
Hi!
You have “to see full content..” active and i avoid social sharing so i could not take a look at the button but following code should do it
.main_color input[type='submit']:hover, .header_color .button:hover, .header_color input[type='submit']:hover { background-color: black;
color: #ffffff;
border-color: black;
}
You just need to change black to your desired hover color
Best regards,
Yigit
Hi dmaca!
1) You can add a margin to the paypal button image. Use following code
.paypal_checkout_button img{
margin-top: 20px;
}
If you want a completely different button position you need to contact the PayPal Express plugin author because this would require am extension code customization.
2) Yes, use following css code and insert it into the quick css field
.woocommerce-cart .cart-collaterals .cart_totals {
width: 100%;
}
Regards,
Peter
Hello everybody!
Is there any chance to get Paypal Express (woocommerce plugin) button look nice on cart page?
By default it is quite dislocated.
It is easy to see by adding (lets say) this item http://tinyurl.com/q4h5npw to cart
On cart page … Paypal Express button definitely needs another location…
And btw, and is it possible to make Cart Totals box wider to have all shipping options fit well?
Kind Regards,
Denis