Forum Replies Created
-
AuthorPosts
-
Hi elames!
Thank you for visiting the support forum.
Still, the site is not loading. I’ll ask the rest of the support team to check. Try to change the product image size on WooCoommerce > Settings > Products > Product Image Sizes.
Best regards,
IsmaelHi!
You can generate the contact form shortcode using the shortcode wand then place it inside the tab editor. Or you can switch the builder to debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Best regards,
IsmaelHi!
I would like to check the site but it got a 500 internal server error. Please contact your hosting provider.
Best regards,
IsmaelHey bogosavljev!
Thank you for using Enfold.
All images in the portfolio demo are 988x642px in dimension. The Size Settings used is Perfect Manual Masonry.
Best regards,
IsmaelHi!
Try to use this on Quick CSS:
.main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { border-color: #828282; background-color: #ffffff; color: #808080; }Adjust the values.
Cheers!
IsmaelHi Gabster!
Thank you for using Enfold.
Please refer to this link on how to change the from email address: https://kriesi.at/support/topic/email-form-does-not-send-a-mail/#post-368679
And the send to address: https://kriesi.at/support/topic/can-i-change-the-contact-forms-autoresponse-reply-to-email/#post-305226
Cheers!
IsmaelHey!
Yes, we know it is still an issue but we can’t check the site because it is not loading. I’ll ask the rest of the support team to check the site.
Cheers!
IsmaelHi!
Try to replace the code with this:
.av-main-nav > li > a > .avia-menu-text { font-family: "ginger-regularregular" !important; }Regards,
IsmaelHey mstell168!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
#header_main { border-bottom: none; }If it doesn’t work, please give us a link to the actual website.
Best regards,
IsmaelJanuary 14, 2015 at 8:09 am in reply to: How to remove " – Enfold WordPress Theme by Kriesi" from Copyright in footer #379304Hi!
Thank you for visiting the support forum.
@Richard: Thanks for helping out.
@danowen: You can follow Olpin’s suggestion.
Regards,
IsmaelHey rpl_admin!
Thank you for using Enfold.
Please provide a link to the actual page with the table. We would like to check it.
Best regards,
IsmaelHey vikingbastich!
Thank you for using Enfold.
Please refer to this link for a possible fix: https://kriesi.at/support/topic/remove-main-menu/#post-377582
Best regards,
IsmaelHi!
Thank you for the info. Please make sure that the wp-content/uploads folder has the correct file permission.
Regards,
IsmaelHey Mac_ma!
Thank you for using Enfold.
If you don’t mind, we would like to see the actual archive or category page with the issue. A screenshot will help.
Cheers!
IsmaelHi czaz!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css to remove the featured image:
.big-preview.single-big { display: none; }Regards,
IsmaelHi!
Which version of safari are you testing this with? We don’t support safari browsers lower than 5.1.7.
Regards,
IsmaelHi CharlieTh!
Thank you for using Enfold.
Did you add any html codes on the layes slider? Make sure that you close all tags properly. I’m not sure if you’re using the latest version of the theme which is 3.0.4, if not, please download the latest version then update the theme via FTP.
Best regards,
IsmaelHey!
Thank you for using Enfold.
Please go to wp-content > themes folder. What is the name of the enfold folder?
Regards,
IsmaelHey treestones!
Thank you for using Enfold.
I would like to check the site but there must be something wrong with the site certificate so I’m getting a security error. Please configure the certifications correctly then we’ll check the site.
Regards,
IsmaelJanuary 14, 2015 at 7:18 am in reply to: Where can I add html code so that I have a banner under the menu? #379284Hi!
Try this on functions.php:
add_filter('avf_title_args', 'avf_title_args_append', 1); function avf_title_args_append($args) { if(is_home() || is_front_page()) return; $banner = "<div class='container_wrap append-content'>"; $banner = "<div class='container'>"; $banner .= "BANNER HERE"; $banner .= "</div>"; $banner .= "</div>"; $args['html'] = "<div class='{class} title_container'><div class='container'><{heading} class='main-title entry-title'>{title}</{heading}>{additions}</div></div>{$banner}"; return $args; }Best regards,
IsmaelHey!
You forgot the website url. Try to add the !important rule on the css values.
.title_container .breadcrumb { position: relative !important; right: auto !important; top: 0 !important; margin-top: 0px !important; padding-bottom: 8px !important; overflow: hidden !important; left: -2px !important; }Can you please provide a link to an actual “article blog”?
Best regards,
IsmaelJanuary 14, 2015 at 7:00 am in reply to: Enfold One Page Restaurant Demo isn't working properly #379277Hey Coronacom!
Thank you for using Enfold.
Please create a fresh install of WordPress then download the latest version of the theme, 3.0.4. Import the demo again.
Cheers!
IsmaelHey!
Sorry for the delay.
2.) Unfortunately, we won’t be able to help you unless you have the latest version of the theme.
3.) Please use this on Quick CSS or custom.css
#scroll-top-link {display: none !important; }4.) Use something like this on the phone number field if you want to add the click-to-call feature:
<a href="tel:+1800229933">Call us free!</a>6.) Can you please provide a screenshot? The slider looks fine on smaller screens.
7.) The logo and phone number looks fine on mobile view. Again, a screenshot will help.
8.) What kind of phone are you using? Please use Chrome when viewing the site.
If possible, please open a thread for every single question. This will keep the thread subject related and it’ll be much easier for us to answer it.
Cheers!
IsmaelJanuary 14, 2015 at 6:51 am in reply to: Latest News Widget Query from ALL custom post types #379274Hey!
What is the name of the new custom post type? Please try the code provided here: https://kriesi.at/support/topic/multiple-versions-of-latest-cpt-widget/#post-369273
Replace the $this->avia_post_type value.
Cheers!
IsmaelHey!
We really haven’t gotten into fixing this because it doesn’t seem to be a major issue. For now, please switch to the visual mode when editing on a text block. We’ll forward this one to Kriesi.
Regards,
IsmaelHey!
Try to add this on Quick CSS or custom.css:
.home.avia-blank #main, .home #wrap_all { background-color: transparent; border: none; } .home.avia-blank #main .container_wrap:first-child { border: none; } #top.boxed.avia-blank .container { background: #ffffff; }Regards,
IsmaelHi envapk2!
Thank you for using Enfold.
Try to use this on Quick CSS:
#top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a, #top #wrap_all .av_header_transparency .sub_menu > ul > li > a, #top .av_header_transparency #header_main_alternate, .av_header_transparency #header_main .social_bookmarks li a { background: blue; }Best regards,
IsmaelHi benjaminbreton!
Thank you for visiting the support forum. In case you have questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem. Basically, the page is created with fullscreen sliders at the very top plus color sections with parallax effect below. You need to set the Header visibility and transparency to Transparent Header.
If you still have any questions, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Thanks!Cheers!
IsmaelHey master-t!
Thank you for using Enfold.
You can edit configtemplate-builder > avia-shortcodes > menu.php, find this code on line 186:
$mobile_button = $mobile == "active" ? "<a href='#' class='mobile_menu_toggle' ".av_icon_string('mobile_menu')."><span class='av-current- placeholder'>".__('Menu', 'avia_framework')."</span>" : "";Best regards,
IsmaelHi Jox!
Thank you for using Enfold.
We would like to see the actual website and a screenshot of how you want the menu to look like. Please post it here. Try to use this to later the padding of the menu items:
.html_header_sidebar #header .av-main-nav > li > a { line-height: 1.3em; height: auto; padding: 20px 3px; }Regards,
Ismael -
AuthorPosts
