Viewing 30 results - 221,521 through 221,550 (of 244,572 total)
  • Author
    Search Results
  • #265241
    Peter
    Participant

    I have this function:
    http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/

    … on my website but I am using self hosted videos. I have supplied the links to the mp4 version in the full screen slider settings, I have uploaded mp4 + webm + ogv video versions also to the same upload folder.

    There are also fallback images for mobile screens.

    Everything works on mac on the browsers I have checked (safari, ffox, chrome)

    Also ok on mobile

    I checked with windows 7 on virtual box and it also works with chrome and ffox
    But testing ie8 the first video starts but then the next slide does not begin. I can not even click on the buttons to navigate between slides.
    The same slider on your demo page seems to work but it is using vimeo-videos so perhaps I have something in my code I need to adjust to make it work with ie8 ?
    I have tested the mp4 versions of the videos and if I play them in the ie8 browser windows media player takes over and plays all of them nice.

    • This topic was modified 11 years, 11 months ago by Peter.
    #265236
    This reply has been marked as private.
    #265234

    In reply to: Hover Over Icons

    Change the #FFFFFF to the color you want. (all 4)
    You also can add more keyframes like 20%{ }, 60% { } and so on. You can also make the color change over the time of the effect.
    http://kriesi.at/documentation/enfold/custom-css-and-quick-css/

    @-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFFFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
        opacity: 0.5;
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFFFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
        opacity: 0;
        transform: scale(1.5);
    }
    }
    @keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFFFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
        opacity: 0.5;
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFFFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
        opacity: 0;
        transform: scale(1.5);
    }
    }
    #265228

    Hi!

    Ok, then try to add this code to the child theme functiond.php file (or place it at the very bottom of enfold/functions.php):

    
    add_filter('avia_breadcrumbs_args', 'avia_change_home_breadcrumb', 10, 1);
    function avia_change_home_breadcrumb($args){
    if(defined('ICL_LANGUAGE_CODE') && ICL_LANGUAGE_CODE == "en") $args['show_home'] = 'Home';
    if(defined('ICL_LANGUAGE_CODE') && ICL_LANGUAGE_CODE == "he") $args['show_home'] = 'Home (Hewbrew)';
    return $args;
    }
    

    Replace “Home (Hewbrew)” with your Hewbrew text and “Home” with the English text. Then save the modified functions.php and the translation should show up if you switch the language.

    Regards,
    Peter

    #265218
    reniar
    Participant

    Hallo Peter,

    ich habe seit einigen Tagen erhebliche Probleme mit dem Layerslider auf meiner Homepage, denn ich kann auf einmal keine Slides mehr bearbeiten oder neue hinzufügen.

    Ich habe in der letzten Woche 2 neue Slides in meinen Slider (vorher 8, danach 10 Slides) eingefügt, habe diesen abgespeichert, und die Änderungen werden auch korrekt angezeigt.

    Doch wenn ich den Slider zum Bearbeiten öffne, dann kann ich keine einzelnen Slides mehr auswählen, editieren oder neue hinzufügen.

    Ich habe den Slider exportiert (funktioniert) und als neuen Slider re-importiert – auch diesen kann ich nicht bearbeiten.

    Ich habe den Slider dupliziert (funktioniert) – auch das Duplikat lässt sich nicht bearbeiten.

    Dann habe einen neuen Testslider (mit 3 Slides) angelegt (funktioniert), neue Slides eingefügt (fünktioniert), dieser lässt sich ohne weiteres bearbeiten. Das Problem muss also an meinem spezifischen Slider liegen.

    Ich bin dann davon ausgegangen dass vielleicht irgendein Datenbank-Fehler passiert ist oder dass in irgendeinem Slide ein fehlerhafter Parameter existiert, daraufhin habe ich mich entschlossen den Slider noch einmal komplett neu aufzubauen und alle Slides neu einzurichten.

    Ich habe daraufhin den alten Slider entfernt, einen neuen eröffnet und die Inhalte neu eingepflegt. Nach jedem neuen Slide habe ich den Slider abgespeichert und wieder neu geöffnet, das ging auch bis zum 8. Slide gut. Die letzten beiden Slides (9 und 10) habe ich in einem Zug erledigt und dann abgespeichert. Als ich danach den Slider wieder öffnen wollte hatte ich den selben Salat wie mit meinem Ursprungs-Slider – ich kann ihn nicht mehr bearbeiten. Es wird stets nur der Anfangs-Slide angezeigt, wenn man auf einen anderen Slide klickt passiert nichts. Auch die einzelnen Layer im Anfangs-Slide lassen sich nicht mehr anklicken und öffnen.

    Es könnte irgendeine Art von Speicherüberlauf sein, ich habe auch schon versucht alle Plugins zu deaktivieren – doch das bringt keine Änderung.

    Ich hoffe ihr könnt mir weiterhelfen.

    Meine Konfiguration: WordPress 3.9, Enfold 2.7, Layerslider 5.1.1
    Adresse der Seite: http://www.rainerhess-marketing.de

    Viele Grüße nach Österreich!

    Rainer

    benteasbjorn
    Participant

    this is the statement in WordPress, so I guess, I am running the latest update from Enfold.
    But the text still don’t work still. And the tread with the text question I started is now closed.
    So now is my question: do I have to update the theme elsewhere? and the statement in WordPress, about running the latest Enfold is not the truth? Or?

    #265190

    Hi moliri!

    1) Der Text ist Teil der po/mo Übersetzungsdateien. Dieser Post beschreibt, wie man mit Codestyling the Übersetzungsdateien bearbeiten kann: https://kriesi.at/support/topic/french-version-of-site/#post-265158

    2) Hierzu eine Seite mit den LayerSlider anlegen und darunter das “Blog” Element einfügen. Dann unter Theme Options diese Seite als Blog Seite auswählen und unter “Blog Layout” – “Blog Style” die “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)” option auswählen.

    Regards,
    Peter

    #265188

    Hey Peter,

    I tried to translate it but it shows only the hebrew words and not what i insert.

    I looked in the functions-enfold but its not there. i don’t where it takes it from.

    can you please help me with it?

    thanks

    #265184

    Hey!

    I think you don’t need to change the code since the 2.7.x update – Kriesi added a new option to the theme framework which enables you to select a higher switch width value. Go to Enfold > Theme Options > Header Layout > “Mobile Menu” tab and select “Header Mobile Menu activation” – “Activate for Smartphones & Tablets”.

    Best regards,
    Peter

    #265181

    In reply to: Standard Editor

    Hey!

    You can download the latest version of Enfold (version 2.7.1) for free from themeforest.net. It’s fully compatible with WP3.9. You can use ftp: https://vimeo.com/channels/aviathemes/67209750 to install the update.

    Best regards,
    Peter

    #265180

    In reply to: Breadcrumb Duplicated

    This reply has been marked as private.
    #265170

    Hi Juan-Jose!

    We use the get_bloginfo() function to generate the home url. If you want to change it open up wp-content/themes/enfold/framework/php/class-breadcrumb.php and search for:

    
    $trail[] = '<a href="' . home_url() . '" title="' . esc_attr( get_bloginfo( 'name' ) ) . '" rel="home" class="trail-begin">' . $show_home . '</a>';
    

    Best regards,
    Peter

    #265158

    In reply to: French Version of site

    Hi!

    The “Load more” link, etc. is just a static text which is translatable with po/mo files. If you want to update/modify the po/mo translation files install this plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language and click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain (i.e. search for “Load more” and translate it). At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    Cheers!
    Peter

    #265157

    In reply to: visual Editor

    Hi!

    Bitte aktualisiere Enfold auf Version 2.7.1. Mir ist aufgefallen, dass Version 2.6.2 verwendet wird, welche nicht mit WP3.9 kompatibel ist. Ich empfehle ein Update per ftp: https://vimeo.com/channels/aviathemes/67209750

    Regards,
    Peter

    #265149

    Sorry I forgot to precise that the actual Enfold running for this site is the 2.6.3 version (not 2.7).
    Thanks. Marie

    #265148
    Marie
    Participant

    Hi !
    I have just uploaded Enfold last version. Before installing it, I was about to adapt the js. file as I always do for each update, with some special code I need to change for the responsive menu, around line 300. But this time the js. file is really different and I’m not skilled enough to know what I should do… Can you help me please ? I need to know what I should change now on the new js.file and where… :)
    Thank you so much.
    Best regards,

    Marie
    website : http://www.auxigene.net

    Here is the js.file code I always change (cf SwitchWidth / twice -> : 989 instead of 767)

    function avia_responsive_menu()
        {
        	var win = $(window), header = $('.responsive #header');
    
        	if(!header.length) return;
    
        	var menu 			  = header.find('.main_menu ul:eq(0)'),
    	    	first_level_items = menu.find('>li').length,
    	    	bottom_menu 	  = $('html').is('.bottom_nav_header'),
    	    	switchWidth 	  = 989;
    
        	if(first_level_items > 7 + header.find('#menu-item-search').length && !bottom_menu)
        	{
        		switchWidth = 989;
        		header.addClass('mobile_menu_tablet');
        	}
    

    Also, for info, code in my quick css regarding responsiveness also, in case I should also change something there…
    Thank you again !

    /* Smaller font size on slider iPad iPhone */
    @media only screen and (max-width: 767px) {
    .avia-caption .avia-caption-title {
    font-size: 10px; }
    }
    
    /* Responsive menu TABLET */
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_menu_tablet .main_menu {
    display: block;
    }
    }
    
    /* Menu and logo not one into another */
    @media only screen and (min-width: 767px) and (max-width: 989px) {
    .main_menu ul:first-child > li > a { font-size: 11px; }
    .responsive .main_menu ul:first-child > li > a { padding: 0 5px; }}
    
    /*Hide the menu*/
    @media only screen and (max-width: 990px) {
     .responsive #header .main_menu ul {
       display: none;
     }
    }
    
    /*Title Container breadcrumb - Responsive*/
    @media only screen and (max-width: 767px) {
    .responsive .title_container .breadcrumb {
    top: 12px;
    }
    #top .title_container .container {
    padding: 0px 0px 6px 0px;
    min-height: 90px;
    }}
    
    /*Decrease the padding between menu items on screens smaller than 1140px to stop menu from overlapping the logo*/
    @media only screen and (max-width: 1140px) {
    .main_menu ul:first-child > li > a {
    padding: 0 7px!important; }}
    #265125

    Hey!

    Thank you for the login details.

    I still can’t see the Enfold Child panel and everytime I tried to check the page it redirects me to the coming soon page.

    Best regards,
    Ismael

    #265094

    Hey AscenderDesign!

    Please refer to this link: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/

    Find this line of code:

    // limit the results to 5
    	function avia_searchwp_search_num_results() {
    		return 5;
    	}

    Increase the default value of 5.

    Cheers!
    Ismael

    #265077

    Hey bluber!

    Thank you for using the theme!

    Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.

    Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    Best regards,
    Ismael

    #265070

    In reply to: Avia Layout Builder

    Hey gharry79!

    Thank you for using the theme!

    Do you mind if we take a look at the actual website? Did you recently update to WordPress 3.9? Please download the latest version 2.7.1 from your themeforest account then update the theme via FTP to fix WP 3.9 issues with text blocks. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Ismael

    #265067
    PeterSpann
    Participant

    Since the latest WordPress update when I use a template and Update the Page the content dissapears.
    No matter how many times I Place the template data on the new page it always goes away once I Update the page
    I have version 2.7.1 of Enfold
    How do I fix?

    Micheal0424
    Participant

    WP Version: 3.9.1
    Theme: Enfold
    Website: http://cpa.maximfactory.com/

    Header Extra Elements Social Media and Phone Number – Make Larger, I think maybe a 50% increase would be good.

    How do I make these larger?

    Thank you!

    slui
    Participant

    Hi,

    I’m having some serious issues with Enfold. I’m not even sure where to begin. WP is installed in a sub-directory. Would love some help with this:

    Warning: session_start() [function.session-start]: The session id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and ‘-,’ in /home/XXXXXXXX/public_html/XXXX/wp-content/themes/rtv/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/XXXXXXXX/public_html/XXXX/wp-content/themes/rtv/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/XXXXXXXX/public_html/XXXX/wp-content/themes/rtv/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/XXXXXXXX/public_html/XXXX/wp-content/themes/rtv/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/XXXXXXXX/public_html/XXXX/wp-content/themes/rtv/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXXXXX/public_html/XXXX/wp-content/themes/rtv/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/XXXXXXXX/public_html/XXXX/wp-login.php on line 415

    Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXXXXX/public_html/XXXX/wp-content/themes/rtv/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/XXXXXXXX/public_html/XXXX/wp-login.php on line 427

    Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXXXXX/public_html/XXXX/wp-content/themes/rtv/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/XXXXXXXX/public_html/XXXX/wp-login.php on line 429

    Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXXXXX/public_html/XXXX/wp-content/themes/rtv/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/XXXXXXXX/public_html/XXXX/wp-includes/pluggable.php on line 695

    Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXXXXX/public_html/XXXX/wp-content/themes/rtv/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/XXXXXXXX/public_html/XXXX/wp-includes/pluggable.php on line 696

    Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXXXXX/public_html/XXXX/wp-content/themes/rtv/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/XXXXXXXX/public_html/XXXX/wp-includes/pluggable.php on line 697

    Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXXXXX/public_html/XXXX/wp-content/themes/rtv/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/XXXXXXXX/public_html/XXXX/wp-includes/pluggable.php on line 698

    Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXXXXX/public_html/XXXX/wp-content/themes/rtv/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/XXXXXXXX/public_html/XXXX/wp-includes/pluggable.php on line 699

    Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXXXXX/public_html/XXXX/wp-content/themes/rtv/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/XXXXXXXX/public_html/XXXX/wp-includes/pluggable.php on line 700

    Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXXXXX/public_html/XXXX/wp-content/themes/rtv/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/XXXXXXXX/public_html/XXXX/wp-includes/pluggable.php on line 703

    Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXXXXX/public_html/XXXX/wp-content/themes/rtv/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/XXXXXXXX/public_html/XXXX/wp-includes/pluggable.php on line 704

    Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXXXXX/public_html/XXXX/wp-content/themes/rtv/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/XXXXXXXX/public_html/XXXX/wp-includes/pluggable.php on line 705

    Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXXXXX/public_html/XXXX/wp-content/themes/rtv/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/XXXXXXXX/public_html/XXXX/wp-includes/pluggable.php on line 706

    Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXXXXX/public_html/XXXX/wp-content/themes/rtv/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/XXXXXXXX/public_html/XXXX/wp-includes/pluggable.php on line 709

    Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXXXXX/public_html/XXXX/wp-content/themes/rtv/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/XXXXXXXX/public_html/XXXX/wp-includes/pluggable.php on line 710

    Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXXXXX/public_html/XXXX/wp-content/themes/rtv/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/XXXXXXXX/public_html/XXXX/wp-includes/pluggable.php on line 711

    Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXXXXX/public_html/XXXX/wp-content/themes/rtv/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/XXXXXXXX/public_html/XXXX/wp-includes/pluggable.php on line 712

    #265030

    In reply to: Cannot view text

    Hi!

    Are you using the latest version of Enfold?

    Best regards,
    Josue

    #265021

    Hey!

    Make sure you have the latest version of Enfold (2.7.1).

    Cheers!
    Josue

    #265017
    birgit
    Participant

    Hi
    First I would like to say: what an awsome theme Enfold is. It is the first time I ever made an website, and it has been sooo easy, and the result fantastic! But I can not remove the Import dummy data button.
    Finally I paid a developer to do it. He could not remove it eighter.

    We did this: http://kriesi.at/documentation/enfold/remove-the-import-dummy-data-button/

    Any ideas?

    Thanks
    Birgit

    #265012

    In reply to: Standard Editor

    Peter,

    I am having the same problem with my Enfold Theme – No Visual Editor Display after updating to WordPress 3.9. WordPress is telling me that the theme (Enfold) should be updated to work with 3.9 and above since this is not happening on the vast majority of their installs and is a theme related issue. Will you be creating an update or patch to fix this problem? The main reason I selected Enfold was because it was a robust theme that required no programming knowledge to implement – and everything worked great until we upgraded to 3.9!!!

    Thanks

    #265008

    Josue, I’ve checked the child code and the mountains of Enfold code re these issues. If I could find it there, I would not be requesting help here.

    Did you ever sign in? What about all these issues?

    I need to resolve these issues immediately and launch. Please give me concrete advice for each issue.

    Thank you for a great theme.

    It does seem like every update breaks something that was working before. And it’s so hard to nail down the cause because there are so many css, php and js files! Please help.

    I know you have many users awaiting support but please take a few moments and read through this thread again and help me find solutions—so I won’t have to keep posting here.

    #265003

    Hi Andi!

    Are you using Enfold version 2.7.1 and WordPress version 3.9.1? Have you tried deactivating all active plugins to see if there is any conflict with the theme and its shortcode button output?

    Cheers!
    Devin

    #264998
    martinbelton
    Participant

    After reading this post, I am using WP Backgrounds Lite and I am trying to add a background with no luck. It is basically a fix for my layer slider issue.

    The webpage in progress with the text on the left behaving responsively is here. I would like to have a full-width background behind it.

    The version with the background in the right place is here. The text doesn’t line up with the body / header on resizing however. This was created using a slider – but I have been pulling my hair out over this one for a few days now.

    I would ultimately like the text from the first link together with the background from the second link.

    My last resort is to do this. If I do have to do this, could you please tell me how I can remove any padding between the image and the header, so it fits up nice and snugly to the header?

    • This topic was modified 11 years, 11 months ago by martinbelton.
Viewing 30 results - 221,521 through 221,550 (of 244,572 total)