Viewing 30 results - 220,921 through 220,950 (of 242,578 total)
  • Author
    Search Results
  • #256780

    Hello!

    Administration Enfold translation in french: Admin-Enfold-2.7_French.rar

    Note: the files will be deleted on the next update.

    If you know an executable to make the changes, I will do job!

    Cheers!

    • This reply was modified 11 years, 2 months ago by youyou78. Reason: bug with the title tag on the link
    #256779
    This reply has been marked as private.
    #256776

    Hey etheravion!

    Open up enfold\framework\php\class-framework-widgets.php and replace:

    
    			if('display title and excerpt' == $excerpt)
    			{
    				echo "<div class='news-excerpt'>";
    
    				if(!empty($avia_config['widget_image_size']))
    				{
    					echo "<a class='news-link-inner' title='".get_the_title()."' href='".get_permalink()."'>";
    					echo "<strong class='news-headline'>".get_the_title()."</strong>";
    					echo "</a>";
    					if($time_format)
    					{
    						echo "<span class='news-time'>".get_the_time($time_format)."</span>";	
    					}
    
    				}
    				the_excerpt();
    				echo "</div>";
    			}
    

    with

    
    			if('display title and excerpt' == $excerpt)
    			{
    				echo "<div class='news-excerpt'>";
    
    				if(!empty($avia_config['widget_image_size']))
    				{
    					echo "<a class='news-link-inner' title='".get_the_title()."' href='".get_permalink()."'>";
    					echo "<strong class='news-headline'>".get_the_title()."</strong>";
    					echo "</a>";
    					if($time_format)
    					{
    						echo "<span class='news-time'>".get_the_excerpt()."</span>";	
    					}
    
    				}
    				echo "</div>";
    			}
    

    Regards,
    Peter

    #256771

    HI Josue,

    Thanks for your research and answer
    What is there to do then?
    I google’ed the foreach() and found something about that the error could be caused be a foreach that is not an array?
    I am not a programmer… But maybe somewhere in the code there is a missing array?
    (Strangely enuf… I have another client with Enfold and SEO by Yoast and this error is not there?).

    Have a nice day

    Peter
    Herbalife Distributor since 1995
    BizDoktor
    Work From Home

    #256769

    In reply to: Enfold und Nextgen

    Hey Biggy!

    Wenn die Pro Lightbox nicht mehr funktioniert würde ich empfehlen auf die standardmäßige PrettyPhoto Lightbox (welche mit dem Theme kommt) zu verwenden. Sie hierzu: https://kriesi.at/support/topic/how-to-use-nextgen-gallery-with-enfold-and-other-kriesi-themes/ – “1) Deactivate the lightbox effect”. Wir können leider derzeit keine umfassende Kompatiblität mit NextGen Pro versprechen bzw. dbzgl Support anbieten. Wenn ich etwas mehr Zeit finde werde ich mir aber ansehen, ob wir dbzgl etwas verbessern können.

    Regards,
    Peter

    #256763

    Hey!

    Please update to Enfold 2.6.4. Older theme versions are not compatible with WP3.9. I recommend to use ftp: http://vimeo.com/67209750 to update the theme.

    Regards,
    Peter

    #256753

    In reply to: Taxonomy filter

    Hey!

    I recommend to try a different blog layout (single author or multi author). The grid layout uses a custom post query which is probably not compatible with the filter widget because the widget only affects the main wordpress query. If you want to use the grid blog layout you would need to modify the code in enfold\config-templatebuilder\avia-shortcodes\postslider.php and implement the query parameters of the taxonomy widget. I recommend to hire a freelancer for this job if necessary.

    Update – I just noticed that the ?s= parameter is set but empty. It breaks the filter because our theme thinks it’s a search query. I recommend to remove ?s= or &s= from the taxonomy url or try to insert this code into the child theme functions.php file:

    
    add_action('after_setup_theme','avia_remove_search_query');
    function avia_remove_search_query(){
    remove_filter('pre_get_posts', 'avia_search_query_filter');
    }
    

    Best regards,
    Peter

    #256749

    Hey hamzahmauzam!

    This widget is not bundled with Enfold or bbpress – it’s a custom widget which is part of the Envato verification plugin Kriesi uses to verify the themeforest purchase codes. You can search for a similar free login widget here: http://wordpress.org/plugins/search.php?q=login+widget

    Best regards,
    Peter

    #256742
    itchybrain
    Participant

    Gday Kriesi

    To make the 2/3 portfolio page (http://kriesi.at/themes/enfold/portfolio-item/slider-two-third/) do I just make each page manually each new item, or is there a predefined template for a 2/3 item that I choose? I haven’t been able to find any templates in the portfolio page choices. I’m happy to make them by myself but wondering am I missing something obvious?

    cheers

    Darryl

    #256741
    hamzahmauzam
    Participant
    #256736

    Done, but #1 the Subscribe button isn’t showing and #2 is there anyway to use Enfolds buttons? or how can I style MailChimps buttons?

    #256731

    Hello

    I found that line but when I change the code I got this error:

    Parse error: syntax error, unexpected 'http' (T_STRING) in /home/********/public_html/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 444

    iotaip
    Participant

    Enfold version 2.7.

    I have a three-column blog grid page. The images of each grid is horizontally aligned. However, there is no fixed height for title, date, except, and “Read more–>”. As a result, if one blog title is taking an extra line than the other blog, or has more lines of excerpts, then the texts are not horizontally aligned. How can I make title to take for example 2 lines, and excerpt to take 2 lines?

    Thanks for your help!

    #256722

    In reply to: Enfold child

    This reply has been marked as private.
    #256721

    Topic: Enfold child

    in forum Enfold
    msujar
    Participant

    Hola, tengo este problema que adjunto en las imagenes. Espero me puedas ayudar, pues no puedo modificar ninguna de las paginas ya creadas mediante el editor avia de plantillas. Cuando intento modificarla no me aparece nada en el editor y si intento agregar alguna imagen o texto me da el error que adjunto.
    Estoy desesperado, ya no se si es por la base de datos o de que puede ser.
    Pantalla editor pagina
    Error de pantalla
    Un saludo

    #256720
    This reply has been marked as private.
    #256714

    Topic: BBpress template

    in forum Enfold
    lsrmedia
    Participant

    For some reason, the look of my BBpress forum looks no where near as nice as the enfold demo page here: http://kriesi.at/themes/enfold/forums/topic/hello-world/

    An example of my forum page can be found here: http://69.195.124.69/~localsp4/forums/topic/test-forum/

    How can I get my forum to look like the demo page forum?

    #256700
    Balazs
    Participant

    Hello,

    we are new to Wordperfect and the Enfold theme. There may be an obvious method to receive security announcements about this theme, but I cannot find it. All I was able to find in the documentation or on the website is that there is a generic twitter account of Kriesi, where – among others – announcements are published.

    #256687
    bcjenkins
    Participant

    Greetings –

    I am attempting to use your theme with http://getpantheon.com and I am getting the following error on activation and viewing.

    Warning: session_start(): user session functions not defined in /srv/bindings/uuid/code/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33
    Fatal error: session_start(): Failed to initialize storage module: user (path: ) in /srv/bindings/uuid/code/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    Please see this article: http://helpdesk.getpantheon.com/customer/portal/articles/1505741

    Is there any way this theme could be made to work with this hosting? You can get a free account for dev for testing.

    Thanks

    bcj

    • This topic was modified 11 years, 2 months ago by bcjenkins. Reason: comma in tags
    #256685
    juubli
    Participant

    New to Enfold and website development…but have searched and read a lot on this site and generally.
    I have not been able to figure out how to use larger image sizes using ‘Tabs’ functionality.

    I have a number of detailed timelines/slides (think words, graphics, pictures) created in omnigraffle. I want to output those as png or jpg in a relatively large format for use with Tabs where tab headings correspond to periods of time (e.g. 1970’s, 1980’s, etc.).

    Two questions:
    1) Where do I find the standard ‘imgSize’ for Tabs? I don’t see any reference to it in the functions.php file or in documentation. Despite having an image that is 1500 pixels wide the image size is relatively small. I’d like the tabs to fill as much of the site as would be recommended here and then the image size within the tabs area to similarly be as large as recommended.
    2) Is there a better approach to try and organize and display this timeline type information?

    Thanks!

    #256679
    akaracing
    Participant

    Hi

    I just updated to 3.9 Enfold and have seen some strange things, my social media icons have lost there color, but on hover you see the color, i had it alternating from color background with white icon then on hover black with colored icon, this happens on laptop and pc’s

    On iphone’s, ipad’s and andriod devices it’s differant, the social media icons are the correct color but also show the alt tag, same with the scroll up arrow.

    this only happened when i upgraded. i do have custom css on the icons please see below

    /* Have fun adding your style here :) – PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

    /* General Custom CSS */

    /*SOCIAL MEDIA ICONS SECTION */

    #top .social_bookmarks_twitter:hover a
    { color: #4099ff; background-color: transparent; text-decoration: none; }
    #top .social_bookmarks_twitter a { color: #fff; background-color: #4099ff; text-decoration: none; }

    #top .social_bookmarks_facebook:hover a
    { color: #3B5998; background-color: transparent; text-decoration: none; }
    #top .social_bookmarks_facebook a { color: #fff; background-color: #3B5998; text-decoration: none; }

    #top .social_bookmarks_youtube:hover a
    {color: #c4302b; background-color: transparent; text-decoration: none; }
    #top .social_bookmarks_youtube a { color: #fff; background-color: #c4302b; text-decoration: none; }

    #top .social_bookmarks_mail:hover a
    { color: #ffcc00; background-color: transparent; text-decoration: none; }
    #top .social_bookmarks_mail a { color: #fff; background-color: #ffcc00; text-decoration: none; }

    #top .social_bookmarks_pinterest:hover a
    { color: #C92228; background-color: transparent; text-decoration: none; }
    #top .social_bookmarks_pinterest a { color: #fff; background-color: #C92228; text-decoration: none; }

    .social_bookmarks li { margin-right: 5px; }
    /* Social Icon spacing */

    /* SCREEN RESPONSIVE SECTION */

    @media only screen and (max-width: 640px)
    {
    .responsive .logo a, .responsive .logo img
    { width:100%; height: auto !important; float:left; margin:0; padding:0; top:0; }
    #advanced_menu_toggle { top: 52px; }
    .responsive #header .social_bookmarks { top: 55%; margin:0; padding:0; left: -15%; }
    }

    /* LAYOUTS & CONTAINERS SECTION */

    .avia-team-member { margin:5px; }

    .content, .sidebar { padding-top: 5px; padding-bottom: 0px; }
    /* this is the spacing on the main page */

    .inner_sidebar { margin-left: 10px; margin-right: 0px; padding:0px; }

    .togglecontainer { margin: 0px 0px; padding: 0px; }
    /* this is the Accordion box on the page */

    .js_active .toggle_content { padding: 3px; margin: 0px; border-color: #d20000; } /* corsa rossa */
    /* this is for the Accordion content details */

    .js_active .toggler { border-color: #d20000; } /* corsa rossa */
    /* this is the Accordion title border area */

    .tabcontainer { margin:0px 0px; }
    /* this is for the content of the Tab box */

    .js_active .tab_content { padding: 5px; margin: 0px; }
    /* this is the content of the Tab box expanded */

    .js_active .top_tab .tab { border-color: #d20000; } /* corsa rossa */
    .js_active .active_tab_content { border-color: #d20000; } /* corsa rossa */
    /* this is for the Tab titles and expanded tabs borders */

    .av-special-heading { margin-top: 0px; }
    /* this is for the Special Heading text */

    .special-heading-inner-border { border-top-width: 2px; border-top-style: none; }
    /* this is for the Special Heading line style */

    .hr { border: solid #ddd; border-width: 2px 0px 0px 0px; clear: both; margin: 5px 0px 5px 0px; height: 0px; }
    .hr span { border-color: #00ffaa; }
    /* this is for the Horizontal Rule */

    .avia_textblock { padding: 5px 0px 0px 0px; margin: 0px; }

    table { margin: 0px; }
    th { padding: 0px; margin: 0px; border: none; }
    td { padding: 0px; margin: 0px; border: none; }
    tr th:first-child, tr td:first-child { border-left-style: none; margin: 0px; }
    tr:first-child th, tr:first-child td { border-top-style: none; margin: 0px; }

    .single-post .post-entry .big-preview { display:none !important }
    /* This stops the preview image being displayed in the post */

    /*
    Desktop Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

    @media only screen and (min-width: 768px) {
    /* Add your Desktop Styles here */

    }

    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

    @media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */

    }

    #256666

    Topic: Different Backgrounds

    in forum Enfold
    AdDesign
    Participant

    Hi,

    Under the “Enfold Theme Options / Styling”, I’m using a Custom Background Image wich is “fixed”, position “center/center” and “tile horizontally”. How can I use a different Background Image with the same settings (fixed, center/center, tile horiz.) for other pages?

    Regards,
    Alex

    Hello,

    Please try to deactivate all third party plugins to see if it gets fixed.

    Also make sure you are using the latest version of Enfold and WordPress.

    Regards,
    Josue

    #256646

    Hi David,

    The full error msg:
    Warning: Invalid argument supplied for foreach() in /home/www/mysite.dk/wp-includes/update.php on line 295

    I compared all files (v. 2.7.) and found NADA (Also FTP’ed a fresh version)
    I swapped theme to another and something else pop up… That error was fixed with the SEO conflict in another topic!
    Back to the update.php…??
    It happens whenever I update plugins or Enfold?

    Best regards

    Peter

    • This reply was modified 11 years, 2 months ago by Netzie.

    Hi Guys

    I’ve managed to resolve The custom css problem but not the layerslider.
    The custom css was somehow reading from a a previous installation of enfold (which I had on the same server and named “enfold2”) and the site seemed to be sucking the css from both of the custom css files – one with my css in and one with the test css in. I deleted the enfold 2 folder and everything is back to normal!!!

    Its odd though cos I have at times had 3 copies of Choices running on the same server (calling the folders Choices 1, choices 2 etc ) and this has never happened but I was on multi site rather than a single site .

    Anyway it’s fixed

    Now on to the Layerslider problem……

    Best regards

    Steve

    #256634

    In reply to: Put flags in top bar

    Hey!

    Seems the Quick CSS is not being saved, try adding the code to css/custom.css.

    Best regards,
    Josue

    #256632

    In reply to: Enfold and svg support

    Edit: oh sorry someone changed on my illustrator the export options for svgs.
    So everything is allright now. Sorry

    #256629

    Topic: Enfold and svg support

    in forum Enfold
    Guenni007
    Participant

    i often like to use svg Graphics. So i usually added some code to functions.php to get the possibility to upload and use svg files.
    on Enfold 2.63 no problem with that. I can use as logo as well as backgroundpictures even in parallax option.
    But yesterday i try to install a new version (2.7) and there is no way to use the svgs as described above. Has there anything changed concerning to svg usage?

    • This topic was modified 11 years, 2 months ago by Guenni007.

    You’re great. It works perfectly! Thank you a lot.

    Maybe have you an idea about this new strange behavior : since I uprgraded Enfold theme to the 2.7 version (yesterday), the highlight aspect in the main menu have changed : there is no more any triangle in the center of the highlighted line.
    (Tested with firefox and chrome latest version but not yet with any recent version of ie)

    best regards,
    m.

    I tried it, but it doesn’t work, too.
    Any other tipps?!

Viewing 30 results - 220,921 through 220,950 (of 242,578 total)