Forum Replies Created

Viewing 30 posts - 8,401 through 8,430 (of 10,921 total)
  • Author
    Posts
  • in reply to: Dear Lord Please help me with this install! #873412

    you got a ftp account ?
    That is the fastest and secured way.
    All my updates on enfold i do it this way.
    if you have your account data.
    1) Goto the wordpress directory via ftp – navigate to wp-content/themes/
    that is the directory where the themes folders come into.
    2) Your downloaded enfold zip – decompress it til you have an enfold folder
    3) download the child-theme (believe me this is a good advice) here: Download
    4) decompress it til you see enfold-child folder
    5) both folders (enfold and enfold-child) upload it to this themes folder.
    – 5a) If you are using filezilla – on the right side there is the Server directory. navigate to themes and click on it once.
    on the window beneath there is the content of the themes folder. (
    drag&drop both folders to the themes folder:
    click to enlarge:

    – now it is most done. Wait til upload process is finished with success.
    6) Login to your wordpress with your account.
    7) Goto Dashboard – Appearance – Themes. ( the child-theme preview looks a bit different – because i made my own preview image for it)
    8) activate the child-theme – move with your mouse over the child-theme preview and than press activate
    click to enlarge:

    if you have further questions feel free to ask everything you like – there are no silly questions

    in reply to: change to white background in lightroom #873330

    the white background is there but double lightbox is opening. see my hint above

    in reply to: Hook insert content after title & breadcrumb #873328

    aha – i wrote a custom widget for it : https://kriesi.at/support/topic/social-bookmarks-widget-how-to/

    in reply to: enfold header and logo won't stay hidden #873286

    Maybe this is a nice tip to all!
    And should be printed above all –
    As long as a page is in construction and not quiet ready for the public! – do not use caching tools or minimizer.
    You always have to go and on each css code or functions.php editing you have to clear all cached datas.
    Thats horrible.
    After all styling and layout – the optimisation is the last you have to do.

    im out now – try to delete the files as described – if there is no logo.png on that folder nothing could be done

    in reply to: enfold header and logo won't stay hidden #873281

    i can navigate to your child-theme.css and the code is in.
    But in your optimized css from WP Fastest Cache not !

    in reply to: enfold header and logo won't stay hidden #873271

    what plugins are running to cache?
    WP Fastest Cache – empty all cache and ! super-cache if there is one
    have you bwp-minify installed

    in reply to: enfold header and logo won't stay hidden #873267

    And you are shure that has no entry:

    click to enlarge:

    in reply to: enfold header and logo won't stay hidden #873259

    to proove my theory:
    go to your folders via ftp and navigate to: wp-content/themes/enfold/images/layout and delete logo.png and logo_modern.png
    you will see that these are the logos if Enfold logo dialog is empty.
    or simply upload a logo file to Enfold – you will see that rules of display none will work

    this is the entry in helper-main-menu.php line115
    $output .= avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'span', true);

    it is – if there is no logo upload the default one on that folder is set

    in reply to: enfold header and logo won't stay hidden #873247

    im wondering about bglogo class on your logo – and i guess it comes if there is no logo in the enfold options dialog.
    enter a logo there or try:

    .bg-logo { display:none !important }

    thats it: functions-set-avia-frontend.php on line 475ff

    /**
    * return the logo of the theme. if a logo was uploaded and set at the backend options panel display it
    * otherwise display the logo file linked in the css file for the .bg-logo class
    * @return string the logo + url
    */

    in reply to: enfold header and logo won't stay hidden #873234

    did you change some settings via advanced styling?
    we had here the case that someone inserted a color with two ## – and that leads to a conflict

    have you made any changes to other css (custom.css etc.) ?

    in reply to: enfold header and logo won't stay hidden #873232

    im looking to this :
    https://www.lindabradleycounseling.com/wp-content/uploads/dynamic_avia/enfold_child.css

    and now i see it – there must be a missing bracket or something like that.

    can you please insert it with an important !

    .responsive .logo {
        display: none !important
    }

    and see if it helps better.
    Clear the cache of your minimizer after it

    in reply to: enfold header and logo won't stay hidden #873230

    and even in your quick css there is no such rule ( i gave you twice )

    in reply to: enfold header and logo won't stay hidden #873222

    the last rule in a css don’t need a semicolon – only in between rules to separate it. So this with only one thing inbetween the curly brackets has no influence

    where did you insert the rule ?

    i don’t see the rule in your css!
    you have a minimizer on start : please empty all cache datas

    in reply to: custom image for bullet points #873217

    yes that is in new 4.2

    you can activate it via functions.php of your child-theme:

    add_theme_support('avia_template_builder_custom_css');
    
    in reply to: remove serach icon in navigation #873161

    Theme Options on Enfold (Child) – Main Menu – General – “Append search icon to main menu”

    in reply to: Portfolio order by custom field (ACF) #873155

    are you using a child-theme ?
    Than put it in your functions.php of your child-theme.

    On edit mode of the alb element ( Masonry , Portfolio Grid, Magazine, Blog Posts … ) there will be an order option to choose

    under custom css (if activated) there are
    Custom Query Orderby
    Custom Query Order

    • This reply was modified 7 years ago by Guenni007.
    in reply to: remove alt text when hovering portfolio image #873132

    i think it was the function name – with the white screen
    you have to prove always if you have used it allready. If a function name is there twice it ends up in a white screen.

    by the way – have a look to your team member page: https://kriesi.at/themes/enfold-2017/elements/team-member/

    do you see images – i guess they have the test.kriesi.at link in it ( thats the past)

    by the way – i don’t like file names too – there is a fix to show the description instead :
    on galleries or images:

    function gallery_title_fix(){
    ?>
    <script>
    (function($){
        $(window).load(function() {
          $('.lightbox-added img').each(function(){
                var lin = $(this).attr('alt');
                $(this).attr('title',lin);
            });
        });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'gallery_title_fix');
    in reply to: Hide Mobile Menu Submenu Items #873126

    what enfold version do you have installed ?

    And no – Enfold – Theme Options – Main Menu – Burger/Mobile Menu (2nd tab)

    • This reply was modified 7 years ago by Guenni007.
    in reply to: change to white background in lightroom #873119

    i think you are using an extra lightbox plugin – and not using the embedded one of enfold.
    under enfold – theme options – is there a mark on “Lightbox Modal Window”

    in reply to: Hide Mobile Menu Submenu Items #873110

    Appearance – Enfold (Child) – Main Menu – Burger Mobile Menu (2nd Tab) – Menu Icon Submenu items
    select menu you like ( always display – on click – on hover)

    in reply to: Separator with dots ok, but not with the burger menu #873067

    i misunderstood your request – just go back to your non deviders layout –
    i thougt you like to have dotted deviders.

    the only code you need is here https://kriesi.at/support/topic/separator-with-dots/#post-873056

    in reply to: BUG: 2 Bugs with Burger Menu #873062

    :yoo

    i embedded your avia.js in a child-theme via:

    add_action( 'wp_enqueue_scripts', 'wp_change_aviajs', 100 );
    function wp_change_aviajs() {
       wp_deregister_script( 'avia-default' );
       wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true );
    }

    works !

    in reply to: Separator with dots ok, but not with the burger menu #873056

    just change your code to:

    .av-main-nav li.menu-item > a:before {
    content: '•';
    margin-right: 22px;
    }
    in reply to: Separator with dots ok, but not with the burger menu #873053

    sorry i see you only wants one dot besides the links (as if there is a list-style) ? Yes

    why don’t you prefer the quick and dirty solution to put that in front of “Navigation Label” of Menu Point:
    if you don’t find the bull html entitie is &bull;

    in reply to: Separator with dots ok, but not with the burger menu #873047

    you have the choice of a separator on menu by enfold options.
    called “Separator between menu items

    if you choose the small one the code looks like this after i changed it to dotted and 2px (thats for main menu)

    .av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {
        border-left-style: dotted;
        border-left-width: 2px;
    }

    for mobile same thing ( you only see those dots if border-width gets 2px minimum )
    if you got a different choice of overlay you have to look what code this is .

    the rule goes always to border-style

    .html_av-overlay-side-classic #top .av-burger-overlay li a {
        border-bottom-style: dotted;
        border-bottom-width: 2px;
    }
    in reply to: Hook insert content after title & breadcrumb #872966

    one off topic question – how did you insert in footer (not socket) the social bookmarks

    in reply to: Hook insert content after title & breadcrumb #872958

    ok – on my end it works except if there is color-section – than it is above.
    now my skills are at their finish –

    guess you have to wait til mods are here. – Maybe there is an easy method.
    i read a lot of ajax and the possibility to get in dynamic content – but this goes over my needs to help you now furthermore.

    in reply to: Hook insert content after title & breadcrumb #872955

    don’t know what happend on your site
    ??? it is before $fullcontent = $beforecontent . $content ;

    in reply to: Hook insert content after title & breadcrumb #872929

    this is another method – but because color-section is content too it will be before it:

    function insert_before_content($content) {
    	$beforecontent = '[av_sidebar widget_area="under-title"]';
    	$fullcontent = $beforecontent . $content ;
    	return $fullcontent;
    }
    add_filter('the_content', 'insert_before_content');
    • This reply was modified 7 years ago by Guenni007.
    in reply to: enfold header and logo won't stay hidden #872790

    on scroll with shrinking header it goes to the non transparent option so
    it must be in the enfold options page – theme options – Logo

    just do in quick css:

    .responsive .logo {
        display: none;
    }
Viewing 30 posts - 8,401 through 8,430 (of 10,921 total)