Viewing 30 results - 243,031 through 243,060 (of 244,458 total)
  • Author
    Search Results
  • #124041

    In reply to: NextGEN Gallery

    Hi!

    At the moment Enfold & the template builder does not support the Nextgen gallery selection. I’ll mark this thread for Kriesi – maybe he wants to implement it into the framework.

    Best regards,

    Peter

    #124287

    No, unfortunately Enfold does not support such a header layout out of the box. You can include a small slider underneath the menu like demonstrated here: http://kriesi.at/themes/enfold/pages/ though. Everything else would require some (advanced) customization.

    #124298

    Hi,

    Open up enfold/js/shortcode.js and search for following code around line 205:


    //trigger displaying of thumbnails
    gallery.on('avia_start_animation', function()
    {
    images.each(function(i)
    {
    var image = $(this);
    setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 110));
    });
    });

    change it to:


    //trigger displaying of thumbnails
    gallery.on('avia_start_animation', function()
    {
    images.each(function(i)
    {
    var image = $(this);
    setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 110));
    });
    }).trigger('avia_start_animation');

    and the gallery thumbs should load immediately.

    1) The dropcaps seem to work for me just fine: http://www.screenr.com/N32H

    2) Open up wp-contentthemesenfoldindex.php and search for:

    $title  = __('Blog - Latest News', 'avia_framework'); //default blog title
    $t_link = home_url('/');

    Replace it with

    $title  = __('Blog - Latest News', 'avia_framework'); //default blog title
    $t_link = get_permalink();

    and replace “Blog – Latest News” with your custom text.

    3) Open up wp-contentthemesenfoldarchive.php and replace:

    global $avia_config, $more;

    with

    global $avia_config, $more;
    $avia_config['blog_content'] = 'excerpt_read_more';

    #122816

    I just checked the code and version 1.6 already contains the fix – Kriesi added it in wp-contentthemesenfoldconfig-templatebuilderavia-shortcodespostslider.php with following code:

    $prepare_excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'custom_excerpt_length' , 45) , ".", "…", true);

    This code still checks if you set a manual excerpt (stored in $entry->post_excerpt) and if you set one it won’t use the truncated content – thus the excerpt lengths can vary.

    #24724
    marjan2k
    Participant

    Hey there!

    I purchased enfold recently and I absolutely love it! Its so easy to modify anything with the Avia Layout Builder included in it.

    So before changing the theme I made a new subdomain and used the backup files to populate with data. So far I’m changing some posts into portfolios and the layout I got wasn’t something I was expecting to get.

    There’s a text called “Most Recent Videos” and a separator above it. None of them are in the correct format for this portfolio. Other ones are fine though. http://www.osptest.uoftmsa.com/portfolio-item/orphan-visit-to-sri-lanka-december-2011/

    Here’s my layout:

    http://imgur.com/onHFlqc

    http://imgur.com/WBLfED6

    Please help me :)

    #124191

    Thank you , that did work. I will try to get you those screen shots.

    John

    #24712
    georgeyounan
    Participant

    I’ve attempted to unzip the zip file containing all of the folders and rezip the ENFOLD folder. Once completed, I tried uploading into the WordPress Dashboard through the upload tool. Unfortunately, I keep getting a wordpress failure notice. Any idea what is going on? I am using the current Enfold 1.6.

    Thanks!

    #24711

    Topic: Icon Box (Left) v1.6

    in forum Enfold
    Simon Jensen
    Participant

    Hello.

    I’m using this great Enfold Theme!

    But my Icon box (left) is missing the heading ?? Whats is wrong?

    My page is here – and the icon box is at the bottum of tha page : http://lyd.helgipetersen.com/salg/

    #123230

    Hi,

    Thanks Ismael, I used the last CSS you gave and it does what I want, perfect!

    I didn’t use the more tag before but as I didn’t have too much post I added it in them (time consuming but worth it). So I know that I’m ok now on all my pages (blog, category and archives). The only issue is there is too much space between the posts on my blog page.. I don’t think it’s due to the more tag but maybe the single author small preview style is set up with a specific width between the post ? Is there a possibility to reduce it?

    Finally, I went on Appearance> Menu but the only “Home” I found was on the demo enfold menu which I don’t use. In doubt I translated it but it didn’t change a thing.

    Do you think if I translate the theme in .po files it with resolve that issue?

    Actually I have a question about that, I am learning how to use WPML and I’m just at the beginning. I translated the main expressions I needed thanks to WPML directly in wordpress but it didn’t show too much things to translate compared to when I open your .po file. So if I translate the theme with poedit and upload the.po file on my site, is it safe or will there be a conflict with the work I’ve already done with WPML?

    Kind regards

    #124351

    In reply to: universal filter issue

    I should add where the filter option is in more detail. When using the drop-down sort filter for categories in post/pages or anywhere inside the wordpress admin, instead of getting the expected sorted results I get an error “Invalid Post Type”.

    I un-activated the enfold theme and went back to the default theme “twentytwelve” theme and the drop-down sort filter inside the admin was working again. Only when using the enfold theme, I encountered the error described above.

    Any assistance would be greatly appreciated. Thanks.

    #124431

    Hi,

    So you want a button in there? Please open up functions-enfold.php located in the main theme folder, and go to line 332 which looks like

    $output .= "        <span class='entry-info'>";

    and insert the code below between line 332 and line 333 (just push line 333 down to make room, but do not erase it.

    $output .= " <div class='avia-button-wrap avia-button-center  avia-builder-el-9  el_after_av_textblock  avia-builder-el-last '>";
    $output .= "<a href='' class='avia-button avia-icon_select-yes avia-color-black avia-size-large avia-position-center '>";
    $output .= "<span class='avia_button_icon avia-font-entypo-fontello'>♥</span><span class='avia_iconbox_title'>Buy Now</span></a></div>";

    Thanks,

    Nick

    #124429

    Hi,

    I am not sure what you are asking for. As far as I can see, that’s how it already looks http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-gallery-3/

    Please explain.

    Thanks,

    Nick

    #114662

    * Another suggestion for Masonry layout for posts, pages, portfolio ~

    thanks

    jasmine

    #123956

    Hi,

    Please show on the demo or your site specifically what you are referring to as to video preview (blog, portfolio , something else). Because I looked at demo and wasn’t sure if you were referring to http://kriesi.at/themes/enfold/blog/blog-grid/ the 6th item here or something else.

    Thanks,

    Nick

    #124039

    In reply to: NextGEN Gallery

    Hi,

    If I am not mistaken, that may already be on the request list of future Enfold functionality. I am not very familiar with NextGen, so I am not sure just how challenging it would be to integrate it with the layout builder or even what priority a request like that would have in the overall direction that Kriesi is shepherding the theme towards.

    Thanks,

    Nick

    #114661

    Hi Devin,

    I don’t understand what you wrote in my previous post…up 2 people…

    There is a truncated grey sentence: Edit by Devin….

    What does it mean? Is there already a possibility to duplicate pages/posts? I don’t see anything in the upper right hand side of the editor…

    [Nick: Yes. You can save a page/post/cpt and then open
    a new page or post or custom post type and load up the
    save and you got a duplicate of the original.
    See: http://www.clipular.com/c?7812119=5Qttc8cQnhD8sGgIEuWOb6-Xd5I&f=.png
    ]

    Thanks.

    Antonio

    #124066

    http://www.youtube.com/watch?feature=player_embedded&v=9N0cR9G0NM0

    No idea where that link – maps.gstatic.com – comes from…

    #123810

    Sorry to bother you.

    I looked “How do I use fontface” but I thought that I only would have to use this kind of path if I want to point to a external hosted font, like google fonts.

    I want to host the font in my hosting service and put it in the child theme for avoiding loss in future theme updates. So I put the /font folder in /enfold-child folder using filezilla. So:

    wp-content/themes/enfold-child/font/ (herein I put the font in different formats)

    Is it wrong? Do you recommend me other path?

    Then, I went to WP appearance > editor of Enfold-child and edited the style.css with this snippets:

    /*

    Theme Name: Enfold Child

    Description: A Child Theme for [mysite]. An easy way for doing a lot of file modifications and have no problems with the updates.

    Version: 2.0

    Author: Victoria

    Author URI: http://kriesi.at

    Template: enfold

    */

    /*Add your own styles here:

    */

    @import url(“../enfold/style.css”);

    @font-face {

    font-family: ‘freesans’;

    src: url(‘

    http://[mysite&#93;.org/wp-content/themes/enfold-child/font/freesans.eot’); /* IE9 Compat Modes */

    src: url(‘

    http://[mysite&#93;.org/wp-content/themes/enfold-child/font/freesans.eot?#iefix’) format(’embedded-opentype’), /* IE6-IE8 */

    url(‘

    http://[mysite&#93;.org/wp-content/themes/enfold-child/font/freesans.woff’) format(‘woff’), /* Modern Browsers */

    url(‘

    http://[mysite&#93;.org/wp-content/themes/enfold-child/font/freesans.ttf’) format(‘truetype’), /* Safari, Android, iOS */

    url(‘

    http://[mysite&#93;.org/wp-content/themes/enfold-child/font/freesans.svg#freesans’) format(‘svg’); /* Legacy iOS */

    }

    h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox {

    font-family: ‘freesans’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;

    }

    I tried [mysite] with and without the previous 3w [www.]

    It’s still not working :(

    What is wrong?

    Thanks again.

    #124137

    Thanks for the link to the videos. I had looked over a video there before, but never the long version of the Advanced Layout Editor – very good overview.

    Your suggestion works except it doesn’t give me the option to select a category. The wording is there at the top right, but no drop down on the left as you’d expect (I do have three categories set up). Here’s a screenshot of what I’m seeing: http://www.withthisring-false.info/screenshot2

    #24690
    oRp77
    Participant

    Hey guys,

    I’m using Enfold on an customer’s page, such a great thing!

    But there are some problems with the Advanced Layerslider.

    I’ ve created 4 slides containing image and text elements with several styles, options, links and attributes.

    At slide 4 only a few settings can be made, then the slider will disappear and with it the entire landing page, where it is placed.

    Removing some settings and the slider is back…

    Is it a known problem, what can I do? (php memory is raised up to 256mb already – should be enough)

    Thanks a lot!

    #24681

    Topic: universal filter issue

    in forum Enfold
    silentbob13
    Participant

    This is one of the best themes I’ve come purchased by the way, major props. However, when trying to use the category filter option for the Enfold theme on pages, posts ect. I consistently get a ‘No posts found.’ result when trying to filter by post category. I find the same result when I do a page date filter for any existing pages. And yes, there are results to be found. Please advise, I’m finding the filter bug an universal theme issue.

    Any assistance in providing a solution for this issue would be greatly appreciated. I love this theme.

    #114660

    This is one of the best themes I’ve come purchased by the way, major props. However, when trying to use the category filter option for the Enfold theme on pages, posts ect. I consistently get a ‘No posts found.’ result when trying to filter by post category. I find the same result when I do a page date filter for any existing pages. And yes, there are results to be found. Please advise, I’m finding the filter bug an universal theme issue.

    Any assistance in providing a solution for this issue would be greatly appreciated. I love this theme.

    Site didn’t like custom CSS.

    responsive #header_main {

    padding-top: 10px;

    padding-bottom: 0;

    height: 50px;

    line-height: 60px;

    vertical-align: middle;

    }

    #123712

    The problem is that your table just contains tr and th elements but th elements should be used for table headlines only. Please use different elements for your data – the structure should be (like demonstrated here: http://kriesi.at/themes/enfold/shortcodes/pricing-and-data-tables/ ):

    <tr class="avia-heading-row">
    <th class="avia-desc-col">Geboren</th>
    <td class="mytabledata">29.02.1973</td>
    </tr>

    In your case the structure is

    <tr class="avia-heading-row">
    <th class="avia-desc-col">Geboren</th>
    <th class="avia-desc-col">29.02.1973</th>
    </tr>

    which will give you some weird styling because everything is coded as a headline. In addition search engines might have problems to index the data.

    You can also add html code (and inline styling code) into the table fields – I made a short video to demonstrate the usage: http://www.screenr.com/Nk2H

    #24638
    leedonpark1975
    Participant

    Hi, I’ve recently purchased Enfold theme. I’ve managed to create a test site. However, when I tried to use Permalinks, I’m unable to get it to work other than the elementary default http://www.mydomain.com/?p=123

    I’ve spent 2 days trying to figure out and searching google, tried every method I found but failed. At the minimum, I need “Almost Pretty” permalinks to work – http://codex.wordpress.org/Using_Permalinks#PATHINFO:_.22Almost_Pretty.22

    e.g. http://mydomain.com/index.php/post-name/

    I’m running WordPress Version 3.5.1 on Windows 2003 Server IIS6 and PHP5.

    I’ve added the lines to PHP.ini

    cgi.fix_pathinfo=1

    cgi.force_redirect=0

    PATHINFO is working on my server, I’ve tested with something like http://www.mydomain.com/phpinfo.php/HELLO_THERE

    However, http://mydomain.com/index.php/post-name/ don’t work.

    I’ve also tried the 404 method as described here- http://anaestrada81.wordpress.com/2008/10/03/almost-pretty-permalinks-for-wordpress-and-iis6-and-front-page/

    The method also requires .htaccess file to be server writable. However, I can’t find the .htaccess file in the root directory of WordPress. I don’t want what this file should contain. I’ve tried adding the sample file in http://codex.wordpress.org/Using_Permalinks#Creating_and_editing_.28.htaccess.29 and assigned total control rights to “everyone”. After this, resetting the permanlink settings don’t appear to update the .htaccess file so I’m not sure if this file is needed in the first place.

    Will appreciate any help. thanks.

    #124136

    Hi,

    Create a page. Go to Advance Layout Editor, under Content Element, insert the Portfolio Grid element. Configure the options like 4 columns, number of posts and select the category you want. You can now create portfolio items then set a featured image for each entry.

    To learn more about the theme, please watch this video: https://vimeo.com/channels/aviathemes

    Regards,

    Ismael

    #124190

    Hi John,

    It appears that the widget with the ad code in it is overlapping the content above it somehow which is making the user unable to click those items.

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    .avia-builder-widget-area.avia-builder-el-8.el_after_av_hr.avia-builder-el-last {
    clear: both;
    }

    If you can take a screenshot of the advanced layout editor for that page and provide a link her for it I’d also like to test it out to see what the root cause is. The CSS above will fix it for now.

    Regards,

    Devin

    #123958

    Hi TIA,

    You could target them by name but as far as I know there isn’t any class for the sub categories specifically. Eg the body class gets:

    archive tax-product_cat term-braais-ovens term-114 stretched open_sans woocommerce woocommerce-page

    on this page: http://kriesi.at/themes/enfold/product-category/outdoor/braais-ovens/

    Which isn’t a sub category but the same should hold true for all of them. So you could do #top.archive.term-braais-ovens ul.products li a img but it would need to be done for each category you want it to take effect on (braais-ovens being the category for that page).

    Regards,

    Devin

    #124189

    Thank you for the response, Ismael the shortcodes are below.

    [av_toggle_container initial='1' mode='toggle' sort='']

    [av_toggle title='<b>Most Common Cause of Painful Swallowing</b>' tags='']

    [/av_toggle]

    [av_toggle title='<b>Second Most Common Cause of Painful Swallowing</b>' tags='']

    [/av_toggle]

    [av_toggle title='<b>3 Common Remedies for a Sore Throat</b>' tags='']

    [/av_toggle]

    [/av_toggle_container]

    I appreciate any advice.

Viewing 30 results - 243,031 through 243,060 (of 244,458 total)