-
AuthorSearch Results
-
February 26, 2014 at 10:07 am #229490
In reply to: Enfold Feature Requests
WYSIWIG-editor for Open Graph for Facebook:
og:title, og:image and og:descriptionFebruary 26, 2014 at 10:04 am #229481In reply to: html Embedding videos
Hey!
Please try to update Enfold to 2.5.4. Kriesi did some debugging ( https://kriesi.at/support/topic/2-5-background-videos-user-examples-for-debugging/ ) and the youtube api issue should be fixed now.
Regards,
PeterFebruary 26, 2014 at 9:59 am #229479In reply to: Enfold Feature Requests
Hi!
Right now we do not plan a “deep integration” of Events Calendar (i.e. Advanced Layout Editor support for Events, etc.) because the templates are different but you can use the shortcodes generator (magic wand icon in the TinyMCE (visual editor) toolbar) to insert shortcodes into the event page description/content.
Regards,
PeterFebruary 26, 2014 at 9:55 am #229478In reply to: Enfold Portfolio Grid, Category display
Hey Helchar!
Open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php and replace:
switch($contents) { case "excerpt": $excerpt = $entry->post_excerpt; $title = $entry->post_title; break; case "title": $excerpt = ''; $title = $entry->post_title; break; case "only_excerpt": $excerpt = $entry->post_excerpt; $title = ''; break; case "no": $excerpt = ''; $title = ''; break; }with
switch($contents) { case "excerpt": $excerpt = $entry->post_excerpt; $title = $entry->post_title; break; case "title": $excerpt = ''; $title = $entry->post_title; break; case "only_excerpt": $excerpt = $entry->post_excerpt; $title = ''; break; case "no": $excerpt = ''; $title = ''; break; } $cats = get_the_term_list($the_id, 'portfolio_entries', '', ', ','').' '; if(!empty($cats)) { $excerpt = '<span class="blog-categories minor-meta">'.__('in','avia_framework')." "; $excerpt .= $cats; $excerpt .= '</span>'; }This code will replace the excerpt text with the category list.
Cheers!
PeterFebruary 26, 2014 at 9:38 am #229472In reply to: Enfold Showcase
Hello everyone!!!
See below all the websites we designed with this FANTASTIC theme!! My bro and I are based in Cape Town and we not very strong on back-end development but we know how to design and use HTML/CSS. The Enfold theme did all the nitty gritty back-end coding automatically for us. We will continue to use this theme because it has endless design possibilities.
zedduo.com
oculusid.com
incywincycollege.com
thenailcompany.co.za
R&S (still under construction)-
This reply was modified 12 years ago by
zedduo.
February 26, 2014 at 9:37 am #229471In reply to: Lightbox positioning problem
Hi!
Something (probably custom code) adds some weird output to the head area of the website (i.e.:
<!-- Add jquery script to support Conditional Forms--> <script type="text/javascript" src="http://mobilcsarnok.hu/wp-content/themes/enfold/js/1.7.1/jquery-1.7.1.min.js"></script> <script type="text/javascript" src="http://mobilcsarnok.hu/wp-content/themes/enfold/js/hidefieldsScript.js"></script>) and this breaks the doctype definition and some other things. See: http://validator.w3.org/check?uri=http%3A%2F%2Fmobilcsarnok.hu%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
Please revert the changes or install the unmodified, updated theme files with ftp: https://vimeo.com/channels/aviathemes/67209750 to fix the issue.
Best regards,
PeterFebruary 26, 2014 at 9:18 am #229467Hi!
If the BC Responsive Images plugin uses php to resize the images on the server it may help you to reduce the file size. However it will probably not work with Enfold if it uses a jquery script to replace the image because such a script will conflict with our jquery code for sure (slider scripts, animation code, etc.). If you really want to reduce the file size a bit try a tool like: http://www.obviousidea.com/de/windows-software/light-image-resizer/ to reduce the file size of the original images before you upload them.
Cheers!
PeterFebruary 26, 2014 at 9:15 am #229466In reply to: Problem after Enfold update 26-Feb-14
Hi Peter,
Thank you so much for your help. I have been re-installing the theme via FTP and deleting my icon file and it seems to be working fine on the computer now. However it is not working on mobile (safari). Any idea?
Also, at the bottom of our homepage, where the testimonials are, a part of it is hidden by the footer. Can you help me please?
Thank you in advance.
Cheers,
CharlotteFebruary 26, 2014 at 8:43 am #229456In reply to: Problem after Enfold update 26-Feb-14
Hey!
1) Please try to re-install the theme with ftp: https://vimeo.com/channels/aviathemes/67209750 – maybe a theme file is corrupt.
2) Go to Enfold > Theme Options and delete your custom icon font files. Then upload the icon font file again. I get a warning “: include(/home3/hawthor3/public_html/wp-content/uploads/avia_fonts/fontello/charmap.php) [” – “]: failed to open stream: No such file or directory in …” and it seems like the font files where removed from the server during the update.
Cheers!
PeterFebruary 26, 2014 at 8:42 am #229455In reply to: Order of Masonry Entries
This reply has been marked as private.February 26, 2014 at 8:36 am #229451In reply to: WooCommerce and Pre Orders Extension
Hey!
Try to replace this line from wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:
if(!is_admin() && !session_id()) session_start();with
if(!is_admin() && session_id() == "") session_start();If it doesn’t work delete this line completely.
Regards,
PeterHey!
The line you mentioned in your last post
wp_list_pages(‘title_li=&sort_column=menu_order’.$exclude);will only be executed if no custom menu is set. Then the theme must generate a fallback menu and it uses the wp_list_pages function to query all pages for the fallback menu. If you think the wp_list_pages() function breaks your website go to Appearance > Menus, create some custom menus and then assign these menus to the right theme location. As soon as a custom menu is assigned to the theme location no fallback menu will be generated and Enfold doesn’t execute the wp_list_pages() function.
Best regards,
PeterFebruary 26, 2014 at 8:14 am #229445In reply to: Problem after Enfold update 26-Feb-14
I have tried to deactivate all the plugins but I still have the same issue. Here is the website > http://www.hawthorntravel.com.au/
Thanks
February 26, 2014 at 7:49 am #229444In reply to: Comment format issues
Hi Josue,
the second issue is solved. Thanks!
Regarding the first one, it is no issue when I use the theme I had before enfold (the text was below the icons). Hence, in my understanding, it has something to do with the enfold theme. Could is be something in regard to the spacing next to the comment field? How can I increase the space above the name field?
Cheers,
Gee AreFebruary 26, 2014 at 7:35 am #229443Topic: Problem after Enfold update 26-Feb-14
in forum EnfoldHawthornTravel
ParticipantHello,
I have a problem after having updated the Enfold theme for my website today 26-Feb-14.
The path for WP-Cache was wrong so I couldn’t access my website anymore (front office and back office). I have now modified wp-config and changed from ‘WPCACHEHOME’ to ‘WP-CACHE’ and can now access to the admin panel and the website.
However, there is a massive white gap between the URL bar and the top header of the website. Can you please advise?
Thank you in advance,
CharlotteFebruary 26, 2014 at 5:33 am #229428Thanks for the info I’ll look into it.
Just to reconfirm though, are you saying that plugins such as BC Responsive Images ( will not resolve the image file size issue in responsive templates or that it would not work with Enfold in particular?
Your clarification would be much appreciated.
Best regards
RajuFebruary 26, 2014 at 4:37 am #229410In reply to: menu not visible in mobile version
February 26, 2014 at 4:36 am #229409In reply to: AJAX Search – 2 Terms cannot be localized
Hey!
Are you using the latest version of Enfold (2.5.4)?
I tried reproducing your issue on my local install with no success:

Regards,
JosueFebruary 26, 2014 at 4:10 am #229395In reply to: How to Delete "Follow Twitter" from RSS Widget
This reply has been marked as private.February 26, 2014 at 3:54 am #229386In reply to: Editing Blog Homepage Outside of Avia Layout Builder
Hi murphy88!
Please deselect the Blog page on Enfold > Theme Options > Where do you want to display blog? options. Leave it blank. Edit the blog page again, make sure that you add the Blog Posts element.
Regards,
IsmaelFebruary 26, 2014 at 3:32 am #229366In reply to: How to Delete "Follow Twitter" from RSS Widget
This reply has been marked as private.February 26, 2014 at 3:07 am #229355Hey!
Do you have the latest version of Enfold? You have 35 plugins installed, maybe one of them is causing a css conflict within the theme. Deactivate all plugins, see if the issue is fixed.
Best regards,
IsmaelFebruary 26, 2014 at 2:55 am #229347In reply to: Fullwidth Easy Slider
Hey bert787!
Do you have the latest version of Enfold? Please report the issue here. Provide the login details and other information that can help us debug the issue. https://kriesi.at/support/topic/2-5-background-videos-user-examples-for-debugging/
Best regards,
IsmaelFebruary 26, 2014 at 2:49 am #229344In reply to: Formatvorlagen
Hi gmmediadienste!
You can modify the theme color scheme on Enfold > Styling. If you want to add css modifications, use the Quick CSS or custom.css.
Cheers!
IsmaelFebruary 26, 2014 at 2:47 am #229343Topic: WooCommerce and Pre Orders Extension
in forum EnfoldAapgScorpion
ParticipantHey Guys, I bought the Enfold theme (Awesome theme by the way) and I’m using the woocommerce plugin plus their Pre-Order extension.
I was talking with the woocommerce guys about a problem I’m having, and they are saying that the theme is causing the error. I have a screenshot of where the error appears to be.
Is this something you guys can help me?
Thanks!
Alex PerezFebruary 26, 2014 at 2:28 am #229339In reply to: Easyslider captions
Hi!
Please try adding !important rule as following
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none!important; }You can also try adding the code to Custom.css file inside Enfold/Css folder or bottom of Style.css file of your child theme, if you are using.
As far as i remember you are working on local, if not, please post the link to your website so we can take a lookCheers!
YigitFebruary 26, 2014 at 2:23 am #229334In reply to: Elements keep disappearing
Hi 4youth!
1- Please try to increase the allocated memory to 128M http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
You can also contact your service providers to do it
2- I have just checked your website on my iPhone and responsiveness seems fine http://i.imgur.com/DYe0M49.png
Special heading text on the bottom is a bit too big, you can decrease the font size by adding following code to Quick CSS in Enfold theme options under Styling tab@media only screen and (max-width: 480px) { body .av-special-heading.blockquote > * { font-size: 35px; }}3- Please see Peter’s post here https://kriesi.at/support/topic/add-a-new-custom-font/#post-212124
4- No, we do not. You can try hiring a freelance developer on Microlancer, Codeable or WorkPress
Best regards,
YigitFebruary 26, 2014 at 2:06 am #229327In reply to: Unable to install enfold in wordpress
Hey dalen550!
Please see “Common ‘Broken Theme’ and ‘Stylesheet Missing’ WordPress Issues” section here http://support.envato.com/index.php?/Knowledgebase/Article/View/269/0/my-wordpress-theme-isnt-working-what-should-i-do
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750Regards,
YigitFebruary 26, 2014 at 1:51 am #229314In reply to: enfold > heading fonts > mobile view
Hey David!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) { h1 { font-size: 38px!important; }}Cheers!
YigitFebruary 26, 2014 at 1:46 am #229310In reply to: As Single Portfolio include: 2/3 Gallery
Hey Carlos!
You can find Enfold documentation here http://kriesi.at/documentation/enfold/
and video tutorials here http://vimeo.com/channels/aviathemes
This is the layout for that portfolio item http://i.imgur.com/muj3Ldy.jpg
You can also import dummy content in Enfold theme options http://i.imgur.com/Gsv6qvI.jpgCheers!
Yigit -
This reply was modified 12 years ago by
-
AuthorSearch Results
-
Search Results
-
Hello,
I have a problem after having updated the Enfold theme for my website today 26-Feb-14.
The path for WP-Cache was wrong so I couldn’t access my website anymore (front office and back office). I have now modified wp-config and changed from ‘WPCACHEHOME’ to ‘WP-CACHE’ and can now access to the admin panel and the website.
However, there is a massive white gap between the URL bar and the top header of the website. Can you please advise?
Thank you in advance,
CharlotteHey Guys, I bought the Enfold theme (Awesome theme by the way) and I’m using the woocommerce plugin plus their Pre-Order extension.
I was talking with the woocommerce guys about a problem I’m having, and they are saying that the theme is causing the error. I have a screenshot of where the error appears to be.
Is this something you guys can help me?
Thanks!
Alex Perez
