Forum Replies Created
-
AuthorPosts
-
November 8, 2015 at 8:27 pm in reply to: Enfold Mailchimp not working – also message not shown after submission #532228
Hey None!
can u please provide us your backend access?
I will also change the API connection, for testing issue so you know!THanks a lot
Cheers!
BasilisHi!
can you check the login info, seems I can not login with them.
Thanks a lot for your time
Cheers!
BasilisHi!
Seems to be a cache issue, I loaded with firefox and seems all good for me.
Best regards,
BasilisHi!
I can see it working, have you cleared your cache?
Cheers!
BasilisHi!
Here’s a pretty simple solution for WC >2.4 that avoids rewriting functions and cluttering up your functions.php..
Add the variable.php file to your theme (http://docs.woothemes.com/document/template-structure/), and change this (from line 27):
<?php foreach ( $attributes as $attribute_name => $options ) : ?> <tr> <td class="label"><label for="<?php echo sanitize_title( $attribute_name ); ?>"><?php echo wc_attribute_label( $attribute_name ); ?></label></td> <td class="value"> <?php $selected = isset( $_REQUEST[ 'attribute_' . sanitize_title( $attribute_name ) ] ) ? wc_clean( $_REQUEST[ 'attribute_' . sanitize_title( $attribute_name ) ] ) : $product->get_variation_default_attribute( $attribute_name ); wc_dropdown_variation_attribute_options( array( 'options' => $options, 'attribute' => $attribute_name, 'product' => $product, 'selected' => $selected ) ); echo end( $attribute_keys ) === $attribute_name ? '<a class="reset_variations" href="#">' . __( 'Clear selection', 'woocommerce' ) . '</a>' : ''; ?> </td> </tr><?php endforeach;?>
to this:
<?php $variations_arr = array(); foreach ( $attributes as $attribute_name => $options ) : ob_start(); ?> <tr> <td class="label"><label for="<?php echo sanitize_title( $attribute_name ); ?>"><?php echo wc_attribute_label( $attribute_name ); ?></label></td> <td class="value"> <?php $selected = isset( $_REQUEST[ 'attribute_' . sanitize_title( $attribute_name ) ] ) ? wc_clean( $_REQUEST[ 'attribute_' . sanitize_title( $attribute_name ) ] ) : $product->get_variation_default_attribute( $attribute_name ); wc_dropdown_variation_attribute_options( array( 'options' => $options, 'attribute' => $attribute_name, 'product' => $product, 'selected' => $selected ) ); echo end( $attribute_keys ) === $attribute_name ? '<a class="reset_variations" href="#">' . __( 'Clear selection', 'woocommerce' ) . '</a>' : ''; ?> </td> </tr> <?php $variations_ob = ob_get_clean(); $variations_arr[wc_attribute_label($attribute_name)] = $variations_ob; endforeach; foreach ($variations_arr as $name => $ob) { echo str_ireplace('choose an option', 'Choose '.$name, $ob ); } ?>
This will replace ‘Choose an option’ with ‘Choose Size’, ‘Choose Colour’ etc. depending on the name of your attribute.
For more informations, fill free to check: http://stackoverflow.com/questions/32170575/how-do-i-change-button-text-from-choose-an-option-in-woocommerce
Best regards,
BasilisHi!
Those issues have been made, because of the modifications you have done.
If you switch back to normal, everything plays correctly, is that right?Best regards,
BasilisHi!
Happy you got it short out!
Please feel free to let us know if we can do anything else for you!Best regards,
BasilisNovember 8, 2015 at 8:18 pm in reply to: How to Replace the "Blog-Latest News" with my frontpage title on post pages. #532220Hey!
Renaming the categories title, could not work?
Else, the only other way I can think about, is to actually modify the template files.Cheers!
BasilisHey Mario!
You can use the
do_action(‘ava_main_header’);which we include and place a function inside there!
Let us know if we can help you with anything else
Regards,
BasilisHey Peter!
how are you adding the mobile phone number.
Can you please show us all the code you are using?Cheers!
BasilisHi!
The php code, has to be added to the functions.php file, and not from Appearance, editor.
Then the shortcode has to be added from the Apperance -> Menu and to the menu that is your main.If you still face any issues, also check
https://kriesi.at/support/topic/search-bar-on-mobile-menu/if that can be helpful.
Best regards,
BasilisHi earthdog!
can u please provide us with backend access to your web site?
Thanks a lot!
Cheers!
BasilisHi!
Please let us know if we can help you with anything else, we would be glad to help you!
Best regards,
BasilisHi!
Great you got it short ut!
Please do let us know, if we can do anything else for you!
Thanks a lot for your time!Cheers!
BasilisNovember 4, 2015 at 10:59 pm in reply to: How to Change Background Color of Stickies in bbpress #530435Hi!
Glad you got it short out!
Please do let us know if we can do anything else for you!Cheers!
BasilisHi svmmarcom!
that would actually require a lot of customisation, to add multiple email addresses as recipients of the form.
Do you want to use the enfold form, or yyou are ok using a third party plugin?Cheers!
BasilisHey!
on the private data area, the gallery actually loads into 3 columns also for me.Can u tell us which browser you are using and OS?
Best regards,
BasilisHi Vinicius!
can you please provide us a link to your web site, together with access to backend, so we can give it a look?
Regards,
BasilisHey Adrizz!
Can we please check a live version of the site, so we can actually understand the issue?
Cheers!
BasilisHi!
The code Yigit supplied to you, will share certain pages.
You can use where you will place it things like the_title(), the_permalink, which are WordPress tags, but not inside the editor.Can u explain us a bit more what you want to achive, and maybe there is an alternative solution?
Best regards,
BasilisHey!
You can do it, but the images will be really really small.
Why do that, they will be not visible good for the users!Best regards,
BasilisHey Freek!
Those icons do get the values through the dynamic WordPress. How exactly you want to embeded to somewhere else?
What do you want to display?Regards,
BasilisHi!
how can you make it smaller. can u please define withe some desgin on your screenshot?
Best regards,
BasilisHey!
Please use the plugin called Yoast SEO, to control it.
Regards,
BasilisHi!
Have you also added the JS code to the page header?
Best regards,
BasilisNovember 3, 2015 at 11:47 pm in reply to: how can i delte the borders (black) of the footer socket area (widget area)? #529671Hi corneliaboehm!
can u please define your problem for us?
Cheers!
BasilisHey KarenMoore530!
what version of IE have you tested, can u let us know please?
Best regards,
BasilisHey!
Let us know if we can do anything else.
Please try to use a child theme or keep a file backup – just in case.Best regards,
BasilisNovember 3, 2015 at 11:31 pm in reply to: Main content is grey colored when i set the main content default color as Black #529660Hi elliotstiller!
Again please provide us with a screenshot, for witch area you are referring.
There are many different grey areas, which we can work on.Cheers!
BasilisHey elliotstiller!
Thanks a lot for reaching our to us.
Can you please show us that purple area. I could not locate it clearly and not sure how it works.
Thanks a lotRegards,
Basilis -
AuthorPosts