masterchi3f

Forum Replies Created

list of topics you have created till now.

  • masterchi3f
    Participant

    @ahmetsali

    That’s not the problem i mentioned.

    I’m talking about sharing an image within the gallery. one single image viewed inside the photoswipe. sharing with the share button on the top right. not the whole gallery.

    I’m missing the direct URL to the photoswipe image not the gallery. the gallery has been shared instead of the image.

    thank you for your effort and time.

    masterchi3f
    Participant

    @ahmetsali

    yes, i tried those plugins you mentioned and deactivated the internal open graph protocol of the theme.

    further my shared link is as before just the whole gallery, not the image itself.

    is there any update from photo swipe?

    thank you very much for your support.

    kind regards

    masterchi3f
    Participant

    Hello Ahmetsali,

    did you test it?

    I can’t get it to work properly..

    masterchi3f
    Participant

    Hello everybody,

    I’m really in the need to know how get it work..

    only the whole portfolio had been shared by using the share button on twitter and Facebook..

    Any hints or help is welcome.

    Thank you very much in advance.

    masterchi3f
    Participant

    Hello Mehmet,

    do you have any workaround for that issue?

    Would be great to have a solution for that.

    Thank you very much in advance.

    kind regards

    masterchi3f
    Participant

    I found the perfect solution.

    just add:

    .pswp__container{
    transition:.3s ease-in-out all;
    }

    @media screen and (max-width: 768px) {
    .pswp__container{
    transition: none!important;
    }
    }

    to the photoswipe.css and you have a nice swipe transition on the desktop.

    masterchi3f
    Participant

    I found the following, but I don’t know how to implement this into the theme..

    http://stackoverflow.com/questions/28214038/photoswipe-4-0-initiate-swipe-to-next-programatically/28320098#28320098

    thank you anyway.

    masterchi3f
    Participant

    Hello,

    I’ve got the same problem.

    i think it’s a sharer problem or definition of the {url} which has to be shared.

    twitter and Facebook doesn’t work..

    other post: http://www.pixelwars.org/forums/topic/share-problem/

    masterchi3f
    Participant
    Posted in : photo-swipe caption

    hello ahmetsali,

    thank you for your fast reply.

    i discovered that the desired function is available in the mobile view on iPads and iPhones.

    isn’t there a simple addition to get this worked on desktops?

    thank you very much in advance.

    kind regards

    masterchi3f
    Participant
    Posted in : Share Problem

    Hello everybody,

    I have the same issue.

    I’d like to use the facebook share URL in the photo-swipe fullscreen, but on facebook is just the first image of the entire portfolio gallery and this text: [gallery]

    I hope you have a fix for it, because we’re not the only ones..

    Thank you very much in advance.

    kind regards

    masterchi3f
    Participant
    Posted in : photo-swipe caption

    Hello again,

    i hope you can help by adding the effect, that the caption disappears like the topbar and the arrows.

    thank you very much in advance.

    kind regards

    masterchi3f
    Participant

    @media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 100dpi), (min-resolution: 1.0dppx) {
    .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg); }
    .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: none; } }

    masterchi3f
    Participant

    i tried to delete the following out of the “default-skin.css” of the photo swipe function and the buttons appaer now on retina devices.. but as expected just the png of the buttons. is there a workaround to solve this issue of hidden buttons on retina devices?

    masterchi3f
    Participant

    That worked very well!

    Thank you very much.

    masterchi3f
    Participant

    Thank you very much!

    That worked very well.

    masterchi3f
    Participant
    Posted in : Menu Navigation

    Hi,

    I’m sorry that I can’t provide the url.

    but i tried the following:

    .nav-menu .twocolumnsnav ul { 
    		-moz-column-count: 2;
    		-moz-column-gap: 6px;
    		-webkit-column-count: 2;
    		-webkit-column-gap: 6px;
    		column-count: 2;
    		column-gap: 6px;
    		width:100%;
    		min-width: 300px !important;
    		background-color:#FFFFFF;
    		padding: 5px 5px 5px 5px;
            }
    

    That quite works but i’ve got some issues with the padding.

    do you have another solution?

    thank you very much in advance.

    masterchi3f
    Participant
    Posted in : Menu Navigation

    In detail:

    I meant the third hierarchy of the navigation

    MENU –> Sub Menu 1 -> Long List

    I’d like to set the Long list into two columns.

    Thank you very much in advance.

    masterchi3f
    Participant
    Posted in : 3rd Level Submenu

    well, i figured out that i made a css entry inside the wordpress theme option.. my mistake.

    thank you very much for your time and help.

    CLOSE

    masterchi3f
    Participant
    Posted in : 3rd Level Submenu

    I’m sorry! I meant a 4th submenu structure. I can’t post the url. I hope you can help me out.

    Thank you very much in advance.

    masterchi3f
    Participant
    Posted in : 3rd Level Submenu

    Well the problem is, that the 3rd submenu open up every portfolio link and overlays them all.

    I hope you can help me out.

    masterchi3f
    Participant
    Posted in : 3rd Level Submenu

    I figured out that in the 992.css the following code defines the submenu structure.

    But unfortunately I’m unable to fix it by myself..

    Menu Structure:

    Nav Menu #1
    – Submenu
    — Submenu
    — Portfolio

    /* navigation level 3 */
    .nav-menu ul ul ul {
    top: 1px; left: 178px; right: auto;
    }
    .nav-menu ul ul ul:after,
    .nav-menu ul ul ul:before {
    bottom: auto; top: 14px; left: -11px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;
    }
    .nav-menu ul ul ul:after {
    border-color: rgba(255, 255, 255, 0); border-right-color: #ffffff; border-width: 5px; margin-left: 1px;
    }
    .nav-menu ul ul ul:before {
    border-color: rgba(0, 0, 0, 0); border-right-color: #000; border-width: 5px; margin-left: 0;
    }

    masterchi3f
    Participant
    Posted in : photo-swipe caption

    Hello ahmetsali,

    thank you very much for your hint.

    it worked out with your code by adding

    .pswp__caption__center {
    background:none !important;
    color:#000000 !important; }

    to it.

    but i didn’t figure out where else this css is written down.

    anyway. thank you very much.

    masterchi3f
    Participant
    Posted in : photo-swipe caption

    I’m sorry I can’t share the link with you.

    In detail it’s this code:

    .pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    will-change: opacity; }

    if changed to background: white

    there appears a square on the left bottom of the photo-swipe window.

    i hope you can help me ot.

    thank you very much in advance.

    masterchi3f
    Participant
    Posted in : Title Logo Position

    @ahmetsali

    Thank you very much!

    masterchi3f
    Participant
    Posted in : Title Logo Position

    Hello,

    is there a simple way to position the site-title next to the nav?

    Thank you very much in advance!

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