Viewing 30 results - 235,021 through 235,050 (of 243,794 total)
  • Author
    Search Results
  • #182952

    In reply to: Mobile menu toggle

    After the update of Enfold 2.4 it seems to work fine. Thanks for the support.

    I figured there’s something wrong with the database handling the layerSlider as replacing the files in enfold/config-layerslider didn’t do the trick.

    Where can I find layerSlider’s entries in my database? I guess I could always clear them and start over. As of now, I can’t even create a new slider…

    #182936
    dhruvcasper
    Participant

    Hi,

    I want to hide theme options on top bar when admin user is logged in.

    Please suggest,

    regards

    I tried below changes by yigit but for no help.

    Please add following code to Quick CSS in Enfold theme options under Styling

    li#wp-admin-bar-avia.menupop { display: none!important; }

    Regards,
    Yigit

    kriru
    Participant

    Hi
    my site is http://web.guru99.com/

    in this website i had activate parent theme.

    and i had another website – wordpress.guru99.com

    wordpress.guru99.com this site is clone site developed with the help of duplicator.

    i had actvated child theme here – wordpress.guru99.com.

    but in firebug some files loaded partial 206 message is displayed.

    So what is the issue with my child theme.

    enfold parent theme version – 1.7

    child theme downloaded from your site and uploaded

    so how to tackle this issue.

    #182918
    kaMai
    Blocked

    Hi,

    Im migrating a rather big blog (~800 Posts) to Enfold. So far I’m making good progress, but now I’m stuck at some point:
    The old blog did not use featured images but rather had a custom field with the url of the image (don’t ask why).

    So what I’m trying to do is to change loop-index.php in a way that it checks for this custom field and uses the image found there, or if it’s empty use a featured image.

    Any hints on how to accomplish this?

    Thank you,

    #182915
    PPCHound
    Participant

    Hey,

    I just upgraded Enfold to 2.4.2, which should include the new WP Layerslider version 4.6.5.

    The ‘add new’ button within the transition builder now work (yay!) but I still cannot acheive any transitions other than the default slide-in from right.

    Anyone else having this issue? Cleared my browser cache etc .. but nope. :(

    WP Layerslider, why do you hate me?

    kind regards,

    PPCHound

    Hey… I think I will find a solution for the white space… I´ll play with queries and look what happens…

    But please, please, please can you tell me how to fix the problem with the fixed Pictures in Color Sections on iOS – Devices???

    The Pictures don´t stay fixed! That means that there are white spaces inside the colorsections above and below the pictures…

    I´ve made my Maintenance complete in a Color-Section and it breaks on iPad complete!

    Can´t show this to anybody, it looks really terrible!

    #182910

    I have the same problem like zerodesign. Headerbackground should be transparent but not the navigation and not the logo.

    The last code changes nothing.

    Kind Regards

    #182898

    Hi dmaca!

    I marked this thread for Kriesi (for reference http://msdn.microsoft.com/en-us/library/ie/dn320426(v=vs.85).aspx ). Tbh I think this doesn’t make sense because the user can bookmark your site with and without the xml file.

    Best regards,
    Peter

    #182895

    Hi Peter

    Thank you for the answer.

    In fact I entered the sentence below in “loop-page.php” from “mywebsite/wp-content/themes/enfold/includes”

    //wordpress function that loads the comments template “comments.php”
    comments_template( ‘/includes/comments.php’);

    Just after;
    <?php

    $thumb = get_the_post_thumbnail(get_the_ID(), $avia_config[‘size’]);

    if($thumb) echo “<div class=’page-thumb’>{$thumb}</div>”;

    //display the actual post content
    the_content(__(‘Read more’,’avia_framework’).'<span class=”more-link-arrow”> →</span>’);

    And it worked

    Thanks for answer

    Claude

    #182893

    Hello!

    Could we have customizable 404 page included into theme template, please ?

    Enfold updates are so frequent that customizing code is extra headache.

    Regards,
    Denis

    #182892

    Hi SRD!

    You need to add some custom widgets into the Footer – column1, Footer – column2 and Footer – column3 widget areas. Enfold will display some “dummy content” if these widget areas are empty.

    Regards,
    Peter

    #182891
    dmaca
    Participant

    Hello guys,

    I noticed to many request for ‘browserconfig.xml’ recently.

    Brief research showed that it is caused by Windows 8 / 8.1 visitors. Their system sends request for such file… in order to use it for windows fancy tile desktop.

    Is it possible to include into the theme such ‘browserconfig.xml’ generator… so they could enjoy bookmarking Kriesi-themed sites???

    Kind Regards,
    Denis

    #182888

    Hey!

    Please remove the pretty photo plugin from your server – you don’t need it because the theme already includes the lightbox script.

    Your logo modification breaks our javascript. Please open up enfold/js/avia.js and replace

    
            if(navigator.appVersion.indexOf("MSIE 7.") == -1)
        	avia_resize_menu();
    

    with

    
    /*
            if(navigator.appVersion.indexOf("MSIE 7.") == -1)
        	avia_resize_menu();
    */
    

    Cheers!
    Peter

    #182886

    Hey!

    Great, glad it worked :)

    Best regards,
    Peter

    #182883
    This reply has been marked as private.
    #182880

    Hi Dude,

    Couldnt thank you earlier!

    I followed your advice.. and it works just fine!

    Thank you, thank you very much!!!

    Regards,
    Denis

    #182870

    Hey!


    @claudernest17
    – yes, but if you use the “Default Editor” WordPress will use the default page.php template. If you modify it (like described here: https://kriesi.at/support/topic/enfold-comments-on-pages/ ) WordPress should show the comment form at the end of the page after the page content. If you activate the “Advanced Layout” editor WordPress will not use the pagephp template and the comments won’t work at all.


    @grpetz
    – we plan to implement it with one of the next theme updates but we didn’t look into it yet. In fact we can’t even promise this feature because we may stumble over technical problems which we can’t solve.

    Best regards,
    Peter

    #182866

    Hey!

    masonry_gallery.php just extends masonry_entries.php and you need to modify masonry_entries.php if you want to modify the gallery output. If you want to show the title of the image in the lightbox use the code I posted in my last answer and replace

    
                    if($post_type == 'attachment' && strpos($html_tags[0], 'a href=') !== false)
                    {
                        $linktitle = 'title="'.esc_attr($description).'"';
                    }
                    else if(strpos($html_tags[0], 'a href=') !== false)
                    {
                        $linktitle = 'title="'.esc_attr($the_title).'"';
                    }
    

    with

    
                    if($post_type == 'attachment' && strpos($html_tags[0], 'a href=') !== false)
                    {
                        $title = esc_attr(get_the_title($thumb_ID));
                        $linktitle = 'title="'.esc_attr($title).'"';
                    }
                    else if(strpos($html_tags[0], 'a href=') !== false)
                    {
                        $linktitle = 'title="'.esc_attr($the_title).'"';
                    }
    

    By default Enfold will display the alternative text in the lightbox (instead of the image title) because of consistency reasons.

    Regards,
    Peter

    Hey Alejandro!

    We’ll look into it. Please try following quick fix. Open up enfold/css/dynamic-css.php and replace

    
    extract($color_set);
    extract($main_color);
    extract($styles);
    

    with

    
    if(empty($color_set) || empty($main_color) || empty($styles)) return;
    extract($color_set);
    extract($main_color);
    extract($styles);
    

    Cheers!
    Peter

    Hey!

    Did you fix the issue? The portfolio grid links work for me just fine now: http://www.screenr.com/TnbH
    However I noticed that the server sometimes responses very slow. As soon as I load the page one time it’s cached in the browser and loads fast afterwards. I.e. if I open http://www.taylorezell.com/photos/africa-gallery/ directly the browser will cache the website content and as soon as I access this page from http://www.taylorezell.com/photos/ it will load very fast, otherwise it takes probably a minute or so until the server sends the data. I’m not sure what causes the issue – maybe your hoster can provide a php error log which helps us to find the culprit.

    Regards,
    Peter

    #182860
    vinayb
    Participant

    We are using Enfold latest version on http://www.digitalsaber.net/ and using WP latest version i.e. 3.7.1. But the website is looking all messed up in IE browser. We are looking at the site in IE9 and IE10.

    The issues are:
    1. Menu overlaps the logo.
    2. We cant see the slider.
    3. We are using 3 columns in most of the modules grids but the 3rd column comes in the 2nd row throughout the site where ever we are using 3 column grid.

    The only customization we made in the theme is just changed the content font size.

    Alorenzo
    Participant

    Hi!

    I just installed Worpress and Enfold, I added a photo and some text tot he main page and when I went to create a porfolio category this happended:

    Warning: extract() expects parameter 1 to be array, null given in /home/valok776/public_html/wp-content/themes/enfold/css/dynamic-css.php on line 35

    Warning: Cannot modify header information – headers already sent by (output started at /home/valok776/public_html/wp-content/themes/enfold/css/dynamic-css.php:35) in /home/valok776/public_html/wp-includes/pluggable.php on line 899

    The page is http://www.valokuvauskurssi.fi

    What’s the problem and what can I do?

    #182850

    Josue,

    Thank you for pointing me in the right direction. I only have minimal PHP experience. If you could guide me a little, I promise to spend as many hours as needed sifting through the PHP manual for a more complete understanding :)

    As I see it, it seems like I would need to inject a variable for the hover text either between lines 94/95 or 99/100. Then either designate the strings for the actual text in the CSS, or add a parameter for the text in /enfold/css/layout.css ?

    Would there be other files (besides the custom styles.css) that I would need to edit, or just this function? Trying to jump from the kiddie pool to the lake (or possibly ocean) as it were, so any help (flotation devices) you might have for me would be greatly appreciated. Thank you!

    – Michael

    #182835

    You are welcome Rohan, we are here to help :)

    Cheers!
    Josue

    #182834

    In reply to: Nexus 7 and enfold

    Hey Simon!

    Please update your theme to the latest version of Enfold (2.4.2):

    Cheers!
    Josue

    #182833

    Topic: Gap in contact page

    in forum Enfold
    xrisxal2000
    Participant

    Hi Enfold Team,

    pls see image to understand…

    http://tinyurl.com/pwdqnyw

    Kindest regards,
    xrisxal2000

    #182832

    Hey!

    I think that change was intended due to a design trend (i may be wrong), however if you don’t like it, simply add this code to your style.css:

    .avia-button{
    background-image: url("../images/layout/bg-button.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    }

    If it doesn’t work, copy the /images folder from Enfold to your child theme folder.

    Cheers!
    Josue

    #182831

    Hey Michae1!

    You would need to edit this file: /enfold/includes/helper-social-media.php, play with the html() function declared in line 84.

    Put the text string you want and then make a behavior part with CSS.

    Best regards,
    Josue

    #182826

    Hi mgma!

    It is possible, be sure to request it here :)

    Cheers!
    Josue

Viewing 30 results - 235,021 through 235,050 (of 243,794 total)