Forum Replies Created
-
AuthorPosts
-
Hey academyepicurienne!
Since it’s the first element your using in the color section just set an ID to the color section (in the element options) and use that as the anchor instead.
Best regards,
ElliottHey ccyran!
It would be best to contact the plugin author about that or use the fullwidth easy slider like I suggested in your other post.
Cheers!
ElliottHi ccyran!
If you want the image in the fullscreen slider to display 100% within the view then it’s going to look very distorted because the height will always be set to the screen height, hence, “fullscreen”.
Instead you will want to use the fullwidth easy slider where the height is set to auto. That way the image will still display uncropped when viewed on small screens.
Cheers!
ElliottHey OhWowStudios!
The error looks like it has to do with a plugin instead of Enfold. I would try contacting the plugin author.
Cheers!
ElliottHey juan4287!
Navigate to Dashboard > Enfold > Sidebar Settings and uncheck the “Page Sidebar Navigation” option.
Cheers!
ElliottNovember 4, 2015 at 4:27 pm in reply to: Heading Styles dont change – Advanced Stlying options ineffective #530170Hi solra93!
How are you trying to style them? We can give you some CSS to use.
Currently it looks like your setting the color manually in the special heading elements so if you try to change the color it will not apply to those.
Regards,
ElliottNovember 4, 2015 at 4:21 pm in reply to: How to Change Background Color of Stickies in bbpress #530159Hey mestech!
Add this to your custom CSS.
#top .sticky { background: black !important; }
Regards,
ElliottHey noccomcl!
I checked your links but it’s displaying in 3 columns for me. Try viewing in another browser to see what happens. Perhaps your shrinking the browser so the mobile CSS is activated?
Best regards,
ElliottHi Kevin!
Is the logo a regular image? Try this CSS out.
.blog-meta .iconfont { display: none !important; } .blog-meta a { background: url("URL to your logo image") !important; }
Best regards,
ElliottHey tremblayly!
I’m sorry but I’m not sure I understand. Can you send us a link to the page so we can take a look?
Cheers!
ElliottNovember 4, 2015 at 4:07 pm in reply to: enfold accordian slider title always visible on left, text visible on mouseover #530136Hi LifeIsNow001!
Your using the LayerSlider it looks like. For each layer you add click on the “Styles” tab and you can position it wherever you need.
Cheers!
ElliottHi SynergyLanguageServices!
You have an extra empty H1 in there. Remove that first and then use this CSS.
.enhanceyourglobalreach h1 { background: rgba(0,0,0,0.3) !important; width: auto !important; margin: 0px auto !important; display: inline-block !important; padding: 20px !important; position: relative; left: 50%; transform: translateX(-50%); }
Best regards,
ElliottNovember 4, 2015 at 3:54 pm in reply to: Team member element > New Tab when klicking on the E-Mail Icon #530113Hi Simon!
Try opening up /enfold/config-templatebuilder/avia-shortcodes/team.php and around line 338 you should see this.
$markup = avia_markup_helper(array('context' => 'email','echo'=>false, 'custom_markup'=>$custom_markup));
Add this beneath it.
$target = '';
Cheers!
ElliottHi AWZ!
Your link is asking for a password. Can you take a screenshot and highlight exactly what your trying to do so we can get a better idea?
Regards,
ElliottNovember 3, 2015 at 5:50 pm in reply to: Page background transparent on some pages but not all #529516Hi MindSpark!
You can add the class for the page ID in front of it to target certain pages.
.page-id-504 #main { background-color:transparent !important; }
Or another way would be to add a codeblock element to the page you want to target and just add the CSS inside the codeblock element.
<style type = "text/css"> your css goes here </style>
Best regards,
ElliottHey islandjoe1!
No, that would be the only way. They should be in alphabetical order though.
Best regards,
ElliottHey teppana99!
Add this to a codeblock element in the page.
<style type = "text/css"> .mc4wp-form p { width: 45% !important; clear: none !important; margin-right: 3% !important; } </style>
Cheers!
ElliottHi!
Hmm, that is going to be difficult. I think what I would try doing is use the LayerSlider for this. I would edit the slide images to have that white gradient effect on the bottom and then add the columns, text, and buttons as layers so they display on top of the slide.
Cheers!
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
Hi webranding!
I’m sorry but I’m not sure I understand. The problem is that the shortcodes your using in the page are not executing and instead just displaying the codes?
Are you sure the plugin those shortcodes belong to is activated? Try using a codeblock element instead of a textblock element.
Best regards,
ElliottHey condonpb!
Are you talking about markers you set on the map? You can set the marker position by setting your address and clicking the “Fetch coordinates” button but I’m thinking that’s not what your talking about.
Send us a link to your page so we can get a better idea. You can set your reply as private if you wish.
Cheers!
ElliottHey!
Oops sorry, try this instead.
.mfp-title { font-size: 20px !important; background: red !important; }
Best regards,
ElliottNovember 3, 2015 at 5:24 pm in reply to: Add custom caption content in Opacity box to slideshow. #529488Hey!
Use this CSS to remove the background from the paragraphs and instead set the background to the TD.
td p { background: transparent !important; } td { background: rgba(0,0,0,0.3) !important; }
Best regards,
ElliottNovember 3, 2015 at 5:19 pm in reply to: Some Enfold Masonry Gallery items not opening in lightbox #529484Hey!
I’m not sure but it depends on how WordPress creates thumbnails. You can see the image sizes for thumbnails we use around line 100 in the /enfold/functions.php file.
Perhaps in that specific case it was not using thumbnails and instead was using the fullsize original image.
Regards,
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
November 3, 2015 at 5:16 pm in reply to: Magazine Not Displaying all Posts Within a Category #529479Hey!
Well maybe I am misunderstanding but if your just wanting to display the magazine element and other blog elements on your homepage then you would just edit your homepage and use the layout builder to add them to the page.
You can set your homepage in Dashboard > Enfold > Theme Options.
Cheers!
ElliottHi!
1. Not sure I understand. Highlight in your screenshot what your trying to do here.
2. + 3. Add this to your custom CSS.
nav.main_menu, nav.main_menu .avia-menu { display: block !important; } @media screen and (max-width: 767px) { .logo { width: 100% !important; } }
Regards,
ElliottHi!
Ok so I logged in again today but you had the child theme activated. I didn’t see the error. I switched back to the parent theme and didn’t see the error there either.
I would try contacting the plugin authors to see if they have any idea.
Regards,
ElliottHey Acuadra_P!
I’m sorry but I’m not sure I understand from the two links you provided. Can you take a screenshot of your page and highlight what your trying to do?
Cheers!
ElliottHi!
Oh, I thought that was in a sidebar. Switch it to this.
.widget_archive li { display: block !important; clear: both !important; margin-left: 0px !important; }
Best regards,
ElliottHi!
It’s just the way Kriesi made the demo. Some people / companies like to have multiple color schemes. If you want to use only one color then edit the shortcodes and change the colors.
Best regards,
ElliottHi!
In the layout builder it’s inside the “Layout Elements” tab.
Regards,
Elliott -
This reply was modified 9 years, 8 months ago by
-
AuthorPosts