Forum Replies Created

Viewing 30 posts - 61,381 through 61,410 (of 67,348 total)
  • Author
    Posts
  • in reply to: Advanced editor issues #215211

    Hey!

    That is correct. You can use the Image element instead of the usual featured image.

    Best regards,
    Ismael

    in reply to: Border-color overrwriten #215206

    Hey Bogusz!

    Maybe you’re not using the correct selectors. Please give us a screenshot of elements that you want to have a border. The website looks broken. Please check.

    Regards,
    Ismael

    in reply to: Image Caption not visible #215205

    Hey Bogusz!

    The website looks broken. Please check.

    Cheers!
    Ismael

    in reply to: Change Logo Shrink #215204

    Hey!

    I don’t see the changes here: http://basisberlin.com/dummy/

    Please remove this line of codes:

    .header_scrolled, .logo, .logo a, .logo a img, #header_main .container {
    min-height: 70px !important;
    }
    
    #top .header-scrolled .main_menu {
    margin-top: 15px;
    }

    This css modification is enough to give you a larger header with a higher header size when you scroll the page:

    /*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
    #header_main .container, .main_menu ul:first-child > li a{ height:156px; line-height: 156px; }
    
    .logo, .logo a, .logo a img {
    max-width: 340px !important;
    }

    Cheers!
    Ismael

    in reply to: Position Mega Menu Submenu #215200

    Hi!

    The menu looks normal on my end. Do you have a cache plugin? Please turn if off if you’re modifying the layout of the site.

    Regards,
    Ismael

    in reply to: Enfold Theme Kompatibilität Firefox #215197

    Hi Matthias!

    On what version of Firefox are you testing this with and what OS? I tested this on Firefox 26.0 using a Windows 7 machine and the site looks good. http://imgur.com/msKB6Db

    Please post a screenshot of the specific issues that you see on your end.

    Cheers!
    Ismael

    in reply to: Layerslider WP caption transparency #215192

    Hi!

    You can use rgba values for the background color. Place it on the layer slider’s “Custom styles” under Style panel. You can add something like this:

    background: rgba(0,0,0,.5);

    Regards,
    Ismael

    in reply to: Comments – fields validation #215188

    Hey modelity!

    Have you tried this plugin? If you’re ready to dive into php and a bit of coding, maybe this will help. Adding Form Validation Tutorial

    Cheers!
    Ismael

    in reply to: BLOG not showing in Safari and Firefox #215187

    Hey!

    Please deselect the Blog on Enfold > Theme Options > Where do you want to display Blog?. Edit the homepage that you set on Enfold > Theme Options > Frontpage settings then insert the Blogs Posts element. Set it to Grid Layout.

    Regards,
    Ismael

    Hi!

    You can actually use the Contact Form 7 plugin instead of the default Enfold Contact Form. You can request the feature here: https://kriesi.at/support/topic/enfold-feature-requests/

    Regards,
    Ismael

    in reply to: Removing breadcrumbs #215181

    Hey!

    You can use this:

    #top .alternate_color.title_container .main-title a {
    text-transform: lowercase !important;
    }

    Cheers!
    Ismael

    in reply to: fixed background image and width #215179

    Hi!

    Please try to use this for desktop view:

    @media only screen and (min-width: 1024px) {
    #mycolorsection1 {
    height: 1000px;
    background-size: 100%;
    }
    }

    Adjust the values as you please.

    Cheers!
    Ismael

    in reply to: Responsivity lost #215178

    Hi Serge!

    1.) The responsiveness will not be affected by using a child theme. Can you please give us a link to the website?

    2.) You can use the Image element under Media Elements panel.

    Cheers!
    Ismael

    in reply to: Portfolio items 404 error #215177

    Hey traditionalteak!

    Please try to flush the permalink settings. Go to Settings > Permalinks then click the “Save” button once. If it doesn’t work, delete the .htaccess file then flush the permalink settings again.

    Cheers!
    Ismael

    in reply to: Change product sort by options #215176

    Hey eric_peeters!

    You can hide them using CSS:

    .woocommerce.widget_price_filter {
    display: none;
    }
    
    .woocommerce_layered_nav-2 {
    display: none;
    }

    Please give us a link to the page so that we can give you a proper css solution.

    Cheers!
    Ismael

    Hey!

    Please try Dude’s fix on this thread.

    Cheers!
    Ismael

    in reply to: Align Layout Elements #215174

    Hey!

    Have you tried using a Text Block? Place at the bottom of the Easy Slider inside the first 2/3 column. Use the actual column shortcodes instead of the Advance Layout Builders column layout.

    Cheers!
    Ismael

    in reply to: css for widget in sidebar #215173

    Hi chryseis!

    Please give us a link to the page. WP assign a unique id for sidebar widgets so we need to inspect the website. Please post a screenshot of what you’re trying to do.

    Best regards,
    Ismael

    in reply to: Portfolio's premalink bug #215172

    Hi!

    Please add this on functions.php:

    add_action('after_setup_theme','avia_remove_portfolio_breadcrumb');
    
    function avia_remove_portfolio_breadcrumb(){
    remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb');
    }

    Best regards,
    Ismael

    in reply to: Enfold and Super RSS Reader #215171

    Hey vasilybodnarchuk!

    You can add this on Quick CSS or custom.css:

    .srr-tab-wrap.srr-tab-style-orange.srr-clearfix li {
    display: inline;
    clear: none !important;
    }

    Regards,
    Ismael

    in reply to: YouTube Plugin Layout Problem #215170

    Hi DJQuad!

    I’m not sure if this is possible within the theme but try to create posts for each embedded videos then set the Post Format to Link. Set the Youtube images as featured images for each posts. Add the link of the page with the embedded videos.

    Cheers!
    Ismael

    Hi kevinpropper!

    Please deactivate the theme’s default LayerSlider using this on functions.php, find this code on line 3:

    global $avia_config;

    Below, add this code to deactivate the plugin:

    add_theme_support('deactivate_layerslider');

    Install the Layer Slider 5.0 after.

    Cheers!
    Ismael

    in reply to: Theme Options not saving in child theme #215168

    Hi mpeocm!

    Can you please give us a link to the website? Is this a fresh install without any existing plugins? Please deactivate them if there are any.

    Best regards,
    Ismael

    in reply to: white page when creating or updating pages #215167

    Hey!

    Have you tried increasing the wordpress php memory limit? Yeost SEO is fully configured with the theme and it should work without any issues.

    Best regards,
    Ismael

    in reply to: Contact form not send emails #215166

    Hey Kvanto!

    Please to use an email hosted on your domain. If the issue persists, contact your hosting provider and make sure you are allowed to send mail through the php mail function.

    Best regards,
    Ismael

    in reply to: Stand Alone Icons – Pop-up Box Position #215164

    Hey!

    I don’t see the menu on this page: http://thefoundtable.com/mobile-entry/

    Please try to remove browser cache then reload the page a few times to see the effect.

    Best regards,
    Ismael

    in reply to: problem with fullscreen slider #215163

    Hi chryseis!

    Yes, it is responsive. It looks good on my end. Can you please post a screenshot of the issue? On what browser and OS did you see the cut off text and images?

    Cheers!
    Ismael

    in reply to: Header error #215162

    Hi themelumberjack!

    I’m sorry but I don’t see the “flash” and “jump” issue on your site. You can add a phone number on Enfold > Header > Phone Number or small info text.

    Cheers!
    Ismael

    in reply to: How to Create Summaries of Blogs on Home Page of Blog #215161

    Hi Dan!

    You can use the <!–more–> tag or enable the excerpt box on Screen Options > Excerpt. If you want to create your own blog, deselect the blog on Enfold > Theme Options > Where do you want to display blog? then create your own page. Switch to Advance Layout Builder then insert the Blog Posts element. Choose Excerpt on Blog Content length option.

    Cheers!
    Ismael

    Hi!

    The image you posted is missing. Please check the image url. It doesn’t really mean 100%, it will only adjust the height of the color section to a certain height. It will not look the same on different screens with different resolution. You can use the Fullscreen Slider if you really want a natural full screen section.

    Regards,
    Ismael

Viewing 30 posts - 61,381 through 61,410 (of 67,348 total)