Forum Replies Created
-
AuthorPosts
-
I fixed it using this code: .image-overlay { display: none !important; }
I think I need to do something like this
https://kriesi.at/support/topic/turn-off-image-popup-lightbox/
I tried this code
//activates the prettyphoto lightbox
if(jQuery.fn.avia_activate_lightbox)
jQuery(‘body’).not(‘.page-id-12’).avia_activate_lightbox();It didn’t turn off the lightbox so my Popup Builder can work. I paid for that plugin so I really need to get it working…
I purchased Popup Builder and am using it but when I click on an image it makes the image popup instead of my iframe link which Popup Builder does via shortcode.
How do I disable the enfold theme image popup which seems to be overiding my Popup Builder iframe popup
Hi,
I’ve got what I wanted but it won’t show 100% heightHere is my code: <iframe src=”http://preview.mailerlite.com/n2h9b8″ width=”100%” height=”100%” frameborder=”0″ allowfullscreen=”allowfullscreen”><iframe>
Site: http://www.bombers.com.cn/the-hangar/first-league-3-3/
any help appreciated!
Genius! Cheers, this thread can be closed.
There is still one borer, light grey at the top of the page. Not sure what is making it?
http://www.bombers.com.cn/flight-log/I found this using chrome inspect, trying to edit it.
#top select {
-webkit-appearance: none;
border: 1px solid #e1e1e1;}*edit, thats not it..
- This reply was modified 7 years, 2 months ago by morrisoncloud.
I can remove all borders sitewide by entering “transparent” in the Logo Area of General Styling… for some reason that works.
Cheers for the support
Hey I found out how to do it, code below
#tribe-events-content .tribe-events-calendar td, #tribe-events-content table.tribe-events-calendar {
border: 1px solid #000000!important;
}this if for The Event Calendar plugin….
Hi,
I just turned it to transparent in the enfold settings. I noticed the border is everywhere on other stuff and I’d rather have none. However I do need borders on my event calendar which is not an Enfold Plugin, I’m googling how to put the borders back in on that page alone but am stumped.http://www.bombers.com.cn/flight-log/
That’s the page I need the borders to work on. Nothing else.
Thanks for your quick replies!
Robert
Thanks Jordan, that solved most of it, border is still visible on a button on the fullscreen slider. Can that be taken off too?
Resolved, Code:
.responsive .container {
max-width :100%!important;
}Resolved, Code:
.html_header_sidebar .av-sidebar-social-container {
position: fixed;
bottom: 0;
width: 300px;
}- This reply was modified 7 years, 2 months ago by morrisoncloud.
Hi,
I don’t know how to upload screenshots, can I only link images already on the web?
What I’m trying to do is move the icons to the bottom of the page. The Icons are right underneath the last menu entry. I want them right off the bottom of the page
Now its like below
—–
LOGO
MENU
ICONS
.
.
.
.
——-I would like it to look like
—–
LOGO
MENU
.
.
.
.
ICONS
——-- This reply was modified 7 years, 2 months ago by morrisoncloud.
-
AuthorPosts