Forum Replies Created

Viewing 30 posts - 1 through 30 (of 38 total)
  • Author
    Posts
  • in reply to: Remove image hover effect #377317

    Awesome, thank Yigit – that’s perfect. Thanks for your help, I really appreciate it!

    Have a great weekend,
    Graeme

    in reply to: Remove image hover effect #376215

    Hi 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

    in reply to: Remove image hover effect #374998

    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

    in reply to: Remove image hover effect #370510

    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

    in reply to: Remove image hover effect #370108

    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.

    in reply to: Remove image hover effect #370085

    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,
    Graeme

    in reply to: Remove image hover effect #370058
    This reply has been marked as private.
    in reply to: Remove image hover effect #370046

    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?

    in reply to: Remove image hover effect #369888

    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.

    in reply to: Remove image hover effect #368965

    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.
    in reply to: Mobile Dropdown menu #366571

    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:

    http://cl.ly/Yvdb

    Graeme

    in reply to: Change mobile menu breakpoint #315150

    Perfect – thanks Ismael!

    in reply to: Raw code for media elements in ALB #283576

    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

    in reply to: Raw code for media elements in ALB #283456

    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

    in reply to: Raw code for media elements in ALB #283113

    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

    in reply to: Raw code for media elements in ALB #282926
    This reply has been marked as private.
    in reply to: Raw code for media elements in ALB #282352
    This reply has been marked as private.
    in reply to: Mobile Menu on tablet portait #220862
    This reply has been marked as private.
    in reply to: Switch off header resize #217076

    Perfect, thanks Yigit!

    in reply to: Mobile Menu on tablet portait #215801

    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.
    in reply to: Mobile Menu on tablet portait #212749
    This reply has been marked as private.
    in reply to: HTML 5 video in Safari #186857

    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.)

    in reply to: HTML 5 video in Safari #186807
    This reply has been marked as private.
    in reply to: Center Fullwidth Masonry Gallery #182411
    This reply has been marked as private.
    in reply to: Blog Post Excerpts #169853

    Awesome, thank you!

    in reply to: Replace Avia Bullets #162291

    Awesome, thank you – I’ve just sent over an email with the details.

    Speak to you soon, Graeme

    in reply to: Replace Avia Bullets #162219

    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

    in reply to: Ajax Portfolio Images Not Displaying #138998

    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.

    in reply to: Ajax Portfolio Images Not Displaying #138996

    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

    in reply to: Ajax Portfolio Images Not Displaying #138991

    Thanks Ismael, I sent the site details over to you this morning.

    Graeme

Viewing 30 posts - 1 through 30 (of 38 total)