Forum Replies Created
-
AuthorPosts
-
Updated to WP 5.5 – went to edit and save a text block & now the text block save button is displaying on the live site! And when clicked goes to login.
Below is the code in Chrome Inspector:<li>“I really enjoyed learning the various tools that were introduced each week. Talking to others and listening to others i<a class="avia-modal-save button button-primary button-large" href="https://healinginfertility.ca/wp-admin/post.php?post=66&action=edit#save">Save</a>n similar situations really help to put things into perspective.” (Jenny)</li>
Hi Jordan,
Unfortunately, the site is in test mode & isn’t live so difficult to take a look.
I found a thread that had a similar issue which was resolved with a bit of css, but it was for two half columns,:
https://kriesi.at/support/topic/mobile-breaking-point-for-rows-and-columns/Hoping that something similar could be used for two columns: 1/5 & 4/5
Thanks
Hey Nikko – Thanks!! Of course! That did the trick.
Cheers & have a great Sunday.
Hi Jordan,
Thanks for looking into the issue! The CSS fix works nicely with desktop browsers but doesn’t look so great on smaller devices (falls below the menu or overlaps menu items).
I think the problem really is that the code for the cart icon is in the “inner-container” div & should be in “header_main_alternate” div instead, where the “main_menu” code is.
See below screen-grab:
https://www.dropbox.com/s/763lx7u3wkdzqfp/screengrab_2.jpg?dl=0Actually, no.
I wound up editing the layout.css file.Okay still waiting for help on this…
Added another css customization that isn’t taking either:
#top .avia-post-nav {background: rgba (125,5,15,0.8) !important;}The change works in browser debugger.
Hi Yigit,
Tried that already – didn’t make a difference – still not applying the new font-size.
What a conundrum!
Hi Basilis.
Sorry to be a pest but it’s been a while.
Hi Basilis
Okay, added login credentials to private content.
Thanks!
Hi Yigit,
That did the trick!
Cheers & thanks so much!
Hi Josue,
Thanks for the tip, but unfortunately that doesn’t seem to be working.
So, I turned on the Custom CSS Class, created the class (epk-list) for the Icon List element, & in Quick CSS added:
.epk-list {noLightbox !important;}
Also tried:
#epk-list {noLightbox !important;}
Still getting the Lightbox.Also tried:
.#top epk-list {noLightbox !important;}No Go
Inspecting the element in my browser I can see that lightbox is still beeing added to the links:
<a href="http://xxxxxxxx_black_and_white_1.jpg" title="Photo Black & White (JPG)" target="_blank" style="background-color:#c3512f; " class="iconlist_icon avia-font-entypo-fontello lightbox-added"></a>
- This reply was modified 9 years, 6 months ago by kmac.
-
AuthorPosts