Forum Replies Created

Viewing 30 posts - 6,691 through 6,720 (of 11,992 total)
  • Author
    Posts
  • in reply to: Webpage wird nicht in google gelistet. #1134681

    schau bitte in deinen htaccess file auf dem Root Directory.
    ftp client ( beim manchen muss man erst das Anzeigen der Versteckten Files aktivieren) und mal das .htaccess anschauen, ob dort eventuell was steht, was eine indexieren verhindern kann.

    Ps : wie alt ist deine Seite. – Es dauert erfahrungsgemäß ( ohne das man ein aktives scrawlen der Seite in den Google Developer Tools veranlasst ) schon einen Monat mindestens bis das was im index erscheint. Witzigerweise sind es in der Tat Bilder die häufig weit vor dem Content auftauchen in den Suchergebnissen.

    in reply to: Mega Menu? #1134680

    from this time on – the first level under that item is declared as Column in the MegaMenu.
    On Columns – you have the opportunity to say that the column starts a new row in MegaMenu etc. pp.
    If you need more help – tell me

    in reply to: Mega Menu? #1134679

    Goto Dashboard – Appearance – Menus :
    klick one of those littel arrows besides the MenuItem (first red arrow on my screenshot)
    Mark the option (second red arrow on my screenshot)

    in reply to: How do I center the footer area? #1134678

    you see here the result in a little film when i add the code above in developer tools to your site:

    https://webers-testseite.de/Center.mp4

    in reply to: How do I center the footer area? #1134676

    But if I look at your page, you have also not been able to understand the above mentioned.
    The one method to put the html code into the input field at Copyright is really a very fast uncomplicated method.
    If you have done that – we can give you advice to absoluteley center it in perfection.
    ________________

    i don’t know if you are ready to generate an additional second footer widget area ?
    then everything is easy for you (afterwards) you have in enfold then two footer rows.
    You can set the first to 2 columns and the last to one column. see here result: https://webers-testseite.de/guenni/

    you will have on Enfold Options-Dialog then this:

    If you like to know – i can show you how to.

    in reply to: mansory gallery Sortierung nach alphabet #1134625

    but if you are a passionate fotographer – maybe a thirdparty plugin is a better way. there are exif addons – where you can sort the images on exif data.

    i tried some but no one supports Avia ALB or other image inserting on Enfold til now.

    • This reply was modified 6 years, 5 months ago by Guenni007.
    in reply to: Ading Numbers in Icon Lists and Boxes #1134616

    Well : look at google font what is your prefered font there- maybe the font you use on your site.

    look here: https://google-webfonts-helper.herokuapp.com/fonts

    • only download the zip file –
    • unzip the archive
    • pick out the svg file. –
    • goto fontello page http://fontello.com/
    • drag&drop this svg file to the custom icons !!!
    • Bingo – select the numbers and letters you like to have. –
    • give a name to your new font –
    • download from fontello –
    • upload to your Import/Export Iconfont Manager

    i did it with open sans 800 – thats what fontello made out of it:

    Thanks for that fast fix to 4.6.1. !

    in reply to: How do I center the footer area? #1134536

    Well more userfriendly than a whole code – only to copy and paste into the copyright input field?
    Ok – glad we had talking about.

    Good luck to you.

    in reply to: Add an image banner between header and topbar #1134524

    so : Add an image banner between header and topbar sounds different for me.
    if you could not even post the screenshots – then you had to wait til mods are here.

    in reply to: Webpage wird nicht in google gelistet. #1134517

    Can you have a look to Dashboard – Settings – Reading : Search Engine Visibility if there is a mark – a robots text is set to not index the page.

    in reply to: ? added: Developer tab to modal popup of alb elements #1134434

    Of course, I already saw this directly in the backend – after all, I was looking for the adaptations of what was adopted from edited Enfold ALB. Only the wording in the changelog was such that you could have expected something different.
    Can be closed

    in reply to: Google Recaptcha – DSGVO #1134398

    Danke – kann geschlossen werden!

    in reply to: Add an image banner between header and topbar #1134251

    By the way if you enter that pseudo content with :before and not :after the image will be over the top-bar !

    in reply to: Unstick topbar Help #1134247

    by the way – you can even use it with shrinking header and on my test page: Link
    i placed the now the same image in background-position : fixed – nice effect.

    in reply to: Unstick topbar Help #1134148

    The extra section above the top bar – is it part of header_meta? or is it an extra container?

    The reason why i ask: if it is part of header_meta – everything works as it should
    see here some declaration on that. The only thing to correct is main padding-top: https://kriesi.at/support/topic/add-an-image-banner-between-header-and-topbar/

    if you see my example page – you see that the avia-snippet-sticky-header.js calculates the header margin-top correct.

    in reply to: Add an image banner between header and topbar #1134143

    if it is only an image ( without content and other dynamic stuff)
    you can simply add an image via pseudo-element: ( in my case it is page-id-3041)
    the height you choose for that must be in addition to the normal main: padding-top value
    (my testpage has a header-height of 130px + 250px = 380px

    .page-id-3041  #header_meta:after {
      content: "";
      background-image: url(/wp-content/uploads/macro.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      width: 100vw;
      height: 250px;
      position: relative;
      left: 0;
      bottom: 0;
    }
    
    .page-id-3041 #header_meta {
      display: grid;
    }
    
    .html_header_top.html_header_sticky #top.page-id-3041 #wrap_all #main {
        padding-top: 380px;
    }

    since it is part of header_meta, the height has already been taken into account by avia-snippet-sticky-header.js script:
    topbar_height = header.find('#header_meta').outerHeight(),

    see result here: https://webers-testseite.de/datenschutzerklaerung/

    in reply to: Add an image banner between header and topbar #1134135

    on all pages or only for one?

    in reply to: How to add social media icons? #1134016

    This is still working even with Enfold 4.6. : https://kriesi.at/support/topic/social-bookmarks-widget-how-to/. – do not forget the css code!
    If it is too much. there are possibilities to make it manually.

    in reply to: mansory gallery Sortierung nach alphabet #1134003

    Vielleicht funktioniert das aber nicht mehr mit dem Load More Button – keine Ahnung

    in reply to: mansory gallery Sortierung nach alphabet #1133977

    For Masonry Gallery – try this in child-theme functions.php:

    if(!function_exists('avia_change_posts_query')){
    	function avia_change_posts_query($query, $params){
    	    if(!empty($query['orderby']) && $query['orderby'] == 'post__in'){
                       $query['order'] = 'ASC';
                       $query['orderby'] = 'title';
    	    }
    	    return $query;
    	}
    add_filter('avia_masonry_entries_query', 'avia_change_posts_query', 10, 2);
    }

    ASC ( from A to Z )
    DESC ( from Z to A )

    in reply to: mansory gallery Sortierung nach alphabet #1133965

    don’t know if there is a child-theme functions.php snippet to change that.

    This is for Image Galleries:
    well you can find in gallery.php ( enfold⁩ ▸ ⁨config-templatebuilder⁩ ▸ ⁨avia-shortcodes⁩ ▸ ⁨gallery⁩ )
    on line 256 : 'orderby' => 'post__in'
    change it to 'orderby' => 'title'

    you can have your own shortcode in child-theme – : https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb

    in reply to: No preview image for YouTube videos #1133959

    Even a preview image ( youtube thumbnail ) is against GDPR (DSGVO) – only if you are willing to download those images and present self-hosted is a safe way.
    By the way – Borlabs Cookie (vers.2) has that option to show thumbnail by downloading the files to host it yourself.

    in reply to: Bug: Enfold causes wrong update markers #1133929

    Thanks Colorit – i will save it in my snippets archiv. You never know if you might need it after all.

    It’s great that you can put the ideas into practice so quickly. Many thanks to you

    in reply to: Google Recaptcha – DSGVO #1133893

    thanks – !!! what is the difference between these two filters?

    for me seems to be that what i need:

    
    function my_avf_disable_recaptchaV3_for_post( $disable ){
    	global $post;
    	if( ! $post instanceof WP_Post ){
    		return $disable;
    	}
    	/*** Get content to check (ALB or normal content) ***/
    	$content = Avia_Builder()->get_post_content( $post->ID );
    	$disable = ( false !== strpos( $content, '[contact-form-7 ' ) ) ? false : true;
    
    	return $disable;
    }
    	
    add_filter( 'avf_disable_recaptchaV3_for_post', 'my_avf_disable_recaptchaV3_for_post', 10, 1 );

    works great !

    How
    would i combine if i want to check if either [av_contact or [contact-form-7 is there ?

    did you overwrite the original files – or where did you upload them?
    Have you tried to open the slider – and save again.
    You had to define the h-tag for each image/slide – so have you opened the images popup – Caption Tab.?
    Try to pull a new one into your layout and have a look if it works then.

    in reply to: Divi builder not working with Enfold theme #1133636

    Sorry to ask you now why you’re not using Divi directly. It’s a powerful theme from the point of view of possibilities, but it’s just this Divi Builder that keeps me from using the Divi theme frequently. The intuitive usability of the Enfold (ALB) is the big advantage of that theme. Besides the good support.

    in reply to: How do I center the footer area? #1133633

    first try this in quick css:

    @media screen and (min-width:768px) { 
      #footer .widget {
        overflow:visible !important;
      }  
      #text-4 div > img {
          position: relative;
          left: calc(50% + 25px);
          overflow: visible !important;
      }
    }

    But has the disadvantage that on responsive case the sign is inbetween the two blocks.

    __________________
    Alternative:

    another quick and dirty way ( because all your background-color on #footer and #socket are equal) could be to insert the image to the copyright info field:
    delete the image from your widget area.

    put this to your copyright input field of Enfold Options:

    <img class="aligncenter" src="https://www.moneyprodigy.com/wp-content/uploads/2017/01/Certification-for-Footer-transparent.png" alt="" width="300" height="211" /><br>© Copyright - Money Prodigy <a href="/terms">Terms</a> & <a href="/privacy-policy">Privacy Policy</a> [nolink]

    Advantage is that in responsive case the sign is under all widgets – just over your copyright info.

    in reply to: Logo left and space for text in the same row on the right #1133623

    you see here the board on top – kriesi logo and some text (Kriesi.at and Premium Themes) – if you do not have dynamic content with frequently changing contents in that area – it might be another possibility to add besides the logo some text.

    https://kriesi.at/documentation/enfold/logo/#image-logo-with-subtext

    • This reply was modified 6 years, 5 months ago by Guenni007.
Viewing 30 posts - 6,691 through 6,720 (of 11,992 total)