Forum Replies Created
-
AuthorPosts
-
June 20, 2017 at 6:55 pm in reply to: Diagonal section border renders button element unusable #810591
Hi Yigit,
thanks a lot, it worked I already tried changing the z-index but I couldn’t figure out the right selector. It now works as it should. You can mark this as resolved.June 20, 2017 at 3:07 pm in reply to: Diagonal section border renders button element unusable #810390Hi,
you are always fixing the wrong section ;) The “Luftaufnahmen (#luft_video)” Section worked great before there was enough space but its the “Hochzeit (#hochzeit_gallery”)” that is not working.
For the sake of clarity I removed everything but this part from the page it looks like it should but the button is not clickable. And even the lower 1/10 of the images in the masonry gallery is overlapped (the hover effect is not working on that part).June 20, 2017 at 7:02 am in reply to: Diagonal section border renders button element unusable #810203Hi Yigit,
I checked the test-page and it has the same issue with this button:
The Facebook Button below the Like!.
I think I could add a spacer below the button and move the diagonal border so low that the box doesn’t overlap the button anymore but that doesn’t look very good.June 16, 2017 at 11:14 pm in reply to: Highlight toplevel menu item if "child" page is selected #809140Thanks a lot, it works flawless with the code above.
It happens wit all versions of the IE up to the latest if you use the scrollwheel and have enabled smooth scrolling.
June 12, 2017 at 5:54 pm in reply to: Highlight toplevel menu item if "child" page is selected #806984No, problem I added it to the private section.
June 11, 2017 at 8:12 pm in reply to: Show gallery in lightbox on button click with Magnific Popup #806645Sure, no problem I will figure it out on my own. I was just under the impression that almost the exact same functionality exists in enfold in form of a gallery that shows only one picture and on click displays a lightbox to navigate through that gallery. I just thought there would be an easy way to trigger that behavior on a button click instead of a image click.
Thanks for your time.
I was just investigating slow uploads with the WP-LR Sync plugin and installed “query monitor” too. And I get the same errors:
Gestörte Abhängigkeiten avia_tab_section_js https://www.fotosphere.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-tab-section.js avia_builder_js (fehlend) avia_modal_js (fehlend) 0.9.5 avia_table_js https://www.fotosphere.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-table.js avia_modal_js (fehlend) 0.9.5 avia_tab_toggle_js https://www.fotosphere.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-tab-toggle.js avia_modal_js (fehlend) 0.9.5 avia_media_js https://www.fotosphere.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-media.js avia_element_js (fehlend) 0.9.5
Sorry for the german localization. I’m not sure if I should worry about that.
June 9, 2017 at 3:22 pm in reply to: Show gallery in lightbox on button click with Magnific Popup #806095Hi,
I got it to “work” at least it now does what it should, but the code is really a mess. I currently use the following in my function.php:
function fs_magnific_popup(){ ?> <script> (function($){ $(window).load(function() { $('.fs-hochzeit-button').magnificPopup({ items: [ { src: 'https://www.fotosphere.de/wp-content/uploads/2017/05/hund-sonnenbrille-1500x996.jpg' }, { src: ' https://www.fotosphere.de/wp-content/uploads/2017/06/Texas-Lightning-2.jpg' } ], gallery: { enabled: true }, mainClass: 'avia-popup mfp-zoom-in mfp-image-loaded', type: 'image' }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'fs_magnific_popup');
This looks ugly as I know would have to add a new function to my function.php for every gallery I want to show. I hope you have a better solution to achieve what I want. The trick I was missing was mainClass: ‘avia-popup mfp-zoom-in mfp-image-loaded’.
I had to manually assign the mfp-image-loaded class to make the image show.Yes and no the fixed background stuttering is fixed by the setting but this is on the user side, so it is no real fix as I can not change the IE settings of all my visitors. I really can’t belive that we are the first ones to notice that.
June 7, 2017 at 10:32 am in reply to: Show gallery in lightbox on button click with Magnific Popup #804990I added a temporary admin account with the details below.
No I dont use ajax to get the images currently I just added the following to my functions.php in my child theme
function fs_magnific_popup(){ ?> <script> (function($){ $(window).load(function() { $('.fs-haustier-shooting-button').magnificPopup({ items: { src: '{fqdn replaced}wp-content/uploads/2017/05/hund-sonnenbrille-1500x996.jpg' }, gallery: { enabled: true }, mainClass: 'avia-popup mfp-zoom-in', type: 'image' }); }); })(jQuery); </script> <?php }
and gave the button the class fs-haustier-shooting-button. If that works I was going to add more images to the functions.php. I know that this doesn’t look very clean and I’m happy for other suggestions how to solve that.
Hi,
DO you have any active cache software?
No I disabled all caching during development server-side and WordPress wise.
Other enfold demos using the parallax effect have the same bug. I don’t know why enfold-creative-studio one does not show the error.
Do you have any idea how to work around this or do I have to live with the fact that the page will look ugly for Internet Explorer users?// EDIT
To add some more information, the demo at http://kriesi.at/themes/enfold-2017/ for example shows the “bug” in the fixed background section.
And I correct my self the enfold-creative-studio shows the bug in the fixed background section too. This can be resolved by disabling smooth scrolling in the IE settings on the user side (that’s what I did and forgot about) but disabling smooth scrolling makes parallax sections look even worse. Any help is appreciated.- This reply was modified 7 years, 5 months ago by nyloc. Reason: More information
June 4, 2017 at 6:59 pm in reply to: Show gallery in lightbox on button click with Magnific Popup #803668Sure I added it to the private section.
Hi, we have exactly the same Problem here.
// EDIT
I found a reference of this beeing a IE bug,
https://connect.microsoft.com/IE/feedback/details/795070/mouse-wheel-issue-with-position-fixed-imagesBut it seems in your demo at: http://kriesi.at/themes/enfold-creative-studio/
You somehow worked around that issue.I’m happy for any hint you can give us.
- This reply was modified 7 years, 5 months ago by nyloc. Reason: Additional Information
-
AuthorPosts