Forum Replies Created

Viewing 40 posts - 81 through 120 (of 155 total)
  • Author
  • in reply to: Footer text gets changed on its own #137366
     arbolife
    Participant

    Hi,

    This got closed automatically. Is it resolved ? Otherwise I’d like to keep this open for now.

    Thanks,
    Marc

    in reply to: Facebook Registration redirect to original page #136014
     arbolife
    Participant

    OK thanks for your help.

    Cheers,
    Marc

    in reply to: Facebook Registration redirect to original page #135927
     arbolife
    Participant

    Hi Radu,

    Thanks, but that produces the same result as the first two attempts, it creates a 404 error because there is again “/false” appended to the current page URL.

    I googled it realized the get_permalink(); was returning the false and your function was appending it to the end of the current page URL, so no need to get the current URL because it’s already there. Not adding anything to it might work. So I tried this – and I’m not a coder, but it worked:

    COPY CODE
    add_filter('kleo_fb_register_redirect','custom_redirect_link_facebook_login');
    function custom_redirect_link_facebook_login(){
        $reloadcurrentpage = "";
        return $reloadcurrentpage;
    }
    add_filter('kleo_fb_register_redirect','custom_redirect_link_facebook_login');

    Is this completely stupid to create a function to return nothing or should it do something else?

    Cheers,
    Marc

    in reply to: Facebook Registration redirect to original page #135754
     arbolife
    Participant

    Hi Radu,

    Now it loads the homepage, but not the current page from which I click on the log in with FB button.
    At least the /false is gone. Can you make it load the current page?

    Cheers,
    Marc

    in reply to: Facebook Registration redirect to original page #135338
     arbolife
    Participant

    Hi Radu,

    Unfortunately it still shows the /false at the end of the pages’s URL and produces the same error. Any other idea?

    Cheers,
    Marc

    in reply to: Facebook Registration redirect to original page #135202
     arbolife
    Participant

    Hi Radu,

    Thank you, this is very close. I tried it on my test site from this page:
    https://www.arbolife.com/arbolife/fr/events/conference-zero-dechet-avec-bea-johnson

    and the page it forwarded after registration was:
    https://www.arbolife.com/arbolife/fr/events/conference-zero-dechet-avec-bea-johnson/false

    Of course the /false at the end generates a 404. Do you know how to remove this?

    Cheers,
    Marc

     arbolife
    Participant

    OK, that’s good to know.
    I fixed it by adding this to .htaccess:

    RewriteRule ^lost-password/ wp-login.php?action=lostpassword

     arbolife
    Participant

    Hi Radu,

    Thanks, I’m happy to know you will consider this for future updates as I think many others could benefit from it. In the mean time I’ve looked at the plugin “WP-SpamShield Anti-Spam” https://wordpress.org/plugins/wp-spamshield/ and the Kleo Kacebook registration appears in its log so it could be effective. Time will tell.

    Cheers,
    Marc

    in reply to: Footer text gets changed on its own #135072
     arbolife
    Participant

    Never mind, it happened again and is not fixed.

    in reply to: Facebook Registration redirect to original page #135070
     arbolife
    Participant

    Hi Radu,

    These options are for LOGIN and they work perfectly fine for me, when a user logs in it’s exactly what happens. My settings:
    LOGIN REDIRECT = Reload the current page
    HOMEPAGE REDIRECT = Disabled

    The question here is why REGISTRATION with Facebook (first time only) forwards to the user profile instead of reloading the current page.

    Couldn’t this be fixed with a line or two in functions.php rather than installing a plugin?

    Cheers,
    Marc

     arbolife
    Participant

    Hi Radu,

    I did that on the test site and the problem remains. The test site has WooCommerce “activated”, but the production site has it “deactivated”. So I tried to deactivate WooCommerce on the test site and it gets rid of the problem. So it must be linked with WooCommerce and not 4.1.3. What do you think is causing this?

    Cheers,
    Marc

     arbolife
    Participant

    Hi,

    So if I read between the lines, I understand that 7th Queen is not interested in making the “sign-in with Facebook” functionality compatible with any black list or spam prevention tool. Well, ok then…

    Cheers,
    Marc

    in reply to: Footer text gets changed on its own #134947
     arbolife
    Participant

    Hi Radu,

    On first impression, it looks better with 4.1.3. Can you please confirm it it has indeed been fixed?

    Cheers,
    Marc

    in reply to: Facebook Registration redirect to original page #134895
     arbolife
    Participant

    Hi Laura,

    Today I went on my test site and deactivated all plugins except for BuddyPress, and clicked on “login with facebook” with a new user and it redirects me to the profile page (screenshot attached).

    So no, it’s not a plugin behaviour.

    The best would be to to have a code to put in functions.php to force the redirect to the originating page. Can you help me with this please ?

    Cheers,
    Marc

    Attachments:
    You must be logged in to view attached files.
     arbolife
    Participant

    Hi Radu,

    Thanks for your response. I installed Ban Hammer as you recommended. It works great for users trying to register using the http://domain.com/register page, but not with the facebook registration that comes with your theme. How could we also have the users created with the one-click facebook registration tool from kleo checked against the Ban Hammer black list ?

    Cheers,
    Marc

    in reply to: Facebook Registration redirect to original page #133625
     arbolife
    Participant

    While I appreciate Laura helping Orlando, my original question remains open and is not the same as Orlando’s. Next time Orlando should consider creating his own ticket rather than highjacking someone else’s.

    My problem is not that Facebook registration does not work. Here’s my original post:

    Facebook registration works well, but after the success it redirects to the user profile asking to complete it.

    Is there a way to redirect to the the original page ? It works really well with login, but not with registration.

    Thanks,
    Marc

    in reply to: Transparent mobile menu + menu icon #133501
     arbolife
    Participant

    Hi Radu,

    Fantastic, thank you. IMHO, this should be the standard setting of the theme with the possibility of letting user choose the transparency.

    Cheers,
    Marc

    in reply to: Transparent mobile menu + menu icon #133429
     arbolife
    Participant

    Hi Radu,

    Thanks, we’re getting closer…
    The new code solves the 2 problems:
    1. Breadcrumb and title now stay visible
    2. The page doesn’t get hidden behind the mobile menu -> when a non-transparent mobile menu is being used.

    However, it created a new problem. When transparent menu is being used, it creates a white margin of 100px on the top and that’s not the prettiest.

    I’m leaving the code on the test site so you can take a look:
    Transparent menu – now white a white margin appearing on top:
    https://www.arbolife.com/arbolife/
    Normal menu with title and breadcrumb working fine:
    https://www.arbolife.com/arbolife/events-home/survey/

    Cheers,
    Marc

    in reply to: Transparent mobile menu + menu icon #133299
     arbolife
    Participant

    I have one more issue with this code, so let me summarize it all in this post for you.

    What I want: when menu is set to transparent -> the mobile menu is also transparent.
    The code you provided works fine for achieving it, but it has 2 side effects:

    1. The title and breadcrumb area disappearing below a certain browser size (1024px or so)

    2. It makes the whole page get hidden behind the mobile menu (removes padding) when a non-transparent mobile menu is being used.

    COPY CODE
    
    @media(max-width:1024px) {
    .navbar {
        background:rgba(42, 42, 42, 0.0) !important;
        position: absolute;
    }
    }

    Can you please suggest another fix that doesn’t break the other things ?

    Cheers,
    Marc

    in reply to: Transparent mobile menu + menu icon #133290
     arbolife
    Participant

    Hi,

    OK, so I fixed the weird icons by adding this to the quick CSS:

    COPY CODE
    .icon-bar:before {
        content: '' !important;
    }

    I don’t know why it was there in the first place 😉

    However, the title and breadcrumb disappearing is really bad, I hope you can help me fix that one.

    Thanks,
    Marc

    in reply to: Transparent mobile menu + menu icon #133274
     arbolife
    Participant

    Hi Radu,

    Sorry, I need to reopen this thread.

    There is a side-effect of the code you provided is that the title + breadcrumb area disappear below a certain browser size:

    COPY CODE
    @media(max-width:1024px) {
    .navbar {
        background:rgba(42, 42, 42, 0.0) !important;
        position: absolute;
    }
    }

    Can you please provide an update that doesn’t create this problem?

    The other problem that was solved in this ticket was the 3 arrows on top of each others right below the mobile menu. I solved it as you recommended by doing another clean download of new icons. The problem is now back, but I have not touched the icon files since fixing it.

    You can check it out yourself. Here’s a simple page that has both problems, the title and breadcrumbs + the weird icons: https://www.arbolife.com/events-home/events-attending/

    Cheers,
    Marc

    in reply to: WPML String Translation for KLEO contact us form #133109
     arbolife
    Participant

    That’s not the right way, but I found the problem.

    I was missing the “Translate the theme and plugins using WPML’s String Translation” option in WPML > Theme and plugins localization

    Now it works. Thanks for your help anyhow.

    Cheers,
    Marc

    in reply to: Transparent mobile menu + menu icon #133042
     arbolife
    Participant

    OK thanks, that would be a useful setting to have in the theme settings in the future.

    Cheers,
    Marc

    in reply to: WPML String Translation for KLEO contact us form #132951
     arbolife
    Participant

    Thanks, I now see the child theme in string translation and it works.
    Now I also wanted to change the default translation of the fields in the form “Your Name”, “Your Email”, and “Type your message…”. I found them in WPML’s string translation under the domain kleo_framework, they were already translated with the default translation. I changed it, but it the change doesn’t appear on the site.

    Do I also need a kleo_framework_child for it to work ?

    Thanks,
    Marc

    in reply to: Footer text gets changed on its own #132950
     arbolife
    Participant

    And no, I did not switch themes today.

    in reply to: Transparent mobile menu + menu icon #132949
     arbolife
    Participant

    Hi,

    OK, I realize my description wasn’t so good. Sorry. So my menu display normally and when I start reducing the size of my browser window… at some point the menu switches to the mobile version and I think that happens when the window is less than 1024 pixels wide.

    I would like to change that setting to a lower value. Can I put that in my child theme somehow?

    Thanks,
    Marc

    in reply to: Footer text gets changed on its own #132948
     arbolife
    Participant

    Hi,

    No I made the last correction to the footer this morning as I was opening this ticket and now the links are gone again.

    The problem seems to be that inserting the code in text mode works, but next time opening the theme settings, it switches back to the visual mode and the code is gone.

    Cheers,
    Marc

    in reply to: Transparent mobile menu + menu icon #132810
     arbolife
    Participant

    Hey Radu,

    One more question on this topic. How can I change the width at which the boxed menu gets automatically displayed from 1024px to say 700px (I have a super short menu for now).

    Cheers,
    Marc

    in reply to: Ajax error in Revolution Slider #132807
     arbolife
    Participant
    Not marked as solution
    in reply to: WPML String Translation for KLEO contact us form #132806
     arbolife
    Participant
    This reply has been set as private.
    in reply to: WPML String Translation for KLEO contact us form #132655
     arbolife
    Participant
    This reply has been set as private.
    in reply to: WPML String Translation for KLEO contact us form #132543
     arbolife
    Participant

    Hi Radu,

    I changed the default value, enabled detecting new strings when logged in as administrator, browsed the site as admin and view the new strings display…
    But they don’t register in String Translation. I can only find the old ones (default).

    It looks to me as only the default value on the admin side register (they are in the domain “admin_texts_kleo_kleo” and it is my understanding the admin_ prefix is for the back-end).

    Let me know what else I can try.

    Thanks,
    Marc

    in reply to: WPML String Translation for KLEO contact us form #132194
     arbolife
    Participant

    Hi Radu,

    I know that. The question is why when I translate those strings with WPML “String translator”, does it not appear on the site. The WPML translator works fine for WordPress, BuddyPress, etc. Just not for these 2 strings.

    Cheers,
    Marc

    in reply to: WPML String Translation for KLEO contact us form #132137
     arbolife
    Participant

    Hi again,

    Correction: WPML string translation actually works. I translated the xprofile fields from BuddyPress for the registration page and it worked right away. What doesn’t work is the kleo content of the message box:

    CONTACT US and the “We’re not around right now…”.

    Cheers,
    Marc

    in reply to: WPML String Translation for KLEO contact us form #132136
     arbolife
    Participant

    Hi,

    I tried to deactivate Slider Revolution for some time now, no effect on the site.

    Setting is WPML-> Theme and Plugin localization -> selected “Translate by WPML”
    This way I don’t touch any language files.

    Inside String Translation, there are sections for kleo strings. I translate them, mark as complete and nothing happens on the site.

    Thanks,
    Marc

    in reply to: Ajax error in Revolution Slider #132127
     arbolife
    Participant
    Not marked as solution
    in reply to: Transparent mobile menu + menu icon #132098
     arbolife
    Participant

    You got it. 5 stars (not clocks) review:

    This is my first site with WordPress and their support is fantastic, I ran into a bunch of problems that an expert would know how to solve and their support team has been (and continues to be) very friendly, helpful and responsive.

    in reply to: BuddyPress Activity & Group profile pages not working #132095
     arbolife
    Participant

    Re-saving permalinks did the trick. That makes no sense to me, but hey, it works 😉
    Thanks again.

    Cheers,
    Marc

    in reply to: Ajax error in Revolution Slider #132093
     arbolife
    Participant
    Not marked as solution
    in reply to: Transparent mobile menu + menu icon #132089
     arbolife
    Participant

    Thanks a lot!!
    e98d is the clock in my list. Changed it to e9f7 and it works like a charm.

    Cheers,
    Marc

Viewing 40 posts - 81 through 120 (of 155 total)

Log in with your credentials

Forgot your details?