Forum Replies Created
-
AuthorPosts
-
Hey André!
Send us a WordPress login and we’ll take a look.
Be sure that Enfold is updated to the latest version, 3.4.7, and that all plugins are deactivated while testing.
Best regards,
ElliottHey!
I see. That’s actually a pretty difficult thing to do since the mobile menu is created via javascript. It would be best to hire a freelancer to help you out with this customization.
Regards,
ElliottHey!
Go ahead and set it up and then send us a link to your page so we can check it.
Cheers!
ElliottHey clarissamansour!
Turn on WordPress debugging and check your server error logs to see if there is any useful information in there.
See here for how to increase the upload limit, http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/.
Best regards,
Elliott-
This reply was modified 9 years, 2 months ago by
Elliott.
Hey stacieclark!
Add this to your custom CSS.
@media screen and (max-width: 767px) { #top #main { top: 80px !important; position: relative; } }
Cheers!
Elliott-
This reply was modified 9 years, 2 months ago by
Elliott.
Hi Tilman!
I checked your link but I’m not sure I understand. Can you take a screenshot highlighting the problem?
Cheers!
Elliott-
This reply was modified 9 years, 2 months ago by
Elliott.
January 5, 2016 at 2:20 am in reply to: woocommerce coupon code not working // undefined index in buttons_fullwidth.php #559664Hey frankwelschlehmann!
It says “VIP discount code applied successfully”, so it appears to be working on my end.
Cheers!
ElliottHi Bob!
Send us a link to your page and let us know which you are wanting to remove and we’ll take a look to see if we can get you some CSS.
Best regards,
ElliottHey BrendaSarg!
Can you take a screenshot and highlight what your trying to do so we can get a better idea? If your trying to keep that layout even on small screens it’s going to look very small and scrunched up.
Best regards,
ElliottHi!
That’s how it works if you have the grid set to 3 columns. It sounds like your wanting to set it as 4 columns instead.
Best regards,
Elliott-
This reply was modified 9 years, 2 months ago by
Elliott.
Hey!
Your disabling them with CSS in your child theme.
.av-click-overlay, .av-slideshow-caption, .avia-slide-wrap { pointer-events: none; }
Regards,
ElliottHey skeereweer!
Add this to your custom CSS.
.slide-meta-comments, .slide-meta .slide-meta-del { display: none !important; }
Cheers!
ElliottHi scottrseeley!
Update to the latest version and then send us a WordPress login and we’ll take a look.
Be sure to deactivate all plugins while testing.
Cheers!
ElliottHey alfpress!
Try adding this to your custom CSS.
img.mfp-img { border: 3px solid black; padding: 0px !important; }
Best regards,
ElliottJanuary 5, 2016 at 1:51 am in reply to: Tried to fix my contact form and now my site is completely broken!!! I need help #559650Hey!
I didn’t have any issues updating your about page. Is there a certain page your having issues with? You are using a caching plugin so be sure to clear it’s cache if you want to see your changes on the frontend.
You can register with the new purchase code if you wish, https://kriesi.at/support/register/.
Regards,
ElliottHi alfpress!
Add this to your custom CSS.
.av-image-caption-overlay-center { padding-top: 40% !important; } .av-image-caption-overlay-center font { background: rgba(0,0,0,0.3); }
Cheers!
Elliott-
This reply was modified 9 years, 2 months ago by
Elliott.
January 5, 2016 at 1:42 am in reply to: Change font and style of text in tabbed element (3 of 3) #559639Hey alfpress!
Yes, you can find the CSS for the tab element starting around line 867 in the /enfold/css/shortcodes.css file.
Regards,
ElliottHi!
Add this to your custom CSS.
.html_elegant-blog .avia-content-slider .read-more-link { top: 0px !important; }
Regards,
ElliottHi skeereweer!
Add this to your custom CSS.
.avia-slideshow-dots { display: none !important; }
Cheers!
ElliottJanuary 5, 2016 at 1:32 am in reply to: the events calendar & woo tickets is not shown properly #559630Hi karemalbash!
Try adding this to your custom CSS.
.av-single-event-content { width: 100% !important; float: none !important; margin-left: 0px !important; margin-bottom: 30px; }
Cheers!
ElliottHi!
@FHChamberlain, Your login information is not working for me, please check it.For everyone else please create a separate topic and include your login information. Make sure your using the latest version of Enfold, 3.4.7, and that all plugins are deactivated.
Cheers!
ElliottHey denisesl23!
Send us a link to your page and take a screenshot highlighting what your trying to do.
Regards,
ElliottHi!
The codemirror.js file is giving me a 404. The LayerSlider needs that. Send us a FTP login so we can take a closer look.
Cheers!
ElliottHey skeereweer!
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 Buenaventu!
Can you send us a WordPress login and a screenshot highlighting the problem?
Regards,
ElliottJanuary 4, 2016 at 4:52 am in reply to: woocommerce – Category catalogue images randomly changing size #558998Hi!
I don’t think WordPress is going to be able to resize that one as it’s 242 x 323 which means the height is a lot longer than it’s width. You’ll want to crop it yourself or upload an image with a better aspect ratio (width > height) so WordPress will be able to resize it.
Best regards,
ElliottJanuary 4, 2016 at 4:47 am in reply to: Layer slider header for Blog Single Post, Category & Archives #558994Hi lucky19!
Even though this question gets asked a lot it’s actually a difficult thing to do. I would consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest we may see something get added in a future update.
As it is now there is just too many changes needed for it for us to do in the forums.
Cheers!
ElliottHi!
Are you talking about the featured image for the “Life after a bad review” post? It’s displaying as 500 x 305 on my end. Can you take a screenshot and highlight what your seeing?
Regards,
ElliottHey!
You can target each grid cell like so.
#av-layout-grid-1 > div:first-child { background: white !important; } #av-layout-grid-1 > div:first-child:hover { background: url("URL to your image") !important; } #av-layout-grid-1 > div:nth-child(2) { background: white !important; } #av-layout-grid-1 > div:nth-child(2):hover { background: url("URL to your image") !important; } #av-layout-grid-1 > div:nth-child(3) { background: white !important; } #av-layout-grid-1 > div:nth-child(3):hover { background: url("URL to your image") !important; }
Cheers!
Elliott -
This reply was modified 9 years, 2 months ago by
-
AuthorPosts