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

    Hey guys,
    I have a client, that wants to rebuild his site.
    It was built with WP bakery page builder.
    I added the link to the old onepager in the private contact and pics and videos.

    there are few things that I need help with.
    1. How can I create a frame instead of full background color on the Color Section (link number 1)
    2. How can I create a frame only on hover on Column Section (link number 2)
    3. How can I create a filter for the gallery element and edit its colors (link number 3)
    4. How can I add a tooltip to the first pic on a slider, or add more pics on the Image with Hotspots
    5. The most important one, How can I create an extension grid (links number 4-10)

    thanks for the help :)

    #1305794

    Hey,

    Thanks for contacting us!

    1- You can add your Animated Number elements in 1/4 column elements inside a Color Section element, edit your Color Section element and give it a custom ID (“your-custom-id” in example below) in Advanced > Developer Settings tab and then add following code to bottom of Quick CSS field

    #your-custom-id .container {
        border: 3px solid purple;
    }

    2- You can edit your column element and give them custom ID (“hover-col” in example below) and then add following code to Quick CSS

    #hover-col {
        border: 3px solid transparent;
    }
    #hover-col:hover {
        border: 3px solid purple;
    }

    3- It seems like they used Smash Balloon plugin which is compatible with Enfold – https://kriesi.at/documentation/enfold/instagram/#enfold-instagram-smash-balloon-widget-and-element. I think you can add Tab Section element to your page, insert Smash Balloon Instagram element inside each tab and choose to display different tags or profiles.

    4- You can use Tab Section element for that section as well – https://kriesi.at/themes/enfold-2017/elements/tab-section/

    5- Enfold does not have such element so that would require some customization I am afraid.

    Best regards,
    Yigit

    #1308636

    Hey sorry for the late reply.

    1. worked great
    2. doesn’t work, the frame is fixed and always showing, not only on hover.
    3. worked great
    4. I left it without the slide just the tooltip pic.
    5. I was thinking, is there a way to use the accordion element but the items will be side by side and not one under the other?

    thanks for the help

    #1309106

    Hi,

    You are welcome :)

    2- Could you please post a link to your page and temporary admin logins privately so we can look into it?

    5- Tabs element would be closer to your example element however it would still need some customization sadly.

    Best regards,
    Yigit

    #1309154

    Hey!
    thanks!

    1. Everything in the private content
    2. I’ve used the Tabs section for the example with the forms.
    But for the second example with the 2 BG colors, I’m not sure.
    the accordion element is great, except for 2 things: the different BG color for each toggle and that the toggles are one under the other and not side by side.
    the tabs element is great except, how can I make both tabs to be closed and only open by click?

    • This reply was modified 2 years, 9 months ago by Rachel.
    #1309199

    Hey Yigit
    just a quick update.
    I wrote some additional CSS for nor hover affect, and they do not work as well.

    and I figure out how to make the tabs on the tab element to start closed.
    just can’t change the tab content background for each tab.

    thanks again

    #1309598

    Hi,
    Thanks for your patience, I was not able to login but for changing the tab background colors there is an option within the Advanced Layout Builder element, first choose the tab you wish to edit, then click the edit icon:
    edit_tab_background_color_choose_tab.jpg
    then under styling choose background colors:
    edit_tab_background_color_choose_styling_color.jpg
    then the background color and arrow color will be changed on the frontend:
    background_color_and_arrow_color_changed.jpg
    Please give this a try, if you still have problems then please include an admin login in the Private Content area, the /wp-admin/ page was a 404 for me, and link to a test page so we can be of more assistance.

    Best regards,
    Mike

    #1325233

    Hey :)

    Sorry for the late reply.
    At the moment, I don’t need any more special assistance with this topic.

    thanks for all the help

    #1325242

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘rebuilding an old site’ is closed to new replies.