Forum Replies Created
-
AuthorPosts
-
July 5, 2016 at 9:01 pm in reply to: One of the pages function like " one page Enfold restaurant" #657247
Hey millamia!
You can not import two demos, in one installation.
I can although share for you a page, which you can import and then modify / style it the way you want.
if you need that, please let me know and I will do provide it for you.Thanks a lot
Best regards,
BasilisHi!
Try the following
#top .avia-smallarrow-slider .avia-slideshow-arrows a { background: transparent; }
let us know if that works out
Best regards,
BasilisHi!
You can add the in a sequence, at the code, based on their ID. I have added an example
add_filter(‘avf_logo’,’av_change_logo’); function av_change_logo($logo) { if(is_page(9) || is_page(8) || is_page(7) ) { $logo = “http://kriesi.at/wp-content/themes/kriesi/images/logo.png”; } return $logo; }
Please do let us know if that is helpful.
Cheers!
BasilisHey!
.date-container is the Class for the date, so you have to use that one to make it work,
Let us know if you have any other question for us, we would love to assistCheers!
BasilisHey!
Happy got it solved.
Please do let us know if we can do anything else for you, we would be more than happy to assist.Best regards,
BasilisHi!
glad we got it short out.
Please do let us know if we can do anything else for you, we would be more than happy to assist you furtherRegards,
BasilisHey slinder!
I am sorry, but we do not have any data, if we have used the plugin with our theme, to let you know that.
But if you do try it, feel free to let us know if we can improve anything.Thanks a lot
Best regards,
BasilisHi!
The footer copyright area, where it does include the Copyright of Kriesi, can be replaced with that type of image
Do try it from there and it will work out for you.Best regards,
BasilisHey!
Please do contact the Plugin developers, to check out for any type of incompatibility.
Thanks a lot for your understanding
Regards,
BasilisHey Enffie!
Modifying the menu width, might bring some issues to the menu and the visual results.
Can we please take a look to what you want to do, and let you know if it is possible or not?Thanks a lot for your patience and understanding
Cheers!
BasilisHey!
convert the function to
add_action('woocommerce_after_single_product_summary', 'avia_add_social_toolbar', 1); function avia_add_social_toolbar() { if( is_singular( 'product' ) ) { $content = '<div class="share_heading">Share this Product</div>'; $content .= avia_social_share_links(array(), false, '', false); } echo $content; }
let me know if it works properly
Cheers!
BasilisHi!
At the moment that is not supported, but Kriesi is always up, for new ideas!
Feel free to ask anything you might need!
Best regards,
BasilisHey!
Glad you got it short out.
Please do not hesitate to ask us, if anything else is needed!Thank a lot for your time and patience
Regards,
BasilisJuly 3, 2016 at 4:06 pm in reply to: Logo area – Mobile View to get consistent design as Desktop View #656268Hi evette!
The logo is on the same side as the menu, where the menu will go then?
Can you make us a wireframe what you want, so we can see if it is or not possible, based on our support policy?Thanks a lot
Best regards,
BasilisHey ybema!
Please add the following to yout CSS
a.all_short_button { display: none !important }
Let us know if it works as should
Best regards,
BasilisJuly 3, 2016 at 3:58 pm in reply to: Quick CSS is not working | Customizing mobile view footer menu #656265Hi!
It seems that it is not loading the filed, can you please provide us backend access to give a quick look please?
Thanks a lot for your understanding
Cheers!
BasilisHi!
Glad it could be shorted out.
Please do let us know if we can do anything else for oyu.Cheers!
BasilisJuly 2, 2016 at 9:57 pm in reply to: Images from a wordpress gallery now resized to tiny. How to fix? #656163Hi Lucille!
Please try to instal and run the following plugin and let us know if it fixes your issues
https://wordpress.org/plugins/regenerate-thumbnails/Regards,
BasilisHey ACNLatitudes!
Please provide us a link of your web site and a screenshot of what you want to hide, so we can provid eyou the code needed.
Thanks a lot
Regards,
BasilisJuly 2, 2016 at 9:44 pm in reply to: Should I activate the theme when doing local development in Microsoft WebMatrix? #656160Hi!
Yes, cusotmizing and changing everything does not make any issue at all.
Please let usk now if we can help you with any other way
Best regards,
BasilisHey BierPlus!
Can you please enable WP_DEBUG
https://codex.wordpress.org/WP_DEBUGso you can see the issue and manage solve it.
Thanks a lot
Regards,
BasilisHey PKoch!
Please add the following
.av-magazine .av-magazine-no-thumb .av-magazine-content-wrap { text-align: center; }
and let us know if it works as per your requirment.
Cheers!
BasilisHi jelle!
You can type, but the color of the serch field is white, so it is not visible.
Have you done any modifications to the theme?
let me know pleaseCheers!
BasilisHey jelle!
have you activated and added the informations through our theme options panel?
If you do, they will do get visible.Please do let us know if need anything else
Regards,
BasilisHey Geerard!
Can you please provide us backend access, so we can give it a look and understand where the issue is located?
Thanks a lot
Cheers!
BasilisHey!
Please provide us a link of your web site, and we will give the code.
BTW, bumping the topics, drives them to the bottom of the list, not on the top.Thanks a lot
Cheers!
BasilisHey judinash!
It can not be only that code.
You must be needing something else. Have you used that before with enfold?
On which topci we have shared?Thanks a lot
Cheers!
BasilisHey!
We are glad for the end result, that is what matters.
Please do not hestitate to open a new ticket, if anything else is needed.Cheers!
BasilisHi!
Please do clear your cache and try it again.
I checked with clear cache and all look fine.Thanks a lot for your patience
Cheers!
BasilisHey jelle!
Please add the following code
.responsive .logo img { display: none; }
and let us know if that works out
Best regards,
Basilis -
AuthorPosts