Hi
My name is Peter and I live in the UK. I am a total novice and can’t write a line of code. Enfold helped me switch from “web page maker” to WordPress. If Enfold had not have been so easy I would never of made the change.
My 1st website. It still needs work but I feel it is getting there
http://www.remyxtensions.co.uk/wp/
Enfold ROCKS!!!
Pete
Gday Enfold
After upgrading to v2.7.1 with Modern Tribe Event calendar Pro 3.5.2 the Event details get a 404. When the theme is switched to TwentyFourteen, the event single page data is visible again.
This makes me think it’s to do with Enfold in some way…have you guys had anyone else with the problem (I couldn’t see any recent entries in the forum).
As per an old forum post I saw from Sept last year, I also increased my php ini memory limit way up to 256 and no difference.
Any ideas?
You can see the effect at http://www.turabeachcountryclub.com.au/events . If you choose an event you will get a 404
Thanks for any help you can offer me. Much appreciated.
cheers
Darryl
-
This topic was modified 11 years, 11 months ago by
itchybrain. Reason: Wrote the wrong plugin name
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
For the table headings:
.page-id-3198 .avia-table th {
font-size: 10px;
font-weight: normal;
padding: 3px;
text-transform: none;
}
For others:
.page-id-3198 .avia-table td {
font-size: 10px;
padding: 3px;
text-transform: none;
}
The page ID is to make the changes for this page only.
You can simply remove, add or edit the properties above.
For more about properties to change your text see:
http://www.w3schools.com/css/css_text.asp
http://www.w3schools.com/cssref/pr_font_font.asp
For the padding see:
http://www.w3schools.com/css/css_padding.asp
Thanks Yigit for your answer.
But can I have the same black&white effect in the featured image of the portfolio and blog post?
In fact, I would like the black and white effect on all the images of the site.
Is it possible?
Hey SMDNAS!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none; }
Regards,
Yigit
My client is complaining now that he and many others cannot see the front page video on this page:
in Safari (and earlier today also Firefox & chrome but now it’s fine on those browsers), where it either doesn’t load or comes up with a black screen and play button instead of autoplaying when the page loads. Is Enfold only compatible with the latest version of browsers and plugins? Is it possible to have a code that checks for the browser compatibility and plays the video or alternative slideshow (like I have set to run on ipads/mobile) accordingly? The client really doesn’t want to hear that everyone needs a particular browser version (!). Any suggestions??
thanks
nancy
-
This reply was modified 10 years ago by
Yigit.
Hi orianos!
Yes it is. You can add following code to Quick CSS in Enfold theme options under General Styling tab to make images in Logo/partner element have grayscale
#top .avia-logo-element-container img { filter: grayscale(100%);
-webkit-filter: grayscale(100%);
filter: gray;
-webkit-transition: all .6s ease; }
#top .avia-logo-element-container img:hover { filter: grayscale(0%);
-webkit-filter: grayscale(0%);
filter: none; }
Cheers!
Yigit
Is possible to have in Enfold theme the black & white effect over the image, like Angular theme?
Hi support, could you help with the problem I have with broken layout in Firefox please?
I’ve tried deactivating all plugins without success, the problem occurs in Firefox but not in Chrome. I’m using the latest version of Firefox. If you are able to provide me with an email address I will send you a screen shot of the issue.
Problem is on the following pages:
http://www.rachelcochrane.com/get-writing/
http://www.rachelcochrane.com/reach-out/
http://www.rachelcochrane.com/listen-up/
The layout on these pages is OK in Chrome.
hello,
I can not put hyperlinks in the editor. the hyperlink window will always open under the main window and is not editable.
I have tested it with firefox and internet explorer. also windows 7 and windows 8.1 – always the same result-.
the page is http://neu.digitalbewerbung.de
thanks for the help
Tried that once, and tired again with no new results.
Aside from that issue, is there anyway to limit the enfold Search to a certain parent page directory instead of the entire site?
Hello
Yes it works now on iPhone but not on iPad.
This issue is not particular to my site, it”s an Enfold issue, please look at your demo page: http://kriesi.at/themes/enfold/homepage/transparent-header/ with a mobile…
Please also note that the menu in this demo page is not transparent on mobile…
A fix should be included with next release, don’t you think ?
Thanks
I am very new to WordPress and just purchased the Enfold theme to try. When I tried to upload the .zip file through the Themes manager, I get a “Do you really want to do this…” message and “Please try again”. When I try to transfer the folder via ‘ftp’ to the wp-content/themes folder, the enfold folder is green and I get various error messages in the Themes manager page in WordPress. I have screen shots of the error messages…
Any ideas re what the problem(s) might be?
This reply has been marked as private.
Hi!
Please check your website now. I have added custom CSS code to bottom of Quick CSS field in Enfold theme options. I will try to reproduce the issue on my end, if i can, i will report it
Cheers!
Yigit
Gday Kreisi
Recently I installed and was successfully using Ultimate TinyMCE to allow table controls icon in the interface.
It is no longer working and there are no updates from them.
Do you guys have a recommended plugin or a way for obtaining table controls compatible with Enfold’s visual editor?
cheers
Darryl
Hi papernapkinmarketing!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.avia-icon-list .iconlist_title { color: black; }
Regards,
Yigit
Thanks, this is not helping me :(
I get this error massage
Parse error: syntax error, unexpected ‘&’ in………..wp-content/themes/enfold/functions.php on line 459
did change the page!
gr.Hadas
Hey!
The change is actually applied, look:
http://factsandmore.nl/factsmore-goes-chinese/
What you need to modify now is the code in the theme functions.php:
function modify_share_title(){
return "Share this";
}
add_filter('avia_social_share_title', 'modify_share_title');
Change “Share this” by the text you want to use.
Cheers!
Josue
-
This reply was modified 11 years, 11 months ago by
Josue.
This reply has been marked as private.
Hey Dave!
Make sure that the enfold.css and that folder are writable by your WordPress user (the user level of WordPress on your server) so that when you save the option its actually getting written to that file. Usually chmod 776 will do it.
Also double check that you can access that file publicly/directly by its url.
Cheers!
Devin
The general styling options does not work.
I changed the color of the header in the setting, but the actual header does not change.
Hi Yoolia!
1. That’s a custom script made by Kriesi, it’s not included in the Enfold theme.
2. Refer to this video on how to use the video background feature:
Best regards,
Josue
This reply has been marked as private.
Sorry about that, I swear I added a link. The main page includes three Portfolio Grids that link to multiple portfolios. Just pick one. If we solve one, I can fix the rest.
http://dev02.clarifit.com/
I am running the latest WordPress and Enfold.
-
This reply was modified 11 years, 11 months ago by
giffyd.
Hey folks,
if you look at the drop down menu (http://kriesi.at/themedemo/?theme=enfold) click on the Blog Menu… you see a drop down. the Font size seems to be the same size as the regular text on the page.
When you go to my website, http://www.vestedinterestgroup.com – hover over Live Events… and you’ll see that my drop down menu has a much larger font. I don’t know why it’s like this.
Can someone tell me how to make the drop down font smaller?
Gratitude.
Vince
Hey!
Are you using the latest version of Enfold / WordPress?
Can you post a link to your Portfolio?
Cheers!
Josue
This reply has been marked as private.