Forum Replies Created
-
AuthorPosts
-
November 29, 2018 at 11:52 am in reply to: Fixing compatibility of certain Yoast SEO plugin elements & Enfold #1038896
Unfortunately not. Neither the issue with the consecutive sentences nor with the highlightings are solved.
It seems there is an incompatibility between Enfold and the Yoast SEO plugin, which is not good as Yoast SEO is the most popular SEO plugin out there.November 27, 2018 at 3:39 pm in reply to: Customizing messages & fixing behaviour of MailChimp content element #1038034This ticket has been unresponded for almost three weeks now.
I would love to get this solved.November 27, 2018 at 3:36 pm in reply to: Fixing inconsistent margin-top of special heading after certain content elements #1038033Thank you, I am looking forward to the next update.
This ticket can then be closed now.November 27, 2018 at 3:34 pm in reply to: Fixing incorrect display of additional empty cell within table #1038032This seems to just be a workaround for one specific table.
As I plan on using the table content element on quite some occasions, I definitely prefer it to work as intended instead of adding quick CSS.
So far, hiding empty cells doesn’t work at all.Is it possible to forward this ticket to the dev team, so the checkbox “Hide empty cells” works as intended?
November 9, 2018 at 8:36 pm in reply to: Customizing messages & fixing behaviour of MailChimp content element #1031804So far it seems to me that there are two bug use cases on the double opt-in:
1. The user subscribes, activates the subscription via email and then unsubscribes again. At a later point in time he wants to subscribe again using the same email address. The following error message appears: “This email address is already subscribed, thank you!”
2. The user subscribes but doesn’t activate the subscription via email. At a later point in time he wants to subscribe properly using the same email address. The following error message appears: “We are very sorry but something went wrong. Please try again later.”The Mailchimp signup form is placed within the footer.
November 7, 2018 at 9:28 am in reply to: Updating from Enfold 4.4.1 to 4.5 using a child theme #1030748Rikard’s pointer worked like a charm, thank you.
If there are no open tasks from the other people on this issue, this ticket can then be closed now.November 6, 2018 at 9:21 am in reply to: Applying transparency logo and white font-color on glassy mobile menu #1030306Alright, thank you.
This ticket can then be closed now.November 1, 2018 at 8:10 pm in reply to: Applying transparency logo and white font-color on glassy mobile menu #1028943Unfortunately this doesn’t work either.
For just applying the transparent & glassy header to mobile devices, this CSS has gotten big very quick.
So far, I have removed all the CSS and stay with the standard solution until an easier solution is available (e. g. a checkbox in the backend).Is there a place I can submit a feature request?
October 10, 2018 at 2:43 pm in reply to: Applying transparency logo and white font-color on glassy mobile menu #1019962It’s working but now another thing seems to be odd again:
– The search and burger icon on the sticky mobile menu are now #ffffff when the menu is collapsed (on desktop: #000000).
Additional fact: Once you resize your desktop view to a mobile size, the search and burger icon color appear as intended (#000000) but if you open the browser on a smartphone, the search and burger icon color all the sudden stay #ffffff when scrolling. I have tested this with two different smartphones.
This is the complete CSS code I’ve been using so far for menu media queries:
@media only screen and (max-width: 767px) { #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle { background: transparent !important; position: absolute !important; } .responsive #top #wrap_all #header { position: fixed !important; } .responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img { opacity: 0 !important; } .responsive #top .av_header_transparency .logo img.alternate { display: block !important; opacity: 1 !important; } .header_color div .av-hamburger-inner, .header_color div .av-hamburger-inner::before, .header_color div .av-hamburger-inner::after { background-color: #ffffff !important; } .header_color #menu-item-search { color: #ffffff !important; } .header_color.header-scrolled div .av-hamburger-inner, .header_color.header-scrolled div .av-hamburger-inner::before, .header_color.header-scrolled div .av-hamburger-inner::after { background-color: #000000 !important; } .header_color.header-scrolled #menu-item-search { color: #000000 !important; } .av-burger-overlay-active #top .av-hamburger-inner, .av-burger-overlay-active #top .av-hamburger-inner::before, .av-burger-overlay-active #top .av-hamburger-inner::after { background-color: #000000 !important; } .html_av-overlay-side.av-burger-overlay-active #top #wrap_all #header .menu-item-search-dropdown a { color: #000000 !important; } .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a { color: #000000 !important; } .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul .current_page_item a { color: #ffa600 !important; } }
October 9, 2018 at 3:49 pm in reply to: Applying transparency logo and white font-color on glassy mobile menu #1019532This is indeed great progress.
As far as I can judge from now, there is only one thing missing:– Menu elements on the sticky mobile menu are #ffa600 (on desktop: #000000). Only the active element should be displayed in #ffa600.
Do you have a solution for this remaining issue?
October 1, 2018 at 9:44 am in reply to: Negative margin-bottom of featured image div on single post swallows text #1016489Great, this ticket can then be closed now.
October 1, 2018 at 9:43 am in reply to: Fixing random whitespace beetween special heading and text block in footer page #1016488Perfect, this ticket can then be closed now.
September 30, 2018 at 2:25 pm in reply to: Setting a page in WordPress settings as posts page corrupts text block elements #1016271I did so and now everything works as supposed to.
Thank you for your support!
This ticket can therefore be closed now.September 29, 2018 at 7:43 pm in reply to: Negative margin-bottom of featured image div on single post swallows text #1016152Sure, here you go.
September 28, 2018 at 4:38 pm in reply to: Negative margin-bottom of featured image div on single post swallows text #1015784Sure, I just did and the negative margin-bottom came from the following selector in “blog.css?ver=4.9.8:75”:
#top .fullsize .template-blog .big-preview.multi-big { margin-bottom: -48px; padding: 0; width: 100%;
I hope this helps.
September 28, 2018 at 9:21 am in reply to: Fixing random whitespace beetween special heading and text block in footer page #1015648Is there any place I need to report this bug for future fixes?
September 28, 2018 at 7:40 am in reply to: Setting a page in WordPress settings as posts page corrupts text block elements #1015598I just double-checked and it worked fine.
Could you try again?September 27, 2018 at 5:14 pm in reply to: Negative margin-bottom of featured image div on single post swallows text #1015392Thank you for the note but I just wanted to point out this bug, as this is something that should probably be fixed in one of your next updates.
I didn’t see any dedicated form for reporting bugs.September 27, 2018 at 2:58 pm in reply to: Applying transparency logo and white font-color on glassy mobile menu #1015311Unfortunately, this doesn’t solve the issues.
Now the following occurs:– The search icon on the sticky mobile menu is still #ffa600 (on desktop: #000000).
– Active elements on the sticky mobile menu are still #000000 (on desktop: #ffa600).
– The burger menu on the sticky mobile menu is now #000000 and therefore visible when unfolded, but it is also #000000 when the burger menu is collapsed (on desktop: #ffffff).I would just like the menu to look and behave exactly as it does on the desktop devices.
How can this be fixed?PS: For future updates wouldn’t it make sense to incorporate the feature, that if one decides to choose a transparent and glassy menu, this also applies to mobile devices?
September 27, 2018 at 2:17 pm in reply to: Fixing random whitespace beetween special heading and text block in footer page #1015292I checked it but I wrote plain text within the special heading element and the text block element of the Advanced Layout Editor. Additionally, if I would have entered a line break, it would show on every page.
After testing it thoroughly, I found out that the whitespace occurs on two occassions so far:
1. If you create a new and empty page, the whitespace appears. => Adding content to the body removes the whitespace.
2. If you use one of your templates for the single post style from Enfold Theme Options > Blog Layout > Single Post Style (e. g. Multi Author Blog), the whitespace appears. => Adapting a single post with the Advanced Layout Editor removes the whitespace.Wouldn’t that be a bug then?
September 26, 2018 at 3:38 pm in reply to: Applying transparency logo and white font-color on glassy mobile menu #1014798I think we are getting there fairly quick and yes, the search icon can stay visible on the unfolded burger menu.
The font-color on the sticky mobile menu now is the same color as on the sticky desktop menu.
Some elements still behave differently though:– The search icon on the sticky mobile menu is #ffa600 (on desktop: #000000).
– Active elements on the sticky mobile menu are #000000 (on desktop: #ffa600).
– The burger menu on the glassy mobile menu stays #ffffff once the menu is unfolded, instead of turning black like the other menu elements and therefore it is invisible.How can we get those things aligned the right way?
September 26, 2018 at 12:36 pm in reply to: Fixing random whitespace beetween special heading and text block in footer page #1014691Perfect, works as supposed to.
Still, do you know why the same page inserts a line break on some pages and on others not?September 25, 2018 at 7:05 pm in reply to: Applying transparency logo and white font-color on glassy mobile menu #1014401The question was not regarding your code snippet but rather another difference I noticed between the mobile and the desktop menu.
As all the colors within the Enfold General Styling > Logo area are set the way I like them, I don’t know why the mobile version displays them otherwise.Sticky desktop menu: menu links (not active) = #000000
Sticky mobile menu: menu links (not active) = #ffa600How can I adjust the sticky mobile menu font color without affecting the sticky desktop menu font color?
September 25, 2018 at 2:39 pm in reply to: Applying transparency logo and white font-color on glassy mobile menu #1014198This is working just fine, thank you.
I still noticed that there is a difference comparing the desktop and mobile menu.
On mobile devices all sticky main menu items except for the burger menu show another font-color (#ffa600) than the items on the sticky desktop menu (#000000).How can I adjust this, so the mobile menu works just as the desktop menu regarding the colors?
September 20, 2018 at 6:07 pm in reply to: Changing footer padding-top when footer is a separate page #1012412My question has been answered and therefore this ticket can be closed.
September 20, 2018 at 10:48 am in reply to: Changing footer padding-top when footer is a separate page #1012195Perfect answer, thank you for the support!
Ok, so this support forum is connected to Gravatar as well.
It worked, thank you for the quick support!I think I found the solution.
The Mailchimp form uses some of its own selectors (e. g. font-weight, font-size, font-family etc.) on certain elements.
The font-weight of the placeholder seemed to be the problem as it looked way bolder than the rest.
Instead, the font-weight was displaying right but the font-family differed causing the placeholder to look like it had a different font-weight.To style the Mailchimp form according to your website style, use as follows and fill in your values where “inherit” doesn’t work.
.avia-mailchimp-form label { font-weight: inherit !important; font-size: inherit !important; } .avia-mailchimp-form input { font-family: Quicksand !important; font-size: inherit !important; } .avia-mailchimp-form ::placeholder { font-family: Quicksand !important; }
PS: Is it possible to change my avatar in this support forum? I couldn’t find any place to do so.
-
AuthorPosts