Forum Replies Created
-
AuthorPosts
-
Thanks! Works great!
Looks like the still show up in the mini predictive search drop down, do you have a function for that? Thanks a bunch.
Worked great! Thanks!
I am using the Layout Elements 1/2 + 1/2 to achieve a 2 column layout for long text.
Great Job!
Your function does remove the shortcodes, unfortunately, it also removes the content between the short codes.
Can it remove the shortcodes only and leave the content?
Thanks!
February 17, 2017 at 7:39 pm in reply to: Lightbox Modal Window Images Disappear: Enfold 3.8.5 & Safari 10.0.3 (12602.4.8) #748607Thanks Yigit!
February 17, 2017 at 7:05 pm in reply to: Lightbox Modal Window Images Disappear: Enfold 3.8.5 & Safari 10.0.3 (12602.4.8) #748584It’s easy to reproduce on your shop demo, it actually happens across the board on iPhone, iPad, and Desktop.
See screenshots for your shop demo,
Thanks for thoroughly digging into this.
February 13, 2017 at 10:41 am in reply to: Lightbox Modal Window Images Disappear: Enfold 3.8.5 & Safari 10.0.3 (12602.4.8) #746286If you are using the version numbers noted above, and after you launch the Ligjtbox on a product page, not moving your mouse, you will see the issue on your demo site.
February 22, 2016 at 8:19 pm in reply to: Fullwidth Sub Menu, Mobile Menu shows strange icon on iOS #587433Hi Yigit,
Thank you.
I thought documenting your change might help other customers who are facing the same challenge, as your change was not to my code, but rather Enfold’s code published by the Enfold team in the forum.
There seems to be delta in addressing the iOS icon challenge/fix in the Enfold main Menu vs. the Enfold Fullwidth Sub Menu.
Enfold main Menu
( While this works for the Enfold main Menu on iOS, the CSS does not work on the Enfold Fullwidth Sub Menu )
https://kriesi.at/support/topic/avia-bullet-in-mobile-menu-changes-to-undesirable-icon-on-ios-9-0-2/Fullwidth Submenu
( Note Josue’s comment on May 23, 2015 at 8:02 am, line 16)
https://kriesi.at/support/topic/how-to-make-full-width-sub-menu-transparent/His code has,
.responsive #top .av-menu-mobile-active .av-subnav-menu > li a:before{content: “\25B6”; position: absolute; top: 15px; margin-left: -10px; font-family: ‘entypo-fontello’; font-size: 7px;}Above, in this topic, both you and Ismael also suggested the same code,
content: “\25B6”;While your new fix shows the actual triangle character
.responsive #top .av-menu-mobile-active .av-subnav-menu > li a:before{content: “►”; position: absolute; top: 15px; margin-left: -10px; font-family: ‘entypo-fontello’; font-size: 7px;}Thank you for your help,
February 22, 2016 at 4:14 pm in reply to: Fullwidth Sub Menu, Mobile Menu shows strange icon on iOS #587240No luck. Did not work.
February 18, 2016 at 10:07 pm in reply to: Fullwidth Sub Menu, Mobile Menu shows strange icon on iOS #585738Hey!
You are missing the point, you cannot trouble shoot this on a desktop. You have to look at it on iOS {iPhone, iPad, etc…}
I am aware of the color, that is not the issue.
Please test on iOS and see the iOS icon, it is not the correct triangle.
I would like to address this, just as we have here,
https://kriesi.at/support/topic/avia-bullet-in-mobile-menu-changes-to-undesirable-icon-on-ios-9-0-2/Note, the above fix does not work on the submenu in iOS and it still yields a strange icon on iOS.
It’s been 11 days since my post and I really hope to get this fixed.
Best Regards,
Bowman- This reply was modified 8 years, 9 months ago by bowmandesign.
February 16, 2016 at 3:03 am in reply to: Hide header and footer on Category and Author pages #583860We can close this one.
February 16, 2016 at 12:11 am in reply to: Fullwidth Sub Menu, Mobile Menu shows strange icon on iOS #583829Thanks
February 11, 2016 at 6:59 pm in reply to: Fullwidth Sub Menu, Mobile Menu shows strange icon on iOS #581825Hi Yigit,
I developed and launched this site, while always up-to-date, @ 3.4.7
Sorry to say, still does not work.
.responsive #top .av-menu-mobile-active .av-subnav-menu > li a:before {
content: “\25B6”;
}The > sign is not converting to a special character in the quick css field.
Really looking forward to solving this.
I also removed all other CSS and plugins and have thoroughly tested this. Still does not work. Any ideas?
February 9, 2016 at 6:10 pm in reply to: Fullwidth Sub Menu, Mobile Menu shows strange icon on iOS #580495Sorry, doesn’t work.
Your fix adds it to the submenu, not the mobile version of the submenu.
Thanks
- This reply was modified 8 years, 9 months ago by bowmandesign.
February 8, 2016 at 8:05 am in reply to: Hide header and footer on Category and Author pages #579421I would be interested to know if there is a fast way to change 500+ posts to ‘Header is invisible and appears once the users scrolls down’
Thanks,
February 7, 2016 at 6:09 am in reply to: Hide header and footer on Category and Author pages #579124PS
To hide the footer site wide, that exists in the ENFOLD admin under footer.February 7, 2016 at 5:18 am in reply to: Hide header and footer on Category and Author pages #579121I ended up leveraging the following, it was easier.
.author #header {
display: none!important;
}.blog #header {
display: none!important;
}.single-post #header {
display: none!important;
}.category #header {
display: none!important;
}February 6, 2016 at 1:38 pm in reply to: Hide header and footer on Category and Author pages #578997Great,
1 is underway
2 can you provide the full MySQL command and php method to change all blog post enfold settings to hide both the header and footer?
Also For #2, it would be great if I could set all new posts to hide the header and footer by default .
Thanks,
- This reply was modified 8 years, 9 months ago by bowmandesign.
Looks like they are leveraging youtube and youtube’s compression, id=Kh4pggabuK0
October 1, 2015 at 8:26 pm in reply to: Avia bullet in mobile menu changes to undesirable icon on iOS 9.0.2 #512417Thanks Yigit,
It works.
In the new Enfold options, rows can now have custom settings, layout, borders and colors. Amazing addition by the Kriesi team.
In the row beneath the row you would like to overlap, in the first column in that row, set Custom top margin to -60px and uncheck ‘Apply the same value to all?’ set the bottom margin to you 0 or whatever you like.
- This reply was modified 9 years, 3 months ago by bowmandesign.
The CSS provided above does not take the white border off of a gallery with the big image shown above the thumbnails. It only takes the border off of the thumbnails.
i.e.
#top div .avia-gallery img { border-style: none; padding: 0; }
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: 16%; margin: 20px; }.avia-gallery-big { border: 0 !important; }
Notice the Gallery with Preview and Bigger Gallery with Preview on your demo…
http://kriesi.at/themes/enfold/shortcodes/gallery/The above code only removes the border for the thumbnails.
Any ideas how to remove the border from the big preview? I have tried numerous css combinations and now stuck.
Thanks,
I found it hiding in Advanced Styling.
Thanks!
October 8, 2014 at 4:55 am in reply to: Link portfolio item to external URL duplicates Previous and Next lightbox links #332097This reply has been marked as private. -
AuthorPosts