Forum Replies Created
-
AuthorPosts
-
Hi!
Let us know when that is, and we will assist you further!
Regards,
BasilisHey javier!
What is the language you are speaking, can you please type it on yours and we will try use google translate, so we can help you as good as possible :)
Regards,
BasilisHi!
You will not, but just in case, please do keep a backup.
Let us know if that works
Cheers!
BasilisJuly 9, 2015 at 1:43 pm in reply to: Help! Price showing in size dropdown box. Need it GONE! #470821Hey!
I am getting an error while loading your web site!
If what I posted previously is not working, please also try
add_filter('woocommerce_variable_price_html','custom_from',10); add_filter('woocommerce_grouped_price_html','custom_from',10); add_filter('woocommerce_variable_sale_price_html','custom_from',10); function custom_from($price){ return false; }
Cheers!
Basilis- This reply was modified 9 years, 5 months ago by Basilis.
Hi!
Please use (Email address hidden if logged out)
but also post the credentials here as private postThanks a lot!
Cheers!
BasilisHey!
Let us know if you have any more questions regarding our theme, we would love to answer them!
Best regards,
BasilisJuly 8, 2015 at 8:40 am in reply to: Help! Price showing in size dropdown box. Need it GONE! #470068Hi!
You can access it either from FTP inside the theme folder, or from Apperance -> Edditor
Best regards,
BasilisHey!
Please do create a new post, where you will add on private data your FTP info, and we will help you out!
Best regards,
BasilisHi!
That is actually a demo function / plugin.
You can find one here: https://github.com/OriginalEXE/SwitcherooWe do not although support third party plugins issues or installation, just so you have that in mind! :)
Best regards,
BasilisHi!
Can you please try the following and let us know if it works?
.avia_transform .avia_start_delayed_animation.pop-up.avia_animated_image { bottom: 0px !important; }
Best regards,
BasilisHi jaroljmek!
I am sorry but that can not work… There are elements and styling missing.
I tried to code a width: 100% but did not passed as value, I am sorryCheers!
BasilisHi Justin!
Please change the shortcode with [cart]
and let us know if that solves your issue!Regards,
BasilisHey!
Envato is having some issues with DDoS attacks and their API.
They are working to have it solved as soon as possible, which will fix that issue for you also.We will be happy to assist on anything else regarding our themes, feel free to ask us!
Regards,
BasilisHey ExpoDisplays!
Can you please re-save your permalinks, change to something else, then back to custom permalink and let us know if that works as should?
Best regards,
BasilisHey safranpub!
You will also need to add the media queries for mobile to load the appropriate logo:
/* Mobile Styles ================================================== */ /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */ @media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ }
and add your style!
Best regards,
BasilisJuly 7, 2015 at 10:37 pm in reply to: Help! Price showing in size dropdown box. Need it GONE! #469968Hi mellypenny!
That happens because the variations do have different prices.
Just copy and paste below code for your theme function.php file.
function patricks_custom_variation_price( $price, $product ) { $target_product_types = array( 'variable' ); if ( in_array ( $product->product_type, $target_product_types ) ) { // if variable product return and empty string return ''; } // return normal price return $price; } add_filter('woocommerce_get_price_html', 'patricks_custom_variation_price', 10, 2);
Let me know if it helped you
Cheers!
BasilisJuly 7, 2015 at 10:26 pm in reply to: Remove author, date and comments from blog posts in certain categories #469964Hi InspireCreations!
We do not have such option working on our theme.
What you can do is having on a child theme header.php file, and option to work on the selected category with some CSS & the is_category query.You can contact one of our Customization Contractors, who will help you out with the process.
http://kriesi.at/contact/customizationLet us know if we could do anything else, regarding our theme
Regards,
BasilisHey bittenbyazebra!
Can you show us an example of the page you are using it, and also give us backend access in a private comment?
Regards,
BasilisJuly 7, 2015 at 10:14 pm in reply to: Add to Cart Button and Quantity Selector Missing on Simple Product #469958Hey!
I am closing the ticket, as the problem is solved!
Feel free to open a new one if needed!Regards,
BasilisHi!
Can you bypass the plugin and try add it to the functions.php file?
Best regards,
BasilisHey!
Please duplicate the page for us, and make it private so we can see it.
List it here, so we can check and debug the issue.Cheers!
BasilisHi!
Thanks a lot for your kind words, we do appriciate them!
Please let us know if you need anything else, with a new ticket! We will be glad to assist you!Regards,
BasilisHi msbllc!
Everything is possible, but that would need a lot of work to be done.
You can contact one of our Customization Contractors, who will help you out with the process.
http://kriesi.at/contact/customizationLet us know if we could do anything else, regarding our theme
Best regards,
BasilisHi halasyt!
It seems that the CSS of your site is messed up, or you have had custom CSS that are missing?
Cheers!
BasilisHey!
Just loaded your web site, and everything is working perfectly!
Cheers!
BasilisHey!
Cheers!
BasilisHey!
Have you tried to edit the elements through our backend editor?
That did not worked out for u?Regards,
BasilisHey Gashland Evangelical Presbyterian Church!
Can you please link me a page with sidebar?
Best regards,
BasilisHi!
I will close the topic here, feel free to open a new one, when it is needed to!
Regards,
BasilisHey!
I will close the ticket here, please let us know with a new one, if you need anything else.
Regards,
Basilis -
AuthorPosts