Forum Replies Created
-
AuthorPosts
-
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!
ElliottHi koala!
Try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,
.av-masonry { background-color: rgba(0, 0, 0, 0.3) !important; }
Cheers!
ElliottHey 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 10 years ago by Elliott.
October 31, 2014 at 2:38 am in reply to: How do we decrease the space below the menu at the top of the content? #343836Hi koala!
Try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,
.content { padding-top: 25px !important; }
Regards,
ElliottHey 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 10 years ago by Elliott.
October 31, 2014 at 1:35 am in reply to: Add "Read more" link on blog page and Comments section on Blog page #343823Hey 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 10 years ago by Elliott.
October 31, 2014 at 1:15 am in reply to: How do we make the sub-menu background semi-transparent and the font white? #343819Hi 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 10 years ago by Elliott.
October 31, 2014 at 1:08 am in reply to: How do we change the font color in the service icon boxes? #343814Hi 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 10 years ago by Elliott.
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!
ElliottHi 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 10 years ago by Elliott.
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!
ElliottHey 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 10 years ago by Elliott.
October 30, 2014 at 11:49 pm in reply to: How can I add a location on the googlemap by Longitude and Latitude? #343786Hi 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!
ElliottHey 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 10 years ago by Elliott.
-
AuthorPosts