Viewing 30 results - 101,791 through 101,820 (of 142,939 total)
  • Author
    Search Results
  • #570422

    In reply to: Enfold Support

    Okay, thx. I got my password now but where can I post my questions after this topic ist closed?

    1.
    Upload of pictures in the library doesn’t work.
    I get the following message:
    portrait.jpg The directory wp-content / uploads / 2016/01 can not be created. Is its parent directory writable by the server?
    (portrait.jpg Das Verzeichnis wp-content/uploads/2016/01 kann nicht angelegt werden. Ist das übergeordnete Verzeichnis durch den Server beschreibbar?
    )

    2.
    Instead of “home” there still stands “Startseite” in the navigation. How can I rename “Startseite” in home?

    Hi CircleofBlueAdmin!

    When you edit the post you’ll need to set a custom excerpt. If you do not see the excerpt field then click on “Screen Options” in the top right hand corner of your screen and check it to display.

    Regards,
    Elliott

    #570388

    For future, reference, Basilis, your recommendation did not work. I believe it was outdated to an earlier version of Enfold and caused a number of problems for me. This solution did work, however: https://kriesi.at/support/topic/display-menu-description-text-in-main-nav-menu/#post-353714

    #570378

    It’s not fixed. Apologies if I was not specific.

    Here is a video I recorded showing how it should work on my desktop, and then switching to iPad (safari and chrome) where the dropdown menu doesn’t work:

    https://www.dropbox.com/s/ldsje7d36pux8wj/iPadBug.mov?dl=0

    #570370

    In reply to: Display / hide author

    Hi,

    Actually I’d like to display it not from the grid view but from the single blog post view.

    Example http://www.jtvdigital.com/blog/top-10-social-networks-in-2015/
    Next to the date, the author should be displayed, right?

    Thanks

    #570359

    Hello Yigit!

    I have the same problem: I have a single page site that uses anchors to position different content on the site and buttons to scroll to the specific section. Now when scrolling with a mouse almost 99% of the time the scrolling stops between sections and thus making it really difficult to concentrate on the content.

    The link above shows exactly the same scrolling feature I’m looking forward to applying to my Enfold website – My website

    There’s a zip file with what looks to be a plugin, but does not install in wordpress.

    Would you be so kind to advise us on how would it be possible to maybe use some of these features to improve the “mouse scroll to #section” feature a bit please?

    If the whole procedure takes too long to compose then I would be more then grateful if you advise a general direction or a little hint on where to start then I could maybe figure it out. Add something somewhere, place something somewhere, look something up from somewhere ect…

    Sunshine and cookies,

    Mikk

    OOTMD
    Participant

    Hi, I searched all over and found the following post, and this is fairly close to what I would like:
    https://kriesi.at/support/topic/change-color-of-menu-item-when-submenu-item-is-active/

    The resulting code for that post was this:
    .current-menu-ancestor > a span.avia-menu-text {
    color: red;
    }

    However, that code only works if you’re currently in that area of the site. If you’re just rolling over a different section (without visiting that section) and scroll down to the submenu items, I need to change the color of the menu item that is its parent. Is this possible? Thank you in advance for any help you can give.

    #570319
    bemvestir
    Participant

    Hi,

    I recently purchased Enfold 3.4.7.
    I want social icons displayed vertically in footer socket, like etsy.com.
    I searched the forum and I found this topic – https://kriesi.at/support/topic/social-icons-in-footer-socket/, but the solution given refers to look for this code:
    <?php
    echo “<div class=’sub_menu_socket’>”;
    $args = array(‘theme_location’=>’avia3’, ‘fallback_cb’ => ”, ‘depth’=>1);
    wp_nav_menu($args);
    echo “</div>”;
    ?>

    …but I can not find it on footer.php.
    Instead I found this one:

    echo “<nav class=’sub_menu_socket’ “.avia_markup_helper(array(‘context’ => ‘nav’, ‘echo’ => false)).”>”;
    echo $menu;
    echo “</nav>”;

    I appreciate your help.

    Thanks

    • This topic was modified 10 years, 3 months ago by bemvestir.
    #570303

    No, I haven’t changed the code block that you had added on the page. The code block you had added has the following CSS though:
    <style type = “text/css”>
    #after_section_3 { display: none !important; }
    </style>

    the one from https://kriesi.at/support/topic/blog-post-image-and-title-layout/#post-565153 is a bit different:
    <style type = “text/css”>
    aside { display: none !important; }
    main { width: 100% !important; border-right: 0px !important; }
    </style>
    I’m not sure what may have occurred however when I tried adding the CSS from post# 565153 to either the code block or quick CSS, it still didn’t remove the Top blank section above the slider nor the right hand navigation menu at the bottom. =(

    #570292

    found it
    themes/enfold/js/avia.js

    line 897 – remove vimeo references from autoLink Elements

    var defaults = {
    				groups			:	['.avia-slideshow', '.avia-gallery', '.portfolio-preview-image', '.portfolio-preview-content', '.isotope', '.post-entry', '.sidebar', '#main', '.main_menu'], 
    				autolinkElements:   'a.lightbox, a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href*=".jpg?"], a[href*=".png?"], a[href*=".gif?"], a[href*=".jpeg?"], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"], a[href*="iframe=true"]',
    				videoElements	: 	'a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"], a[href*="iframe=true"]',
    				exclude			:	'.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"]',
    			},

    thanks

    Paul
    Participant

    I’ve been trying to sort out the w3c compliance on my website and after managing to remove at least eight missing p errors per page I am now stuck with 2 errors which you can see here

    The itemtype attribute must not be specified on elements that do not have an itemscope attribute specified.

    The frameborder attribute on the iframe element is obsolete. Use CSS instead.

    I have managed to work through all the other errors on my site but am now totally stuck with how to remove these. Indeed they dont stop the site or page from working but they do seriously effect my page ranking and general interweb whatever what not.

    Any ideas?

    #570271

    Well I got it working looking through another thread that I found here. https://kriesi.at/support/topic/avia-layout-builder-not-visible-anymore-crisis/.

    So many threads about the Avia and yet it comes down to a delete cache.

    Thanks guys. I hope it works for you.

    #570264

    Hi,

    Sorry, just to let you know that I’m working on a site locally, and testing via different desktop browsers for different size screens, hence I noticed the issue with the theme. When I checked your demo one, it behaved exactly the same.

    Any help to resolve the menu issue would be much appreciated.

    Thanks

    #570199

    With class .avia-slideshow, doesn’t work.

    I used only the .your-custom-class and work perfectly.

    .your-custom-class .avia-slideshow {
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#000), to(transparent));
    background-image: -webkit-linear-gradient(left, #000, transparent);
    background-image: -moz-linear-gradient(left, #000, transparent);
    background-image: -o-linear-gradient(left, #000, transparent);
    padding-top: 3px;
    }

    Thank you

    #570184

    Hey!

    Please change the code to following one

    function remove_adminbar_themeoptions() {
    ?><style>#wp-admin-bar-avia, li.toplevel_page_avia { display: none !important; }</style>
    <?php
            }
    add_action('init', 'remove_adminbar_themeoptions');

    Best regards,
    Yigit

    #570173

    Thanks for the answer … the theme options disappear from left dashboard menu but I still have the dashboard admin top bar…it´s possible to hide it here too?
    Thank You.

    #570163
    MindSpark
    Participant

    Hi.

    I read the thread by @Yigit on how to enqueue font awesome icons in the function.php file, but I have noticed that when adding the code snippet

    ‘<i class=”fa fa-desktop”></i>’ (same for all other icons)

    using the Advanced Layout Editor – that after updating the page, the icon snippet vanishes from the page…. not sure why this is happening and wondered if this is something you guys know about?

    see screenshots below that demonstrate my issue:
    – adding the code >> http://snag.gy/LEMoY.jpg
    – confirmation the code was updated >> http://snag.gy/xrNky.jpg
    – after page is updated, the FA is visible in the Advanced Layout Editor, but when I click on the Text Box to add something else, the FA code snippet is now gone >> http://snag.gy/jQ2wJ.jpg

    any help you can offer is greatly appreciated!

    #570159

    Hi Isakos-Soft!

    Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your slider and give it a custom CSS class and then add following code to Quick CSS and adjust as needed

    .your-custom-class .avia-slideshow {
        background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#000), to(transparent));
        background-image: -webkit-linear-gradient(left, #000, transparent);
        background-image: -moz-linear-gradient(left, #000, transparent);
        background-image: -o-linear-gradient(left, #000, transparent);
        padding-top: 3px;
    }

    Best regards,
    Yigit

    #570156

    Hi teotaban!

    Please add following code to Functions.php file in Appearance > Editor

    function remove_adminbar_themeoptions() {
    ?><style>li.toplevel_page_avia { display: none !important; }</style>
    <?php
            }
    add_action('init', 'remove_adminbar_themeoptions');

    Cheers!
    Yigit

    #570141
    Isakos-Soft
    Participant

    Hello,

    I want to set border top and border bottom stripes in easy slider.

    The Css code is that, but doesn’t work.

    .avia-slideshow li img {
    background: repeating-linear-gradient(
    -55deg,
    #222,
    #222 10px,
    #333 10px,
    #333 20px
    );
    }

    Thank you

    #570137
    wistlaumann
    Participant

    Sorry for recreating this topic but we need to know how to do the same for singe posts.

    See:
    https://kriesi.at/support/topic/new-blog-layout-for-site-with-left-sidebar-menu/

    On single posts the picture isn’t shown in full height.

    #570127

    Is not necesary that be autoplay, i want that user can play the video on mobile or tablet by clicking a play button

    #570116

    Hi Anonimo!

    unfortunately mobile devices do not support autoplay.

    Regards,
    Andy

    #570108

    Hi Cordell!

    it won’t be easily possible without a plugin. Refer to: https://kriesi.at/support/topic/exclude-pages-from-search/#post-79216

    Regards,
    Andy

    #570104

    In reply to: Fullscreen Slider

    #570083

    In reply to: blog news

    Hi diefleischerei!

    refer to this: https://kriesi.at/support/topic/nextprevious-post-within-same-category/

    Regards,
    Andy

    Hi Yigit,

    Can you tell me if there is a solution for this? Or how I have to change the color sections in to something else so it works like the desktop version?

    #570039

    Hey wistlaumann!

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

    #top .fullsize .template-blog .blog-meta {
        float: left;
        width: 33%;
    }
    .html_header_sidebar #top .fullsize .template-blog .post .entry-content-wrapper {
        max-width: 66%;
        float: left;
    }
    .small-preview {
        width: 100%;
        height: 100%;
    }

    and then add following code to Functions.php file of your child theme in Appearance > Editor

    add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
    $size['square'] = array('width'=>300, 'height'=>300);
    return $size;
    }

    and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/

    Cheers!
    Yigit

    #569999

    Hi!

    We are working on your issue please be patient while we update you with the results here.

    The password you provided is not working.

    Please login as admin then goto Enfold > General Styling > Quick Css

    and add the below code at the bottom

    
    /* Right Sticky header*/
    .html_header_right #top #header {
        position: fixed!important;
    }
    

    Nice to know you are into Yoga. I’m from where Pattabhi Jois comes from :)

    Regards,
    Vinay

    • This reply was modified 10 years, 3 months ago by Vinay.
    #569980

    Topic: Stop auto scroll

    in forum Enfold
    WRonald
    Participant

    Hi!

    At my page webinartrainer.eu (at bottom) there is a strange auto scroll functionality when clicking on the icons of the “Tour” (from Visual Composer). it hides content.

    Visual Composer support says this has nothing to do with them …

    Can I disable the auto scroll?

    Best wishes,
    Ronald

Viewing 30 results - 101,791 through 101,820 (of 142,939 total)