Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • in reply to: Image hover icon #207513
    joanrojeski
    Member
    Post count: 13

    It works, thank you very much! 😉

    in reply to: Image hover icon #207498
    joanrojeski
    Member
    Post count: 13

    Hi,
    I want to change it to fa-plus or any other similar (plus icon).
    This is the URL, there are some examples in the homepage: http://www.clinicacardos.com/

    in reply to: Image hover icon #207175
    joanrojeski
    Member
    Post count: 13

    Sorry, I wrote about the “Image hover icon” issue (http://www.swiftideas.com/forums/topic/image-hover-icon). I want to change the icon (ss-link) that appears when the mouse is over an image. I read the forum and I saw that I could edit the code of media.php, but in the last version of Joyn this file doesn’t exist so… I’m trying to find where to edit the code to change the ss-link icon.

    in reply to: Image hover icon #207163
    joanrojeski
    Member
    Post count: 13

    Hi,
    I have the same doubt and I did it once but now that I’ve uploaded the Joyn version to the last one (v2.23), there’s no media.php file. Where should I change it now? I’m using the child-theme so, what code should I type in the functions file?

    Thank you in advance.

    in reply to: Page carousel (or Portfolio carousel) #152530
    joanrojeski
    Member
    Post count: 13

    Thank you. I thought I wasn’t able but now I think I got the code by myself and, even better, it works only for the carousel widget and it doesn’t have effect on the rest of widgets. I share it here just in case it’s useful for someone in the future. It’s simple and this should be added in style.php:

    /* COLOR SCREEN VISIBLE FROM THE BEGINNING  */
    .carousel-item figure.animated-overlay figcaption {
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        opacity: 1;
        -moz-opacity: 1;
        filter:alpha(opacity=100);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
        text-align: center;
    }
    /* TITLE VISIBLE FROM THE BEGINNING */
    .carousel-item figure.animated-overlay figcaption .thumb-info h4, figure.animated-overlay figcaption .thumb-info h5, figure.animated-overlay figcaption .thumb-info-alt i {
    	-o-transform: translateY(0%);
    	-moz-transform: translateY(0%);
    	-webkit-transform: translateY(0%);
    	transform: translateY(0%);
    	opacity: 1;
    	-webkit-transition: all 0.4s;
    	-moz-transition: all 0.4s;
    	-o-transition: all 0.4s;
    	transition: all 0.4s;
    }
    /* TITLE VANISHES */
    .carousel-item figure.animated-overlay:hover figcaption .thumb-info h4 {
    	-o-transform: translateY(100%);
    	-moz-transform: translateY(100%);
    	-webkit-transform: translateY(100%);
    	transform: translateY(100%);
    	opacity: 0;
    }
    /* COLOR SCREEN VANISHES */
    .carousel-item figure.animated-overlay:hover figcaption {
    	opacity: 0;
    	-moz-opacity: 0;
    	filter:alpha(opacity=0);
    }
    in reply to: Social share bar #147961
    joanrojeski
    Member
    Post count: 13

    Ok, I knew that. But the question was if there’s another way to share the page. Not a button but a bar (like in Dante theme). I guess not.

    Thank you.

    in reply to: Social share bar #147956
    joanrojeski
    Member
    Post count: 13

    It shows this: http://www.mafreino.com/clinicacubells/test/

    Only the middle part is shown, and they are the links to the social profiles, not for sharing this page. Aren’t they?

    in reply to: Issue with Accordions & Toggles #147955
    joanrojeski
    Member
    Post count: 13

    I’ve just deactivated all the plugins again but… no changes. Accordions don’t work (toggles do from the beginning).

    I don’t know how to configure a child theme, is there any link about it?

    Thank you.

    in reply to: Issue with Accordions & Toggles #147946
    joanrojeski
    Member
    Post count: 13

    I have a problem with the updates… I’ve modified some lines in some files and I understand that if I update to the last version… I would lose all my changes, right?

    in reply to: Issue with Accordions & Toggles #147938
    joanrojeski
    Member
    Post count: 13

    Hi,
    I’ve got the same problem. Accordion doesn’t appear: http://www.mafreino.com/clinicacubells/test

    I’ve tried deactivating all the plugins but it still doesn’t work. What can I do?

    in reply to: Child menu with toggle (hide/show) on sidebar #52764
    joanrojeski
    Member
    Post count: 13

    Hi again!
    that helped me to find one plugin. We found “jQuery Vertical Accordion Menu” plugin and it works.

    Thanks!

    in reply to: Child menu with toggle (hide/show) on sidebar #52137
    joanrojeski
    Member
    Post count: 13

    Thanks for your quick reply! do you or does anybody know any proper widget/plugin?

    Thanks!

Viewing 12 posts - 1 through 12 (of 12 total)