Digital experiences for all disciplines
Forum Replies Created
-
-
I am using Mega Menu. It seems not to work with it. Either the JS adjustment and the CSS.
I’ve tried this also locally and it doesn’t work. Is there a fix out now?
Ya, thanks for your help. 🙂
Thanks allot. 🙂
At least I figured out that the button can also be shown as a normal link. Here is my CSS I use, maybe someone will need it.
.text_modal { display: initial !important; line-height: normal !important; background-color: transparent !important; text-decoration: underline !important; border: 0 !important; padding: 0 0 1px 0 !important; margin: 0 !important; } .text_modal span { color: #green; border-bottom: solid 1px #green; text-decoration: none; font-weight: normal; font-size: 14px; } .text_modal span:hover { color: #yellow; border-bottom: solid 1px #yellow; text-decoration: none; }
And in the text editor I use
<div style="p {display: none;">Content in here...</div>
as WP seems to add a</p>
right after the implementation of the modal button, which is kind of weird.Something like
[sf_modal header="Modal Header 1" btn_colour="accent" btn_type="standard" btn_size="small text_modal" btn_text="Modal 1"] Body Modal 1 [sf_modal header="Modal Header 2" btn_colour="accent" btn_type="standard" btn_size="small text_modal" btn_text="Modal 2" data-dismiss="modal"]Body Modal 2 [/sf_modal] [/sf_modal]
isn’t really working as the Modal 2 Content is already shown in Modal 1 and when clicking the button to Modal 2 a new (empty) modal will show up and Modal 1 is not be closed.
It would be great if the whole modal thing gets a little bit more attention and features. This would be great and as I’ve seen trough the forum search many people looking for some improvement as well.
It works now, thanks.
One more question regarding modals: Can I link from one modal to another and will the current modal be closed and the new modal open?
Thanks for your reply.
I’ve tried with the code but it seems not to work for some reasons.
[sf_modal header="Modal Header" btn_colour="accent" btn_type="standard" btn_size="small" btn_text="Button text" extraclass="text_modal"]ENTER THE MODAL BODY HERE[/sf_modal]
and
by adding “text_modal” in the Extra class name in the text box settings.
Any idea?
Awesome! Helped me as well 🙂
Ok. Thanks.
One more thing. How can I remove the About me section and picture bellow posts?
@Rui This was just the code to not display the vimeo error.
@Mohammad Can you maybe tell me what you did? Thanks.
Thanks for your reply. The code to hide didn’t work out so I looked again into the post settings and I have found the “problem” in the Meta Options.
Under “Detail Media Option” I selected at Post detail type “none” and the error disappeared. That easy and we looking like crazy for a solution right!? 😉 🙂
Regarding the other problem I had how did you remove the text from the menu?
I just deactivated all plugins but the vimeo error still appears. Then I changed the theme to another one than Dante and the vimeo error disappeared. So it must be something in a file from the Dante theme which gives out the error. In what file should I look?
This is the code I am talking about
<figure class="media-wrap" itemscope=""><div class="sf-video-wrap"><iframe itemprop="video" src="http://player.vimeo.com/video/?title=0&byline=0&portrait=0?wmode=transparent" height="433" width="770"></iframe></div></figure>
And with this CSS snipplet the image/error will still be in the source code. Is there a solution for that?
-