Hi!
Can you post the link to your website please? Please make sure that you are using Enfold version 2.9.2 – http://vimeo.com/67209750
@tgmdesign thanks :)
Regards,
Yigit
Hi guys,
Is it possible to send a copy of a completed contact form to the person who filled it out? (So as well as the website owner receiving the enquiry, the person who filled out the form gets a copy of the information they have filled out.)
I know some contact forms do this but was really hoping it could be done with the form on Enfold.
Best, David.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#main .content {
padding-top: 0;
}
Regards,
Yigit
Hey!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit
Hey!
Enfold contact form uses standard wp_mail function. Plugin will allow you to configure and send all outgoing emails via a SMTP server.
Cheers!
Yigit
Hey!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit
Thanks Yigit! Will this connect up with the Enfold Contact form?
Hi,
I fear that my request has been buried unnoticed with no answer, so I am posting it again. If that was not the case, I’m sorry for the double request.
https://kriesi.at/support/topic/portfolio-link-4/
—
Hi,
I have been using Enfold for 6 months and I’m very happy with the theme, however I’m now having a problem with my last two portfolio entries.
All entries should point to an external youtube link. The portfolio has always worked well, until my recent two new entries.
I recently updated both the theme and WordPress to version 4.0. The entries that now work were created before the update.
Thank you for your assistance.
Hey diefleischerei!
You can find Enfold documentation here – http://kriesi.at/documentation/enfold/
Menu needs to be put in order as shown in screenshot – http://i.imgur.com/5RV16vv.png
It should be in order by default but there is a small bug which was already reported. Sorry for the inconvenience
Cheers!
Yigit
Hi ucvb66!
Please go to Enfold theme options > Advanced Styling tab and adjust “Main menu links”
Cheers!
Yigit
I’m looking for a simple (if possible) and reliable way to for a clients to login, view and modify their personal info in my shop. It would be great that client could observe his purchase history too. Can anybody help me with that? THANX!
-
This topic was modified 11 years, 6 months ago by
hexquare.
Hey!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit
Hey!
Please add the code to Quick CSS field in Enfold theme options under General Styling tab. You can add it to Custom.css file inside Enfold/css folder as well
Cheers!
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#socket .sub_menu_socket { float: left; }
Regards,
Yigit
Hi Yigit,
This is the link to my development site:
http://emp.com.ge/ElvDev/
I have Yoast plugin turned off for my production site since it is not working.
The development site is using WordPress 3.9.2. with the latest Enfold theme installed.
The Post List Page List in Admin column are visible. However,single Edit Post or Edit Page is not visible,
The production site is using WordPress 4.0 with the latest Enfold theme. All Post List/ Page List and Single Edit Post/Edit Page are not visible.
Thanks for your help.
MJ
Hey Gurify!
Please update Enfold to the latest version 2.9.2 via FTP – http://vimeo.com/67209750
You are currently using an older version, 2.7
Regards,
Yigit
Fixed. Removed earlier versions on server first, reinstalled WordPress and enfold theme by ftp. Now working but started from scratch to make it happen. Bye for now ….wheel of death.
Hey OlivierCharlot!
Please go to wp-content/themes/enfold/framework/php folder and open class-framework-widgets.php and find
echo "<a class='news-link' title='".get_the_title()."' href='".get_permalink()."'>";
and change it to
echo "<a class='news-link' rel='nofollow' title='".get_the_title()."' href='".get_permalink()."'>";
Regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
width: 20%;
}}
Regards,
Yigit
Hey jalmz!
It is a slider called Featured Slider developed by Kriesi for Shoutbox theme. You may find similar sliders on Codecanyon. Feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
Best regards,
Yigit
Hi curmi01!
Please go to Apperance > Menus and create a new menu and add your Privacy Policy link to your menu and then check Enfold Footer Menu under Menu settings
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content, .main_color .av-share-box ul, #top .main_color .av-related-style-full .related-format-icon, .main_color .related_posts.av-related-style-full a:hover, .main_color.avia-fullwidth-portfolio .pagination .current, .main_color.avia-fullwidth-portfolio .pagination a, #main, .html_stretched #wrap_all {
background-color: rgba(255,255,255,0.5); }
Best regards,
Yigit
Hey curmi01!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-image-container-inner:hover img {
-ms-transform: rotate(7deg);
-webkit-transform: rotate(7deg);
transform: rotate(7deg);
}
If this is not what you meant, please post an example
Best regards,
Yigit
Hi,
I have two sites hosted on WPEngine that use Enfold. However, the visual editor on both does not work since I’ve switched my sites over to them.
I cannot edit pages which is urgent as some of the images need replacing.
I just get the little spinning icon which suggests its loading up the visual editor but it just hangs. I cannot switch to default editor either as it seems to be a dead link and nothing happens.
I have deactivated all plugins, still doesn’t work.
Please can you help me solve this urgently?
-
This topic was modified 11 years, 6 months ago by
surajsodha. Reason: wrong username
Hi,
I followed your advice to get a padding between my portfolio images, but it does’nt work.
I’m working offline – so I can not send you the link to my site.
Your advice for sombody else was:
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .isotope-item {
padding-right: 5px;
padding-bottom: 5px;
}
h3.grid-entry-title.entry-title a {
font-size: 16px;
color: red!important;
}
Any other suggestion?
I also want to get rid of the boarder around the portfolio images, as it is not nice-looking when the titel is placed in 2 lines, next to an image with a title in one line. Could you please insert that in the code too. (I’m a graphic designer, not a programmer …)
Thank you in advance
Regard
Bettina
Hi Enfold team, I have noticed that all our site contact form auto responders go to the spam folder in gmail when using the build in enfold contact form.
Is there a way to prevent this?
Also we have 2 recipients on one of our forms. Is there a way to hide one of them when a user gets an auto response mail? Currently both recipient mail address display in the auto response from address
Enfold 2.9.2, updated from wp 3.xx to 4.0. After that, when I go Create Page or Edit Page, the Editor field to enter text is inactive, that is, I cannot put my cursor in there. Same for Advanced Layout Editor, Add text: The window opens, but the field to enter text is inactive, I cannot put my cursor in there. Both wysiwig and html modes. Please advise. EDIT: It was the same for other themes, so it is not your problem, sorry. But if you have any advice, I will take it.:-)
-
This topic was modified 11 years, 6 months ago by
ketilberg.
Hi,
What plugin do shoutbox slider use in frontpage?
http://kriesi.at/themedemo/?theme=shoutbox
I want to use it in my enfold theme.. Thanks
Hello,
I recently updated Enfold to the latest version. Apparently, it doesn’t work with two of the most popular SEO plugins, Yoast and All-In-One SEO. Once any of the plugins is activated, Post and Page do not load, they just show blank page. I am using WordPress version 4.0. I have also tried it on WordPress 3.9.2. , also tried the previous Yoast version, which is 1.5.6.
Can you please help shed some light? This is pretty urgent. I am in the midst of deciding if switching theme if it doesn’t work with any SEO plugins.
Thank you,
MJ
This reply has been marked as private.