Forum Replies Created

Viewing 15 posts - 106 through 120 (of 125 total)
  • Posted in:
  • in reply to: Speed up main menu? #257172
    3lias
    Member
    Post count: 128

    I am using Mega Menu. It seems not to work with it. Either the JS adjustment and the CSS.

    in reply to: Speed up main menu? #256641
    3lias
    Member
    Post count: 128

    I’ve tried this also locally and it doesn’t work. Is there a fix out now?

    in reply to: Modal Textlink #256385
    3lias
    Member
    Post count: 128

    Ya, thanks for your help. 🙂

    in reply to: Different footer content #256382
    3lias
    Member
    Post count: 128

    Thanks allot. 🙂

    in reply to: Modal Textlink #256347
    3lias
    Member
    Post count: 128

    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.

    in reply to: Modal Textlink #256253
    3lias
    Member
    Post count: 128

    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.

    in reply to: Modal Textlink #256007
    3lias
    Member
    Post count: 128

    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?

    in reply to: Modal Textlink #255822
    3lias
    Member
    Post count: 128

    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?

    in reply to: most loved widget #218251
    3lias
    Member
    Post count: 128

    Awesome! Helped me as well 🙂

    in reply to: Undefined Vimeo Error Warning #189770
    3lias
    Member
    Post count: 128

    Ok. Thanks.

    One more thing. How can I remove the About me section and picture bellow posts?

    in reply to: Undefined Vimeo Error Warning #189049
    3lias
    Member
    Post count: 128

    @Rui This was just the code to not display the vimeo error.

    @Mohammad Can you maybe tell me what you did? Thanks.

    in reply to: Undefined Vimeo Error Warning #188630
    3lias
    Member
    Post count: 128

    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?

    in reply to: Undefined Vimeo Error Warning #188037
    3lias
    Member
    Post count: 128

    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?

    in reply to: Undefined Vimeo Error Warning #187922
    3lias
    Member
    Post count: 128

    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>

    in reply to: Undefined Vimeo Error Warning #187920
    3lias
    Member
    Post count: 128

    And with this CSS snipplet the image/error will still be in the source code. Is there a solution for that?

Viewing 15 posts - 106 through 120 (of 125 total)