-
AuthorPosts
-
June 12, 2021 at 5:24 pm #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 :)
June 15, 2021 at 12:21 pm #1305794Hey,
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,
YigitJuly 4, 2021 at 7:28 am #1308636Hey 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
July 7, 2021 at 1:43 pm #1309106Hi,
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,
YigitJuly 7, 2021 at 8:33 pm #1309154Hey!
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 3 years, 4 months ago by Rachel.
July 8, 2021 at 7:18 am #1309199Hey 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
July 11, 2021 at 6:10 pm #1309598Hi,
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:
then under styling choose background colors:
then the background color and arrow color will be changed on the frontend:
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,
MikeOctober 16, 2021 at 2:24 pm #1325233Hey :)
Sorry for the late reply.
At the moment, I don’t need any more special assistance with this topic.thanks for all the help
October 16, 2021 at 5:15 pm #1325242Hi,
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 -
AuthorPosts
- The topic ‘rebuilding an old site’ is closed to new replies.