Viewing 30 results - 239,551 through 239,580 (of 243,752 total)
  • Author
    Search Results
  • #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

    #131617

    Did you ever figure out the password protect problem? I am also using Enfold and the members page of my site is supposed to be password protected. I made the visibility of the post Password Protected, gave it a password and updated it, but the page never asks for the password, just displays the contents of the page. Tried sending the page to others from another computer and different browser, same problem. What can I do?

    #28483
    jamiepmg
    Participant

    Hi,

    I’m developing an Enfold-based site locally and using git to deploy it on the server.

    TinyMCE works just fine on my local copy of the site. However, on the remote site, I get a ‘Cannot read property’ JS error when trying to create or edit a page or post. It also breaks the LayerSlider editor.

    I’ve increased the WP memory limit, and manually re-downloaded and re-uploaded all files (both WP and Enfold), to no avail. Still broken. I have no idea why it would work locally, but not in the server.

    Any clues?

    Thanks!

    #28481
    montanayank
    Participant

    I uploaded 2.0.1 of Enfold to my site, cmp.christophermatthewspub.com and the easy slider on the home page is ,not advancing , freezes after second slide.

    #136121

    Hi Devin

    Yes they are updated however the theme number did not update. I only updated all the files on the 22nd the same day they were released. So I have the very latest theme files installed despite it saying 1.8. I uploaded all your change log files.

    So the above issue still exists. Please advise.

    Thanks

    Jase

    #129309

    In reply to: Main Menu Sticky?

    If you update to the most recent version of the theme there is an option for a sticky header with social icons.

    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

    #136861

    You still have:

    .avia-icon-list li {
    margin: 0;
    padding: 0 0 30px 0;
    list-style-type: circle !important;
    list-style-position: outside;
    clear: both;
    overflow: visible;
    position: relative;
    min-height: 60px;
    }

    Which is causing that to happen. You need to get rid of that block of css so it doesn’t cause the issue and only the css from my previous post effects your list items inside the icon lists.

    Hi colorit2,

    Not that I know no. You can add it as a feature request to the feature request topic here: https://kriesi.at/support/topic/enfold-feature-requests

    Regards,

    Devin

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