Forum Replies Created
-
AuthorPosts
-
Hey Hardtonline!
Go ahead and update Enfold to the latest version, 3.3.2, it looks like your currently using 3.0.4. Let us know when your done.
Cheers!
ElliottHi DROR!
Your talking about the actual WordPress login / register page? No, but you can use a plugin, https://wordpress.org/plugins/custom-login/.
Best regards,
ElliottHey Paul!
You’ll want to keep those in there and leave them alone. Instead for your child theme use the !important override for your CSS like so.
a { color: red !important; }
The child theme stylesheet gets loaded first so you have to use !important sometimes to make sure it does not get overridden.
Also you can add a #top to the front of your CSS and that will help it as well.
#top a { color: red; }
Cheers!
ElliottSeptember 24, 2015 at 3:38 pm in reply to: Enfold Forms – unable to change the background color of the fields Quick CSS #508539Hey AccelerateMe!
Try using the !important override like so.
input[type="text"], input[type="email"], textarea { background: red !important; }
Cheers!
ElliottHey segevmo!
Yes, you can also use the textblock or special heading elements as well.
Best regards,
ElliottHey rudtek!
You most likely have something not being closed properly there. Try creating a new page and add your content in piece by piece and keep checking the frontend to figure out which piece is causing the problem.
Cheers!
ElliottHi Paul!
All you should have to do is add the youtube URL to the link and it should open up in a popup. Perhaps you have some javascript errors on the page, try deactivating all of your plugins to see what happens.
Make sure your using the latest version of Enfold, 3.3.2.
Regards,
ElliottHey Fred!
Try adding a codeblock element to one of those columns and add this inside.
<div style = "position: absolute; top: 0px; left: 50%; width: 1px; height: 200px; background: black;"></div>
Regards,
ElliottHi carosch!
You’ll need to call the avia_layerslider shortcode instead.
<?php echo do_shortcode("[av_layerslider id='4']"); ?>
Why not just use the regular layout builder?
Best regards,
ElliottHi Jacek!
Try adding this to your custom CSS.
.avia-align-center img { margin: 0px auto !important; position: relative; display: block; }
Regards,
ElliottHi simonac!
It’s possible but would require a lot of time and code to implement so it would have to be considered custom work for now. It would be best to hire a freelancer to help you out with this customization. Or consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest then we may see an option get added in a future update.
Best regards,
ElliottHi segevmo!
Make sure to remove the demo bar when linking to the theme demos. You can add the buttons into columns or set the buttons to align left or right to have them line up.
Best regards,
ElliottHi hotspot!
I found a user on the WordPress support forums asking the same question, https://wordpress.org/support/topic/noindex-for-author-pages.
Regards,
ElliottHey Frank!
Add this to a codeblock element in the page.
.grid-content, .grid_content { min-height: 104px !important; }
Best regards,
ElliottHi Morticka!
Try this out, https://kriesi.at/support/topic/wp-admin-menu/#post-95538.
Best regards,
ElliottHi royaltask!
Not sure if we will be able to help you out because the mega menu position and width is set with scripting but send us a link to your page and we’ll take a look.
Regards,
Elliott-
This reply was modified 9 years, 10 months ago by
Elliott.
Hey AboveDigital!
The URL is not the same. You have a
/home/
appended to it. Switch it to just#about
instead.Cheers!
ElliottHi wvc-communications!
Your trying to hide certain parts of the layout builder? If so then try this out, https://kriesi.at/support/topic/hide-button-in-the-backend-disturd-image-upload/#post-497177.
Cheers!
ElliottHey lesargini!
Your using WPML correct? Did you translate the products as well? They need to be translated if they are to display in both languages.
Regards,
ElliottHi kunzi!
Not really sure I understand. The dynamic_avia stylsheet is linked from the page head section. Take a screenshot and highlight what is going on so we can get a better idea.
Regards,
ElliottHey Screener_muc!
That would take a lot of time and code to implement so it would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization. I do not know of any plugins that I can recommend.
Regards,
ElliottHey Mkieling!
I get a server not found error. Is there a typo?
Make sure your using the latest version of Enfold, 3.3.2, and deactivate all plugins while testing.
Cheers!
ElliottHi kgbrooklyn!
Try this out, https://kriesi.at/support/topic/social-icons-in-footer-socket/#post-118075.
Best regards,
ElliottHi aubrey_hinds!
1. Can you send us a link to your page so we can get a better idea? You can set you reply as private if you wish.
2. I do not know how the plugin works so I cannot answer. Have you tried it?
Best regards,
ElliottHi!
Your trying to separate the galleries correct? Surround the button and images with this.
<div class = "single_group"> </div>
Best regards,
ElliottHey!
Does the hotmail address work with a plugin such as Contact Form 7 or WP SMTP (by sending test email in plugin settings) ?
Did you check the spam folder of your hotmail account?
Cheers!
ElliottHi!
That’s because in Dashboard > Enfold > Header you have the default behaviour set to only display breadcrumbs and no title. You can still override that on the single post settings though.
Regards,
ElliottHi kburbank!
So you purchased the LayerSlider and your trying to update it from the LayerSliderWP panel in the dashboard correct? Are you sure you have the correct purchase code? If your trying to use the Enfold purchase code for the LayerSlider that is not going to work.
Regards,
ElliottSeptember 23, 2015 at 5:18 pm in reply to: Replace full width slider with image in mobile screens #507997Hi pirasrimini!
Go ahead and add the vertical image in the page and we’ll give you some CSS to hide / show them depending on the screen size.
Regards,
ElliottSeptember 23, 2015 at 5:16 pm in reply to: [Responsiveness] Background image not properly resizing #507995Hi empulse!
I see what your trying to do. Not sure if there is going to be an easy way of going about it.
What I would probably end up doing is just use the fullwidth easy slider and set a background image to it so the slides display on top (there is an option for it).
Best regards,
Elliott-
This reply was modified 9 years, 11 months ago by
Elliott.
-
This reply was modified 9 years, 10 months ago by
-
AuthorPosts