Forum Replies Created

Viewing 30 posts - 52,531 through 52,560 (of 67,510 total)
  • Author
    Posts
  • in reply to: Shop image problem #379322

    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,
    Ismael

    in reply to: Optional recipients for contact form #379321

    Hi!

    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,
    Ismael

    in reply to: Image with Hotspots #379320

    Hi!

    I would like to check the site but it got a 500 internal server error. Please contact your hosting provider.

    Best regards,
    Ismael

    in reply to: Best dimension of images for Masonry Portfolio? #379318

    Hey 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,
    Ismael

    in reply to: Formatting on Forms all messed up #379315

    Hi!

    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!
    Ismael

    in reply to: contact from from adress #379312

    Hi 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!
    Ismael

    in reply to: Shop Page not responsive #379310

    Hey!

    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!
    Ismael

    in reply to: Portfolio anpassen #379307

    Hi!

    Try to replace the code with this:

    .av-main-nav > li > a > .avia-menu-text {
    font-family: "ginger-regularregular" !important;
    }

    Regards,
    Ismael

    in reply to: Enfold header bottom border issue #379305

    Hey 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,
    Ismael

    Hi!

    Thank you for visiting the support forum.

    @Richard: Thanks for helping out.

    @danowen: You can follow Olpin’s suggestion.

    Regards,
    Ismael

    in reply to: Image in table not responsive #379300

    Hey 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,
    Ismael

    in reply to: Add 2nd logo with custom URL in header #379298

    Hey 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,
    Ismael

    in reply to: Upload image giving http error (theme error) #379297

    Hi!

    Thank you for the info. Please make sure that the wp-content/uploads folder has the correct file permission.

    Regards,
    Ismael

    in reply to: Kategoriebilder Shopbereich #379294

    Hey 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!
    Ismael

    in reply to: Blog Beitragsbild deaktivieren #379293

    Hi 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,
    Ismael

    in reply to: Blanc Masonry Gallery #379292

    Hi!

    Which version of safari are you testing this with? We don’t support safari browsers lower than 5.1.7.

    Regards,
    Ismael

    in reply to: Layerslider and Mega Menu – titlecontainer change #379290

    Hi 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,
    Ismael

    in reply to: Menu doens't work #379289

    Hey!

    Thank you for using Enfold.

    Please go to wp-content > themes folder. What is the name of the enfold folder?

    Regards,
    Ismael

    in reply to: Layer slider issue #379286

    Hey 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,
    Ismael

    Hi!

    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,
    Ismael

    in reply to: Show title and breadcrumbs on archive page #379282

    Hey!

    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,
    Ismael

    in reply to: Enfold One Page Restaurant Demo isn't working properly #379277

    Hey 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!
    Ismael

    in reply to: Responsive layout and mobile phone issues #379276

    Hey!

    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!
    Ismael

    in reply to: Latest News Widget Query from ALL custom post types #379274

    Hey!

    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!
    Ismael

    in reply to: Advanced Layout Builder tab issue since WP 4.1 #379272

    Hey!

    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,
    Ismael

    in reply to: Edit home page template only #379271

    Hey!

    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,
    Ismael

    in reply to: Menu link background #379269

    Hi 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,
    Ismael

    in reply to: Are they some Tuto ? #378182

    Hi 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!
    Ismael

    in reply to: Fullwidth Sub Menu Text (Mobile) #378180

    Hey 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,
    Ismael

    in reply to: Menu Bar Height #378179

    Hi 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

Viewing 30 posts - 52,531 through 52,560 (of 67,510 total)