Forum Replies Created

Viewing 14 posts - 14,821 through 14,834 (of 14,834 total)
  • Author
    Posts
  • in reply to: Remove home from breadcrumbs #344376

    Hey brandworld!

    Try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,

    .breadcrumb-trail > span:nth-child(2), .breadcrumb-trail > span:nth-child(3) {
        display: none !important;
    }

    Cheers!
    Elliott

    in reply to: Make the page behind the gallery semi-transparent? #343845

    Hi koala!

    Try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,

    .av-masonry {
        background-color: rgba(0, 0, 0, 0.3) !important;
    }

    Cheers!
    Elliott

    in reply to: Youtube preview image smaller #343838

    Hey jyp42!

    I’m not seeing any black bands on my end. Did you get this fixed?

    Try clearing your browser cache and any caching plugins you may have installed and let us know if that works for you.

    Regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.

    Hi koala!

    Try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,

    .content { padding-top: 25px !important; }

    Regards,
    Elliott

    in reply to: Logoboard behaviour is desktop vs mobile #343833

    Hey osckarl!

    Try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,

    @media only screen and (max-width: 400px) {
    	.slide-entry-wrap .slide-entry {
    		margin-bottom: 0px !important;
    	}
    }

    That will remove the bottom margin your seeing but you may need to play around with the 400px value so it only targets the screen size your mobile is using.

    Best regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.

    Hey alexoua!

    Try adding this on line 95 in /enfold/includes/loop-index.php,

    if (!is_single()){ echo do_shortcode('[av_button label = "Read more" position = "left" link = "'.get_permalink().'"]'); }

    Let us know if that works for you.

    Regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.

    Hi koala!

    Try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,

    .sub-menu a {
        color: white !important;
    }
    .sub-menu a, .sub-menu, .sub-menu li {
        background: rgba(0,0,0,0.2) !important;
    }

    Best regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: How do we change the font color in the service icon boxes? #343814

    Hi koala!

    You currently have some spans inside the icon box with inline styles applied which is changing the color to blue so I’ll assume you figured this out. Let us know if your still having issues with it or if your actually wanting to change the colors for all of the icon boxes.

    Regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: Banner Hyperlinks Not Working As Separate Pieces #343812

    Hi 500Webmaster!

    I think the problem here is that the images you are using for the buttons are 1600px wide so they are taking up the whole area. What you’ll want to do instead is make the images small, just enough to fit the button inside, and then under the Styling tab of the layer you can add some length to the left and top values so they display along the bottom like you currently have. Try adding 200px in the top and left value to start off with and play around with it until it looks good.

    Let us know if you have any other questions.

    Cheers!
    Elliott

    in reply to: How do I make the menu background transparent? #343809

    Hi koala!

    They should be transparent by default. I believe you have set a background color for them in Dashboard -> Enfold -> Advanced Styling -> Main Menu Links. Go ahead and view that option and delete any code you see for the background color and save. If that does not work then try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,

    .main_menu a { background-color: transparent !important; }

    Best regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: Top title bar #343806

    Hey Mkieling!

    That is called the LayerSlider. You can create a slider in Dashboard -> LayerSlider WP which is at the very bottom. You can then create a new slider there and set it up however you need. You’ll want to set the width to 100% and disable the navigation options to make it look as in the link you provided.

    After your finished tweaking the slider then copy the shortcode it provides and paste it into one of your pages. Let us know if you have any other questions.

    Cheers!
    Elliott

    in reply to: Replace "Portfolio Items" with Tag Cloud item. #343797

    Hey NSCduclos!

    Try opening up /enfold/tag.php and change line 96 from this,

    echo "<h3 class='post-title tag-page-post-type-title'>".$label."</h3>";

    To this,

    echo "<h3 class='post-title tag-page-post-type-title'>".single_tag_title(false, false)."</h3>";

    You may have to do the same for line 56 but let us know if that works for you.

    Regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.

    Hi greentea05!

    Make sure your using the latest version of Enfold and then when you insert the Google map it will ask for an address which you can enter some dummy information and press “Enter address, then fetch coordinates”. That will then display longitude and latitude fields which you can then insert your own information. Once you have added it and inserted the google map shortcode it should look something like this,

    [av_google_map height='400px' zoom='16' saturation='' hue='' zoom_control='aviaTBzoom_control']
    [av_gmap_location long='-92.1823459' lat='58.23871' marker='' imagesize='40']
    Test
    [/av_gmap_location]
    [/av_google_map]

    Cheers!
    Elliott

    in reply to: Unwanted Lines in Color Section #343220

    Hey rsbell!

    Try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,

    #top .fullsize .template-blog .post_delimiter {
         left: auto !important; width: auto !important; 
    }

    Best regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
Viewing 14 posts - 14,821 through 14,834 (of 14,834 total)