Viewing 27 posts - 1 through 27 (of 27 total)
  • Author
    Posts
  • #412028

    Good day

    maybe you could help me here.

    1) A Back button (to previous page) on the Single Product Page

    2) Do I want only the categories are displayed when a Kontegorie is clicked (no more to see)

    3) How can I change the category Images in square format can be any text and / or Slider

    Thanks for the help

    Best Regards

    Jessica

    #412655

    Hi Jessica,

    Can you post the link to your website please?

    Regards,
    Josue

    #412808
    This reply has been marked as private.
    #412810
    This reply has been marked as private.
    #413402

    Hey!

    1. It’s tricky but this could work, add this to theme / child theme functions.php:

    function add_back_link() {
    	$back =$_SERVER['HTTP_REFERER'];
    	if((isset($back) && $back !='')) echo '<a href="'.$back.'">Go back</a>';
    }
    add_action('woocommerce_before_single_product', 'add_back_link');
    

    That will add a back link that will work exactly as the browser back button, it will be only be available if the user comes from a previous page.

    2. Not sure what you mean to be honest, can you please create a mockup of what you want to achieve??

    3. You can set the category image to display as a fullwidth banner when editing the product category – http://a.pomf.se/ifwdml.png

    Cheers!
    Josue

    #414201

    Good Morning Josue
    Many thanks for the quick response.

    1) worked great – Can you please tell me how I can get this button below Magic Zoom and it looks such as card button

    2) Do I once outside before.

    3) Thanks for the link – These functions are not with us !?

    Do you have the login information, you can ask to see for myself – Thank you.
    I do not know how I can enable these functions.

    4) Enfold (Kriesi) has a new Enfold Shop – Demo presented. How can I adjust the Checkout Page in our theme? Also the contact page?

    I have read the documentation but found nothing.

    Thank you for your reply in advance.

    Best Regards
    Jessica

    #414251

    Hi!

    1. Try using this code instead:

    	function avia_close_image_div()
    	{
    		global $avia_config;
    		if(is_product()) {
            	$back =$_SERVER['HTTP_REFERER'];
    	        if((isset($back) && $back !='')) echo '<a href="'.$back.'">Go back</a>';
    		$avia_config['currently_viewing'] = "shop_single";
    		get_sidebar();
    		}
    		echo "</div>";
    	}
    

    3. Update the theme to the latest version 3.1.1

    4. Checkout page can’t be modified with ALB, want do you want to change there? perhaps it can be done with CSS.

    Regards,
    Josue

    #415463

    Hello, Josue

    1) Thank you. perfectly

    A question still plus. Could we change the look? As a small rectangle: and the appearance of an add cart button (on our side)?

    3) Today we had recorded Enfold 3.1.1. But suffered a crash. now have to build everything again. Throws us back. And we wanted to start on 31.03.2015.

    4) That would be a solution. What do you need information? And what does it cost? There are no significant changes. Add this tonight.

    Thanks for an answer.

    Best Regards,
    Jessica

    #415575

    Hey!
    1. Try with this code:

    	function avia_close_image_div()
    	{
    		global $avia_config;
    		if(is_product()) {
            	$back =$_SERVER['HTTP_REFERER'];
    	        if((isset($back) && $back !='')) echo '<a href="'.$back.' class='custom_back_button button'">Go back</a>';
    		$avia_config['currently_viewing'] = "shop_single";
    		get_sidebar();
    		}
    		echo "</div>";
    	}

    2. Indicate what you want to change in the checkout page, if it’s not too complicated we can provide you some CSS codes to paste in Quick CSS.

    Best regards,
    Josue

    #416250

    Good morning Josue.

    Thank you for the changes to “Go Back Button”. Unfortunately, these changes would cause fantalen error. Could you please check this once and then to resend, thank you.

    The changes in the register control are minimal, so it should not constitute a major hassle for you. Otherwise you ask me this one into account.

    To this end, I will send to you within the next 2 hours, the change information.

    Best Regards
    Jessica

    #416275
    This reply has been marked as private.
    #416990

    Good day,

    We have just installed the update Enfold 3.1.1.
    Category images are too large and with the new setting can not be remedied. Is there another solution?

    Thanks for an answer.

    Best Regards

    Jessica

    • This reply was modified 9 years, 7 months ago by MATTIA.
    #417468

    Hey Jessica!

    Can you post a link to a category with an image?

    Regarding the checkout page changes, as they are not visual changes but more of functionality so you’d need to use a plugin for that, something like this could work:
    http://www.woothemes.com/products/woocommerce-checkout-field-editor/

    Cheers!
    Josue

    #417600

    Good morning, Josue

    many thanks for the quick response.

    1) Please see here: # 416250 – caused a fantalen error! (Please check again – thank you)

    2) The plugin has been installed. (WooCommerce Checkout Field Editor) Can this be used for the application / customer registration?

    3) category Images – edit or rearrange text and / or slider.
    (Please go to the gallery, there is Sreen Print) http://franzelina.com/?page_id=17969

    And in this link you can find the corresponding page. http://franzelina.com/?product_cat=gel-systeme

    Thank you for an answer.

    Best Regards
    Jessica

    #418380

    Hi!

    1. Hand me a FTP account in a private reply.

    2. I don’t think so, that addon is to modify the checkout page, i’d suggest contacting the plugin author – https://support.woothemes.com/hc/en-us

    3. You can only insert a single image there, however you can change its size with this plugin, once installed go to Settings > Media and change the Product Thumbnail image size.

    Best regards,
    Josue

    #418472
    This reply has been marked as private.
    #418714

    Hi Jessica!

    FTP access doesn’t work, please re-check.

    Regarding modifying the registration form you can use this plugin for that:
    https://wordpress.org/plugins/user-meta/

    Cheers,
    Josue

    #418733
    This reply has been marked as private.
    #418862

    It works, the back link now shows as a button below the image:
    http://franzelina.com/?product=da-vinci-flach-no-2

    Cheers!
    Josue

    #418894
    This reply has been marked as private.
    #418899

    Your website seems to be down right now (it doesn’t load), i’m not seeing that error, try contacting your hosting provider.

    Best regards,
    Josue

    #418915
    This reply has been marked as private.
    #418923

    Ok, i’ve used another method to insert the custom function:
    http://franzelina.com/wp-admin/plugin-editor.php?file=functions.php

    It is working on your single product pages.

    Regards,
    Josue

    #418928

    Good Evening,

    Thank works wonderfully.

    Many Thanks.

    Best Regards
    Jessica

    #418942

    Hey Josue, can you show the code / solution – the other method ?

    Regards Pete

    #418947

    Hi Pete!

    Sure, i used Functionality to store the custom function that overrides the default Enfold one (config-woocommerce/config.php), this is what it’s in there:

    if( ! function_exists('avia_close_image_div') ) {
    	function avia_close_image_div()
    	{
    		global $avia_config;
    		if(is_product()) {
            	$back =$_SERVER['HTTP_REFERER'];
    	        if((isset($back) && $back !='')) echo '<a href="'.$back.'" class="button">Go back</a>';
    		$avia_config['currently_viewing'] = "shop_single";
    		get_sidebar();
    		}
    		echo "</div>";
    	}
    }

    The thing about using this plugin is that if the code causes a fatal error it will disable itself and it won’t wipe the entire site.

    Regards,
    Josue

    #418949

    great, thanks ;)

Viewing 27 posts - 1 through 27 (of 27 total)
  • The topic ‘category Images / Button’ is closed to new replies.