Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #503923

    Hi!
    were some issues with my account and I lunched a pre sale question, not sure if its working, so I’m going to start a new thread!

    Issues to solve:

    1. I would like to add the “breadcrumbs” below the slider (top banner)
    (I would attach you an image to show you, but don’t know how to do it) :(
    if you can provide some guide, I think would be easier if you see it.

    2. How to remove the text “enfold WordPress theme by kriesi” from the socket?
    sorry about that ;)

    3. I added a testimonial, but I won’t upload a photo, can I remove the space reserved for the image?
    (in private there is link 1, testimonial is in the bottom of that page, so you can se that the name is not aligned to the left because the space for the image)

    4. Top Banner. In private there is link 2, is the home page. As you will see I’m using the “advanced layerslider” but I don’t want it to be full width, actually the image I upload is the right size, but still can see a border till the full width, how can I remove that border?
    And how can I add border radius to that image?
    *perfect size and border radius would be the “easy slider”

    5. I have a sub menu right on top (link 2: you will see on homepage)
    One of the items “healthcare professionals” will be a professionals zone, so the behavior I need is, once you click on the menu item, a pop up appears with a message and 2 options (buttons), “yes, I am a professional” or “not”, after choosing, you go to its page (regular page).
    How can I do that?

    Many thanks in advance!!
    Delia

    #503964

    Hi!
    In private there is a link with some reference image
    hope it helps!

    thanks!
    Delia

    #504510

    Hi,

    1. Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    2. Please add [nolink] in the Copyright box under Enfold–>Footer

    3. Try the following in Quick CSS under Enfold–>General Styling:

    .avia-testimonial-meta {
        margin-left: 0px !important;
    }
    

    4. Try the following in Quick CSS under Enfold–>General Styling:

    #layer_slider_1.avia-shadow {
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1) !important;
    }

    5. Try adding rel=”prettyphoto” to your link:

    <a href="http://yoursite.com/link" rel="prettyPhoto">Open in lightbox</a>
    

    Please open separate threads for each issue/question in the future.

    Thanks,
    Rikard

    • This reply was modified 9 years, 9 months ago by Rikard.
    #504567

    Hi,
    thank you for your help

    You will find user and password in the private content.
    Everything works, except point 4, the top banner.
    The bottom line still appears. The thing is that I would like to use the “advanced layerslider” but make it look as the “easy slider”
    As you see in the image, http://imgur.com/7QI67mW
    the slider is aligned with the text margins and has rounded corners (default in easy slider) but I don’t know how to set the “advanced layersilder” to look like that.

    Thanks!!

    #505501

    Hey!

    use this code for rounded borders:

    .ls-wp-fullwidth-container, .ls-wp-fullwidth-helper, .ls-container, .ls-container * {
    border-radius: 10px !important;
    }
    

    and adjust as needed.

    Cheers!
    Andy

    #506253

    Hi!
    thank you for the code, it works for the border radius!
    but still a grey border appears on the bottom of the slider, please see screeenshot

    View post on imgur.com


    how to remove it?

    and still there is a question unsolved, the one regarding the breadcrumbs, there is any option to place it as in the screenshot?

    View post on imgur.com

    many thanks for your help!!

    Delia

    #506297

    Hi,

    Please try the following as well:

    #after_layer_slider_1 {
        border-color: transparent !important;
    }

    Best regards,
    Rikard

    #506317

    Great, it is solved
    thank you

    Delia

    #506356

    Hi!

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Breadcrumbs, testimonials image, advanced layerslide size and pop up selector’ is closed to new replies.