-
AuthorPosts
-
April 4, 2019 at 1:14 pm #1087031
Hallo liebes Enfold-Team,
Ich habe eine Herausforderung der Umsetzung. Vielleicht habt Ihr eine Idee:Hier an der Stelle:
Button: Anwälte
würde ich mir diese Umsetzung wünschen:
Button: Agentur
Also einfach diese “ausklappen”
Dankeschön für Eure Hilfe.
Stefan- This topic was modified 5 years, 7 months ago by stimmungshoch.
April 7, 2019 at 3:49 am #1087874Hey stefan,
Please see our documentation for Masonry overlay animation 2 please scroll down a little on the page:
Here is an example:.avia_desktop.avia_transform3d .av-caption-on-hover.av-caption-style- .av-masonry-entry.av-masonry-item-with-image:hover .av-inner-masonry-content { transition: bottom .2s ease-in !important; bottom: 0px !important; position: absolute !important; min-height: 102px; transform-style: none !important; -webkit-transform-style: none !important; } .main_color .avia-arrow { background-color: transparent !important; } .main_color .site-background { background-color: rgb(0, 0, 0) !important; } h3.av-masonry-entry-title.entry-title { color: #fff !important; } #top .av-inner-masonry-content { -webkit-transform: rotateX(0deg) !important; transform: rotateX(0deg) !important; }
Best regards,
MikeApril 8, 2019 at 2:19 pm #1088285Hello Mike, thanks for response.
I think I just miss a few programming skills. But I would like to face this challenge.
To get further here I have a test page:
1. I have set the debug mode.
2. It is also a childethme installed.
3. As I understand it, I should copy your code into the Quick CSS.
But i missing the effect to get an new additonal a popup-area. (see screenshot)
Thanks Stefan- This reply was modified 5 years, 7 months ago by stimmungshoch.
April 9, 2019 at 6:07 am #1088536Hi,
Sorry, I was thinking about the hover effect, I see that you want the title to always show, please open your element and under “Element Title and Excerpt display settings” choose “Always display”
Although there is not a “read more” there is a excerpt you can choose from the options, and then use this css:.av-masonry-entry .avia-arrow { display: none; } .main_color .container .av-inner-masonry-content { background-color: transparent !important; } .av-inner-masonry-content h3 { color: #fff !important; }
Best regards,
MikeApril 9, 2019 at 10:15 am #1088613Hello Mike, thank you for your effort. I do not understand the meaning of the last code. But it brings a little light into the darkness. But the actual goal does not reach it.
It is not just about the modification of the Maisonarys but also about this unfolding which should appear under the Maisonary. I mean the presentation, if you click on the link (Read more). It appears text and image to the people.Thank you!
April 10, 2019 at 6:05 am #1088968Hi,
I’m sorry I missed that part, I was looking at how the text slid up on hover, not how another element “unfolded” below on click.
So examining the code of the page reveals that this was created with ACF custom post type and uses custom javascript to change the visibility of the unfolded sections.
Unfortunately, I was not able to find a code snippet or tutorial on creating this page or element, but it is quite nice.
My recommendation is to examine the page and try to reverse engineer it as html and add it to a code block, but I can’t assist in creating the ACF custom post type or rewriting our masonry element to perform this.
Sorry I was not more help.Best regards,
MikeApril 10, 2019 at 5:16 pm #1089197ok… no problem, i hope will find a solution. i play with
LAYOUT ELEMENTE / – REGISTERKARTE (Abschnitt) but this make me not really happy.
But maby its possiblie to modifed this function
Best regards StefanApril 12, 2019 at 4:09 am #1089840Hi,
Sorry, but this customization of the element is more than what we can provide within our scope here. It is not some css changes, it is quite a change and customization in the element.
But if you really want this I’m sure you can hire a freelancer that can do it for you. We can recommend Codeable for their experience and expertise with Enfold. Please follow the link to discuss your project and time frame with them.Best regards,
MikeApril 25, 2019 at 10:59 am #1094345Hello dear Kriesi team,
I got another tip to realize it with a plug-in.
https://www.wpsuperstars.net/team-member-plugins-for-wordpress/I chose the first one and it works perfect for me. However, I would like to remove the “Enfold” arrow on the mouse over. Is that possible? I’m not sure if I should integrate the code better. Or is it as ok as I did?
However, if there is a better plug-in that works better with Enfold I am open to it as well.
Thank you and best regards StefanApril 25, 2019 at 1:05 pm #1094390Hi,
To remove the on hover arrow, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top .image-overlay.overlay-type-extern .image-overlay-inside:before { content: '' !important; background-color: transparent !important; } .avia_transform #top #main a:hover .image-overlay { opacity: 0 !important; }
Best regards,
MikeApril 25, 2019 at 3:37 pm #1094440Hi Mike,
thanks for fast feedback!!!! Everythink are fine but can you see a chance to format the the text-color and typface from the Team-Gallery. The Block-Settings are not work. An i dont understand how can i use CSS :-(
Best regards Stefan
April 26, 2019 at 12:48 am #1094563Hi,
Thanks for the login, but it didn’t work for me. Please check.
Also, I’m sorry, but I think I’m getting confused on your requirement for this, we are talking about the “Anwälte” section in the link below, but what do you want?Best regards,
MikeApril 26, 2019 at 10:35 am #1094676Hey Mike, sorry for the wrong pass.
Exactly this are the problem-section.
my wish: Where i can set settings to change from the typographie ( typo, color, size)
Thanks so much for any input.
StefanApril 26, 2019 at 12:54 pm #1094714Hi,
Thanks for the login, to change the font and color of the team info on hover please try this css:#awsm-team-2103 .awsm-personal-info span { color: red !important; font-family: 'roboto' !important; } #awsm-team-2103 .awsm-personal-info h3 { color: blue !important; font-family: 'roboto' !important; }
please adjust the colors and font to suit.
Please see the screenshot in Private Content area.Best regards,
MikeApril 26, 2019 at 3:07 pm #1094746Hello Mike, thank you for the help but the code no will work any more…
but first white are ok.1. if there are parameter to set color/opacity from the area behind the text
2. color from the closing “x”
3. The size from the container to show more from the content text
4. im very happy with the solution now :-)thanks!
- This reply was modified 5 years, 6 months ago by stimmungshoch.
April 27, 2019 at 2:10 am #1094858Hi,
I took a look at your page and see the ID # for the team on that page changed. I have corrected with this code:#awsm-team-2179 .awsm-personal-info span { color: red !important; font-family: 'roboto' !important; } #awsm-team-2179 .awsm-personal-info h3 { color: blue !important; font-family: 'roboto' !important; }
I didn’t add it because I’m not sure what color or font you want to use.
Please adjust to suit.
To change the background color please try adjusting this css:.drawer-style.style-2 figcaption { background: rgba(35,35,35,.6) !important; color: #fff !important; }
Changing the “.6” in the code makes it lighter or darker.
Best regards,
MikeApril 29, 2019 at 9:53 am #1095204Hey Mike, you great. Thanks!!!
Nice – have a look :-)Do you see a chance to get the pop more space in the high. So after the click the pop up show more content?
Thanks you very much!
- This reply was modified 5 years, 6 months ago by stimmungshoch.
April 30, 2019 at 2:38 am #1095563Hi,
Do you mean the pop up space in “Anwälte”?
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.awsm-details .mCustomScrollBox { height: 600px !important; max-height: 600px !important; }
Best regards,
MikeMay 2, 2019 at 10:03 am #1096409Hello Mike, Thanks for the code. I tried it on both places. unfortunately with no effect. :-(
Please no wondering. I put it in a test page.
best regards stefanMay 2, 2019 at 1:37 pm #1096466Hi,
Thanks for the login, I see that this is a third party plugin, to ensure we are talking about the same section, Please see the screenshot in Private Content area and the area in the red box. I have added this css:.awsm-details .mCustomScrollBox,.awsm-details .mCustomScrollbar { min-height: 800px !important; max-height: 800px !important; }
and seems to work well, please see the second screenshot in Private Content area.
Please adjust to suit and clear your browser cache when checking.
I assume you checked the documentation for this plugin, this may be a setting, but I don’t know this plugin.Best regards,
MikeMay 2, 2019 at 5:11 pm #1096527WOW! WORK now
For my understanding: is there a difference between typing in the “enfold-quick css” and the “additional CSS”
Not sure what you mean with checking the documentation. Dont have this. I have only installed this :-)
Thanks Mike!!!!- This reply was modified 5 years, 6 months ago by stimmungshoch.
May 3, 2019 at 12:43 pm #1096886Hi,
Glad to hear it’s working, the WordPress > Customize > Additional CSS has top preference on css, so sometimes if you have a troublesome element, placing here will correct.
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeMay 6, 2019 at 10:13 am #1097633Hello Mike, yes for now we can close. i think i have more questions, but i thinks this are more to configure the plug-in. so its not your part. but you informations wars helpful. thanks for this!
May 7, 2019 at 12:56 am #1097895Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Realisierung und Programmierung’ is closed to new replies.