Forum Replies Created
-
AuthorPosts
-
October 8, 2018 at 10:35 pm in reply to: galleries opening duplicate image on top of lightbox #1019263
yes – I turned off wp fastest cache.
Loading slow now but I am STILL seeing this single image on top of the slideshow.
very strange. In the inspector that image has “fancybox” tags.October 8, 2018 at 4:20 pm in reply to: add content form to the bottom of all portfolio items #1019034you can close this thread
thanksOctober 8, 2018 at 9:55 am in reply to: galleries opening duplicate image on top of lightbox #1018881I see it in chrome
October 4, 2018 at 10:26 pm in reply to: galleries opening duplicate image on top of lightbox #1018021on the page below, if I click on the first image I get this: https://imgur.com/kY0Z2cb
then if I close that image the lightbox slideshow is there behind it:I see this in chrome only on all the galleries.
thanks
Nancy- This reply was modified 6 years, 1 month ago by Munford.
October 3, 2018 at 10:42 am in reply to: galleries opening duplicate image on top of lightbox #1017434thanks
login belowHI
thanks
there was an issue that the API I had in the plugin was different than the one in the theme settings, but even after updating that I am still seeing the “multiple API” error
– I think I will just leave it as it is for now.
best
NancyHI again
so after trouble shooting I figured out the conflict (and error with some dynamic text code/conditional fields on the contact form 7 on many pages).
I am now seeing the error “You have included the Google Maps JavaScript API multiple times on this page. This may cause unexpected errors.” I have the API key in the enfold theme options already, so I thought I could turn that off the “Do not load the Google Maps API (Only check this if your theme loads the Google Maps API by default)” in the google map plugin settings, but then the maps disappear again with that jquery error (even though the jquery is loading fine.)
What are the best practices here? Should I ignore the multiple API warning?
And I still see the jquery error loading on the page below before the map loads, so there is still something weird going on.
thanks for your help as always,Nancy
- This reply was modified 6 years, 2 months ago by Munford.
thanks very much for your help!
regards
NancyHey Dude, can you do that for my site as well???
Afraid of making a mistake :)
thanks
Nancydo you think it’s a plugin failure? We have hundreds of maps so the idea of rebuilding them all in another plugin is not too attractive.
thanks for your help
Nancythanks for your help….
ok so…what can I do?
google map support keeps saying: You may want to try disabling Combine JS.but you looked at that.
confused
NancyI got this message from google maps support:
It appears that the minification of scripts on the site is causing jQuery to load too late for the maps scripts to function properly. Please try disabling minification to see if that fixes it.Not sure where those setting are though…
can you take a look?
thanks
Nancynot sure –
Hi JOrdan,
No, I have a lot of plugins…I will test it a bit. This just happened with no new plugins or settings changed.
thanks
Nancythanks you can close this thread.
thanks for taking a look
best
NancyOK so as I understand it, use quick CSS for quick changes, move into style.css when it’s OK (and great with the editor/fix finder there) and then at the end use a caching plugin/ merging. Is there any problem with turning off that merging option after it’s been turned on? I think I had the 2 caching plugins active because I was testing different ones. Any preferences to use with enfold?
thanks for your help & advice.
HI Mike
wow thanks for your great help! Looks fine. I have just started using the style.css editor so it’s good to learn some best practices. Is it OK to use that merging option? I had re-saved the options a few times but maybe not in the right way, Should I only use one caching pluigin?
best
Nancythanks for taking a look!
I can only find some code below that disabled/changed the animation on the galleries – not sure if it’s messy or OK (I am a copy/paste coder for the most part).
My client wants no animation on the galleries, and only transparent overlay on hover.
best
Nancy/*ANIMATION*/ /* Masonry image load animation*/ .avia_desktop .avia_transform3d .av-masonry-entry .av-masonry-item-loaded .av-inner-masonry{ transition: opacity 2s ease-in; -webkit-animation: none; /* Safari 4+ */ -moz-animation: none; /* Fx 5+ */ animation: none; /* IE 10+ */ } .av-masonry-entry { opacity: 1 !important; visibility: visible !important; } .avia_sortable_active .isotope { -webkit-transition: none; transition: none; } .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry { -webkit-animation: none !important; animation: none !important; } /*disable lightbox animation*/ .mfp-img { transition: all 4s ease!important; transition-delay: 4s!important; } .mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler { -webkit-transition: none; transition: none; }
yes it is at the top and cache cleared. could there be other code interfering?
HI
Thanks for your help
I need this to be a global change not just on that page, but on that code did not change anything as far as I can see.
any ideas?
Nancy- This reply was modified 6 years, 2 months ago by Munford.
that is great thanks so much!
you can close this thread/I don’t know what that is – I found the code in another thread.
I just needed the tabs to show at the bottom of the page, and link to the correct tab categories.
Then I customized the tab archive page to have 4 columns, and I’d like all the items to be shown on the page,
without pagination if possible
thanks for your help
Nancy- This reply was modified 6 years, 2 months ago by Munford.
September 3, 2018 at 10:41 am in reply to: WRONG MOBILE MENU – fixes for mobile menu spacing, font styling #1004842thanks I worked it out.
September 3, 2018 at 10:40 am in reply to: add content form to the bottom of all portfolio items #1004841I am putting it in my child theme functions.php but I think I may not need this after all as I found a way to do it in the sidebar.
Would like to know if it’s possible though.
thanks for your help
Nancythanks for taking a look
login is belowSeptember 3, 2018 at 10:36 am in reply to: ERRORS on site / magazine element / functions.php & events-counter.php error #1004838thanks you can close this thread
September 2, 2018 at 11:04 am in reply to: add content form to the bottom of all portfolio items #1004603Hi Again
Is it possible to just add this or something like it to the bottom of the portfolio items to also add a custom class id above the contact form:
[av_codeblock wrapper_element='' wrapper_element_attributes='' codeblock_type='' av_uid='av-jlj9mkgt' custom_class=''] <span id = “bookhere”></span> [/av_codeblock] [contact-form-7 id=”23464″ title=”fixed-form-arg-01″]
I am getting an error in the wrapper elements:
Your PHP code changes were rolled back due to an error on line 165 of file wp-content/themes/enfold-child/functions.php. Please fix and try saving again.
syntax error, unexpected ” wrapper_element_attributes=” (T_CONSTANT_ENCAPSED_STRING), expecting ‘,’ or ‘)’
or maybe there is a way to incorporate the class ID into the contact form itself?
thanks for your help!
NancySeptember 1, 2018 at 7:13 pm in reply to: add content form to the bottom of all portfolio items #1004449update –
I figured another way to do the buttton, so I don’t need to use that code!
I would still like a way to add the extra code above as a contact form at the bottom of the portfolio items, if possible.
thanks
Nancy- This reply was modified 6 years, 2 months ago by Munford.
September 1, 2018 at 6:59 pm in reply to: add content form to the bottom of all portfolio items #1004447what if I wanted to add something like this to the bottom of each portfolio item, instead of just the contact form:
[av_one_full first min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' link='' linktarget='' link_hover='' padding='10px,30px,10px,30px' border='1' border_color='#b5b5b5' radius='2px' radius_sync='true' background='bg_color' background_color='#efefef' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-4vhgskt' custom_class='']
[av_codeblock wrapper_element='' wrapper_element_attributes='' codeblock_type='' av_uid='av-jlj9mkgt' custom_class='']
<span id = “bookhere”></span>
[/av_codeblock][av_hr class='invisible' height='30' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-2x8wuel' custom_class='' admin_preview_bg='']
[av_textblock size='' font_color='' color='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-48n4vu5' custom_class='' admin_preview_bg='']
<h2>BOOKING FORM – REQUEST PRICE</h2>
[/av_textblock][av_textblock size='' font_color='' color='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-3n3s2q5' custom_class='' admin_preview_bg='']
[contact-form-7 id=”23464″ title=”fixed-form-arg-01″]
[/av_textblock][av_hr class='invisible' height='20' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-2x8wuel' custom_class='' admin_preview_bg='']
[/av_one_full][av_hr class='invisible' height='20' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-2x8wuel' custom_class='' admin_preview_bg='']
Is that possible? If I put it in that shortcode area you gave me for the contact form only, I get php errors.
thanks
Nancy- This reply was modified 6 years, 2 months ago by Munford.
-
AuthorPosts