Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #289708

    I see a few dozen other support request answered since I put my request in early this morning, as a matter of fact mine have now wrapped around to the 2nd page… I have spent hours searching thru prior support answers before putting in my Q’s. I have about 30 hours working with this theme and some weaknesses of the product are becoming apparent…I am not a newbie. I have been a webmaster for about six years. I have used a lot of themes. I don’t think my questions should stump the support team.

    I’ll pose them again:
    1) How do you change the opacity level on Fullscreen slider, when you hover to click to link. The design element you have in place ( a large round colored ball) is enough of an indicator that an event will take place on click). Can you please tell me how I can turn off/down the opacity.

    2) How do you disable lightbox on single post which uses featured image. I am surprised by the hundreds of requests for information in the support forum on how to do this. This translates into a design flaw in my book, Hopefully your working on something. I see a lot of goofy instructions that you provide users that goto in Quick CSS , some work, some don’t. I tried about six different suggestions. None worked. You really should have a simple way to turn on or off light box. Sorry to vent, but how do you disable lightbox on single post which uses featured image from media library

    3) Where is information on changing font sizes for header, body, post. There has to be a simple way to change font size like you change font colors. Again, it seems like this is very convoluted process when compared to other themes.

    4) Do you have a short code or a page template which will provide a category listing.

    thanks

    #289794

    Hi Ed!

    1. Try adding this code to the Quick CSS:

    #top a.avia-hover-fx .image-overlay{
        background: rgba(255,255,255, 0) !important;    
    }

    2. Add this too:

    .single .big-preview a {
        pointer-events: none;
    }

    3. Check this video: https://vimeo.com/92502063

    4. There is a page template you can use for that:

    Best regards,
    Josue

    #290086

    Thanks Josh,

    the CSS you supplied: #top a.avia-hover-fx .image-overlay{
    background: rgba(255,255,255, 0) !important;
    }

    Did not change the opacity, on the image overlay… How am I supposed to change the opacity ?

    thanks

    the other CSS you provided, Did stop lightbox….

    I’ll check out the video link when I get a chance…

    #290087

    Hi!

    Please add following code to Quick CSS as well

    #top .avia-slideshow-button:hover {
    opacity: 1!important;
    }

    If that does not work either, please post a screenshot and show the element so we can make sure that we are on the same page :)

    Cheers!
    Yigit

    #290325

    The code did not work.

    You can goto my website http://www.fritzimages.com to see the issue. When you hover your mouse on the center of first image in the slider the Overlay Opacity is the element that I want change.

    thanks

    #290350

    Hey!

    This will do it:

    #top a .image-overlay{
        background: rgba(255,255,255, 0) !important;    
    }

    You can change the 0 to control the opacity (alpha value).

    Best regards,
    Josue

    #290412

    Hi Josh,

    thanks third times the charm. This CSS worked !

    #290588

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.