Viewing 30 results - 239,551 through 239,580 (of 243,759 total)
  • Author
    Search Results
  • #114811

    Requested:

    the way the testimonial grid display a photo as a small rounded photo is sooooo great !!!
    i want it for icon box and icon list .... it would be wayyyyy cooool :D
    PLEASE PLEASE

    I just noticed you are using WordPress 3.6 and have not updated your theme to 1.9.1+ . You *must* be using the newest version of the theme for any of the themes javascript to function with WordPress 3.6.

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

    #137763

    Hi BoomerangMedia,

    With using WordPress 3.6 you must update your theme files to 1.9.1+ which was the 3.6 update for the theme.

    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

    Regards,

    Devin

    #28507
    BoomerangMedia
    Participant

    The sliders on ‘merrang.co.uk’ work perfectly whilst using Internet Explorer however when viewing the website in Firefox/ Chrome there is an issue as only the first slide appears and wont cycle through the rest of the slides. I have tried using different sliders and re-creating the sliders from scratch but still the same problems. Any helps will be much appreciated?

    #28506
    morecoffee
    Participant

    Aloha!

    I thought about using the Revolution Slider V3.x in Enfold, especially the new full-screen mode. Is there a way to get this working in Enfold as it’s done with the integrated full screen slider? When setting up a full-screen slider in RS, the size is limited in it’s width to the content area.

    Any ideas?

    Thx in advance :)

    Cheers

    Chris

    #28504
    500Webmaster
    Participant

    Hi, this is more of a general and probably painfully obvious question – but if we installed this plugin on WordPress, would it be compatible with the Enfold theme?

    http://codecanyon.net/item/go-responsive-pricing-compare-tables-for-wp/3725820?ref=soland1234

    Thanks,

    Lea

    #114810

    A submission form for ENFOLD’s testimonial feature would be great, so that a user can enter his testimonial and the admin has the possibility to proof it before he publishes it.

    #28500
    Khun_Leigh
    Participant

    Hello,

    Thanks for the great theme.

    I am having problems trying to install in a sub directory and sub domain. When I install the Enfold theme in a sub directory or sub domain I receive the following error:

    Warning: Missing argument 1 for get_post(), called in /home/leighmol/public_html/leemarine/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 128 and defined in /home/leighmol/public_html/leemarine/wp-includes/post.php on line 371

    Warning: Missing argument 1 for get_post(), called in /home/leighmol/public_html/leemarine/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 128 and defined in /home/leighmol/public_html/leemarine/wp-includes/post.php on line 371

    Fatal error: Call to undefined function wp_get_theme() in /home/leighmol/public_html/leemarine/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 1168

    Other themes I install work fine however.

    Could you please advise how to install into a sub directory or sub domain?

    Thank you for your assistance.

    Leigh

    #137719

    In reply to: Layer slider…

    Hey!

    Please update Enfold to the latest version (2.0.x). You’re using 1.5 at the moment.

    Best regards,

    Peter

    #133430

    Hi!

    Please update to the latest version (Enfold 2.0.x). We fixed a bug in the post slider element which can break the sidebar & widget areas – see: https://kriesi.at/support/topic/bug-custom-sidebar-not-showing-up-when-other-loop-is-on-page#post-131029

    Regards,

    Peter

    #137294

    Actually Ismaels code will affect the Fullwidth easy slider. In enfold/js/shortcode.js replace

    //show the first slide
    this.$slides.eq(0).css({visibility:'visible', opacity:0}).avia_animate({opacity:1}, function()
    {
    $(this).addClass('active-slide');
    });

    with

    this.$slides.eq(0).css({visibility:'visible', opacity:1}).addClass('active-slide');

    #137738

    Actually we just use the standard search query and we have no influence on the search results. You can use this plugin to maximize the search power of your website: SearchWP

    Refer to this link in order to integrate the plugin on ajax search: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/

    #28439
    YomStar
    Participant

    Hi, I can’t seem to get the search button to work in the header. When I click it a line appears further down the page, but no search box appears.

    View post on imgur.com

    You can see the black line down in the paragraph text.

    Thanks for your help!

    #136124

    It seems like the standard search query doesn’t work in your case. Eg

    http://www.lighthousemktg.com.au/?s=test doesn’t work but the same search works on the demo page:

    http://kriesi.at/themes/enfold/?s=test

    Try following

    1) Deactivate all plugins and check if the search works. If yes activate them one by one until the search doesn’t work again.

    2) If 1) does not solve the problem upload all wordpress and theme files again. Use the latest versions (wp3.6 and Enfold 2.0.x).

    3) If 2) doesn’t work go to Settings > Permalinks and hit the “save” button to flush the rewrite rules.

    #137543

    Ismael, thank you. I apologize if i came across as pushy.

    What’s crazy is that I would have swore that I tried this exact line of code.

    Again, thank you. it worked.

    #137466

    Try following – open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodescolumns.php and replace

    if($first)
    {
    if(!empty($meta['siblings']['prev']['tag']) &&
    in_array($meta['siblings']['prev']['tag'], array('av_one_full','av_one_half', 'av_one_third', 'av_two_third', 'av_three_fourth' , 'av_one_fourth' , 'av_one_fifth' ,'av_textblock')))
    {
    avia_sc_columns::$extraClass = "column-top-margin";
    }
    else
    {
    avia_sc_columns::$extraClass = "";
    }
    }

    with

    if($first)
    {
    if(!empty($meta['siblings']['prev']['tag']) &&
    in_array($meta['siblings']['prev']['tag'], array('av_one_full','av_one_half', 'av_one_third', 'av_two_third', 'av_three_fourth' , 'av_one_fourth' , 'av_one_fifth' ,'av_textblock')))
    {
    avia_sc_columns::$extraClass = "column-top-margin";
    }
    else
    {
    avia_sc_columns::$extraClass = "";
    }
    }

    if(in_array( $shortcodename, array('av_one_third', 'av_two_third', 'av_three_fourth' , 'av_one_fourth' , 'av_one_fifth' ) )) $meta['el_class'] .= ' avia-small-width-slider ';

    #137586

    Open up wp-contentthemesenfoldincludeshelper-post-format.php and search for

    $heading = is_singular() ? "h1" : "h2";

    Replace h1 and h2 with any headline type of your choice. h1 is used on single post pages, h2 on the blog & archive page. If you’re using a child theme you can duplicate the avia_default_title_filter() function and overwrite the parent theme function if you like.

    #136123

    Yes I did that. All files went up I guarantee you 1000% What I didn’t do was update the style.css file with the new number. I did update all the files. I just didn’t go in physically and update the number to the latest theme number. But it’s all there.

    I will update that number now…. but I will still need to find out about the above.

    Thanks very much

    Cheers

    Jase

    #135728

    Hey!

    Please update your theme to version 2.0 or use the quick fix I posted here: https://kriesi.at/support/topic/i-can-not-create-any-3d-transitions-enfold-responsive-multi-purpose-theme#post-126442

    Best regards,

    Peter

    #137542

    Hey,

    What type header are you using? You can add this on your custom.css or Quick CSS:

    .main_menu {
    right: 100px;
    }

    Regards,

    Ismael

    #136122

    Hi,

    The version number should change if you really updated the file. It should say 2.0.1 on the version number. Please download the latest version on your themeforest account then manually upload it via FTP or your cpanel.

    Regards,

    Ismael

    #136888

    What specifies the 224px; width: 298px container?

    <span class=”image-overlay overlay-type-image” style=”opacity: 0; left: 5px; top: 5px; display: block; height: 224px; width: 298px;”

    Thanks,

    dnikitiuk

    #136887

    Hello Devin,

    Thanks for the update. I have used the regeneate-thumbnails plugin, and currently have woocommerce catalog single product image set to 600×999 px, but there is still no change to the product image.

    If you are to shrink the responsive design to mobile size on your desktop browser, the mobile image will be larger than the standard “full page” single product image.

    Is there any CSS that controls the single product image size other than the woocommerce catalog image options?

    http://cetatek.msvdev.com/?product=warp1

    Thanks,

    dnikitiuk

    designprime
    Participant

    Hi guys,

    We’ve now got most of our new site up on our live server and I’ve very happy overall. However, I have found some pretty major bugs and need some help urgently. For reference, we’re now using the very latest version of Enfold too.

    The most important issues are

    1. Icon List

    The content for these components just keeps disappearing completely and randomly. Many of our page designs include two column layouts featuring a unique instance of the listbox component in each column, not sure if that helps or not here. If I edit a list item and save the page it will usually work as expected. The problem is if I leave the page and then come back to at a later time frequently ALL traces of the list components will be missing from the page editor and interface. If I click ‘Update’ the content is completely deleted too? As we have many pages containing the list items and the site is now live, please can someone help me to find a solution here as I’ve had to rebuild at least three pages twice over information from past page revisions.

    2. Icon Boxes

    Still experiencing weird rollover effects on images added to Iconboxes even though you said this had been resolved? For example, even if you add an image that is exactly the perfect size for the Iconbox and add a link to it, when you mouse over it the image shifts down the page a little.

    3. Buttons just don’t show up in IE8, as in at all? All I can see if a blank space where they should be, could this be because of RGBA colour values which aren’t supported etc?

    #114974
    #137707

    In reply to: Mega Menu Problem…

    Hi Yucozt,

    We’ll need to see your site and take a look at it live. If you have not already updated to Enfold 2.0.1 and are using WordPress 3.6 you’ll need to do that.

    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

    Regards,

    Devin

    #28487

    Topic: Mega Menu Problem…

    in forum Enfold
    yucozt
    Participant

    Hi, I’have been using Enfold theme since a month .. everything was ok. and wonderfull theme. but suddenly mega menu setting is changed it self..actually I did not change anything in the menu setting area ..And now I set and fix it again..but I am not sure about what will happen tomorrow. would you please tell me what can i do for not seeing the same problem at future. ..

    Yucozt

    #137099

    Hi kalvin,

    Can you give a bit more detail on what you’ve tried to use to show the short preview text for blog posts on overview pages? The more tag works for me on my site (http://devinvinson.com/ ) as well as on the demo: http://kriesi.at/themes/enfold/blog/

    Regards,

    Devin

    #137541

    Guys, I think you overlooked me ;-(

    I know this is an easy one for ya.

    Sincerely,

    Pat

    mattb-w
    Participant

    Hi,

    Love this theme! I have been working with it for a few months now and honestly, I’m impressed.

    I haven’t had any issues with the Enfold theme until I made the latest update, but even still, they are small issues.

    If you could please let me know how I can fix these issues I would be very appreciative.

    (1) I have this issue consistently on every page with an image gallery:

    When the page loads an image gallery, the first image caption is displayed incorrectly below the big image.

    This only happened when I updated the theme.

    Please have a look: http://kitodev.com/portfolio-item/kito-l5lb-lever-hoist

    Un-Related question:

    (2) How can I adjust the image gallery thumbnail size height so that it doesn’t crop the thumbnail image?

    Great theme, and thanks very much for your help!

    Cheers,

    Matt

Viewing 30 results - 239,551 through 239,580 (of 243,759 total)