Forum Replies Created
-
AuthorPosts
-
Hi evdesignstudio!
Add this to your custom CSS.
.av-submenu-container .container { background: rgba(0, 0, 0, 0.5) !important; }
Cheers!
ElliottHey elliotstiller!
You can give the image some margin via CSS to do this. Send us a link to your page and let us know which image it is and we’ll take a look.
Best regards,
ElliottHey tanssu!
I’m sorry but I’m not really sure I understand. Can you send us a link to the exact page and take a screenshot highlighting what your trying to do? You can set your reply as private if you wish.
Best regards,
ElliottHey shreinmedia!
Do you have it set to display only posts from the “homelife” category? If so then you only have one post assigned to that category.
Make sure your plugins are not changing the sorting. Also, you can change the order yourself by doing this, http://kriesi.at/documentation/enfold/change-the-sort-order-of-blog-posts-elements/.
Cheers!
ElliottHi nullhorn!
Add this to your custom CSS.
.iconlist_title { font-size: 12px !important; font-family: verdana !important; color: red !important; } .iconlist_content * { font-size: 12px !important; font-family: verdana !important; color: red !important; }
Regards,
ElliottHi Chandareshwar!
First off add the images somewhere in the link by clicking on the dropdown arrow of the link in Dashboard > Appearance > Menus.
You can display an image with this HTML.
<img src = "URL to your image" />
Let us know when your done and we’ll give you some CSS to only have it display when hovering on sub menu items.
Regards,
ElliottHey EuroInfoSys!
You can set a custom pixel height to a color section and place it all inside it. Or if you want to use CSS then drag a codeblock element to your page content and add this inside.
<style type = "text/css"> .tabcontainer { min-height: 300px; } </style>
Regards,
ElliottHi MulderMind!
Add this to your custom CSS.
.togglecontainer * { border: 0px !important; background: transparent !important; }
Best regards,
ElliottHey!
Try adding it right above line 31 in the /enfold/single-portfolio.php file.
<!--end content--> </main>
Regards,
ElliottHey!
That’s not going to work. I recommend just building the page like normal and then set the header to be transparent so the logo looks like it’s overlaying the slider.
This is bordering on custom work so it would be best to hire a freelancer to help you out with these advanced customizations.
Regards,
Elliott-
This reply was modified 9 years, 10 months ago by
Elliott.
Hey jeromehelary!
Yes, send us a link to your page and we’ll give you some CSS to use. You can set your reply as private if you wish.
Best regards,
ElliottSeptember 26, 2015 at 3:56 pm in reply to: Adding an overlay to Color Section or Slider with content #509533Hi Mustafa!
Yes, the color sections have options for adding an image overlay. If your wanting to include links though you will have to do something else. Perhaps add the content in the color section and use CSS to position it near the bottom of the slider.
Regards,
ElliottSeptember 26, 2015 at 3:54 pm in reply to: Slider Images Look Stretched and Weird When Putting In Percentages #509532Hey ibmethatswhoib!
Your talking about the LayerSlider correct? Are you not wanting it to be fullwidth? When you click on the “Slider Settings” tab you can remove the fullwidth option.
Take a screenshot and highlight your intentions so we can get a better idea of what your trying to do.
Best regards,
ElliottSeptember 26, 2015 at 3:51 pm in reply to: Layer Slider shows background color on top of the page #509531Hi MyDroneCompany!
There is something weird going on with your header. Can you send us a WordPress login so we can take a closer look? You can set your reply as private if you wish.
Be sure to deactivate all plugins while testing.
Best regards,
ElliottHi namorim!
Add this to your custom CSS.
.team-social a { background: red !important; top: 30px !important; }
Regards,
ElliottHey Michael!
Thanks for sharing. What is the actual problem though? Can you send us a link to your page so we can take a look? I haven’t noticed any issues with Magnific popup before.
Best regards,
ElliottHi melonmelon!
Not sure if we’ll be able to help you here but send us a link and we’ll take a look. You might need to edit the bbPress templates so it would be best to post in the bbPress support forums.
You can set your reply as private if you wish.
Best regards,
ElliottHi uvanlj1!
You have some custom CSS which is moving the layerslider down 100px.
#layer_slider_1, #homepagelinks { box-shadow: none !important; border: 0 !important; position: relative; top: 100px; z-index: 55; background-color: transparent!important; margin-top: -100px; }
Surround it with this if you only want it applied on larger screens.
@media screen and (min-width: 767px) { }
Cheers!
ElliottHi superbikecoach!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Regards,
ElliottHi newtheme4me!
Can you send us a link to your page so we can take a look? Make sure to deactivate all plugins while testing.
I’m not really sure what you mean by dashboard customizations being saved after refreshing the settings. You can export the theme options in Dashboard > Enfold > Import/Export and import them again in the same area.
Cheers!
ElliottHey michaellausser!
Your styling seems to be working fine on my end. You can click on the “img” button when writing your post to insert a URL to a screenshot. You can use imgur.com to host the image.
Regards,
ElliottHi FunnyVideoBox!
It’s supposed to have it’s own styling? Go ahead and contact the plugin authors and let them know about this to see if they have any idea on what could be causing it.
Regards,
ElliottHi Akki23!
Try editing the image to 1920 x 1000 and stack the image on top of itself (since it looks like it’s just a pattern). That will make it look sharper on small screens as it won’t have to zoom in as much when the aspect ratio changes.
Cheers!
ElliottHi breakpoint!
Add this to your custom CSS.
#mobile-advanced a:before { display: none !important; }
Best regards,
ElliottHey Neil!
There are no options for that currently. Are you using Woocommerce? If so then try contacting Woocommerce support. They may have an extension that does this.
Cheers!
ElliottHi!
You can use this CSS to make it look more minimalistic.
.single_toggle, .single_toggle * { background: transparent !important; border: 0px !important; }
Best regards,
ElliottSeptember 25, 2015 at 6:00 pm in reply to: General Styling settings lost, but site is unaffected #509219Hi!
Perhaps you have another user account and someone else changed the settings?
Best regards,
Elliott-
This reply was modified 9 years, 10 months ago by
Elliott.
September 25, 2015 at 5:57 pm in reply to: [Responsiveness] Background image not properly resizing #509218Hey!
Try adding this to a codeblock element in the page.
<style type = "text/css"> @media screen and (max-width: 767px) { #main > .main_color:nth-child(1) { display: none !important; } } </style>
Best regards,
ElliottHey!
Not sure what you mean. If you want to display a title in the layout builder you can use the special heading element.
Regards,
ElliottHey!
We flagged it for Kriesi, he is very busy though so please be patient.
Cheers!
Elliott -
This reply was modified 9 years, 10 months ago by
-
AuthorPosts