Forum Replies Created

Viewing 30 posts - 60,301 through 60,330 (of 66,126 total)
  • Author
    Posts
  • in reply to: Partner logos not displaying with consistent size on iphone #213251

    Hey NanaKuo!

    You can add this on Quick CSS to adjust the width of the logo on mobile devices.

    @media only screen and (max-width: 767px) {
    .responsive #top .avia-content-slider-even .slide-entry.slide-parity-odd, .responsive #top .avia-content-slider-odd .slide-entry.slide-parity-even {
    margin: 0;
    clear: both;
    width: 100%;
    }
    
    .responsive #top .avia-smallarrow-slider .flex_column {
    margin: 0px;
    width: 100%;
    }
    }

    Cheers!
    Ismael

    in reply to: Icon Box and Text #213246

    Hi!

    Please try to insert each set of icons and text on a column layout. Maybe 3 1/3 column layout aligned side by side.

    Regards,
    Ismael

    in reply to: Remove Search from Nav and Adding a Button #213244

    Hi!

    Create a custom link on Appearance > Menus, add the url then label it “Request a Demo”. Inspect the menu item then get the menu id. It will something like “#menu-item-2311”. Yours might be different. Add this on Quick CSS:

    .sub_menu #menu-item-2311 a {
    position: relative;
    width: 100px;
    background: blue !important;
    display: block;
    text-align: center;
    top: -11px;
    left: -5px;
    }

    Please give us a link to the website after you added the custom link.

    Regards,
    Ismael

    in reply to: Portfolio ajax slider image to sit flush at top of screen #213242

    Hi simmer!

    That will require a bit of modification and is beyond the scope of our support. Please hire a freelance developer to modify the ajax portfolio function. You can visit this site.

    Best regards,
    Ismael

    in reply to: Changing Image When Hovering Over Images #213241

    Hey!

    Ok. My bad! You really need to edit base.css then find the code I posted above. Change the icon code.

    Best regards,
    Ismael

    in reply to: layerslider is just not working on my host #213240

    Hi!

    You can increase the wordpress php memory limit. Please refer to this link. Increase it to at least 128M.

    Best regards,
    Ismael

    in reply to: Facebook and Twitter widget on Homepage of http://kriesi.at/ #213238

    Hi!

    Unfortunately, you can’t do that but you can increase the delay for the layer on transition out. Set a high number for the Transition Out > Delay.

    Regards,
    Ismael

    in reply to: Enfold – Team members photo/box alignment #213236

    Hey!

    You can try this:

    .avia-team-member {
    text-align: center;
    }
    
    .team-member-description {
    text-align: left;
    }

    Regards,
    Ismael

    in reply to: Icon Box and Text #213148

    Hi brentwestwind!

    Use a Text Block then insert an Icon using shortcode want. Align the icon to the left then add the text right after the icon shortcode.

    Best regards,
    Ismael

    in reply to: Enfold edit header / css / search bar #213146

    Hey!

    1.) You’re using an old version of theme. Updating the theme should fix the header meta issue. Please watch this video by Devin on how to update the theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    2.) I’m sorry but I don’t see the “My account” text or link on the site. Please give us a temporary login details.

    Cheers!
    Ismael

    Hi murphy88!

    How about disabling the autorotation by selecting “No” on the “Autorotation active?” option?

    Best regards,
    Ismael

    in reply to: Page title navigation heading query. #213136

    Hi!

    Disable “Auto add pages” then uncheck Enfold Secondary Menu if you don’t want to duplicate the menu on the header meta. Sort the menu items manually by dragging them on the position that you want. Refer to this link.

    Cheers!
    Ismael

    in reply to: When using a child theme, after I update Enfold, what next? #213134

    Hey kylehogan!

    You don’t need to update the child theme. If there is an update, you just need to override the theme files via FTP or do the automatic Theme Update.

    Regards,
    Ismael

    in reply to: Image name over hover #213133

    Hey segalmedia!

    You really can’t disable that because it is a default browser feature but you can change the title on Media > Library. Edit the image title.

    Regards,
    Ismael

    in reply to: multiple footer for different templates #213114

    Hi nimkaworld!

    It works on my end. Are you sure you’re using the correct template? Please give us a link to the page with the custom template.

    Cheers!
    Ismael

    in reply to: Social Icons in same line that secondary menu #213113

    Hey!

    Please use this:

    @media only screen and (max-width: 767px) {
    .responsive #header .social_bookmarks {
    position: absolute;
    left: -100px;
    }
    
    .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul {
    position: relative;
    right: -20px;
    }
    
    #header_meta .container {
    margin-bottom: 20px;
    }
    }

    Cheers!
    Ismael

    in reply to: Logo getting cropped in IE version 10 #213111

    Hi!

    Please add this on Quick CSS or custom.css:

    .header-scrolled .logo img, .header-scrolled .logo a {
    max-width: 200px !important;
    max-height: 96px !important;
    height: 96px !important;
    width: 200px !important;
    }

    Cheers!
    Ismael

    in reply to: How to Search this Forum #213109

    Hi!

    Looks like you did a lot of tweaking on the Enfold > Styling, is that correct? Can you please try to use a predefined color scheme? Say for example, use the “Splash Orange” scheme which is very close to the theme demo.

    Cheers!
    Ismael

    Hi m!

    You can add something like this on functions.php:

    add_filter('avf_logo_link', 'avf_change_logo_link');
    
    function avf_change_logo_link($link) {
    	$link = 'http://www.google.com';
    	return $link;
    }

    Change the $link value.

    Cheers!
    Ismael

    in reply to: Avia Layout Builder Stripping Text #213091

    Hi awsystems!

    This usually happens when there are a lot of plugins installed. Please deactivate all of them then test the Text Block element again, better if you can check it on another browser. Increase the wordpress php memory limit, see if that helps.

    Regards,
    Ismael

    in reply to: layer slider shift #213089

    Hey!

    Have you tried to fix the html code like the one I posted above?

    Cheers!
    Ismael

    in reply to: How do I change the fixed width size? #213087

    Hi MuzSolutions!

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

    .container {
    width: 1210px;
    margin: 0 auto;
    }

    Best regards,
    Ismael

    in reply to: Image gallery not loading right images #213083

    Hi!

    Have you tried it on a different browser? Maybe a browser extension or app is blocking the proper use of the media library. Increase the wordpress php memory limit, see if that helps. Remove browser cache and cookies then test the gallery again.

    Regards,
    Ismael

    in reply to: Category display #213068

    Hi studiotopo!

    Edit loop-index.php, find this code on line 188 then remove it:

     if(has_tag() && is_single() && !post_password_required())
                {
                    echo '<span class="blog-tags minor-meta">';
                    the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> ');
                    echo '</span></span>';
                }

    Look for this code on line 153:

    if(!empty($cats))
                        {
                            echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
                            echo $cats;
                            echo '</span><span class="text-sep text-sep-cat">/</span>';
                        }

    Below, add this code:

    if(has_tag() && is_single() && !post_password_required())
    					{
    						echo '<span class="blog-tags minor-meta">';
    						the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> ');
    						echo '</span></span>';
    						echo '</span><span class="text-sep text-sep-cat">/</span>';
    					}

    Regards,
    Ismael

    in reply to: Mobile formatting #213067

    Hi!

    You can add it inside a media query for mobile screen size:

    @media only screen and (max-width: 767px) {
    .js_active .active_tab_content {
    border-top-right-radius: 2px;
    }
    }

    Cheers!
    Ismael

    in reply to: BUTTONS IN NOTIFICATION AREA #213064

    Hi!

    Please add this on Quick CSS:

    .avia-button.avia-color-orange, .avia-button.avia-color-orange:hover {
    background-color: #edae44 !important;
    border-color: #CA9336;
    color: #fff;
    }

    Regards,
    Ismael

    in reply to: Invisible icons #212627

    Hey!

    The code you posted is not visible. Please use pastebin.com.

    Best regards,
    Ismael

    Hey!

    I hovered over the image of the project cinerama but I am not seeing the shift. I think you should remove the browser cache then reload the page a few times. Test it on another browser.

    Regards,
    Ismael

    in reply to: how to customize lines #212624

    Hi!

    You can try to replace the content value with the image url:

    div .hr-short .hr-inner-style:before {
    content: url(IMAGE URL HERE);
    font-family: 'entypo-fontello';
    }

    Regards,
    Ismael

    in reply to: Problem with Enfold Theme #212623

    Hey!

    It looks fine on my end. Please remove browser cache then reload the page a few times. On what browser are you testing this with?

    Regards,
    Ismael

Viewing 30 posts - 60,301 through 60,330 (of 66,126 total)