Viewing 30 results - 239,071 through 239,100 (of 244,381 total)
  • Author
    Search Results
  • #162334

    Hi Judith,

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

    .main_color .iconlist_content { color: black !important; }

    you can change color by changing ‘black’ to any other color or colors hex value

    Regards,
    Yigit

    #162328

    In the main navigation, there is no indication to show when sub menu items have their own sub items. A simple arrow indicator or similar would help to alleviate this problem.

    #162326
    Alex
    Participant

    The thread was closed for this issue for a previous user, but I have the same issue. The issue persists and I am running WP 3.6.1 and Enfold 2.1 (with Enfold child downloaded from your site) on a clean install of a new host, so I don’t know what the problem is.

    I just deleted Enfold from the themes folder and reuploaded a fresh copy and it still persists.

    http://homesmartsecure.com

    #162325

    Hi,

    These ones? they display correctly in my end:

    Please post a screenshot of what you see.

    Regards,
    Josue

    #162324

    The issue is in the Icon Boxes right under the slider of the homepage…(as I mentioned in my second post when replying to dude.) It works fine everywhere else.

    I wouldn’t be worried about it…except it’s at the very top of the first page…and the first thing everyone will see when they visit my site.

    That’s why I was hoping to get the accents in those particular Icon Boxes at the top of the page. I suppose I could not use the icon boxes…(I just think they are kind of cool though).

    Thanks for the replies so far…and thanks in advance for a quick solution. (here’s finger crossed).

    ;)

    #162319
    DavyE
    Participant

    Found lots of info online, but still very confusing to me. I’m running Enfold and WPML. Yet WPML finds no .mo files, so I don’t know what it means.
    Please see this screenshot of what WPML says about the .mo files: http://goo.gl/SN750X

    Is that a problem? I see there is a German .mo file (probably because of Kriesi’s native language), but how to get the other missing files?

    Thanks in advance!

    #162264

    In reply to: Revision not Works

    Hi,
    I think I found a solution for the revisions issue and we’ll fix this in the next update (Enfold 2.2). For a quick fix add following code to the bottom of functions.php

    
    add_action('wp_restore_post_revision',  'avia_builder_restore_revision', 10, 2);
    
            function avia_builder_restore_revision( $post_id, $revision_id )
            {
                //$post     = get_post($post_id);
                $revision = get_post($revision_id);
                $meta_fields = array('_aviaLayoutBuilderCleanData', '_avia_builder_shortcode_tree');
    
                foreach($meta_fields as $meta_field)
                {
                    $builder_meta_data  = get_metadata( 'post', $revision->ID, $meta_field, true );
    
                    if (!empty($builder_meta_data))
                    {
                        update_post_meta($post_id, $meta_field, $builder_meta_data);
                    }
                    else
                    {
                        delete_post_meta($post_id, $meta_field);
                    }
                }
            }
    
    
    #162252

    I didn’t test this but you can try following code modification. Open up and replace /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contentslider.php

    
    if($navigation == 'dots') $output .= $this->slide_navigation_dots();
    

    with

    
    $output .= $this->slide_navigation_dots();
    

    and

    
    $html .= "<a href='#{$i}' class='goto-slide {$active}' >{$i}</a>";
    

    with

    
    $html .= "<a href='#{$i}' class='goto-slide {$active}' >{$this->config['content'][($i-1)]['attr']['title']}</a>";
    

    and add following code to the quick css field

    
    .avia-content-slider .avia-slideshow-dots a {
    height: auto;
    width: auto;
    border-radius: 0;
    background: #000;
    opacity: 1;
    filter: alpha(opacity=100);
    text-indent: 0;
    padding: 5px;
    }
    
    #162251
    Michael Oeser
    Participant

    Is there already an option or a workaround to change the logo based on screensize or scrollposition. Well in fact just like you do it on your new kriesi.at design which seems to be very much based on Enfold ;-)

    Cheers
    Michael

    #162249
    Cdfb
    Participant

    Hi guys
    Still having problems with your template Enfold. Please take a look @ the website: http://new.raffaello.name

    1. Every time I embed a Vimeo video with the “video media element”, two black lines appear on the sides once I resize the width of the page. This looks strange. How do I get rid on these?

    2. Why is there so much blank space on the left of the pages? This results in a need for an unnecessarily large width for the page. The problem appears to be with the way that you automatically scale the page. I don’t understand why the left margins move when you resize the page.

    3. After sending a message in the “Contact” section, the bottom half of the screen turned black (has do to with how you resize the webpage). The footer kind of expands. is there a way to get a white space instead?

    Thank you in advance!

    #162235

    Hi,

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

    @media only screen and (min-width: 768px) and (max-width: 989px) { .avia-button.avia-size-medium  { min-width: 210px; } } 
    @media only screen and (max-width: 767px) { .avia-button.avia-size-medium  { min-width: 231px; } } 

    Regards,
    Yigit

    • This reply was modified 12 years, 6 months ago by Yigit.
    #162218

    Hi,

    In your WordPress theme directory you should go to Enfold > 404.php file and Enfold > Includes > Error404.php file

    Regards,
    Yigit

    #162217

    Hi Josue,

    now I found what I need :)

    Thanks a lot for this nice tip!

    Best regards,
    Bruno

    Hi Devin,

    I added this snippet into my functions.php inside the childtheme. After that I went to the startpage and turn on the default editor.

    I insert a class to one Framea to test it. After Update it, the editor window was empty. All the code was gone away.

    But fortunately after I turned to Avia Builder the Frames was inside it. All is like before.

    But if I turned now to the default editor, I can´t see any code. So I can´t add classes or anything else…

    Do you have an idea what should I do?

    Best regards

    #162212

    Hi,

    1) Please add following code to Quick CSS in Enfold theme options under Styling
    .avia-content-slider .slide-entry-title { text-align: center; }

    2) You can change blog layout in Blog Style in General Settings
    http://i.imgur.com/VrbxQnB.jpg

    Regards,
    Yigit

    #162209

    Topic: SmoothScroll

    in forum Enfold
    danneeroy
    Participant

    Hi,

    After loading in the dummy content to the Enfold theme i accidentally deleted the Fullscreen slider page.

    This is the page on the demo site
    http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/

    What i need to find out is the short code or CSS that adds the smoothscroll onto the “Learn More” Button on slide 2. Also if you can tell me where best to apply the code to the slide.

    Any pointers would be really appreciated

    Thanks!!

    #162207

    Hi,

    Can you once again check that Enfold Main Menu is checked in Appearance > Menus
    http://i.imgur.com/4D7x1G3.jpg

    Regards,
    Yigit

    #162195

    I would appreciate to see Mailchimp Form implemented in Enfold Theme.

    Kind regards, Michael

    #162192

    Hi Devin,

    I´ve tried it on different ways. I insert it into different kinds of columns, and I´ve tried it on the outside, without column-blocks

    It´s always the same result.

    Here is a Screenshot from the settings: http://indikator-design.de/medien/Screenshot_progress.png

    Best regards
    Bruno

    #162169

    Any news on a general preview functionality? Mayb it could make it on the list :)

    One band-aid is to clone a page to be edited then place that page as pending review or whatever and then once finished quickly delete the original and rename the new version and change status. As far as I’m aware there’s no seo penalty for this, can you guys confirm this?

    Another way to possibly do it would be to have a caching plugin that didn’t automatically purge updated pages. This way the old static page would still get served up leaving the user free to edit/update a page and see the results before they go live. Unfortunately I can’t find a way for W3 Total Cache to not automatically purge updated pages. Any insights?

    Thanks!

    #162158

    In reply to: No menu

    Hey,

    Your site is on maintenance mode. Please download the latest version of Enfold then update the theme.

    Regards,
    Ismael

    #162148
    Simon Jensen
    Participant

    Hello,

    I use the Easy slider when I choose the “slide” Transition it works fine, but when I choose “Fade” Transition I get the error
    “Warning: trim() expects parameter 1 to be string, array given in /var/www/helgipetersen.com/lyd/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php on line 447”

    How can I fix that?

    #162142

    Hey,

    Glad it is fixed. :)

    Cheers,
    Ismael

    #162140

    Hi,

    You can use the Enfold > Styling > Quick CSS or add css modifications on custom.css. They will work the same.

    Regards,
    Ismael

    #162132

    Ok. Done that

    #162112

    Hi Devin,

    Thank you for your reply.

    Of course I installed and use wordpress-https, if never use it nobody can access SSL on WordPress.

    But two problem I found do not change yet by wordpress-https.

    Now I modified directly enfold.css and used another plugin to fix favicon url problem.

    Anyway please recheck what wrong is.

    Thank you

    Regards,

    #162109

    Yes, I know.

    I am talking about the single image element. When I am adding an image, especially if it is a features page or something like that, I’m not going to be adding an entire gallery. Therefor – it would be better to have the option of adding a caption to single images.

    #162103

    Hi,


    @zerozendesign
    : You can add captions when using the Gallery.

    Regards,
    Ismael

    #162100

    Ability to add captions to image elements

    #162099
    jm.sierra
    Participant

    Hello, Most recently while trying to use the (Layerslider) plug in it has become unresponsive while trying to edit existing and new slides. The weird thing is the plug in is still running as you can visit the site ( Comunidadonline.org ) and the sliders are running and active. On the WordPress backend I can click on the plug in and get as far as clicking edit to modify a slide show but once Im in the slides and try to change any settings nothing happens. The issue presented itself while running enfold ver: 2.0.1. I installed 2.1 to see if issue was resolved but same results.

    I have also manually deleted and reinstalled Layerslider via FTP as well as deleted this line of code this line of code from functions.php

    Line 341: equire_once( ‘config-layerslider/config.php’ );//layerslider plugin

    The plug in did indeed deactivate but once reinstalled and reenabled the issue continues. To clarify I do not know much about PHP and simply attempted the deleting of the code based on an article I found. I am hoping its not an issue with the whole site and it will have to be redone. Any help is appreciated.

Viewing 30 results - 239,071 through 239,100 (of 244,381 total)