-
AuthorSearch Results
-
October 14, 2013 at 10:17 am #174998
What is the point of not providing DUMMY CONTENTS of latest release 2.3.2 ????
I am a new buyer, I buy because I like this new site as a demo.Now i really want dummy content so my site become exactly and then i can edit etc. Otherwise I have to learn all the tutorials etc. to get it right.
Please Help
October 14, 2013 at 9:48 am #174988Hi Ismael,
that´s what I mean. You can´t see it in a normal Browser, it´s just on the iPad.
Here are two screenshots from it:
Cheers!
BrunoOctober 14, 2013 at 9:44 am #174986In reply to: Enfold php errors after install
Hello!
All these functions – i.e. do_action(), __(), get_header(), etc. are standard wordpress functions. If they’re not defined wordpress does not load properly. Try to re-install wordpress and if this doesn’t help increase the allocated php memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
If it still doesn’t work I’d recommend to contact the hoster – maybe they can provide some useful hints why WordPress does not load the core functions.
Best regards,
PeterOctober 14, 2013 at 9:31 am #174981In reply to: Enfold Contact Form does not send emails
Hello dgoranov!
Since v2.1 Enfold uses wp_mail() by default and you don’t need this code. The mail code can be found in wp-content\themes\enfold\framework\php\class-form-generator.php and Enfold uses following code
$header .= 'From: '. $from . " <".$from."> \r\n"; wp_mail($to, $subject, $message, $header);to send the mail.
Cheers!
PeterOctober 14, 2013 at 8:53 am #174973In reply to: Justified Image Grid -> How to show portfolio?
Do you mean the element in the Advanced Layout Editor?
If so that,s not what I’m after. I want a justified grid but we don’t have that with Enfold so I am using “Justified Image Grid” as noted above. http://justifiedgrid.com/filtering/
October 14, 2013 at 7:13 am #174967Topic: Newb Question
in forum EnfoldJD
ParticipantAs the title suggests, I’m quite new to all this. Still, I have a question I hope someone can answer?
I’m using Enfold and wish to insert a customised button into a text box field. I tried using the Avia table layout, but it only allows for buttons on the rows – I need them in a column.
Any help would be greatly appreciated!
Cheers,
JD-
This topic was modified 12 years, 6 months ago by
JD.
October 14, 2013 at 6:05 am #174962Hey turner2f!
You can do it via css. Please give us a link to the page with the button. The font icon code has been change on the update. Old way of embedding font icons will not work on the latest version of Enfold.
Cheers!
IsmaelOctober 14, 2013 at 5:53 am #174955Hey Michael!
I add a the Testimonial shortcode after a bunch of text and it doesn’t delete them. Please download the latest version Enfold, 2.3.2. Override your theme files via FTP: https://vimeo.com/channels/aviathemes/64927356
Best regards,
IsmaelOctober 14, 2013 at 5:35 am #174950In reply to: Enfold > Tabs > Undefined
Hi!
Can you please post a link to your website? Do you have the latest version Enfold 2.3.2?
Please send in the login details. You can email it to ///.
Include the word “Kriesi” on the subject. Add the link of this thread on your email.
Best regards,
IsmaelOctober 14, 2013 at 5:06 am #174944Hi comitzuu!
I checked your website here: http://responsinator.com/?url=http%3A%2F%2Fbalance-circle.de%2F
I don’t see the white space. Can you please post a screenshot?
Cheers!
IsmaelOctober 14, 2013 at 4:55 am #174940Hello yusufhgmail!
Please download the latest version of Enfold. Edit a post then click the shortcode wand. You can add a Font Icon.
[av_font_icon color="" font="entypo-fontello" icon="ue80e" size="40px" position="left" link="" linktarget="no"]You can use it on the Layer Slider. Place the shortcode on Div / Video field.
Cheers!
IsmaelOctober 14, 2013 at 4:27 am #174937Topic: Advanced Layerslider
in forum EnfoldMarssolutions
ParticipantGreetings good people of Planet Enfold!
Recently we updated our galactic home page with a new banner. It looks great on a desktop, however when viewed on an iPad /iPhone there’s a ‘white’ gap at the top and bottom of the banner (the image in the slider does not reach the edge) and star fleet command are concerned this may be an issue…
The site is http://www.marsmarketing.com.au
Would you be able to assist our stricken vessel?
October 14, 2013 at 4:26 am #174935In reply to: Enfold's Boxed mode width
Hi!
1.) You can edit css > grid.css, look for .boxed#top selectors. You need to change the width including those under media queries.
2.) Please a hire a freelance developer to modify the menu for you. You should probably buy a ready made menu with css files included.
Best regards,
IsmaelOctober 14, 2013 at 4:19 am #174929In reply to: pre_option_page_for_posts not work in child theme
Hello!
I have my own child theme setup locally. Setting a blog page should work by default. FYI, you can set the a page as blog on Enfold > Theme Options > And where do you want to display the Blog?. Have you done that? You can also use the Advance Layout Editor, add the Blog Posts element.
Cheers!
IsmaelOctober 14, 2013 at 4:04 am #174925Hello!
Please download the theme again on your themeforest account. Maybe, some files are missing or corrupt. Override your Enfold installation via FTP. https://vimeo.com/channels/aviathemes/64927356
Regards,
IsmaelOctober 14, 2013 at 3:11 am #174917In reply to: Some errors with enfold website
Hi,
I realised that it was not a page/link, but wondered how to stop webmaster tools from telling me I have an access denied and if it will affect my website in the seach results having errors on my website.
Does everyone with a website get this for their theme, or is this just enfold I wonder.
October 14, 2013 at 2:17 am #174914In reply to: Some errors with enfold website
Hello LollyGreen!
The link you provided is not a page within your website, is a route to a directory in the theme.
Best regards,
JosueOctober 14, 2013 at 2:16 am #174913In reply to: logo not showing properly on home page
For past couple months, I’ve been trying it in Chrome 30 (Windows) and it the logo remains the larger full size.
Even the demo at http://kriesi.at/themes/enfold/
It shrinks in IE (Windows) – but remains large in Chrome (Windows).October 14, 2013 at 1:51 am #174910Hey davevi!
Try adding this code to the Quick CSS (Enfold > Styling):
#main{ background: transparent; } #main .main_color{ background: rgba(255, 255, 255, 0.5); }Result:

