-
AuthorSearch Results
-
July 20, 2014 at 5:22 pm #293623
In 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, 8 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?
July 19, 2014 at 10:00 pm #293465Topic: Enfold – Remove the fade animation of icons loading
in forum EnfoldMonsoon
ParticipantHow can I remove the fade animation of icons loading?
I have a feeling it is an all or nothing thing. I have a page with a large table and icons and it looks silly to have the fade animation for the icons in the table as the table content appears and then slowly the icons appear.Is there a way to remove that animation at the post/page level with some JS in the post/page or is it an all or nothing thing to disable in the functions.php?
Or maybe I could set the animation to instant with a 0 delay…where is that set?
I guess this affects the galleries as well…right? I rather have all loaded and no fading animation than slowly loading 200 thumbnails at 10 per secondJuly 19, 2014 at 7:58 pm #293447In reply to: New lightbox plugin questions
It seems that for the featured image Enfold add the post title to the A tag, but Enfold has removed the Title tag of the image:
<a class="lightbox-added" href="http://www.domodeco.fr/wp-content/uploads/2014/05/haecker-cuisine-1200x655.jpg" title="Composez votre univers avec Cuisines & Créations"> <img src="http://www.domodeco.fr/wp-content/uploads/2014/05/haecker-cuisine-845x321.jpg" class="attachment-entry_with_sidebar wp-post-image" alt="Composition Häcker - Cuisines & Créations, concepteur de cuisines Häcker (Lyon 3ème)" height="321" width="845"July 19, 2014 at 7:42 pm #293443In reply to: New lightbox plugin questions
@devin
Excuse me if I do not make an answer now because I just ugrade to last enfold version, go to a page with images, click on an image, the new lightbox show up but with no title below?
Please go to: http://www.domodeco.fr/interieur/cuisine/composez-univers-cuisines-creations.html
The first one (the feature image show the post title, ok I know why) but the two others do not show any title. Both have Title,Alt and description tags…July 19, 2014 at 7:31 pm #293440In reply to: 2 or more buttons next to each other or inline
Hey felipemillan!
This thread has a good solution you can use: https://kriesi.at/support/topic/enfold-buttons-next-to-each-other-within-same-columns/
Best regards,
DevinJuly 19, 2014 at 7:10 pm #293431In reply to: Buttons Not Working: Timestamp Edit & Tags
The theme doesn’t do anything to modify either of those elements so I’m not sure what we could do from our end. On all of my live sites using Enfold the issue isn’t happening and this is the first report of something like this I’ve seen on the forums so I would assume that its a install specific issue.
You can try doing a WordPress update from the WordPress admin to re-install the most recent version of WordPress again in case there was or is an issue there.
Outside of that, if you have made any customization to the theme through a child theme or with modifying the theme files try removing/reverting them temporarily.
-
This reply was modified 11 years, 8 months ago by
-
AuthorSearch Results
-
Search Results
-
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?
How can I remove the fade animation of icons loading?
I have a feeling it is an all or nothing thing. I have a page with a large table and icons and it looks silly to have the fade animation for the icons in the table as the table content appears and then slowly the icons appear.Is there a way to remove that animation at the post/page level with some JS in the post/page or is it an all or nothing thing to disable in the functions.php?
Or maybe I could set the animation to instant with a 0 delay…where is that set?
I guess this affects the galleries as well…right? I rather have all loaded and no fading animation than slowly loading 200 thumbnails at 10 per second
