Viewing 30 results - 234,991 through 235,020 (of 244,631 total)
  • Author
    Search Results
  • #188127
    This reply has been marked as private.
    #188119

    Thank you Dude!

    I had tried NextGen 2.0 and couldn’t make heads or tails of it. The Legacy version got me moving along.

    1. I’ve created a gallery with pages as I would like, but when I click on the next arrow or any subsequent page number 2, 3, 4, etc. it doesn’t show the next set of images it is defaulting to a blog page. Under Enfold Theme Options, my blog field is empty, so I’m not sure where it’s pulling the template from.

    Again, I’m using One Page and I’m not sure where/why it isn’t displaying the next page of images.

    #188109

    Hi!

    Yes your theme now looks updated. Please deactivate plugins and check adding cutom css codes. If it starts to work again, you can add following code to Quick CSS in Enfold theme options under Styling tab or into Custom.css file inside Enfold/CSS folder to change color of header meta and adjust it as desired

    #header_meta { background-color: white; }

    You are welcome :)

    Cheers!
    Yigit

    #188108

    Hi, i think i just updated the enfold one. 2.4.2 it says now.

    didnt try the plugins yet but something is wrong now with the header.

    it became transparent.

    any idea what happened or what css code is doing that?

    kinda unreadable ugly now hehe

    APRECIATE your HELP btw!!!

    #188106

    In reply to: Remove Comments

    Hi!

    You should go back to enfold\includes folder and open open loop-index.php file and find

    the_author_posts_link();

    it should be on 159th line. You should replace following lines which are between 152-160

    echo '</span><span class="text-sep text-sep-cat">/</span>';
                        }
    
    
                        echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." ";
                        echo '<span class="entry-author-link" '.avia_markup_helper(array('context' => 'author_name','echo'=>false)).'>';
                        echo '<span class="vcard author"><span class="fn">';
                        the_author_posts_link();
                        echo '</span></span>';

    with

    //echo '</span><span class="text-sep text-sep-cat">/</span>';
                        }
    
    
                        //echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." ";
                        //echo '<span class="entry-author-link" '.avia_markup_helper(array('context' => 'author_name','echo'=>false)).'>';
                        //echo '<span class="vcard author"><span class="fn">';
                        //the_author_posts_link();
                        //echo '</span></span>';

    If you have more questions, please start a new thread

    Cheers!
    Yigit

    #188105

    Hey!

    Have you tried deactivating all active plugins? And you are using fairly old version of Enfold (1.9.1). You can login on ThemeForest witht the account you have purchased Enfold and go to Downloads section to download the latest version 2.4.2 and update it via FTP
    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Cheers!
    Yigit

    #188102
    CooperDevon
    Participant

    Hi,
    since enfold is responsive, i thought i would add my website to my facebook page.
    But if i click on my Website Page Tab, the site loads but the Header menu is a no show.

    is there a way to fix it, somehow?
    or having the mobile navigation have show up?

    thanks in advance

    #188095

    In reply to: Hiding

    Hi,

    You need to update your theme (you have 1.8.2, last version is 2.4.2).

    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: http:/vimeo.com/chanels/aviathemes/67209750

    If you have modified the theme files, remember to backup the Enfold folder.

    Regards,
    Josue

    #188094

    Hey!

    Please try adding the code i posted above to Custom.css file inside wp-content\themes\enfold\css folder. CSS added in Quick CSS section is not being applied for some reason. You can try deactivating the plugins if adding to custom.css file does not work either.

    Best regards,
    Yigit

    #188091
    pc37075
    Participant

    when on (http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/) page… when you scroll down you’ll see the sticky image as you scroll.. the image is the white couch. How do i do this for my site?

    By the way!!!! Amazing theme.. and I’ve used many. Im in love with this theme! Wonderful job!

    Thanks so much for your help!

    #188078

    In reply to: Remove Comments

    Hey!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .home .slide-meta-comments,.home .slide-meta-del { display: none; }

    Cheers!
    Yigit

    #188077

    Hi!

    Do you mind creating a temporary admin login and posting it here privately so we can take a look? Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button

    Best regards,
    Yigit

    #188074

    Hi!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    tr.avia-heading-row { background-color: red!important; }
    .main_color tr:nth-child(odd) { background-color: orange; }

    Cheers!
    Yigit

    #188066

    Hi castwork!

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

    .main_color .grid-content { background-color: transparent; }

    Nice website by the way :)

    Best regards,
    Yigit

    #188060

    In reply to: Remove Comments

    Hi!

    You should go to enfold\includes folder and open open loop-index.php file. Then search for

    if ( get_comments_number()

    It is the starting of the first line as shown here http://i.imgur.com/G12RLk5.jpg
    so you should replace

    if ( get_comments_number() != "0" || comments_open() ){
    
                        echo "<span class='comment-container minor-meta'>";
                        comments_popup_link(  "0 ".__('Comments','avia_framework'),
                                              "1 ".__('Comment' ,'avia_framework'),
                                              "% ".__('Comments','avia_framework'),'comments-link',
                                              "".__('Comments Disabled','avia_framework'));
                        echo "</span>";
                        echo "<span class='text-sep text-sep-comment'>/</span>";
                        }

    with following

    //if ( get_comments_number() != "0" || comments_open() ){
    
                        //echo "<span class='comment-container minor-meta'>";
                        //comments_popup_link(  "0 ".__('Comments','avia_framework'),
                             //                 "1 ".__('Comment' ,'avia_framework'),
                           //                   "% ".__('Comments','avia_framework'),'comments-link',
                         //                     "".__('Comments Disabled','avia_framework'));
                        //echo "</span>";
                        //echo "<span class='text-sep text-sep-comment'>/</span>";
                        //}

    Regards,
    Yigit

    #188053

    In reply to: Footer missing

    Hi!

    Your site is no longer using Enfold.

    Cheers!
    Josue

    I’m not sure if the next release will be 2.4.3 or the full 2.5. There are still some big things Kriesi is working on for this next release and I’m not sure if it will be days, weeks or a month+ right now.

    #188027
    sacden
    Participant

    Hi, could you help me please
    I want to remove the underline in main menu (in hover and active status).

    Here i ve found a same topic, but it doesn´t work for me
    https://kriesi.at/support/topic/enfold-menu-underline-issue/

    This is an example of my code:

    <div class=’container’>

    <nav class=’main_menu’ data-selectname=’Select page’ role=”navigation” itemscope=”itemscope” itemtype=”http://schema.org/SiteNavigationElement&#8221; >
    <div class=”avia-menu”>
    <ul id=”avia-menu” class=”menu”>
    <li id=”menu-item-755″ class=”menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children”>

    <span class=”avia-bullet”></span>Main<span class=”avia-menu-fx”>
    <span class=”avia-arrow-wrap”><span class=”avia-arrow”></span></span></span>

    Thank you so much!

    #188018

    Ok, I cannot understand how to set my megamenu the way you did in your live demo (the video on vimeo doesn’t help me. maybe I’m too dumb). I installed enfold on another site to discover it but you didn’t use megamenu in your dummy data. What I can’t understand is how to set the categories (see Pages in your live demo): what are “Example Pages”, “Slider”, “Blank Pages” and “Special Pages”? Just links with # or what else?

    #188006

    In reply to: Hiding

    Hi!

    Go to Enfold > Styling > Quick CSS (at the bottom, there is a textarea, paste the code i provided there and click ‘Save all changes’).

    Regards,
    Josue

    #188003

    Hi catvine!

    Please go to wp-content\themes\enfold\js folder and open avia.js file and find

     el_height       = $(elements).filter(':first').height(),

    and change it to

     el_height       = 200,

    200 here represents 200pixels. You can change the value so the header size would be the half of it when scrolled

    Best regards,
    Yigit

    #187994

    In reply to: Some css fixes

    Hey!

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

    .tagsy-container .tagsy-box .tagsy-name-group { padding: 0px 6px; }

    Best regards,
    Yigit

    #187993
    CloudChoice
    Participant

    Hi,

    I did the wordpress install twice and i I’m not using plugin

    I had this error in home page:

    Warning: session_start() [function.session-start]: open(/tmp/sess_dffcde8286e432b1364ae368d75b70c8, O_RDWR) failed: Permission denied (13) in /home/cloud/public_html/wp-content/themes/enfold/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/cloud/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/cloud/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    How can i correct?

    After import the Dummy data, the error continue.

    #187991

    Hey!

    You can download this file and add it to Enfold/lang folder and change it with existing Swedish files. This only has strings in English https://dl.dropboxusercontent.com/u/14975671/sv_SE.zip
    And seems like you figured out to display excerpt on blog post :)

    Regards,
    Yigit

    #187989

    Hi!

    That shouldn’t be happening by default. Can you check that the uploads folder for the avia files is writable and that both the parent and child enfold.css file (or whatever the child theme is named) is there?

    Also disable any active plugins you have running to make sure there is no conflict there.

    I’ve tested child themes and set them up on 20-30 live sites at this point and have not had that issue.

    Regards,
    Devin

    #187988
    eastmanbrent
    Participant

    I am using the Enfold theme for forumgroupllc.com. I have configured the contact form, set the recipient email address, and tested it a number of times, using various email addresses (on and off the forumgroupllc.com host) as the delivery address. None of the test form submissions is delivering an email. Can you help?

    Do you mean scheduled 2.5 or 3.0 ? IF it is 2.5, it should not take too long hopefully.

    Hi miketran!

    You can try adding following code to Quick CSS in Enfold theme options under Styling tab and adjusting it as desired

    div .flex_column { border: solid 2px #e1e1e1; padding: 10px; }

    Regards,
    Yigit

    #187973

    Hey Glyphism!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    h3 a { color: red!important; }
    h3 a:hover { color: orange!important; }

    You can apply it to other heading elements this way

    Best regards,
    Yigit

    #187940

    Hi toshe!

    I’ll contact the WPML and ask them to include a filter in the next WPML version. If they include a filter we can fix it. Unfortunately the WPML support staff is not very helpful when it comes to WPML bugs.

    I.e. the last time we reported a bug ( http://wpml.org/forums/topic/wpml-and-ajax-calls/ ) we simply didn’t receive any help and the issue is still not fixed because of a bug in the WPML plugin code.

    Update: I posted the feature request here: http://wpml.org/forums/topic/filter-for-head_langs-function/

    Cheers!
    Peter

Viewing 30 results - 234,991 through 235,020 (of 244,631 total)