Forum Replies Created

Viewing 30 posts - 61,651 through 61,680 (of 66,027 total)
  • Author
    Posts
  • in reply to: narrow full-width photo with sidebar menu widget UNDERNEATH #189515

    Hey DaraEmerson!

    You can add the Color Section then define a background image and set the Background Repeat to Stretch to fit. Set the page’s Layout > Sidebar to left “Left Sidebar”. You can’t add a breadcrumbs under the Color Section unless you install a third party plugin like Yeost Breadcrumb.

    Cheers!
    Ismael

    in reply to: Support IE #189514

    Hi!

    Please add this on your custom.css or Quick CSS:

    #header_main {
    background: white;
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    in reply to: Show posts as a summary #189510

    Hey!

    This is the answer:

    You should create a page then switch to Advance Layout Builder, add the Blog Posts element. Configure the Blog Content length to show the excerpt. Don’t set a blog page on Enfold > Theme Options > Where do you want to display blog?.

    Regards,
    Ismael

    in reply to: The top page link don't show the arrow #189505

    Hi Pedroluiscarretero!

    Can you please post a link to the website? I have the latest Enfold and the go to top button arrow shows properly.

    Cheers!
    Ismael

    in reply to: Contact form Captcha field garbled text #189504

    Hi michaelhiga!

    It shouldn’t display that way. Can you please post the link to the contact page? Do you have any plugins installed? Please deactivate them then check the contact page again.

    Regards,
    Ismael

    in reply to: How to create portfolio items only with video? #189502

    Hi!

    Edit the portfolio item then add a featured image. At the bottom of the editor, look for “Overwrite Portfolio Link setting” and set it to “Define custom link”. You can add the the youtube or vimeo url. It will open in lightbox.

    Regards,
    Ismael

    in reply to: how do I remove the header from the theme? #189501

    Hey!

    Please post a screenshot of what you’re trying to do. The code provided above should remove the header then move the content upwards. You can also remove the title and breadcrumb container using this:

    .title_container {
    display: none;
    }

    Best regards,
    Ismael

    in reply to: Enfold Bildergallery fehlen nach der Installation #189500

    Hi!

    I’m not sure if I understand the problem correctly but have you tried to “Import the dummy data” on Enfold > Theme Options?

    Regards,
    Ismael

    in reply to: Alternate background color is not working #189498

    Hey!

    I can’t login to the website. It says “Authentication Required”. The login credentials you posted is incorrect. Have you tried defining a predefined color scheme on Enfold > Styling? Please post a screenshot of the issue.

    Best regards,
    Ismael

    in reply to: My responsive menu is different than your responsive menu #189495

    Hey steed!

    The theme uses the Open Sans fonts. You can define it on Enfold > Styling > Defines the Font for your body text & Heading Font.

    Regards,
    Ismael

    in reply to: Main Menu Enfold Turn Off Separators Between Menu Items #189493

    Hey bigtime32!

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

    .bottom_nav_header.social_header .main_menu ul:first-child>li a {
    border: none;
    }

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    Hey jmikhail!

    This should work:

    #footer .widgettitle {
    color: white !important;
    }

    Please post a link to your website.

    Cheers!
    Ismael

    in reply to: shortcodes in sidebar #189487

    Hi lisabarfield!

    You don’t need a plugin to have the shortcode work on the sidebar. Create a button on a test post using the shortcode wand. When you are done, go to Appearance > Widgets. Insert a Text widget then copy the button shortcode.

    [av_button label='Click me' link='manually,http://' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='ue800' font='ue908' custom_class='']

    Regards,
    Ismael

    in reply to: How do we set quotation background highlighting #189486

    Hey WarrenHorak!

    You can use this on your custom.css or Quick CSS to change the background color of quoted text:

    .main_color blockquote {
    border-color: #719430;
    }

    Best regards,
    Ismael

    in reply to: Header animation #188244

    Hi Kaperas!

    Edit js > avia.js, find this code:

    // decreases header size when user scrolls down
            avia_header_size();

    Replace it with:

    // decreases header size when user scrolls down
            //avia_header_size();

    Remove browser cache then reload the page a few times.

    Best regards,
    Ismael

    Hey Jorge!

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

    .sub_menu {
    left: 100px;
    }
    
    .social_header .phone-info {
    position: absolute;
    right: -130%;
    }

    Cheers!
    Ismael

    in reply to: Small bug report — logo scaling in FF25/OSX #188236

    Hey mayorninja!

    Please add this on your custom.css or Quick CSS:

    .logo img {
    image-rendering: auto;
    }

    Cheers!
    Ismael

    in reply to: Icons not showing after update to 2.4.2 #188235

    Hey!

    Kriesi built the theme on a MAC environment. I’m sure he’ll know of this issue if it exist. I myself can’t check this on an actual IOS device so let’s wait for his response. Anyway, like you said the icons are rendering properly Windows 7 Chrome, Safari and Firefox. On another thread, this is what Kriesi said:

    Hey Monique!
    
    Seems this is an Apache Server configuration problem with font files. I added the following to the htaccess file and it seems to work for me now:
    
    http://pastie.org/8390019
    
    For everyone else encountering this issue please try to do the same :)
    Also for anyone else and my team: this might come in handy when dealing with font problems: http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems

    Regards,
    Ismael

    in reply to: Display additional information in blog post grid layout #188233

    Hi inboxgroup!

    This is beyond of what we can do as a support team. Sorry but you need to hire a freelance developer to add the features for you. You can visit http://werkpress.com/ and hire someone there.

    Best regards,
    Ismael

    in reply to: How to increase header height? #188231

    Hi!

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

    /*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:88px; line-height: 88px; }
    
    /*header with social icons: */
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 116px; line-height: 116px; }
    
    /*header with social icons and bottom nav */
    .bottom_nav_header.social_header #header_main .container{height:88px; line-height: 88px;}
    .bottom_nav_header.social_header .main_menu ul:first-child > li a {
    height:35px; line-height: 35px;
    }

    Select the selectors according to the header that you have. Change the value of the height and the line-height.
    Regards,
    Ismael

    in reply to: Show posts as a summary #188230

    Hi!

    You should create a page then switch to Advance Layout Builder, add the Blog Posts element. Configure the Blog Content length to show the excerpt. Don’t set a blog page on Enfold > Theme Options > Where do you want to display blog?. If you don’t do this, you might need to use the <!–more–> tag to specify the excerpt manually. You can also a post then click “Screen Options” and enable the Excerpt option. You can input the summary on the Excerpt box manually.

    Best regards,
    Ismael

    in reply to: How to increase header height? #188229

    Hey Jorge!

    What type of header do you have? Please check on Enfold > Header > Header Type.

    Best regards,
    Ismael

    in reply to: what file is generating the homepage? #188223

    Hey!

    The other themes usually use the index.php but on Enfold there is no specific file for the homepage. If you’re not using the Advance Layout Builder for it, it will use the page.php file. Note that all other pages that is not using the Advance Layout Builder will use the same file. Why do you need to edit it? If you’re using the ALB, you can edit the template-builder.php file.

    Best regards,
    Ismael

    in reply to: placement submit button gravity forms #188221

    Hey!

    Please add this code on your custom.css file located on wp-content/themes/enfold/css folder:

    #header_meta {
    background: gray !important;
    }

    Regards,
    Ismael

    in reply to: Slider text transparency #188219

    Hi!

    Please edit js > avia.js, find this code on line 90:

    switchWidth 	  = 767;
    
        	if(first_level_items > 7 + header.find('#menu-item-search').length && !bottom_menu)
        	{
        		switchWidth = 989;
        		header.addClass('mobile_menu_tablet');
        	}

    Replace it with:

    switchWidth 	  = 1006;
    
        	if(first_level_items > 7 + header.find('#menu-item-search').length && !bottom_menu)
        	{
        		switchWidth = 1006;
        		header.addClass('mobile_menu_tablet');
        	}

    Remove browser cache then reload the page a few times.

    Regards,
    Ismael

    in reply to: Portfolio non clickable image #188218

    Hey midischool!

    Please add this on your custom.css or Quick CSS:

    .avia-slideshow-inner li a {
    pointer-events: none;
    }

    Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    in reply to: Facebook and Header Menu not Friends #188217

    Hi!

    What do you mean by Website Page Tab? I clicked Home and it working fine. The header is showing properly. I’m sorry but can you please elaborate the problem. A screenshot will help. :)

    Cheers!
    Ismael

    in reply to: How to remove layerslider plugin when using child theme #188207

    Hi!

    You don’t need to disable the mega menu. They won’t exist if you don’t create them yourself.

    Regards,
    Ismael

    in reply to: Avia Content Slider Alignment to top of container #188204

    Hi!

    Yes, it is because of the page id. You can remove it.

    .avia-content-slider { margin: -10px 0 0 0; }

    Regards,
    Ismael

    Hi bkheld!

    I’m not sure if this is possible. Let me ask Dude and Kriesi.

    Best regards,
    Ismael

Viewing 30 posts - 61,651 through 61,680 (of 66,027 total)