Viewing 30 results - 15,751 through 15,780 (of 16,891 total)
  • Author
    Search Results
  • #264558

    In reply to: Hello Kriesi !

    This reply has been marked as private.
    #264413

    Hey!

    Thank you for the info.

    Please edit functions.php then look for the same code Devin suggested. Replace it with this:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>360, 'crop'=>false);
    

    Use this plugin to regenerate the thumbnails, go to Tools > Regen. Thumbnails: http://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

    #264015

    His request was “fullscreen background”
    But after he said he is using a slider i thought what he wants is: http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/

    I guess a fullscreen background is what he really wants in the end. So the linked plugin should help.

    Wenn du etwas wie das hier brauchst: http://css-tricks.com/examples/FullPageBackgroundImage/css-1.php
    Dann kannst du das Plugin verwenden welches Ismael verlinkt hat: http://wordpress.org/plugins/wp-backgrounds-lite/

    Du kannst es auch ohne plugin machen achtung, nicht mit jedem browser kompatibel:

    html { 
      background: url(images/bg.jpg) no-repeat center center fixed; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }

    Zur Kompatibilität und anderen Möglichkeiten kannst du noch hier lesen: http://css-tricks.com/perfect-full-page-background-image/

    Die komplizierten Lösungen welche eine höhere Kompatibilität bringen würden, sollten allerdings den support hier übersteigen.
    Daher empfehle ich einfach das Plugin zu benutzen oder ältere browser nicht zu unterstützen.

    DStoeckl
    Participant

    Hi,
    First I used Enfold 2.54. There I create a Child Theme for the adaption of the theme.
    I put the file header.php to the folder of the child theme and added there the following code:

    <div id='header_meta' class='container_wrap container_wrap_meta'>
        .....
        if($phone) echo "<div class='phone-info {$phone_class}'><span class='hotline_text'>Umzugshotline</span><span class='hotline_phone'>{$phone}</span><img src='http://www.schoeffl.at/wp_site/wp-content/uploads/Lkw_middle.png'><input type='button' onClick='window.location=\"http://www.schoeffl.at/wp_site/kontakt/anfrageformular\"' value='Anfrage' style='float:right;cursor:pointer;' class='inquiry' /></div>";
    ...
    

    After upgrading the theme the header.php of the original theme has been changed. So that the section above now is found in
    /includes/helper-main-menu.php.

    When I copy this file into the folder of the child theme, the changes of this will not apply. I hope, that I don’t have to change this in the original theme code, and I can copy it to the child theme.

    Thanks, Daniela

    #263722

    Hi Devin,

    thank you for your answer.
    I’m sorry, it didn’t.

    Below, you will find the html source code. Justified Image Grid picked up the class “noLightbox” and put it in a-tag. And yet it has the overlay and will open in the standard lightbox behind foobox.

    Short code used in WordPress:
    [jig title_field=off caption_field=off caption=off mobile_caption=off outer link_title_field=off img_alt_field=off link_class=noLighbox ng_gallery=13]

    HTML:

    <div class="jig-imageContainer">
    	<div class="jig-overflow" style="width: 146px; height: 200px; opacity: 1;">
    		<a class="jig-link noLighbox fbx-link jig-loaded" rel="gallery[1]" href="http://16qm.de/wp-content/gallery/portfolio/0001-10.jpg" style="position: relative; overflow: hidden; display: block;">
    			<img src="http://16qm.de/wp-content/plugins/justified-image-grid/timthumb.php?src=http://16qm.de/wp-content/gallery/portfolio/0001-10.jpg&h=240&w=180&q=90&f=.jpg" width="150" height="200" style="width: 150px; height: 200px; margin-left: -2px; margin-top: 0px;" class="">
    			<canvas width="150" height="200" title="" class="jig-pixastic" tabindex="-1" id="" style="width: 150px; height: 200px; margin-left: -2px; margin-top: 0px; display: block; opacity: 1;"></canvas>
    			<div class="jig-overlay-wrapper" style="display: none;">
    				<div class="jig-overlay"></div>
    			</div>
    			<div class="jig-border"></div>
    			<span class="image-overlay overlay-type-image" style="left: -7px; top: 0px; overflow: hidden; display: block; height: 200px; width: 160px;">
    				<span class="image-overlay-inside"></span>
    			</span>
    		</a>
    	</div>
    </div>

    Best Regards,
    Olaf

    • This reply was modified 11 years, 11 months ago by Shashahan.
    #263326

    Hey tmunz!

    A bug was fixed in the last version to use the correct image size for blog pages that had a sidebar. So you can change this image size in your functions.php to the previous height of entries without a sidebar (360):

    
    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270);	
    

    Or use this plugin to do it:
    http://wordpress.org/extend/plugins/simple-image-sizes/

    Make sure to regenerate all images after.

    Regards,
    Devin

    #263315
    armindoerr
    Participant

    Hi,
    I was trying to upload a new icon font as described in your video here: http://kriesi.at/archives/enfold-version-2-3-say-hello-to-our-new-iconfont-uploader

    On a first attempt it seemd to wark, but in the layout editor the new icons were just weird nonsense.
    On a second attempt (after deleting the first zip file) showd this error message after uploading:

    Couldn’t add the font.
    The script returned the following error:
    Fatal error: Call to a member function attributes() on a non-object in /homepages/1/d227302576/htdocs/f10_neu/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 182

    Can you help?

    Thanks,
    Armin

    #263079

    Hey!

    Did you fix it? i checked your website and the entry-footer was empty on all posts:

    Edit: i was seeing the archive page, to remove them from the single page try the following: open /includes/loop-index.php and remove these lines:

    Best regards,
    Josue

    • This reply was modified 11 years, 11 months ago by Josue.
    #263022

    Ok, a better question: The default font in Enfold includes the icon I want to use already. I used the icon code in my functions file to include it as an option, but the icon is still not showing up.

    This is my functions.php code:

    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    function avia_add_custom_icon($icons)
    {
    $icons['spotify']	 = array( 'font' =>'fontello', 'icon' => 'ue907');
    return $icons;
    }
    
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
    function avia_add_custom_social_icon($icons)
    {
    $icons['Spotify'] = 'spotify';
    return $icons;
    }

    Any idea why it wouldn’t work on the front-end?

    #262766
    This reply has been marked as private.
    #262725

    In reply to: Portfolio images size

    Hey anokmarg!

    Thank you for using the theme!

    Do you mind if we take a look at the actual portfolio page? Do you have a sidebar on the single portfolio page? You can change the thumbnail size on functions.php, find this code on line 110:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270);		                 // big images for blog and page entries
    

    Adjust the width and height then set the crop parameter to false:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270, 'crop'=>false);		                 // big images for blog and page entries
    

    Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

    This reply has been marked as private.
    #262155

    Hi Lori!

    Open functions-enfold.php, look for 307:

    if(!empty($link)) $title = "<a href='".$link."' rel='bookmark' title='".__('Permanent Link:','avia_framework')." ".esc_attr( $title )."' $markup>".$title."</a>";
    

    Replace it by:

    if(!empty($link)) $title = "<a href='".$link."' rel='bookmark' ".esc_attr( $title )."' $markup>".$title."</a>";
    

    Cheers!
    Josue

    #262000
    fleur
    Participant

    Dear support team,

    First of all, thanks for the many updates. I really appreciate the time spent to continually improve the Enfold theme.

    For approximately a year now, I am using your theme. In a child theme I worked with a style.css file for customization, as I wanted a centered logo and an always fixed to the top main menu, without a header secondary menu, social icons and phone number. Together with some tweaks in the header.php file, my custom css worked perfect together with the plugin UberMenu (to get a 100% full width). Until the recent major update.

    With the new header option ‘Logo center, menu below’ selected as well as custom css in my child theme in the file style.css I am able to get the same effect as described above, only much easier. The problem I am facing, though, is that in Chrome the fixed to the top main menu is sometimes frozen in the middel of the screen (or somewhere else, but not fixed at the top) after a few times of scrolling. It seems to me, that my custom css is conflicting with your code, and at your forum I cannot find the right solution. Therefore, my following question: can you please advise me, which custom css to use to properly position the main menu above the centered logo and always fixed to the top. Nb. the logo should not stay fixed at the top like the main menu and I would like to keep it the same size.

    The custom css I am using:

    #header_main_alternate { 
    	background-color: #4d4d4d !important; 
    	position: fixed !important;
    	margin-top: -151px !important;
    	width: 100%;
    	z-index: 500;
    	height: 40px !important;
    	border-bottom: hidden !important;
    	border-top: hidden !important;
    }
    .av-main-nav > li > a { 
    	color: #f8f8f8 !important; 
    }
    .html_header_top #top .av_header_stretch .container {
        width: 100%;
    }
    
    @media only screen and (min-width: 990px) {
      /* Add your Desktop Styles here */
    
    .logo img {
      margin-top:57px !important;
      max-height: 80px !important;
    }
    

    Besides this css, I am also using custom css to style the UberMenu. And for the mobile views I also have some custom css to center the logo in a right way and to adjust the margins.

    I am looking forward to hear from you, thank you in advance!

    Best regards, Fleur

    #261907
    This reply has been marked as private.
    #261903
    This reply has been marked as private.
    #261703
    coralys
    Participant

    Hi,
    at first thanks for this great theme. I love it.

    But I have a problem with the functions-php in my child-theme. I want to have the following modifications. The code I use is:

    <?php

    /* ————————————————————————————————————————–
    Thumbnails
    /* ————————————————————————————————————————–*/

    $avia_config[‘imgSize’][‘widget’] = array(‘width’=>80, ‘height’=>80);
    $avia_config[‘imgSize’][‘square’] = array(‘width’=>300, ‘height’=>300);
    $avia_config[‘imgSize’][‘square_small’] = array(‘width’=>180, ‘height’=>180);
    $avia_config[‘imgSize’][‘gallery’] = array(‘width’=>450, ‘height’=> 300);
    $avia_config[‘imgSize’][‘singlepic’] = array(‘width’=>600, ‘height’=>600 , ‘crop’ => false);
    $avia_config[‘imgSize’][‘masonry’] = array(‘width’=>377, ‘height’=>377 , ‘crop’ => false);
    $avia_config[‘imgSize’][‘entry_with_sidebar’] = array(‘width’=>1000, ‘height’=>450);

    /* ————————————————————————————————————————–
    Sidebar
    /* ————————————————————————————————————————–*/

    $avia_config[‘layout’][‘fullsize’] = array(‘content’ => ‘twelve alpha’, ‘sidebar’ => ‘hidden’, ‘meta’ => ‘two alpha’, ‘entry’ => ‘eleven’);
    $avia_config[‘layout’][‘sidebar_left’] = array(‘content’ => ‘ten’, ‘sidebar’ => ‘two alpha’ ,’meta’ => ‘two alpha’, ‘entry’ => ‘ten’);
    $avia_config[‘layout’][‘sidebar_right’] = array(‘content’ => ‘ten alpha’, ‘sidebar’ => ‘two alpha’, ‘meta’ => ‘two alpha’, ‘entry’ => ‘ten alpha’);

    /* ————————————————————————————————————————–
    * Tiled Mosaic
    /* ————————————————————————————————————————–*/

    if ( ! isset( $content_width ) )
    $content_width = 800;

    And now my problem. It works fine, if I change the file in the parent-theme, but if I use this code as a functions.php in my child-theme, I get a blank page in my browser each time. So I have to overwrite the file again and again whith ervery update oft the parent theme.

    Do you have any idea about this error?

    Kind regards
    Cora

    #261595

    Hi web4proPL!

    Thank you for using the theme!

    Actually, the theme should automatically resize all images that you set as post featured image to 710x270px as long as the original image size exceeds the set dimension on the thumbnail size. Edit functions.php, find this code on line 108:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270);		                 // big images for blog and page entries
    

    Set the crop parameter to false to prevent wp from cropping the images, the downside of this modification is you might find some of the images stretched or unproportioned. Suggested image size that you should use is 1420x540px. Replace the code with this:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270, 'crop' => false);		                 // big images for blog and page entries
    

    Regenerate the thumbnails on Tools > Regen. Thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

    Hi Peter,

    Thank you for your reply. Some things worked, some I could’t figure out.

    1. Unfortunately, I can’t write code. Would you be able to write it for me? All I need to says is “6 months” under the price on all 7 products.

    2. I couldn’t find the code which you wanted me to replace. I searched the woocommerce config.php file, but I can’t find any of the code. I tried to look for “woocommerce-main-image”, also for “return sprint”, but there is nothing like that.

    3. Perfect. This sorting seems to work well. Thank you.

    4. One more thing. On the home page, under the main banner slides, there are 5 links to packages with a background image of people. The homepage looks perfect on computer, but I checked it on iPad. It moves the background image and reads it from left, so the links overlap the image and it becomes hard to read. Is there any way I can make this background image responsive, so by viewing on different screens it doesn’t change the layout?

    Thank you very much again. I appreciate your help.

    Stela

    Dear Ismael,

    I solved it. I used the old slideshow.php in combination with quick css code from Yigit. I didn`´t work at first, but now it does.

    Quick css:

    .avia-slideshow .avia-caption .avia-caption-title, .avia-caption .avia-caption-content p { color: white!important; }

    Line 700 and later from slideshow.php are:

    if(trim($title) != “”) $title = “<h3 class=’avia-caption-title’ $markup_name>”.trim(apply_filters(‘avf_slideshow_title’, $title)).”</h3>”;

    if(is_array($content)) $content = implode(‘ ‘,$content); //temp fix for trim() expects string warning until I can actually reproduce the problem
    if(trim($content) != “”) $content = “<div class=’avia-caption-content’ $markup_description>”.ShortcodeHelper::avia_apply_autop(ShortcodeHelper::avia_remove_autop(trim($content))).”</div>”;

    Case closed, I hope I could it could help anybody with the same problem in the future, thanks for your help.

    Daniel

    #261198

    Hey DDamjanovic!

    This seems to be a bug with WPML. I posted a fix in this thread: https://kriesi.at/support/topic/the-post-still-shows-8-comments-when-there-are-none/#post-178386

    In /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider.php replace

    
      $commentCount = get_comments_number($the_id);
    

    with

    
                        //$commentCount = get_comments_number($the_id);
                        $commentCount = $entry->comment_count;
    

    Cheers!
    Peter

    Hey!

    Thank you for the update.

    Please edit config-templatebuilder > avia-shortcodes > slideshow.php, find this code on line 700:

    if(trim($title) != "")   $title 	= "<h2 class='avia-caption-title' $markup_name>".trim(apply_filters('avf_slideshow_title', $title))."</h2>";
    

    Replace it with:

    if(trim($title) != "")   $title 	= "<h3 class='avia-caption-title' $markup_name>".trim(apply_filters('avf_slideshow_title', $title))."</h3>";
    

    Cheers!
    Ismael

    #261055

    Hey John!

    i found the root of the issue:

    I changed it to a proper element and it worked fine so far:
    http://johntarnoff.com/mainpage-3/

    Now you can drag and drop without issue. All this changes where made in this clone:
    http://johntarnoff.com/wp-admin/post.php?post=3400&action=edit&message=1

    Cheers!
    Josue

    • This reply was modified 11 years, 11 months ago by Josue.
    #260990
    brandonritt
    Participant

    Question: hi i need to add Book Antiqua to enfold general styling and i have no idea on how to do it. I tried through the forums but i got locked our with a parse syntax error enfoldchildtheme function php line 7. that issue is resolved but i still want to add the font to the theme. any help would be great. I guess i would need a step by step or pictures plzz. thank you for your time. Brandon

    #260957
    syphadius
    Participant

    Hi, I’m having issues with widgets not showing up in the footer and the masonry blog layout not showing up at all. Also the its causing my footer to have a huge height!
    here is a screenshot
    http://snappy-app.com/s/show.php?pass=e86d8c17fd39a0ca97a0305ad03de99e

    I really need help on this one, I’m running out of solutions.

    Thank you

    #260908

    Topic: Desperate help!!

    in forum Enfold
    brandonritt
    Participant

    hi, i created a enfold child theme and edited the parent function php and now i have
    Parse error: syntax error, unexpected ‘{‘ in /home3/bjr/public_html/wp-content/themes/enfoldchildtheme/functions.php on line 7.

    I downloaded filezilla and uploaded the enfold theme and found the functions php but i don’t know how to fix it from there. here is what it looks like:
    <?php

    global $avia_config;

    /*
    * if you run a child theme and dont want to load the default functions.php file
    * set the global var below in you childthemes function.php to true:
    *
    * example: global $avia_config; $avia_config[‘use_child_theme_functions_only’] = true;
    * The default functions.php file will then no longer be loaded. You need to make sure then
    * to include framework and functions that you want to use by yourself.
    *
    * This is only recommended for advanced users
    */

    if(isset($avia_config[‘use_child_theme_functions_only’])) return;

    /*
    * create a global var which stores the ids of all posts which are displayed on the current page. It will help us to filter duplicate posts
    */
    $avia_config[‘posts_on_current_page’] = array();

    /*
    * wpml multi site config file
    * needs to be loaded before the framework
    */

    require_once( ‘config-wpml/config.php’ );

    /*
    * These are the available color sets in your backend.
    * If more sets are added users will be able to create additional color schemes for certain areas
    *
    * The array key has to be the class name, the value is only used as tab heading on the styling page
    */

    $avia_config[‘color_sets’] = array(
    ‘header_color’ => ‘Header’,
    ‘main_color’ => ‘Main Content’,
    ‘alternate_color’ => ‘Alternate Content’,
    ‘footer_color’ => ‘Footer’,
    ‘socket_color’ => ‘Socket’
    );

    plz any help

    • This topic was modified 11 years, 11 months ago by brandonritt.
    #260666

    Topic: font import

    in forum Enfold
    talelie
    Participant

    Hello,

    I have updated my site to the latest Enfold version 2.7.1
    When I try to import font from fontello, I get the following error message:
    “Couldn’t add the font. The script returned the following error:
    Warning: ZipArchive::open() [ziparchive.open]: Empty string as source in /home/ci7bodu0/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 105
    Wasn’t able to work with Zip Archive”

    any suggestions?

    Thanks
    Tal

    Hey Robert!

    The error does not come directly from the plugin, if you read it carefully:

    Fatal error: Call to undefined function disqus_embed() in /home2/sgrobert/public_html/_capturefusephotography/wp-content/plugins/allow-php-in-posts-and-pages/allowphp.php(373) : eval()’d code on line 2

    It’s actually the inexistent disqus_embed() function that is getting called from the Page apparently.

    Please note that offering fixes for third-party plugins is out of the support scope.

    Cheers!
    Josue

    Hey!

    Thank you for using the theme!

    Please deactivate all plugins then test it again. If you don’t mind, please provide us with a link to your websites. We would like to check it. Make sure that you’re running WP 3.9 plus the latest version of Enfold which is 2.7.1. You might also want to increase the wordpress php memory limit to at least 128M. Depending on your hosting environment you might experience an issue when trying to access the Advance Layout Builder. This is usually due to the builder timing out because of a memory limit in your server environment. The first thing you can do to fix this is to add the following lines in your wp-config.php file located at the root of wp directory:

    define( 'WP_MEMORY_LIMIT', '128M' );
    define( 'WP_MAX_MEMORY_LIMIT', '256M' );

    You can also contact your host if you’re not comfortable doing the adjustments yourself. Refer to this link for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Best regards,
    Ismael

    #260475

    I’m not really sure why but I can’t get any implementation of the LayerSlider shortcode or functions to output. Its worth noting that their php example is invalid since its missing the closing ; .

    Up until version 2.7 the shortcodes were disabled with the plugin but they are now enabled for regular usage. There really shouldn’t be any reason why they aren’t getting output by themselves.

    I don’t have a stand alone version to test with unfortunately so I can’t say if its a LayerSlider issue or what.

Viewing 30 results - 15,751 through 15,780 (of 16,891 total)