Stevens Nahmias

Forum Replies Created

Viewing 15 posts - 46 through 60 (of 82 total)
  • Author
    Posts
  • in reply to: make the url in listing stay url #218894

    Stevens Nahmias
    Expired Member
    Post count: 94
    This reply has been marked as private.
    in reply to: make the url in listing stay url #218811

    Stevens Nahmias
    Expired Member
    Post count: 94
    This reply has been marked as private.
    in reply to: make the url in listing stay url #218810

    Stevens Nahmias
    Expired Member
    Post count: 94

    Hi support team thanks for your expertise here’s the thing, when i use the social importer I import a party from facebook and all the soundcloud links create a widget on the listing page wich is great but there’s so many artist that my page freezes when it loads see it here :

    http://psytrancegoa.party/events/festival/totemystik-festival-2016/

    How can I speed up website ?

    Maybe is there a way to use the social importer and create links like this automatically without using the full text editor : https://soundcloud.com/technical_hitch

    Thanks ahead

    in reply to: make the url in listing stay url #218348

    Stevens Nahmias
    Expired Member
    Post count: 94

    Thanks for your support this is what i noticed my image don’t load : http://psytrancegoa.party/events/

    then this event listing I used the social importer there’s soundcloud links that open a widget since there are many links the page is very slow I would like to deactivate that but i don’t know why you see a 404 my url is from the backend and its active : http://psytrancegoa.party/events/festival/blast-off-open-air-festival-world-people-14151617-juillet-2016/

    in reply to: paypal success redirect to cancel page #210061

    Stevens Nahmias
    Expired Member
    Post count: 94

    HI! yes i will do that it’s not my account so I have to wait but I give it a try and let you know how i went Thanks

    in reply to: paypal success redirect to cancel page #209765

    Stevens Nahmias
    Expired Member
    Post count: 94

    Can i simply redirect back to homepage somehow ?

    in reply to: paypal success redirect to cancel page #209466

    Stevens Nahmias
    Expired Member
    Post count: 94

    Hello Stiofan I’m happy at least I don’t get a blank page for paypal! On my side I can add adverts fine using the add-listing page. I get the preview for my ad, I got to check out, I choose paypal I get to paypal I can pay but it redirects me to the payment cancel page but i get the money correctly transfered from paypal and my add gets published. where’s the bug here besides me ? 🙂

    in reply to: paypal success redirect to cancel page #209217

    Stevens Nahmias
    Expired Member
    Post count: 94
    This reply has been marked as private.
    in reply to: how to make hamburger menu starting 980×1280 #209044

    Stevens Nahmias
    Expired Member
    Post count: 94

    ok sorry to bother for some i agree other less but ok thank you for support.

    in reply to: how to make hamburger menu starting 980×1280 #208988

    Stevens Nahmias
    Expired Member
    Post count: 94

    My mobile nav is up on the whole website but the right menu is still blank no matter what I do.
    Also my menu won’t disapear at 900px does everything look good?

    Mobile nav:

    .mobile-left, .mobile-right {
    display: block;
    font-size: 25px;
    overflow: hidden;
    text-decoration: none;
    }

    to make menu dispear under 900px:

    @media screen and (max-width: 900px) {
    .nav li {
    display: none;
    position: relative;
    }
    }

    in reply to: resolve js conflict #208951

    Stevens Nahmias
    Expired Member
    Post count: 94

    resolved how to close this job post ?

    in reply to: how to make hamburger menu starting 980×1280 #208888

    Stevens Nahmias
    Expired Member
    Post count: 94

    Ok so the js conflict is resolved and the map works, translations are loaded thanks to geodirectory support team I need just one last push!

    I actually put the mobile menu on the whole website I actually figured it looked good 🙂

    1. now I would like to prevent the menu from breaking when i change to longer locations wheter I can fix the menu or make it disapear around 900px media screens.

    2. mobile navigation right is a white screen on full witdh page how to have the login menu and search bar back the way it is on mobile devices?

    in reply to: how to make hamburger menu starting 980×1280 #208810

    Stevens Nahmias
    Expired Member
    Post count: 94

    ok I’m wainting for quote to integrate my map it’s very important to me the support team from the plugin seems out of reach. Thanks for ALL the help on the mo files it’s finished (i hope) and on the other side I’m speaking with poedit support so they can relieve you from helping me! back to the meat and patatoes… the hamburger menu i put this code in overides :

    @media only screen and (max-width: 980px) {
    .mobile-left, .mobile-right {
    display: block;
    }
    header nav .nav li a, header nav .nav li a:hover {
    display:none;
    }
    }

    my mobile menu appears at 877px but my menu breaks at 878px with some locations could you give me a hint on what I might of done wrong again and how to get the correct fix so that my menu mobile appears while making the main nav menu also disapear before 878px let’s say make the mobile menu appear at 880px the code is :

    @media only screen and (max-width: 880px) {
    .mobile-left, .mobile-right {
    display: block;
    }

    is that correct ? thanks geodirectory great support!

    in reply to: how to make hamburger menu starting 980×1280 #208567

    Stevens Nahmias
    Expired Member
    Post count: 94

    And for my mobile menu issue besides turning off my plugin wich i need for my webite to interact the way i’d like is there a fix you can hint to me by any chance ? 🙂

    in reply to: how to make hamburger menu starting 980×1280 #208566

    Stevens Nahmias
    Expired Member
    Post count: 94

    ok thanks for the translation files it’s really getting on my nerves that it doenst work on my side i bought the pro version of poedit to get premium support this is their answer:
    Hi ,

    this sounds like WordPress setup issue to me, rather than Poedit one. In my experience, in virtually all cases people email me that the translation doesn’t work, it’s some small WordPress administration mistake or a misplaced file. It will work correctly if you carefully follow these steps:

    1. Set WordPress language. See http://codex.wordpress.org/Installing_WordPress_in_Your_Language for instructions and note that it is done differently in WordPress 4 (in admin interface) and in older versions (WPLANG).

    2. Use Poedit’s WordPress functionality; make sure to set the same language as above (note that WordPress treats e.g. “nl” and “nl_NL” as different languages).

    3. Translate the file and save it using the filename Poedit recommends, in the folder Poedit presets.

    4. Copy the created PO and MO files *to the exact same location within the plugin/theme* on the server.

    If you follow these steps, the translation will almost certainly work. If it still doesn’t, it may be a problem with the plugin’s code or it may be something else. In that case, I would need much more detailed information about what you did, including the PO file in question, a copy of the theme/plugin in question and e.g. screenshots of where you copied the files to the server and how you set the language, so that I can verify that everything was set up correctly per the above steps.

    But again, it’s some mistake in the above steps in 99% of cases.

    Regards,
    Vaclav

Viewing 15 posts - 46 through 60 (of 82 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount