Forum Replies Created
-
AuthorPosts
-
Hi again, per your suggestion, I added the background image under General Styling->Main Content which is working. What about making the background image responsive though? Its giant on mobile view, how can I scale that down to 50%?
ThanksThanks for your help, Rikard and the header documentation : )
Regarding CSS for ALB global transparency – ok, understandable. I’ll live with it.
RE: Transparent footer, I’ll live with that as well.This reply has been marked as private.Hi Richard,
Thanks for your response. Yes, the footer. And, I was asking for a global CSS for all ALB backgrounds to be transparent rather than assigning to each element.Bingo! Thanks. But how to handle the transparency issue so that it doesn’t cover up the background image on each ALB element and the footer? Also – Header transparent (which I selected, but mobile still displays background).
Hi Rikard,
That worked well for posts, but I want it for everything, pages, categories, archives. How do we include “all”? Use body? That didn’t work when I tried it.
Also, one of the goals I listed was to have every ALB element and including the footer to have background transparent so that it is dealt with all at once, not individual CSS / element.Thanks for working with me.
This reply has been marked as private.Mark this done
This reply has been marked as private.Hi Mike, Your point makes great sense. Mark this done with my gratitude for your work! Have a great week.
Thanks, Mike. It now hides images after resizing. Is there a way to hide the image attempt to drop to the next row prior to hiding? Kinda fun, but a clumsy transition. What do you think?
Perfect, Mike. Thanks so much. Z-index can get confusing. You helped me greatly.
This reply has been marked as private.Perfect! Resolved. Thanks!
Gah. I had the actual element cleared of the background image, didn’t think to check all global settings for that. Done. Thanks.
No – I used text instead of phone number there. The issue is in mobile view as described above. When hiding the logo, I’d like the phone(text) to display on same line as the burger menu/search. No gap.
Mike,
Thanks – Credentials in private to fix dark-floral.png issue.One more, please For mobile I have:
/* HIDE LOGO on MOBILE*/ @media only screen and (max-width: 767px) { .logo { visibility: hidden !important; }}
That works great. But I’d like the phone (using text for site name) to be on same line as search icon. I tried
display: none; but that forces the search under the header bar. Would you have olution for this?Thanks for all of your help.
Thanks for your help gents. Rikard – winner, winner!
Hi Rikard,
Thanks for your help but transients had nothing to do with autoload settings on tables. I did figure out what was causing the 504’s – page cache was turned off.
This ticket may be closed.What was the outcome of this post may I ask? Interested.
Missed that!
All set with quotes now and bingo it did the trick! Thanks so much team.
jThis reply has been marked as private.Hi Ismael,
I got a critical error on return of the search results. Here’s what I pasted exactly in the child theme’s function.php at the end (no trailing lines or spaces).// change search results layout to grid view like blog function avia_layout_filter_mod($layout, $post_id){ if(is_search()) { $layout['current'] = $layout["fullsize"]; $layout['current']['main'] = "fullsize"; } return $layout; } add_filter('avia_layout_filter', 'avia_layout_filter_mod', 10, 2);
I removed it for now because the site is live.
Yes, helpful, but it does not affect the search sidebar. I’m not seeing how that can be removed. Thanks for such a quick response!
Thank you, thank you ;-) It works well Ismael. Have a great week.
jHi all,
A solution for the issue provided by the Vimeography plugin developer. I noticed others using Vimeography with CSS questions on this forum so here’s the fix from Dave Kiss:Try adding this custom CSS rule to the bottom of your WordPress theme’s style.css file or section:
aside.sidebar { z-index: 0 !important; }
Enjoy!
Perfect-o Rikard!
Thank you and have a great day!Ismael,
Its hit or miss. All the videos have the same settings on Vimeo. I’ll continue to work around the issue by using Vimeography or the embed code. I’m at a loss still on this one. I promise to report back if I find a solution. This is a challenge for us on numerous websites we host on WP Engine.
Thanks for your time!
jHi
The Vimeo settings say Anyone, Anywhere. I also tried it as only my domain without success – so I set it back to Anyone, Anywhere (emptied server cache between changes).
See private for URLs.-
This reply was modified 4 years, 5 months ago by
welswebmaster.
2. Aside from the Vimeo issue, after the update, I’m seeing font icon (musical note) on each Special Heading section in edit mode only. See the Special Heading on the same page (while special headings don’t offer use of font icons).
Hi,
Thank you for your response.I just updated Enfold to v4.7.6.3 and it did no help fix this issue. Server cache and permissions were refreshed, I opened the page in a new private window and other browsers without success.
-
This reply was modified 4 years, 5 months ago by
-
AuthorPosts