Forum Replies Created
-
AuthorPosts
-
Awesome, thank Yigit – that’s perfect. Thanks for your help, I really appreciate it!
Have a great weekend,
GraemeHi guys,
I’m still waiting to hear how I can fix this issue – if anyone has the solution I’d massively appreciate it.
Thanks, Graeme
Hi Yigit,
Upon closer inspection, it seems that whenever I comment out the Image Overlay block in ‘avia.js’ it causes an issue with the Smooth Scrolling block directly below for anchor links, causing them to fail on the site. Can you test on your end and let me know how to comment out the Image Overlay section without causing an issue in the rest of the file?
Thanks, Graeme
Hi Yigit – I don’t think I’ll be able to do that because we have a strict firewall, and to edit files you need your ip whitelisted. When I’ve looked at the site this morning, the links below the images seem to be broken (http://cl.ly/Z2jS) – is this something you’ve changed?
Graeme
Hey Yigit,
Sorry, that doesn’t seem to have any impact. I’ve tried a couple of variations to select the image within the link too, and it’s still creating the space below on hover.
Hey Yigit,
I had tried that previously, but just deactivated all plugins again and the issue still persisted. Is there any reason you know of that would cause a problem with the avia.js file when I delete the block of code for the overlay? I know that removing the code fixes the problem from testing, but I can’t delete it at the expense of all other js elements on the site.
Thanks,
GraemeThis reply has been marked as private.Hi Yigit,
Thanks for your reply. Yeah, I’ve already got that in my CSS – the spacing is created on hover, but there’s no visible transition/opacity change. The images are links to another page, if that makes a difference to the CSS required?
Hi guys,
Sorry, I really need to resolve this, as it’s going to hold up out launch if it’s not fixed today. Is there any other way of disabling this effect? Trying to hide it by changing CSS hasn’t worked, as it creates spacing below images on hover – I need to be able to remove the js without breaking other js elements on the site.
Hi Yigit,
Like I mentioned in my original post, removing that block creates an error, causing elements such as the ‘scroll-top-link’ box to fail. I’ve tried both deleting and commenting out the section, and I’m 100% certain I’m only selecting code that relates to the image hover effect, so cannot understand why this is causing an issue with other elements.
My ‘avia.js’ file is as follows: http://pastebin.com/xseFvC7d
- This reply was modified 9 years, 11 months ago by Iano999.
Hi Elliott,
I’m certain there was an option to essentially choose from two different transitions on the menu, and it looks like Kriesi mentioned it here:
Graeme
Perfect – thanks Ismael!
Hi Josue,
I don’t have access to the PHP log, as far as I know. The debug code Devin recommended is definitely not in the parent functions.php file, so I’m pretty stuck as to why it would be whitescreening the site.
Graeme
Hey Peter,
Yeah, I’m saving it into my child theme folder alongside a style.css file. I always use child themes for a build, but I’ve never had an issue with using a secondary functions file before?
Thanks again, Graeme
Hey Devin,
Okay, when I upload a functions.php file with nothing but the opening php tag I’m still getting whitescreened – is there a typical reason for this?
Thanks, Graeme
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Perfect, thanks Yigit!
Hey,
I’ve edited avia.js to reflect the fact I want the mobile menu at 990px, then I’ve added the following code to hide the main menu up to 990px:
@media only screen and (max-width: 990px) { .responsive #header .main_menu ul { display: none; } }
I’ve also included this CSS:
@media only screen and (max-width: 767px){ .mobile_active #advanced_menu_toggle { display: block; } }
I’m now left with a range from 768px – 990px where there is no menu at all – Is there anything else that needs to be done make the mobile menu visible?
- This reply was modified 10 years, 10 months ago by Iano999.
This reply has been marked as private.Okay, I found a fix for my issue – here it is in case anyone else experiences something similar:
# Exempt movies from password protection to prevent extra login prompts <Files ~ "\.(mp4|m4v)> AddType video/mp4 mp4 order allow,deny allow from all satisfy any </Files>
Throw this into your htaccess file and see if it fixes your problem (my site requires a login at the moment to view whilst in dev, so I’m assuming that it was still requiring an additional login to view the video – this should bypass that.)
This reply has been marked as private.This reply has been marked as private.Awesome, thank you!
Awesome, thank you – I’ve just sent over an email with the details.
Speak to you soon, Graeme
Hi Josue,
Thanks for your reply, but that didn’t seem to work – I’m still left with a blank space where I’d expect the icon to be displayed. I can’t post the URL publicly, as per the client’s request, but if there’s an email I can send it to I’ll include the URL, login details and the icon I intend on using?
Thanks, Graeme
For future reference to anyone experiencing the same problem – I reinstalled the theme this morning, so I’m now running 2.1 and the AJAX gallery works perfectly. Thanks for everyone’s input – I really appreciate it.
Hey Ismael,
I resent the details yesterday, but I’ve not heard anything from you yet. I double checked the username/password and you should be good to go now.
Speak to you soon,
Graeme
Thanks Ismael, I sent the site details over to you this morning.
Graeme
-
AuthorPosts