Viewing 24 posts - 1 through 24 (of 24 total)
  • Author
    Posts
  • #1085722

    Hi, how can i align system text next to view cart button . It just looks a bit odd and same for login button when button comes up if customer needs to log in before placing order.

    #1085988

    Hey axels1983,

    Can you give us a link to the page mentioned? so we can take a closer look.

    Best regards,
    Nikko

    #1086083

    Page is still in progress but here is picture what i mean https://imgur.com/a/PgSngcU

    #1086133

    Hi axels1983,

    It’s aligned on my end, it can be checked here: https://kriesi.at/themes/enfold-2017/product/a-product/
    But try adding this css code in Quick CSS, located in Enfold > General Styling:

    #top div div.woocommerce-message a.button {
        margin-top: -10px;
    }

    Just adjust the margin-top value, the default is -19px.
    Hope this helps.

    Best regards,
    Nikko

    #1086990
    This reply has been marked as private.
    #1087667

    Hi axels1983,

    Thanks for giving us access, I was able to check it.
    Try adding this css code in Quick CSS, it should fix the issue:

    #top .woocommerce-notices-wrapper .woocommerce-error .button.wc-forward {
        margin-top: -10px;
        margin-right: 20px;
    }

    Best regards,
    Nikko

    #1087730

    Thanks Nikko alignment is sorted but please also check shop/auction page sorting menu as i mentioned before i cant get it to show simple auction menu. Plugin author advised that its down to Themes compatibility.

    #1087757

    Hi axels1983,

    To be honest I’m not familiar with that plugin and it’s outside the scope of our support.
    We are using woocommerce hooks to insert tweaks to the woocommerce pages, this is the hook we use to show product sorting:

    add_action( 'woocommerce_before_shop_loop', 'avia_woocommerce_frontend_search_params', 20);

    Maybe you can try to ask what hook the plugin is using to show the simple auction menu, maybe this will help in figuring out how to resolve the incompatability.

    Best regards,
    Nikko

    #1088226

    Hi, i did ask compatibility question before purchasing Enfold and this Simple auction plugin was advised as best without flows for auction function- pls see private content area.

    #1088233

    Simple Auction Plugin is using this hook
    add_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_auctions_ordering’, 30, 0);

    #1088989

    Hi,

    Have you posted to the Author, that we are advertising his compatibility which now not work?

    Best regards,
    Basilis

    #1089023

    Hi, yes i have informed Author and as i stated before his advise was to hire him for fixing this issue and also indicating that error is at your end (no filters) hence you should have sorted this issue by now. To be honest im in between you and plugin Author and based on information provided that Enfold and Plugin is fully compatible I have invested loads of time and resources like buying different plugins, WPML – implementing them and translating them and now to come a cross this serious core issue. Maybe you you can get in touch with Plugin author and together come up with solution.

    #1090422

    Hi,

    Sure, let him message us and lets see what we can do :)

    Best regards,
    Basilis

    #1090523

    Hi, Plugin Author asked if you could check my Plugin ticket (login details in private) and communicate with him there as in ticket you will see bit more details whats going on. Thank you in advance.

    #1092047

    Hi,

    I tried to login however due to authentication, i was not able to.

    I sent an email to plugin authors and ask them to share their solution with me so i can forward it to our devs.

    Cheers!
    Yigit

    #1093696

    Hi! Plugin developer informed me that he has replied to you 5 days ago. Is there any info from your devs what can be done and most important when, thanks.

    #1094179

    Hi,

    Where they have replied?

    Best regards,
    Basilis

    #1094298

    Hi!
    He replied to this Yigit email see here above Yigits comment just before yours!

    Thanks

    #1095308

    Hi,

    For now the solution we have seems to be following:

    1- Please add following code to bottom of Functions.php file of your child theme in Appearance > Editor

    function avia_remove_woocommerce_frontend_search_params() { 
    remove_action('woocommerce_before_shop_loop','avia_woocommerce_frontend_search_params', 20);
    } 
    add_action( 'init', 'avia_remove_woocommerce_frontend_search_params');

    2- Then add following code to Quick CSS field in Enfold theme options > General Styling tab

    #top .woocommerce-ordering {
        position: absolute;
        right: 0;
        margin: 0;
        z-index: 20;
        top: 0;
        margin-top: 10px;
        width: 100%;
        min-width: 200px;
    }

    For clarification, i used this plugin in the past and it worked fine for me. That is why i recommended it. So far this seems to be the only conflict between the theme and plugin and simply removing Enfold’s sorting options fixes the issue.

    Best regards,
    Yigit

    #1100239
    This reply has been marked as private.
    #1102792

    Hi,

    Thanks for the update.

    Would you mind posting the FTP details ? We can’t edit the files in the Appearance > Theme Editor panel.

    Best regards,
    Ismael

    #1102829

    Hi, Thanks & pls find credential in private content area.

    #1103172
    This reply has been marked as private.
    #1104386

    Hi,

    We would like to apologize for the late response.

    The login info seems to be invalid. Please check it carefully. If possible, we would like to ask you to create a new thread because this one is getting a bit too long and is actually off the original topic. We will continue there.

    Best regards,
    Ismaelz

Viewing 24 posts - 1 through 24 (of 24 total)
  • You must be logged in to reply to this topic.