Forum Replies Created
-
AuthorPosts
-
September 15, 2016 at 3:50 pm in reply to: Just learning Enfold. Some questions after my first 15 hours on this… #686954
Hello. Have a look at CSS Hero, which will allow you to address most of your requests. Enfold is a CSS Hero ready theme. I use it on any most of my sites. It’s just an easy way to manage CSS without having to code. In the end, you actually learn CSS by using the product. I have no affiliation – just love the solution.
For your full width image, you could use a Grid Row, insert an image and get it to stretch across the screen. You could also use a Color Section, insert an image, stretch it full and then use CSS Hero to remove any padding/adjust margins.
Not sure about the Featured Image issue. I’m also not sure why you would be doing that, but then agian…it’s not my website. : )
Ryan
Recommendation/Request:
Please remove this thread, start a new, “Enfold Changelog” thread that is locked from comments and keep the changelog updated. It is a time-waster to have to visit Themeforest for the changelog.
Thank you,
Ryan@jonmnight
As a BBQ fan, I was interested in checking out the site you posted. However, I don’t get the site at all. What is that URL? A store #? Maybe it’s just that I need to see the full site. Clicking on Classic does nothing. Also, there is an icon/image broken at the top.
I’m seeing it correctly when using my various tools, but on the actual iPad, it looks like my screenshot. Completely baffled.
Thank you. Good to go!
Interesting that now on mobile phone orientations, the forum looks suddenly much better. : )
The only issue I now see is iPad portrait, which is MUCH less of an issue compared to mobile phones.
Enabling the following fixed the issue. Thanks.
Accept COD if the order is virtual
Perfect! Thank you!
Tried this CSS as well. It’s something to do with the pages that have a Transparent Glassy Header defined.
@media only screen and (max-width: 767px)
.responsive #top #menu-item-shop .cart_dropdown_link {
color: black;
}If someone could just view the Enfold forum on device orientations smaller than tablet landscape, they should see what I’m talking about. For example, none of the breadcrumbs are clickable.
I can live with this. Just trying to help you guys out.
Screenshot in private area. I’m not able to click the links in order to view forum entries.
No, the actual Enfold support forum.
Good to go. Thank you!
Standby. May have a fix.
Done. No difference.
Sorry for the trouble. The issue was with the CDN. Clearing the CDN cache resolved the issue.
Thank you,
RyanI just tried it in FF, Chrome, IE and Edge. Same result.
I also created a whole new page and the issue is there as well.
Hey. Haven’t even looked on mobile, because the issue is shown on the full desktop view. I didn’t make any CSS changes on this page, so I’m not sure why this would be happening. Also, I would think ALL images would have a gap.
+1 on those 3 bullet points. Also, please make these a sticky post going forward. I just happened to stumble upon this post.
Yes, or simply keep us informed via a “Changelog” sticky post. I don’t think we should have to rely on Themeforest for communication.
I think I can handle everything but the logo, if we can concentrate on that. Thanks.
Didn’t do anything and doesn’t address the advanced mobile menu styling.
Thanks.
Good to go! Appreciate ya.
I searched through a bunch of forum posts related to “transparent mobile menu” and I can’t get any of them to make any change whatsoever. Here is the latest code I’ve tried.
@media only screen and (max-width: 767px) {
#top .av_header_glassy.av_header_transparency #header_main {background-color: rgba(255,255,255,0.4) !important; } }It seems like there should be a simple toggle that tells this not to happen on all mobile devices. Why does Enfold choose to apply this to only mobile phone sizes? I mean, it’s pulling in the non-transparent logo and everthing.
Better. Here is the current state.
TABLET LANDSCAPE: The alignment is off for the cart and the header borders, as they run into the mobile menu.
TABLE PORTRAIT: Looks okay
PHONE LANDSCAPE & PORTRAIT: Still have the header background turning White, which hides the cart and the logo. Any way to keep the header to look the same (transparency, mobile menu styling, etc.) across all mobile devices?Thank you,
RyanThanks, I was able to locate part of the problem. I fixed the credentials as well, so those are now good to use.
#1 – The following CSS hides the cart. But, without it, I’ve never been able to show the mobile menu. The Enfold mobile menu behavior has never worked for me.
@media only screen and (max-width: 1024px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}
#wrap_all {
position: relative !important;
}#2 – On mobile phone landscape and smaller, the transparent background switches to White for some reason, which in turn hides the Woocommerce cart icon that is also White.
Thank you,
RyanAhh. Thanks!
Cool, thanks for the info.
Thanks for the info.
If you have a site with complex terms, not having to enter/display these terms, but rather use initials…saves time.
http://www.test.com/#AmmoniumHexachloroplatinate
vs.
Thanks for the suggestion, but I’d rather not install a plugin for the “real-time” solution. I already use a plugin to do clean up for revisions, but I only install/activate it when in use, as part of maintenance.
-
AuthorPosts