Regards,
JosueOctober 14, 2013 at 12:07 am #174893In reply to: Add Disqus comments to any page
This reply has been marked as private.October 13, 2013 at 11:58 pm #174891In reply to: printing an enfold page
Hey Roman!
That feature may come in a future update, however If you really need it try hiring a freelancer for the job.
Best regards,
JosueOctober 13, 2013 at 11:58 pm #174890In reply to: Enfold theme – icon colour change?
This reply has been marked as private.October 13, 2013 at 11:57 pm #174889In reply to: Enfold theme – icon colour change?
Hey!
Did it work on live? it’s probably because the ID on live may be different from the one in local.
Regards,
JosueOctober 13, 2013 at 11:50 pm #174887In reply to: Enfold theme – icon colour change?
Totally weird it does not work on my locally but does on the live site?
October 13, 2013 at 11:44 pm #174883In reply to: Enfold theme – icon colour change?
Is this post set to private as it keeps removing the tick from private/moderators only
October 13, 2013 at 11:42 pm #174881In reply to: Enfold theme – icon colour change?
This reply has been marked as private.October 13, 2013 at 11:42 pm #174880In reply to: Enfold theme – icon colour change?
Hi,
Can you post the link to your the page in question please?
Regards,
JosueOctober 13, 2013 at 11:36 pm #174877In reply to: Enfold theme – icon colour change?
Ok cool got that however i have done exactly that and nothing happens at all, no changes.??
October 13, 2013 at 11:28 pm #174875In reply to: Enfold theme – icon colour change?
Hey!
Each page has an unique ID, you can see it in the URL when editing them:

Now that we know the IDs, to set styles to different pages simply do it like this:
.page-id-1336 .main_color.iconbox_top .iconbox_icon { background-color: #719430; color: #ffffff; border-color: #507210; } .page-id-123 .main_color.iconbox_top .iconbox_icon { background-color: #719430; color: #ffffff; border-color: #507210; }Cheers!
JosueOctober 13, 2013 at 11:28 pm #174874In reply to: How do I modify the "I" in Enfold?
Where can I find that code? ” I ” in menus I would like to appear as ” i “.
-
This topic was modified 12 years, 6 months ago by
-
AuthorSearch Results
-
Search Results
-
Topic: Newb Question
As the title suggests, I’m quite new to all this. Still, I have a question I hope someone can answer?
I’m using Enfold and wish to insert a customised button into a text box field. I tried using the Avia table layout, but it only allows for buttons on the rows – I need them in a column.
Any help would be greatly appreciated!
Cheers,
JDTopic: Advanced Layerslider
Greetings good people of Planet Enfold!
Recently we updated our galactic home page with a new banner. It looks great on a desktop, however when viewed on an iPad /iPhone there’s a ‘white’ gap at the top and bottom of the banner (the image in the slider does not reach the edge) and star fleet command are concerned this may be an issue…
The site is http://www.marsmarketing.com.au
Would you be able to assist our stricken vessel?
