Forum Replies Created

Viewing 30 posts - 6,751 through 6,780 (of 12,036 total)
  • Author
    Posts
  • 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, 6 months ago by Guenni007.
    in reply to: Controling Blog Post Publishing Date #1133620

    may i ask you why you want to change the date?
    If it is on reasons of ordering – in blog or masonry etc pp – you don’t need to change the date. you can have the choice to order it differently.

    where do you think is the icon info in your code?

    To add icons you have to have rules with icons. Best would be to see your site.
    But you can see how i did place f.e. via the phone-info input field some extra elements on my playground here: https://webers-testseite.de on top

    this is what i have in my phone-info input field on Enfold:
    <a href="https://link-to-googlemap-page"><span class="map">Location</span></a><a href="https://link-to-contact-page"><span class="contact">Contact</span></a><a href="tel:+492289768293"><span class="tel">Phone</span> </a>

    this is for phone-info class: (left and transform only to center those extra-elements)

    .phone-info {
    	float: left !important;
    	position: relative;
    	font-weight: bold;
    	line-height: 20px;
    	font-size: 11px;
    	padding: 5px 0;
    	left: 50%;
    	transform: translateX(-47%);
    }

    now you see that in the inserted code there are classes for the extra-elements:
    for all of them here is the common rule:

    .phone-info span:before {
        font-family: entypo-fontello;
        font-size: 24px;
        padding-right: 5px;
        position: relative;
        top: 2px;
    }

    now the individual icons (it is easier to use the icons from fontello icon set) :
    ( you can find here the numbers of the entypo-fontello icons : https://webers-testseite.de/enfold-entypo/index.html )

    .map:before {
        content: "\e842";
        color:  #900;
    }
    
    .contact:before {
        content: "\e805";
        color:  #090;
    }
    
    .tel:before {
        content: "\e854";
        color: #009;
    }
    in reply to: Guenni007 Enfold edited ALB Elements #1133611

    thanks mike – can be closed.

    in reply to: Fullwidth slider #1133610

    @media only screen and (max-width: 767px) {

    #top:not(.home) .slideshow_caption {
      display:none;
    }
    }
    in reply to: Mehrzeiliges Menü #1133563
    in reply to: 4.6 Update doesn't recognize old Custom CSS Class #1133511

    you only had to set the options in the Enfold Options Dialog:

    that’s not too much to ask – is it? But now we not only have this feature (even IDs) for almost all ALBs but now also everywhere the choice which heading tag we want to set. But I like to accept that.

    (click to enlarge)

    in reply to: Images for iconbox and maybe even an icongrid #1133506

    Sorry my mistake that the custom class goes to the container I missed:

     .avia-icon-grid-container.custom-icongrid li:nth-child(1) .icongrid-char:before {
      content: "";
      background-image: url(https://bp.domain.com/wp-content/uploads/2019/08/1-Start.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 50px;
      height: 50px;
      display: inline-block;
      position: relative;
      border-radius: 50%;
    }
    in reply to: Google Recaptcha – DSGVO #1133497

    Do you need an example for avf_disable_recaptchaV3_for_post ?

    Yes please – for both new filters a little example code.
    By the way: the new: avf_copyright_info does it replace : kriesi_backlink

    just replace these two alb elemtents in their Folder.
    Link

    Then you will have h-tag choice too like in the easy slider

    in reply to: Circle of Icons (flower shape) – not found #1133375

    Well – first – i’m participant as you are. This element is – as described above no ALB Element – so this is no simple usage for beginners.
    This question to that element is not rare – and always is the answer of the team that it will not be supported. But if you are familiar with developer tools – you see that it is simple inserted html code to a text-block element – in combiniation with alot of css and javascript.
    the javascript file can be found in DOM easily – and css too – so this is for a skilled webdesinger no problem to rebuild that. But i do respect the whish of the team not to publish that workround. – Sorry

    https://kriesi.at/support/topic/avia-principles-feature/#post-409094

    in reply to: Bullet Points an den Satzspiegel anpassen #1133370

    hast du das Bild im private Content gepostet?
    Vielleicht kann ich dir helfen, müsste allerdings die Seite dafür sehen; ist immer besser als nur ein Screenshot
    .

    on : avia_google_recaptcha_api.js i thought that this is normal behaviour – that it only loads on contact pages.

    Do you need an example for that?

    yes please – you know that i can do alot – but not all at once.
    Learning from a master is always best.

    Sorry that i start a new topic for that recaptcha thing – but the first tenor of that post here was the big compliment to all changings.
    So maybe you post this to : https://kriesi.at/support/topic/google-recaptcha-dsgvo/

    in reply to: Google Recaptcha – DSGVO #1133312

    Allthough i see in your : avia_google_recaptcha_api.js

    As first step we limit this to contact forms (context av_contact_form) – but it can be extended in future

    but it does not work in this manner!
    and if it works – how to extend it to contact form 7 ?

    i think the other way round to prohibit on default and permit for some pages would be the better way.

    in reply to: 4.6 Update doesn't recognize old Custom CSS Class #1133295

    I can’t confirm that, with a quite complex page that I now converted to 4.6 everything worked wonderfully.
    May I ask how you updated?
    For my part, I did it with a plugin ( Update Theme and Plugins from Zip File ) this time, which probably works quite similar to the procedure I usually do with ftp. It saves – if required the old enfold directory in a zip file – deletes it and creates a completely new enfold folder. Without overwriting things. If you do this via the update function of WordPress, there it is not done that way, so that you run the risk of old things running along to the new files

    in reply to: Move site #1133292

    All the things you do manually adjust – works on that method by default.
    Sometimes you had to look to the hardcoded path in f.e. child-theme functions.php or quick css. Especially if my test installation was in a subfolder of a domain.
    Just give it a try. You will see that there will be much less problems with it and that it will go much faster.

    in reply to: Move site #1133284

    i would advice your to use that wonderfull plugin : duplicator.

    I use it for backup and for migration aswell. The no-cost plugin only does not have scheduling – but i can live with that.

    – In very rare cases the creation of the archive does not succeed. Mostly when the resulting zip file becomes very large, because some hosters stop the process because of timeout.
    However, I also secure large pages with it quite successfully (beyond the 200MB archive sizes). –

    Duplicator Plugin generates a complete Backup in two files : One is a installer.php the other one is the archiv in form of a zip file.
    Both files you upload to your new destination.

    Then you start installation on starting the installer.php ( new-domain/installer.php )
    What you have to know now :
    Your database host : Commonly it is localhost ( but there are hoster which have special ones like strato)
    Your database name:
    Your database password:
    On Installation Process your will be asked to fillout the new datas.
    Thats all.

    Because you have done it allready : i would erase the new domain again – and did it with duplicator.

Viewing 30 posts - 6,751 through 6,780 (of 12,036 total)