Hi,
I am very new to Word Press and the Enfold theme so my apologizes if my question is simple, but…
When I create a two column section on a page, place an image media element in one section and assign the image file, I am unable to figure out how the theme/css determines the image scaling. My image appears on the page smaller than I would like. When I increase the size of the image in Photoshop it has no effect. It appears the image size on the page or the amount the original image is scaled is being controlled somehow I am not aware of.
Any help in describing how the scaling works, what image size to use, etc. would be much appreciated.
Thanks,
Darryl.
Hi!
To be honest not without making a heavy modification to the theme core files (something we can’t cover), the built-in form is meant to be used as a simple contact form, for complex ones it is best to use a third-party plugin, the ones i mentioned work fine with Enfold.
Best regards,
Josue
I guess you are referring to the mail headers settings, these are declared in line 709 in /framework/php/class-form-generator.php (make sure you are using the latest version of Enfold).
Please note that this kind of questions are outside the support scope we offer.
Cheers!
Josue
hi-
I imported and activated the enfold-child theme but don’t see the place on THEME OPTION section to “Import Settings from your Parent Theme”. Which sounds great if it works!
Did it move since this posting?
http://kriesi.at/documentation/enfold/using-a-child-theme/
And then…. I always forget… do we work from the child theme or parent theme?
Yigit, Thanks for your help. That didn’t seem to work so I’ll create a temporary log-in and get that to you.
Glad you like the site. I love the Enfold Template. It works great and allows me to create some beautiful responsive sites without needing to know too much code. The support is second to none! I’m using this template for several new sites coming up. Have a great day, Gary
Hi there,
I have been scouring the enfold forum here regarding this issue and I can’t seem to find an exact issue fix. So if I view my site in chrome, all main page icons show properly. In IE10/11 nothing but an empty box on 4 of the 5, the fifth is a chinese character. The when I go to Firefox they show up as square boxes with 4 letters and numbers inside.
Any definitive ideas here? I have flushed the cache and tried multiple instances of browsers, and still no love.
Cheers,
Jim
Hi Josue,
Thank you for the reply! Yes I have, but besides that don’t I also need some kind of function code in the child theme’s functions.php file to call the helper-markup.php file from the child’s folder instead of the main enfold folder? Something similar to the code that Peter uses to call the shortcodes within the (shortcodes/) child theme folder?
Thank you,
George
I just want to make sure that the php part of the forms contains the correct information because the problem I have at the moment (not on an enfold website) is similar to this:
http://stackoverflow.com/questions/13498930/gmail-ignoring-emails-from-a-php-contact-form
So, I am trying to make sure all the correct information is in the php side of things before I start to set up my forms.
Thanks again,
Andrew
Hi Andrew!
You can check the Enfold form source code in /framework/php/class-form-generator.php around line 730.
Best regards,
Josue
Hello,
Can someone please let me know how the email form built into enfold works. Is it smtp, php? The reason I ask is that I was using a php contact form on another website which started to have all sorts of problems because the correct php headers, return address and other things were not configured correctly by default. There was also no return address configured so gmail in the end stopped delivering the form results without even a bounceback message.
I will need to configure quite a few email forms, all with the same return and from address but with different to addresses.
Hope that makes sense!!:-)
Thanks
Andrew
I am getting an error message and cannot get into my site. Here is the error message:
“Parse error: syntax error, unexpected ‘,’ in /home/archery503/public_html/wpdev/wp-content/themes/enfold/config-woocommerce/woocommerce-mod-css-dynamic.php on line 114”
I tried deleting the WooCommerce plugin through my FTP, but that didn’t effect my ability to see or get into the dashboard on the WP site. I then tried reloading a new WooCommerce plugin through my FTP, wondering if maybe a new WooCommerce install would fix the problem. But, I still cannot get into my site at all. So, I thought maybe it has something to do with the Enfold theme and WooCommerce together.
Please help!
-
This topic was modified 11 years, 9 months ago by
laterla.
Hi Ismael,
Thanks for the tip. I played around with the scaling transition but I don’t get the same effect as on:
It doesn’t really ‘move over’ the picture (from one side to the other) while it zooms in or out. Am I missing something?
Hope Enfold offers this great feature.
Thanks a lot!
Kind regards,
Charlotte
Hey!
That featured is not available at the moment, if you really need it you would have to contact a developer for the job, also feel free to request it here.
Best regards,
Josue
Check it now, i modified line 640 in functions-enfold.php.
Best regards,
Josue
Hey!
Please update the theme to the latest version (2.8.1).
Best regards,
Josue
Hey Andrew!
You can save templates you have created using Avia Layout Builder and load them on other pages http://i.imgur.com/pkv1y7C.jpg
You can also enable debugging mode ( http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ ) to see shortcodes of the elements you have created using Advanced Layout Builder and simply copy&paste between your pages
Best regards,
Yigit
Hey rkap!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) {
.page-id-27 div#av_section_1 .av_one_fourth {
width: 25%!important;
}}
Regards,
Yigit
tried the quick css (placed under Enfold, Gen. Styling, Quick CSS)
and it’s not working. I still get this https://www.dropbox.com/s/em8chfaexmwthf3/woo.png
The email address touches “pickup or delivery” love to see this one column and not two but worst case they shouldn’t be touching.
In addition I changed the H1 and H2 fonts under advanced styling and nothing seemed to be happening – as a test a made this page and made the H1 and H2 lobster which they obviously are not….
http://bagelboys.wpengine.com/?page_id=13 (hosted on WPengine)
Hi!
You are welcome Richard! You can find some code snippets here on Enfold documentation – http://kriesi.at/documentation/enfold/
Let us know if you have any questions :)
Regards,
Yigit
This reply has been marked as private.
Hi!
Have you tried downloading the child theme that is located here: http://kriesi.at/documentation/enfold/using-a-child-theme/ ?
What is the folder name of your child theme in your themes folder? I checked for enfold-child there isn’t an available style.css to access in that folder.
Regards,
Devin
Hey!
You are currently using an older version of the theme. Please update Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750
Cheers!
Yigit
Hi!
Your child theme doesn’t have a functions.php file which is where that function should go. For example, https://github.com/DevinVinson/enfold-child-starter/blob/master/functions.php
Just like I have those functions there, you would upload a functions.php file to your child theme folder and then add the function to that file. Just make sure, like mine there on github, the file has an opening php tag (<?php) before the code.
Best regards,
Devin
Hi Omer!
With the Enfold version 2.8 update you no longer need anything custom to work with conversion tracking. One of the features added was:
added: contact form can now be redirected to a new page after send
(useful for conversation tracking and custom messages)
So update your theme if you aren’t already on 2.8.1 and then you can use the tracking code on the redirect page without anything special needed.
Cheers!
Devin
Hello Support,
I purchased the ‘Enfold’ theme a year ago, and my client needs the ability to contact you through the Support Forum, but I don’t want him to access any of my previous communication with you guys. So my question is if it’s possible to reset my account and delete my history topics, so I can transfer him the account with all required changes.
Looking forward to your reply.
Thank you,
Ran
-
This topic was modified 11 years, 9 months ago by
ranfirefly. Reason: I just realized that the client deleted the account I previousely created for you. So there's no user for you to login
Hi Richard!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { background: rgba(255, 255, 255, 0.5); }
div .slideshow_caption, div .slideshow_caption a, div .slideshow_caption h2, div .slideshow_caption h2 .special_amp, div .slideshow_caption strong, div .slideshow_caption h2 strong { color: red; }
on background color, first 3 values are RGB values of the color and 0.5 is opacity level, which you can set between 0 – 1
Best regards,
Yigit
Hey roemer!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home .sidebar, .home .content {
border: none!important;
}
Regards,
Yigit
Labas! :)
Video works fine on my end as well – http://i.imgur.com/HWdTfHV.jpg
You are currently using an older version of the theme, updating it may help. Please try updating Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750
iki,
Yigit
Hi getHopeGlobal!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div.ls-wp-fullwidth-helper {
background-image: url(https://ghg.thebaylors.org/wp-content/uploads/2013/04/webBackground-239x300.jpg);
}
Best regards,
Yigit
This reply has been marked as private.