Forum Replies Created
-
AuthorPosts
-
July 14, 2016 at 5:47 am in reply to: Overlaps logo shrinks together with sticky menu when scroll up #660666
You’re the best Yigit. Now the drop-down menu (hover) is not align below the header, a 15px gaps appear since we added top:15px to pull down the logo.
http://goo.gl/waTQevafter scrolling up, header shrinks
http://goo.gl/713CN3Have tried to reduce the menu line-height to 88px !important, and it still remain on 103px height. Any clue how to fix this??
& Thanks.July 12, 2016 at 8:49 am in reply to: Overlaps logo shrinks together with sticky menu when scroll up #659703Thanks Yigit. This getting close to what i want apparently.
Now it does shrinks down when scrolling up, but overall the logo size is reduce too and with a gap on top.
http://goo.gl/nKm1lf
http://goo.gl/bDrozYHave tried change the – .logo {top: 0px !important;} but again logo won’t overlap.
It is possible to attach the logo on top 0px, and overlap 15px bottom (logo overall size 244px (w) x 103px (h), container 88px height and shrinks when scrolling??
http://goo.gl/PYyxH3July 11, 2016 at 10:35 am in reply to: Overlaps logo shrinks together with sticky menu when scroll up #659140Is there other solution?
https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key
1. Create or select a project -> Continue -> Credentials -> Accept requests from these HTTP referrers (websites) (Optional) -> create
“Accept requests from these HTTP referrers (websites) (Optional)” – Here you need to key-in 2 URL like below (with your own domain name) :
*.yoursite.com/
*yoursite.com/2. Add below code into your child-theme functions.php, and replace the “AIzaSyAidX34J-pkIHmOUFdVrt05MpzDHz-VZUk” key below with the key your just create above .(credit to @Ismael) – https://kriesi.at/support/topic/content-element-google-maps/#post-656399
function ava_googlemaps_apikey() {
$prefix = is_ssl() ? “https” : “http”;
wp_deregister_script(‘avia-google-maps-api’);
wp_register_script( ‘avia-google-maps-api’, $prefix.’://maps.google.com/maps/api/js?key=AIzaSyAidX34J-pkIHmOUFdVrt05MpzDHz-VZUk’, array(‘jquery’), ‘3’, true);
wp_enqueue_script(‘avia-google-maps-api’);
}
add_action(‘init’, ‘ava_googlemaps_apikey’);3. any FTP client (filezilla) browse into /wp-content/themes/enfold/js/. Copy the file shortcode.js to your local computer. Open it in a text editor and locate line 458
src: ‘https://maps.googleapis.com/maps/api/js?v=3.24&callback=aviaOnGoogleMapsLoaded’Now append your key to that line:
src: ‘https://maps.googleapis.com/maps/api/js?v=3.24&callback=aviaOnGoogleMapsLoaded&key=Put_your_google_api_browser_key_here’(same key you replace on functions.php = Put_your_google_api_browser_key_here)
The same change must be made to the file /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-element-behavior.js on line 55 like above shortcode.js.
Overwrite/replace the change files via FTP client, and remember this file will be overwritten again with the next update.
(credit to @mensmaximus) – https://kriesi.at/support/topic/google-maps-7/July 9, 2016 at 9:08 am in reply to: Overlaps logo shrinks together with sticky menu when scroll up #658713Have remove the custom css and added the code as given, but still not happen. The logo is wouldn’t resize/shrinks down.
July 5, 2016 at 1:44 pm in reply to: Overlaps logo shrinks together with sticky menu when scroll up #657037Does anyone here can help?
Any update about this? I’m having the same problem via live hosting, but it work fine on my localhost.
Hi!
Big thanks to you Ismael, now the menu is showing every child menu on mobile version.
I greatly appreciate your help.Hi Ismael,
Yes, I did. But still missing. Have try turn on & off to see the result.
I suspect the “Text Block” that I’m using as a title there (on CLADDING->Boards & CEILING->Sliding Planks, sub-menu doesn’t appear), cause me this issue.Mobile position fixed, but still missing with few sub/child menu (Application -> Cladding -> Boards -> Mineralis, etc.) on mobile version.
Do anyone have any idea?Hi Josue,
Is updated to 3.0.1 now. And again the error still remain the same, everything look good in desktop but not in mobile.
I think the position issue is cause from my custom.css. But the remain missing sub/child menu (Application -> Cladding -> Boards -> Mineralis, etc.) is still don’t showing up for so how.Solution found. Thanks.
September 9, 2014 at 12:21 pm in reply to: Now how can I set the google map in the CONTACT page with 1030px width? #315802Solution found. Thanks.
September 9, 2014 at 12:21 pm in reply to: WordPress 4.0 & Enfold 2.9.2 layerslider display in full-width error #315800Thanks Yigit.
September 9, 2014 at 10:35 am in reply to: WordPress 4.0 & Enfold 2.9.2 layerslider display in full-width error #315734Thanks, this work with the icon/font fixes.
<FilesMatch “\.(ttf|otf|woff)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
</FilesMatch>For the Layerslider, I have to go through page-by-page to disable full-width.
Now how can I set the google map in the CONTACT page with 1030px width?- This reply was modified 10 years, 3 months ago by promat.
September 9, 2014 at 5:33 am in reply to: WordPress 4.0 & Enfold 2.9.2 layerslider display in full-width error #315615Sorry, just now I try to reinstall wordpress 4.0. Now i’m done.
Still have the same error, all icon also not working.Have try it before, and the result is same as the second pics posted above.
July 23, 2014 at 3:07 am in reply to: Mega Menu – three columns then another beneath that spans the width of all three #294751May I know how to create the “TITLE” above sub-menu (http://www.natureslens.co.uk -> Workshop & Tours -> 2014, 2015, 2016, Regular Workshop)? I’m using mega menu, but can’t figure out how to place in a title above the sub-menu without link.
- This reply was modified 10 years, 5 months ago by promat.
-
AuthorPosts