-
AuthorSearch Results
-
July 20, 2014 at 10:25 pm #293651
Topic: Enfold Demo
in forum Enfoldluminaso
ParticipantHow do I find/use the Enfold demo, so I can learn how to set up my website? I’ve already uploaded the Enfold Theme to WordPress on my server. Help!
July 20, 2014 at 10:00 pm #293649In reply to: Client Login
Does the Enfold theme have a modal window that can function as a login window?
-
This reply was modified 11 years, 3 months ago by
Jasmer.
July 20, 2014 at 9:46 pm #293648Topic: Fatal error: Call to undefined function issue
in forum Enfoldtonyiatridis
ParticipantHello,
I migrated a site and it went well, however, I am getting this error on a lot of the pages:
Fatal error: Call to undefined function mb_eregi() in /home/cttengin/public_html/newsite/wp-content/themes/enfold/config-layerslider/LayerSlider/helpers/phpQuery.php on line 1421
So the site’s breaking all over the place.
http://cttengineering.com/newsite/
wp details in private area
Any ideas/
Thanks a bunch
July 20, 2014 at 9:00 pm #293645In reply to: Enfold extremly slow
It isn´t a theme-problem. Enfold is a great solution with first class and clean code and great coders..
But it isn´t an exercise of a theme to give you high-class-performance..
It´s your turn to minify all scripts and sheets, to find well-coded plugins, to optimize your items like images eg, to use cache-solutions and good hosting-environment with powerful servers, CDN and more..
A theme is just the face of a body and enfold is one of the best solutions you can find, but you have to do a lot to optimize WordPress (this work you need to do with every other theme, too).
Use P3 to look which plugs are corrupt and change them with other solutions. Just stay with Plugins you definitely need, erase everything that is just a nice add-on.
Use W3TC to minify your stylesheets (.css) in the header. Don´t combine them with scripts (.js)..
Look in your source-code which scripts (.js) are in header-section. Try to minify them in the header-section with the default settings. If your site breaks, you have to erase the scripts from the list one by one. Every time you erased a script, reload in another browser-window your site. On this way you can find scripts that you have to exclude..
Use the same way with body-scripts. Try to bring them before the closing body tag </body> with asynchron loading. Script-minification is the hardest thing on optimization, but it is definitely worth to spend the time..
Test every page after you done this work. This is your first step. You have to do it again after every plugin-installation..Use extended disc-cache for page-cache and minify-cache. Use also browser-caching. If you´re on a shared hoster, don´t use object-cache and database-cache.
Take also a look at Plugin Organizer and use iTheme-Security. Install smushit and use tinypng for .png´s. It´s also very important to safe jpeg´s progressive..
Cheers
July 20, 2014 at 5:24 pm #293625Topic: LayerSlider slide transitions not working after Enfold update
in forum EnfoldRRJ
ParticipantHi there,
Just updated Enfold to the latest version.
Two issues with LayerSlider:
1) Transitions: My home page slider is no longer showing transitions between slides. I went to the Slide and checked each one has transitions set. But no luck!2) HTML in slide content: Secondly, I’m not sure why a <br> tag is no longer working in HTML content on my slide (slide 3). As a temp workaround, I’ve placed a <p> tag but this is not ideal.
Thoughts and help please?
July 20, 2014 at 5:22 pm #293623In reply to: Nested sub-page menu on sidebar
Thank you for your reply! I have added the code to functions.php in the child theme (which is the active theme :-) ). I cleared the browser cache but am not seeing the parent page as a title/link above the list of sub-pages. I am using the latest version of enfold.
Is there something else I need to add?
Thanks!July 20, 2014 at 12:38 pm #293604Hello Dude
You are right, I tried on another fresh Enfold site and it works.2.9.2 version? I only know 2.9.1… It’s new?
July 20, 2014 at 12:14 pm #293600In reply to: Quick CSS not working in Child theme
Hey!
Maybe Enfold can’t regenerate the dynamic stylesheet. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete all css files inside the dynamic_avia folder. Afterwards go to Enfold > Theme Options to regenerate the dynamic stylesheets (hit the green “Save all changes” button) for each language (you need to switch the language to save the settings).
Regards,
PeterJuly 20, 2014 at 12:06 pm #293597Hey!
Enfold doesn’t convert “Bonjour c’est l’été” to “Bonjour c & r s q u o ;est l & r s q u o ; été& # 8 2 3 0 ;” by default. I think something else (custom code or a plugin) converts these characters. I did a quick test on my demo server (unmodified 2.9.2 version) and the share buttons work just fine with “Bonjour c’est l’été…”: http://test.inoplugs.com/bonjour-cest-lete/?lang=en
If you want to modify the title output search for this line in wp-content/themes/enfold/includes/helper-social-media.php
$replace['title'] = !isset($this->post_data['title']) ? get_the_title() : $this->post_data['title'];
and modify replace get_the_title() with your title code.
Best regards,
PeterJuly 20, 2014 at 9:45 am #293577In reply to: Is there a way to Remove Logo and place in UberMenu?
Hi sgrobert!
1) If you want to remove the logo completely insert this code into the child theme functions.php or enfold/functions.php file:
add_filter('avf_logo_final_output', 'avia_remove_default_logo', 10, 6); function avia_remove_default_logo($logo, $use_image, $headline_type, $sub, $alt, $link){ return ''; }
2) We can’t assist with the integration of Ubermenu but afaik the plugin author published a how-to article here: http://sevenspark.com/docs/ubermenu-enfold . You can also use the ubermenu support forum if you have questions regarding the plugin/theme integration.
Regards,
PeterJuly 20, 2014 at 9:39 am #293576In reply to: bbpress search result is something wrong
Hi!
Enfold does not manipulate or change the search results and it’s a problem of the weak wordpress search engine. You can try to install a plugin like: SearchWP which improves the search engine dramatically. You can also integrate it with the ajax search feature: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/
Note that the author of the plugin also uses Enfold for his website but we’re not affiliated with him (he’s not a theme coder or support staff member).
Best regards,
PeterJuly 20, 2014 at 9:35 am #293575In reply to: preloader circle as text (css)
Hi!
I’m not sure if you can easily use your css code with the LayerSlider plugin and probably you need to hire a developer who can integrate the css code into the slider for you. I recommend to paste the code into the quick css field (Enfold > Theme Options) or into the child theme style.css file. Don’t worget to remove the
<style>
and
</style>
html tags because they’re not required if you paste the code into css stylesheets or the quick css field.
Regards,
PeterJuly 20, 2014 at 9:32 am #293573In reply to: Link to Masonry with a filter selected
Hey jeffkaiser!
No, unfortunately this is not possible yet. You can suggest/request this feature here https://kriesi.at/support/enfold-feature-requests/ and if more users vote for it we’ll look into it.
Regards,
PeterJuly 20, 2014 at 9:28 am #293571In reply to: Nested sub-page menu on sidebar
Hi!
Yes, I added a filter to the sidebar menu. To show the parent page insert this code into the child theme functions.php file or enfold/functions.php:
add_filter('avia_sidebar_menu_display_child', '__return_false', 10, 3);
Cheers!
PeterJuly 20, 2014 at 9:19 am #293565Hey alvinhy!
You can use this code.
function add_stuff_before_breadcrumbs() { echo '<div class="stretch_full container_wrap alternate_color light_bg_color title_container"><div class="container">'; echo 'Some html content'; echo '</div></div>'; } add_action('ava_after_main_container', 'add_stuff_before_breadcrumbs');
Insert it into the the enfold/functions.php or child theme functions.php file and replace “Some html content” with your banner code.
Regards,
PeterJuly 20, 2014 at 8:50 am #293557In reply to: Remove image preview for video on mobile
Hi :)
The video does play, which is good, I did not edit anything in the theme files at all. I just added my vimeo link to the fullwidth slider and the video is showing up on mobile and ipad.
I updated the theme for Enfold to the latest version, I’m still having the same problem, I tried removing the image preview that shows up underneath the video, and like you said, when i look on mobile/ipad there’s a blank space with text telling me that I have to upload a preview image. My client doesn’t want a preview image, they just want the video.
I understand that Kriesi set it so there is a preview photo for mobile and ipad, but Is there a way to remove the preview photo all together? Because my video is showing, I’d also like the video to show 100% fullwidth on devices just like it does on desktop.
*As of right now the video preview is left aligned and not fullwidth on ipad.
**This is the embed code that i’m using, I just placed it in the full width slider: <iframe src=”//player.vimeo.com/video/100462310?title=0&byline=0&portrait=0″ width=”500″ height=”281″ frameborder=”0″ webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
I noticed the width is at “500” and height is at “281”…should that be removed so it will show full screen on ipad? The alignment is very off on ipad.
-
This reply was modified 11 years, 3 months ago by
Courtney.
July 20, 2014 at 8:31 am #293552In reply to: enfold portfolio problem
Hi!
Ich glaube hier liegt eine Verwechslung zwischen der Ajax Vorschau und dem Portfolio Eintrag an sich vor. Der Portfolio Eintrag an sich: http://www.brunsvisuals.com/test/?portfolio=lorem-ipsum zeigt mir die 1/2 – 1/2 Struktur richtig an. Der Ajax Vorschau Inhalt unterstützt, wenn man die Gallerie Funktion verwendet, nur ein 2/3 – 1/3 Layout, wie auf der Demo Seite hier: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/ oder auf der Seite hier: http://www.brunsvisuals.com/test/?page_id=3214 . Möchtet ihr ein komplett eigenständiges Ajax Vorschau-Layout bauen, so wählt bitte die “Don’t show images at all” Option aus und fügt eine Galerie (samt den 1/2 – Spalten) in das Vorschau Textfeld ein: http://www.clipular.com/c/5714256892788736.png?k=KEBN_xmhN4UBuxmBmIemm0iYTpk
Ich habe dies auf der Semo Seite gemacht: http://www.brunsvisuals.com/test/?portfolio=lorem-ipsum
Natürlich könntet ihr auch jede andere Struktur bauen – zB 1/3 – 1/3 – 1/3 oder nur 1/1, etc.Cheers!
PeterJuly 20, 2014 at 8:21 am #293551In reply to: New lightbox plugin questions
This reply has been marked as private.July 20, 2014 at 8:20 am #293550In reply to: Enfiold and learning plug ins
Hi!
You need to copy the sensei folder into the theme folder (wp-content/themes/enfold/sensei).
Regards,
PeterJuly 20, 2014 at 8:18 am #293549In reply to: Please contribute and translate Enfold
Hi!
French translation 2.9.1: Enfold-2.9.1-FRJuly 20, 2014 at 7:32 am #293544In reply to: One page website menu header
Hi!
Thank you for the update.
You don’t have to create a new page for the section. You need to use the Color Section element on the same page then add an id to it. Please review the article here: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
For example, create a color section with an id “blog” then a Blog Posts element to it. Create a new menu item called blog then add the anchor link which is “#blog”.
Cheers!
IsmaelJuly 20, 2014 at 7:28 am #293541In reply to: Hide Easyslider on mobiles
Hey!
It’s possible, enable this, create two sliders and set a different class to each one (lets say mobile_slider and desktop_slider). Then add something like this to the Quick CSS:
.mobile_slider{ display: none; } @media only screen and (max-width: 767px) { .mobile_slider{ display: block; } .desktop_slider{ display: none; } }
Regards,
JosueJuly 20, 2014 at 7:24 am #293538In reply to: Menu styles hover and current
Hi uvanlj1!
Thank you for using the theme.
Have you tried editing the Main Menu Links on Enfold > Advanced Styling option? Select the Main Menu Links element then edit it. Note that you can add two elements of the same kind. One for the hover state, another for the initial state.
Cheers!
IsmaelJuly 20, 2014 at 7:15 am #293536Topic: Hide Easyslider on mobiles
in forum Enfoldyouyou78
ParticipantHello,
Can I hide the full screen slider “easyslider” from the home page on mobile and tablets via the style.css file? if so what code do I insert!
Please!– Is it possible to have a different slider on mobile, tablet and desktop. If I make a request here: https://kriesi.at/support/topic/enfold-feature-requests/ . Or this feature is not feasible !?
Thanks!
July 20, 2014 at 7:12 am #293535Hey!
Thank you for the link.
Please set the logo and menu position to Logo Center, Menu below on Enfold > Header Layout panel. Add this on Quick CSS or custom.css:
#header_main_alternate { margin-top: 20px; border-top: 1px solid #e1e1e1; }
Looks like you managed to center align the portfolio sort container.
Regards,
IsmaelJuly 20, 2014 at 5:50 am #293517Topic: Is there a way to Remove Logo and place in UberMenu?
in forum Enfoldsgrobert
ParticipantTo whom it may concern,
Is there a way to remove the option to insert a default logo for the site page and allow us to insert the logo somewhere in a bar menu option ourselves? I would still like the top menu to shrink upon scrolling but it will just affect the height of the menu.
Currently, I would like to insert both logo and menu options on the same bar, but currently the enfold theme doesn’t allow such an option.
Have been trying to insert a UberMenu in but the layout of the top menu seems to keep bouncing out of alignment. Please do advice. Currently, the UberMenu seems to have a display issue that is affected from use of Enfold theme, is there a workaround way for it?
Thanks!
Regards,
Robert ChaiJuly 20, 2014 at 5:25 am #293511In reply to: Remove image preview for video on mobile
Hey!
Like I said, videos should not play on mobile device. Kriesi disabled it. That’s why you are required to add a fallback image. Removing the fallback image will only leave you a blank space when viewing on mobile. You have to remove the entire section. Did you edit anything the theme files?
Try to edit the slide then remove the fallback image. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
IsmaelJuly 20, 2014 at 12:00 am #293490In reply to: social icons in posts
Hi!
It does not work.
Does the code must be entered before or after:require_once (‘functions-enfold.php’);
Best regards,
July 19, 2014 at 11:20 pm #293480In reply to: Heading title cutter off – responsive mode
Hey icodemarchi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab to decrease the font size on screens smaller than 480px
@media only screen and (max-width: 480px) { body .av-special-heading .av-special-heading-tag { font-size: 38px; }}
Best regards,
YigitJuly 19, 2014 at 10:33 pm #293471Topic: Lightbox iframe website
in forum Enfoldfelipemillan
ParticipantHi I want to display a website iframe with lightbox, I check that Enfold use Prettyphoto and I try this code but is not working
Google.com
Apple.com
Twitter.comThis is the error that I get when I try this code https://www.dropbox.com/s/ezgjwvp9qn82jmu/Screenshot%202014-07-19%2016.32.59.png
Can you help me please?
-
This reply was modified 11 years, 3 months ago by
-
AuthorSearch Results
-
Search Results
-
Topic: Enfold Demo
How do I find/use the Enfold demo, so I can learn how to set up my website? I’ve already uploaded the Enfold Theme to WordPress on my server. Help!
Hello,
I migrated a site and it went well, however, I am getting this error on a lot of the pages:
Fatal error: Call to undefined function mb_eregi() in /home/cttengin/public_html/newsite/wp-content/themes/enfold/config-layerslider/LayerSlider/helpers/phpQuery.php on line 1421
So the site’s breaking all over the place.
http://cttengineering.com/newsite/
wp details in private area
Any ideas/
Thanks a bunch
Topic: Hide Easyslider on mobiles
Hello,
Can I hide the full screen slider “easyslider” from the home page on mobile and tablets via the style.css file? if so what code do I insert!
Please!– Is it possible to have a different slider on mobile, tablet and desktop. If I make a request here: https://kriesi.at/support/topic/enfold-feature-requests/ . Or this feature is not feasible !?
Thanks!
Topic: Lightbox iframe website
Hi I want to display a website iframe with lightbox, I check that Enfold use Prettyphoto and I try this code but is not working
Google.com
Apple.com
Twitter.comThis is the error that I get when I try this code https://www.dropbox.com/s/ezgjwvp9qn82jmu/Screenshot%202014-07-19%2016.32.59.png
Can you help me please?