Viewing 30 results - 217,891 through 217,920 (of 241,958 total)
  • Author
    Search Results
  • #272274
    Snerp
    Participant

    Hi,

    I’m using the Enfold 2.8 and have noticed when I use the default hr-spacer the gap/padding is HUGE! I have it set to default (50px) but have changed the padding to 30px and nothing changes. In fact the gap is 100px at the top and 300px on the bottom. I have turned off all the plugins, removed all the custom CSS and fire bugged the code and nothing. The padding remains the same.

    Is this a unique issue or is this something that’s been known? I looked on the forum and couldn’t find any related posts.

    http://www.imageurlhost.com/images/i8dxv0stev07obzk6u.png
    http://www.imageurlhost.com/images/f856xc80lu0a60650gjh.png

    #272266

    Hey!

    Yes, I forgot to set the “autoplay” variable to true. I corrected the code here: https://kriesi.at/support/topic/fullscreen-slider-pause-issue/#post-271664

    If you want to overwrite the default (parent theme) shortcode.js file with your child theme copy the shortcode.js file from the parent theme folder into the js folder of your child theme (i.e. the path looks like wp-content/themes/enfold-child/js/shortcodes.js) and add this code to the child theme functions.php file:

    
    if(!is_admin()) add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 1);
    function avia_register_child_frontend_scripts()
    {
    	$child_theme_url = get_stylesheet_directory_uri();
    	wp_dequeue_script('avia-shortcodes');
    	wp_enqueue_script( 'avia-shortcodes', $child_theme_url .'/js/shortcodes.js', array('jquery'), 1, true );
    }
    

    Cheers!
    Peter

    #272250
    web4smallbusiness
    Participant

    In a recent Enfold upgrade, I noticed that the link window, which usually opens up when you want to link some text would open up behind the text box instead of on top.

    I then noticed that the issue was corrected in a subsequent release, however, I seem to be experiencing that problem again on my website.

    http://www.web4business.com.au

    I have upgraded to Enfold version 2.8.1 and am running WordPress 3.9. I have cleared my cached files and also tested it on both Chrome and Firefox and the problem remains. This is what happens.

    I open a text box
    Highlight some text
    Click on the link icon
    The background outside the text box goes from dark grey to black
    No link window is open.
    When I click on save, the text box closes, but the link window is open there
    If I select Add Link, it doesn’t work
    The only option I have then is to close it

    I have done over 20 websites using the Enfold theme and I experience the problem on some client websites but not others. Other than my own website, no one has been upgraded to the latest version of Enfold.

    Your help would be greatly appreciated.

    Many thanks
    Ivana

    #272249
    kingosoul
    Participant

    Hi All,

    First off I want to say great theme! Works like a charm, and is so easily customisable.

    I am wondering how do I go about having a boxed theme but with the header background (where the logo and nav is) at 100% width of the browser.

    So everything else is boxed except the header.

    Thanks in advanced,

    Regards,

    James

    #272248

    In reply to: Enfold Showcase

    Thank you for the inspiration everybody!
    Please check out my latest website using enfold :)
    I appreciate any criticism :)
    cheers!
    http://www.avalonparkandpreserve.org/

    #272226
    danielpaullucas
    Participant

    Over the past two weeks I’ve been experiencing issues with Enfold. When making changes to page content, items are being moved / squeezed into the wrong sections / panes, as shown in screenshots. The menu bar is also affected. I’ve attached a screenshot in edit mode and a published page displaying the problem.

    https://drive.google.com/folderview?id=0B-7RZW5j_B1gbGZDc3IzbkJrRTA&usp=sharing

    #272223
    This reply has been marked as private.
    #272222
    klondike91
    Participant

    What is the recommended image size in pixels to upload to Enfold? I’m trying to determine how Enfold crops/scales images uploaded to library so can maintain some consistency with logo sizes in this element. It appears the original demo content images are 1000 by 650 pixels, but that does not work for logos because depending on the width and height they get scaled and cropped either too big or too small.
    Any help would be appreciated!

    #272216

    Topic: avia.js modification

    in forum Enfold
    AsadIC
    Participant

    Hi Support team,

    I am using a filtering plugin on the following page (http://52kards.com/library/) so that users can search for specific types of videos. One issue is that if a user filters a certain parameter, then clicks on a video, and then hits the “back” button in his browser he will return back to the library, but the video grid on the page won’t display correctly.

    I spoke to the developer of the filtering plugin and he gave me the following solution:

    “Yes, that’s a bug with Enfold. Open themes/enfold/js/avia.js and change line ~647 from:
    if (fixedMainPadding > 0 && hash && apply_to_container == ‘body’)
    to:
    if (fixedMainPadding > 0 && hash && apply_to_container == ‘body’ && hash.charAt(1) != “!” ) ”

    This solution worked just fine in previous versions of Enfold, but I just updated to the latest release (2.8.1), and this fix no longer works. Do you have a possible solution to the problem?

    Thanks
    Asad

    #272212

    Fantastic Result !! :D

    Two thumbs up for the support team here. The mods suggested by Josue worked a treat and the plugin forms resize and display exactly as expected, the perfect outcome for my requirements.

    Thank you again for all the assistance and I’m really glad I can keep using the Enfold theme with my site.

    Cheers
    MC

    #272209
    khedrubje
    Participant

    Hi.
    I had to change the grid.css file to make my tri.be calendar full width. It has been working fine until today when i updated enfold. I made the changes in enfold/css/grid.css so i am not surprised that it was over written today.
    I am using a child theme and have it it enfoldchild/css/grid.css but it its not working. Is that correct? Or should it be enfoldchild/enfold/css/grid.css. Either way i have tried both ways and it doesn’t work.

    Here is my grid.css file that is in my child theme.

    /* Base Grid */

    .responsive_large .fullsize .container .nine.units {
    width: 100%;
    }

    /* Offsets */

    /* #Desktop – Large
    ================================================== */@media only screen and (min-width: 1140px) {

    .responsive_large .fullsize .container .nine.units {
    width: 100%;
    }

    /* #Desktop – Extra Large
    ================================================== */@media only screen and (min-width: 1340px) {

    .responsive_large .fullsize .container .nine.units {
    width: 100%;
    }

    /* #Tablet (Portrait)
    ================================================== */
    /* Note: Design for a width of 768px, Gutter: 30px, Unit: 32px */
    @media only screen and (min-width: 768px) and (max-width: 989px) {

    • This topic was modified 10 years, 12 months ago by khedrubje.
    #272202

    I also have this problem and it’s only on the website I am using enfold. Is very weird. Any solution or an alternative SEO plugin that is as good as Yoast?

    • This reply was modified 10 years, 12 months ago by WebyxDesign. Reason: added Notify me of follow-up replies via email
    #272197

    In reply to: Enfold Showcase

    Please I need help, nothing seems to work.

    Unpacking the package…

    Installing the theme…

    Destination folder already exists. /hermes/bosweb26a/b1805/ipg.ctavila75com/genland /wp-content/themes/enfold/

    Theme install failed.

    The following themes are installed but incomplete. Themes must have a stylesheet and a template.

    Name Description
    enfold Stylesheet is missing.

    Unpacking the package…

    The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature

    #272184

    No, i was referring to the built-in Enfold forms, if you are going to use the plugin forms only that should be ok.

    Cheers!
    Josue

    #272183

    In reply to: Duplicate sections

    This reply has been marked as private.
    #272158
    #272148
    nerkasa
    Participant

    Hello guys,

    1. I’d like to use the Advanced Layout editor when creating new posts.
    2. If that’s not possible, I’d like to create some sort of a custom layout or a custom template for all the new future posts that I will create – just like I build, save, and later load my own, custom built page templates.

    I have searched the forum and the Google, and found some relevant old topics here:
    https://kriesi.at/support/topic/how-to-add-advanced-layout-manager-to-blog-posts/ (edit meta.php)
    https://kriesi.at/support/topic/avia-layout-builder-elements-in-posts-comments-are-missing/ (edit meta.php)

    My questions are (short answers will do just fine):
    a) Are the above mentioned methods OK to use with the newest enfold version?
    b) Which one of the two methods is more safe/stable/recommendable – only including “post” in meta.php, or both including “post” in meta.php and also in addition replacing the whole template-builder.php file – the recipe provided by Nick the Spectator (I don’t use the comment boxes, so that particular issue mentioned in that topic is irrelevant to me). I am already aware that any issues rising from such changes get no support.
    c) Should the edited copy of meta.php file have the same folder hierarchy in the child theme as it has in the parent theme?
    d) How big (in percents) are the chances that careful usage of Advanced Layout builder in posts would at least once a year corrupt the whole database?
    e) Any other ways to achieve the same goals – No. 1. or 2. ?
    f) Does Kriesi have setup any date for making this feature default?

    Thanks a lot for putting up with us ignorant civilians..

    Best regards,
    nerkasa

    OK, but strangely I didn’t had a problem in ENFOLD 2.7.1

    So in any way there must be a connection.

    Thanks,
    Armin

    #272134

    In reply to: Date in Contact Form

    This reply has been marked as private.
    #272105

    Hi Paul!

    Are you using the latest version of Enfold (2.8)?

    Cheers!
    Josue

    #272099

    In reply to: Color Section

    Hey!

    1. You can set that in Enfold > Header Options > Extra Elements.

    2. You can use the WYSIWYG WP editor for that:

    3. No, that’s not possible but you don’t need to upload a new image for each testimonial, just pull them from the Media Library.

    Regards,
    Josue

    #272085

    Hey!

    Please update the theme to its latest version (2.8).

    Best regards,
    Josue

    #272072

    Hi jmarkula!

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

    @media only screen and (max-width: 990px) { 
    .avia_transform .av_slideshow_full .avia-caption-title {
    font-size: 40px;
    }}

    Regards,
    Yigit

    #272066

    Hi!

    You can simply Import/Export theme settings in Enfold theme options > Import/Export – http://i.imgur.com/nVeOxiY.png

    Cheers!
    Yigit

    #272056

    Actually we just moved it to another server with better memory limits and are testing it out.

    Which brought up a new problem. When move it to another server, including moving all the files of wp-content and the entire DB, all Enfold settings get wiped out. This includes what theme style we chose, the logo selected, the home page selected, etc.

    All other data transferred fine. I’m sure there’s a reason for it, and only takes a few minutes to reset, but is something that may be looked into as to why.

    #272043

    Hi, thanks again. I’ve followed the instructions for generating a Themeforest API key and entered it in WordPress, under the Enfold > Theme Update. However, at the bottom of the screen it says, “No Updates available. You are running the latest version! Great!”.

    Should I now follow the instructions to manually update the theme via FTP?

    #272038

    Labas, Yigit! :)

    I’ve already changed Google Analytics plugin to “BestWebSoft Google Analytics” and everything seems to work well. I guess I shouldn’t add the code again to Enfold theme options?

    Iki,
    Renata

    #272035

    In reply to: Plain Text Email

    This reply has been marked as private.
    #272034

    Hi!

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

    div.ls-slide.ls-active * {
    background-image: url(https://fc09.deviantart.net/fs71/f/2011/074/3/7/dotted_overlay_texture_by_nobren-d3bqt3w.png)!important;
    }

    Regards,
    Yigit

    #272028

    Hi!

    Please go to Enfold theme options > Header Layout > Header Title and Breadcrumbs > Hide both. Then you can choose to display on the pages you would like. But please firstly update Enfold to the latest version 2.8.1 to have more control over options – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Yigit

Viewing 30 results - 217,891 through 217,920 (of 241,958 total)