-
AuthorPosts
-
March 16, 2015 at 11:31 am #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
March 16, 2015 at 11:22 pm #412655Hi Jessica,
Can you post the link to your website please?
Regards,
JosueMarch 17, 2015 at 9:16 am #412808This reply has been marked as private.March 17, 2015 at 9:20 am #412810This reply has been marked as private.March 18, 2015 at 6:07 am #413402Hey!
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!
JosueMarch 19, 2015 at 8:43 am #414201Good 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
JessicaMarch 19, 2015 at 10:21 am #414251Hi!
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,
JosueMarch 20, 2015 at 6:47 pm #415463Hello, 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,
JessicaMarch 20, 2015 at 11:25 pm #415575Hey!
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,
JosueMarch 23, 2015 at 8:43 am #416250Good 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
JessicaMarch 23, 2015 at 9:56 am #416275This reply has been marked as private.March 24, 2015 at 11:24 am #416990Good 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.
March 24, 2015 at 11:53 pm #417468Hey 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!
JosueMarch 25, 2015 at 8:46 am #417600Good 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=17969And in this link you can find the corresponding page. http://franzelina.com/?product_cat=gel-systeme
Thank you for an answer.
Best Regards
JessicaMarch 26, 2015 at 10:14 am #418380Hi!
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,
JosueMarch 26, 2015 at 12:58 pm #418472This reply has been marked as private.March 26, 2015 at 6:33 pm #418714Hi 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,
JosueMarch 26, 2015 at 6:47 pm #418733This reply has been marked as private.March 26, 2015 at 10:16 pm #418862It works, the back link now shows as a button below the image:
http://franzelina.com/?product=da-vinci-flach-no-2Cheers!
JosueMarch 26, 2015 at 11:19 pm #418894This reply has been marked as private.March 26, 2015 at 11:28 pm #418899Your website seems to be down right now (it doesn’t load), i’m not seeing that error, try contacting your hosting provider.
Best regards,
JosueMarch 26, 2015 at 11:52 pm #418915This reply has been marked as private.March 27, 2015 at 12:08 am #418923Ok, i’ve used another method to insert the custom function:
http://franzelina.com/wp-admin/plugin-editor.php?file=functions.phpIt is working on your single product pages.
Regards,
JosueMarch 27, 2015 at 12:12 am #418928Good Evening,
Thank works wonderfully.
Many Thanks.
Best Regards
JessicaMarch 27, 2015 at 12:43 am #418942Hey Josue, can you show the code / solution – the other method ?
Regards Pete
March 27, 2015 at 12:55 am #418947Hi 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,
JosueMarch 27, 2015 at 1:02 am #418949great, thanks ;)
-
AuthorPosts
- The topic ‘category Images / Button’ is closed to new replies.