Forum Replies Created
-
AuthorPosts
-
Hi,
Glad we could help! Thanks for using Enfold :)
Best regards,
NikkoHey johnworfin,
I think for it not to look awful, you might want to use Portfolio and make it like this: http://kriesi.at/themes/enfold-2017/portfolio/portfolio-4-columns-centered-ajax/ which shows only logo and title and if clicked, details would show up.
As for the logo images missing I’m not sure how we can help on that, you might want to check on the uploads folder. Hope this helps.
Best regards,
NikkoHi ccyran,
Sure, try using this css code instead:
.home #av_section_1 .container { max-width: 900px; }Just adjust the width as usual. Hope this helps :)
Best regards,
NikkoHi,
Can you post to us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoHey Els,
You can change it in enfold/config-templatebuilder/avia-shortcodes/contact.php in line 387, the code should look like this:
$elements['avia_age'] = array('type'=>'captcha', 'check'=>'captcha', 'label'=> __('Please prove that you are human by solving the equation','avia_framework' ));Just replace the text.
But if you want the customization not be lost during the update I would suggest you do this (process is longer), it would require that you use a child theme first: http://kriesi.at/documentation/enfold/using-a-child-theme/ then override the Enfold’s Contact Form in the child theme by using this method: http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/ in this case you should copy contact.php from the Enfold theme to the shortcodes folder of the child theme then edit contact.php as what I have suggested on top. And that should be it. Hope this helps :)
Best regards,
NikkoHi,
You can add this css code in Quick CSS (located in Enfold > General Styling):
#fulsekcija .container { max-width: 100%; padding: 0; }However, if you want to use this method to other sections as well I would suggest you enable Custom Css Classes: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ then give it a class name for example fullwidth-section
then in Quick CSS add: <pre><code>#top .fullwidth-section .container { max-width: 100%; padding: 0; }And you just add this class to each section you want to be full width. I hope this helps :)
Best regards,
NikkoMay 11, 2017 at 1:49 am in reply to: How to stop Enfold modifying the codes in the Code Block #791407Hi,
Glad we could help :)
Best regards,
NikkoMay 10, 2017 at 7:47 pm in reply to: png transparency is intermittent in "image with hotspots" #791312Hi,
Glad to hear that! Thanks for using Enfold :)
Best regards,
NikkoHi,
Thank you very much and thanks again for using Enfold :)
Best regards,
NikkoHi,
I couldn’t see it, you should be able to see it also at the bottom of your post when you reply. I have checked all your post in this thread but there’s nothing in private content.
Best regards,
NikkoHi,
Glad to hear that it’s fixed. Thanks for using Enfold :)
Best regards,
NikkoHey PAidoo,
Yes, that should be possible if you’re using a stretched layout. Can you post a link a page of your site that uses that two columns? you can post it in private content, if you only want it to be visible to the moderators only.
Best regards,
NikkoHi,
That’s weird, it shouldn’t be a problem on version 5.6, anyway, can you try the solution on this thread: https://kriesi.at/support/topic/http-500-error-on-my-wp-admin-page-after-upadate-the-theme/#post-787474
Let us know if this helps :)Best regards,
NikkoHi,
Glad we could help! Thanks for using Enfold :)
Best regards,
NikkoHi,
I could not see any login credentials. Did you post it in Private Content?
Best regards,
NikkoHi cipriana,
Sure. Thanks again for using Enfold :)
Best regards,
NikkoHi cipriana,
You’re welcome cipriana :) Just let us know if you need more assistance or if we can close this thread. Or if you want this thread to still be open while you’re waiting for some feedback from your clients :)
Best regards,
NikkoHi,
I see, I haven’t tested this yet but I think you can check this thread: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
After adding a widget area to the header I think you should be able to drop the search widget on the widget area and use it :)Best regards,
NikkoHi,
Glad to hear that you managed to fix it :) Let us know if you need more assistance related to this topic or if we can close this thread.
Best regards,
NikkoHi,
We are very sorry for the inconvenience. You can upload your screenshot in http://imgur.com/ and post the link here. Can you try to check it using another browser which you haven’t used yet to open your site. Also, the screenshot I gave does show that it shows properly and it’s also the first time I visited your site. It would most probably be a caching issue.
Best regards,
NikkoHi,
Can you try to go to Woocommerce > Settings > Products (tab) > Display (tab) > Product Images, and set Single Product Image to 450×999 and uncheck hard crop. Then try to re-upload the image. Hope this helps :)
Best regards,
NikkoHi Stevo,
Thanks for your patience. :)
Best regards,
NikkoHi,
Glad to hear that it’s fixed :) Let us know if you need more assistance or if we can close this thread. Also, can you tell us what plugin was causing the problem? it would really help others who might have the same plugin enabled on their site and could not import demo.
Best regards,
NikkoHey Doron,
Try going to Woocommerce > Settings > Products (tab) > Display (tab) > and make sure that this is checked Enable AJAX add to cart buttons on archives. Hope this helps :)
Best regards,
NikkoHi,
The reason it’s not working is because woocommerce doesn’t use h3 on it anymore but h2. I have changed this code you have:
.product-category.product a h3{ background:#d9d9d9 !important; } .product-category.product a h3 mark.count{ display:none !important; }to:
.product-category.product a h2{ background:#d9d9d9 !important; } .product-category.product a h2 mark.count{ display:none !important; }And it does work properly. As for the cart counter issue, can you give us ftp access? so we can check it further.
Best regards,
NikkoHey Stevo,
Yes, this has already been reported to Kriesi and our devs. We are very sorry for the inconvenience.
Best regards,
NikkoMay 10, 2017 at 5:49 pm in reply to: Remove image titles when hover images BUT still show lightbox image descriptions #791239Hi,
You can put the code snippet at the bottom of functions.php file. If you are using a child theme put it in the child theme’s functions.php if not, put it in enfold theme’s functions.php
Best regards,
NikkoHi,
I agree it’s ugly since it uses its original size but I think it can be fixed if you use a similar size, though some part of the image will be cut off.
Best regards,
NikkoMay 10, 2017 at 5:37 pm in reply to: getting problem when i try to keep code in function.php #791229Hi,
Thanks for providing admin and ftp access. I guess the blurred image you are referring to are product images? (example link in private content) I have modified enfold/config-woocommerce/config.php, the changes I made is similar to what I changed in this thread: https://kriesi.at/support/topic/picture-on-single-product-pages-blurry/#post-790948
Let us know if it’s all good on your end or if you need more assistance :)
Best regards,
Nikko-
This reply was modified 8 years, 6 months ago by
Nikko.
May 10, 2017 at 5:22 pm in reply to: How to stop Enfold modifying the codes in the Code Block #791224Hi,
I see, I thought you were referring on the backend. Unfortunately, I am not able to change that behavior though I could point out to you what file and function is adding that: js/avia.js, this function function avia_hover_effect(container) in line 675-766. Sorry couldn’t fix it at the moment and have already spent some time with it but will try to figure that out.
Best regards,
Nikko -
AuthorPosts
