Forum Replies Created

Viewing 30 posts - 7,141 through 7,170 (of 11,223 total)
  • Author
    Posts
  • in reply to: Installing a purchased web font. #1015456

    you do not have the webfonts for it ?
    eot, woff, woff2, svg, ttf
    On most commercial downloads these fontfiles are included in the license.
    if not – you can try to generate it here: https://www.fontsquirrel.com/tools/webfont-generator.
    but the most adobe or linotype fonts can not be uploaded on fontsquirrel.

    in reply to: Remove quotation marks in Audio Player #1015443

    hm board soft changes even under code tag the quotation marks – i make a screenshot that you can see what is the fact:
    click to enlarge:

    or for copy paste look here:
    https://pastebin.com/gc8xNnQb

    so put this to your child-theme functions.php

    in reply to: Changing CSS For Footer To Add An Image Background to The Top #1015441

    but what is wrong with your solution?
    (by the way – posting a screenshot with E-Mail of the domain ? …
    Personally, I think it’s bullshit to cover everything up anyway – and judging something on a live site is always better .

    in reply to: circle on the top-right screen #1015435

    i think this is an advanced layer slider on top.
    You can get rid of that in Layerslider activate your slider – goto slider settings – navigation area – and there it is: slideshow timers.
    you have activated : show circle timer

    in reply to: Remove quotation marks in Audio Player #1015399

    in a source code teeming with quotation marks (double and single ones) I think it would be helpful to name the place.

    and by the way – this comes from wordpress itself: media.php on line: 1819ff
    “%s”. different lines – hard to find – even for a coder. ;)

    see next post

    • This reply was modified 6 years, 5 months ago by Guenni007.
    in reply to: Close popop/modal using back button without changing url #1015356
    in reply to: Error with Lightbox using Next Gen Gallery #1015351

    i understand this here: I’ve activated your lightbox that has proofing system and other things that interest me
    as you need the enfold lightbox for that.
    so i use enfold lightbox on nextgen galleries without that doubled lightbox by deactivating the nextgen lightbox.

    in reply to: Link to a pdf document #1015297

    for those who likes to know how to make it and could not read the private content:
    try this here:

    One possible method could be to do this by defining the type :
    but the pdf has to be on your own server – does not work with global links from elsewhere:

    <a class="pdf-download" href="https://www.w3.org/2003/01/Consortium.pdf" target="_blank" 
    type="application/octet-stream" download="Consortium.pdf"><img src="https://www.w3.org/2008/site/images/logo-w3c-screen-lg" alt="W3Schools" ></a>

    see here: https://webers-testseite.de/weber/direct-downlaod-a-pdf/

    with download= : you can determine the default download name
    with that class it is easier to style the link. f.e. remove overlay etc.

    see the right “button” with that class: pdf-download

    .pdf-download {
        display: inline-block !important;
        overflow: visible !important
    }
    
    .pdf-download .image-overlay {
    display:none !important
    }
    
    .pdf-download::before {
        content: "";
        background-image: url(https://webers-testseite.de/weber/wp-content/uploads/2018/09/PDF-Icon.png);
        background-repeat: no-repeat;
        background-size: 30%;
        background-position: 0 0 ;
        transition: all ease-in-out 1s;
        position: absolute;
        width: 100%;
        height: 100%;
        top: -30px;
        left: calc(100% - 40px);
        z-index: 5;
    }
    
    .pdf-download:hover::before {
        background-position: 0 20px !important;
        transition: all ease-in-out 1s;
        transform: scale(1.1);
        transform-origin: center center;
        -webkit-filter: drop-shadow(2px 2px 4px #333);
        filter: drop-shadow(2px 2px 4px #333);
    }
    
    • This reply was modified 6 years, 5 months ago by Guenni007.
    in reply to: Error with Lightbox using Next Gen Gallery #1015277

    or disable the Next Gen Lightbox effect !
    NextGen Galleries – Other options – Lightbox effects

    in reply to: ANIMATED SVG LOOK STATIC IN ENFOLD #1015273

    SVG Support : activate the advanced mode –
    with svg Support you can set a class on which svg placed by the img method is replaced through inline svg.
    Means – if SVG Support find an image with the given class it will replace the <img src="" … /> by the svg itself.

    you can see it here with the logo of the start page: https://webers-testseite.de/cynthia/
    Otherwise i will not be able to set the hover effect only on one path.

    If you got your inline svg i hope that your animation will work then.

    the creator of your example page: https://carboncredentials.com/
    this page is an enfold page too. so with the help of developer tools of your browser you can see all sources used there.
    And because he didn’t use the merging of Enfold – the css and js files are separated files.
    So i look for what he had done – and the most rules from him are in custom.css.

    But this is not necessary – i did for a test these settings into my quick css input field.

    by the way he had for the small screens some rules to hide f.e. the caption p tags:

    @media only screen and (max-width: 767px) {
        .caption_framed .slideshow_caption .avia-caption-content p, .avia-caption .avia-caption-content p{
            display: none;
        }
        .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-title{
            width: auto;
            padding: 10px 20px;
            line-height: 22px;
        }
    }
    in reply to: second widget line in footer #1015129

    One thing to ask here – i see that for the footer there was a compatibility update fix in: helper-compat-update.php
    (enfold / includes / admin)
    Do i have to set this two for the new column rows?

    My thought was that there weren’t any older second row footers to transform to the newer Enfold versions – so that I can leave that adjustment out.

    in reply to: second widget line in footer #1015126

    You should know me well enough now. Of course I agree with that. That’s why I made my own topic out of it.

    But even if I had had more time, I certainly wouldn’t have created a new color set for it ( and a new footer id ). I’m also not sure if this would have been possible with a child theme method alone. So now it has all settings of the normal footer.
    And it’s more or less a solution that even beginners can work out.

    in reply to: Social Share – Update Google+ Icon #1014981
    in reply to: Masonry Gallery: Show Image Title as Lightbox Title #1014965

    have you a link for us?
    If it is not your site – is there a enfold demo page that shows what you like to do?

    in reply to: Add a line to the footer #1014923

    i open a new topic for interesting people soon …
    for those who misunderstand the topic too – like me. https://kriesi.at/support/topic/second-widget-line-in-footer/

    • This reply was modified 6 years, 5 months ago by Guenni007.
    in reply to: Add a line to the footer #1014882

    you can insert before or after normal footer widget area !

    use these hooks in child-theme functions.php

    add_action( 'avia_before_footer_columns', 'enfold_over_footer_widget_area' );
    function enfold_over_footer_widget_area() {
      dynamic_sidebar( 'before-footer' );
    }
    
    add_action( 'avia_after_footer_columns', 'enfold_under_footer_widget_area' );
    function enfold_under_footer_widget_area() {
      dynamic_sidebar( 'after-footer' );
    }

    then goto widget area and create new widget areas called: either before-footer or after-footer
    you can then pull in these new widget areas some shortcodes like:

    [av_one_half first]
    [av_heading heading='Left Heading' tag='h3' style='blockquote modern-quote' ][/av_heading]
    [av_textblock ] Left 1/2 Content [/av_textblock]
    [/av_one_half]
    
    [av_one_half ]
    [av_heading heading='Right Heading' tag='h3' style='blockquote modern-quote' ][/av_heading]
    [av_textblock ] Right 1/2 Content [/av_textblock]
    [/av_one_half]

    see results here on my test page: https://webers-testseite.de/
    little tip: restrict widget
    you can set on widget area where to show ( or if it is less work where not to show the widget

    Well that is an enfold page – and that nice creator has no merging!
    so it is a bit easier to look what he had done.
    most of the rules are in his custom.css :

    /* SLIDER STYLES */
    .slideshow_caption{
    	width: 55%;
        padding: 50px 0 50px 50px;
    }
    
    .slideshow_inner_caption {
        width: 50%;
    }
    
    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title,
    .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title{
    	background: rgba(255, 255, 255, 1);
    	margin: 0;
    	padding: 20px 30px;
    	line-height: 22px;
    	text-align: left
    }
    .caption_framed .slideshow_caption .avia-caption-content p, .avia-caption .avia-caption-content p{
    	background: rgba(255, 255, 255, 0.9) !important;
    	font-size: 18px;
        width: 100%;
    }
    .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-title{
        width: 100%;
        font-size: 28px;
    	line-height: 32px;
    }
    .avia-slideshow-dots a{
    	border-radius: 0;
    	border: 1px solid #FFFFFF;
    	background: none;
    	margin: 0 2px;
    }
    #top .avia-slideshow-button{
    	border-radius: 0;
    	text-transform: none;
    	font-size: 14px;
    	font-weight: 400;
    }
    .caption_framed .slideshow_caption .avia-caption-content p, .avia-caption .avia-caption-content p {
        line-height: 24px
    }

    but i think the first rule you don’t need – the inner_caption makes it.

    see result here: https://webers-testseite.de/slideshow-with-captionstyling/

    in reply to: Enfold Avia Cookie Consent #1014744

    Borlabs Cookie ist wirklich eines der wenigen, die wie ich finde dem Gesetz genügen.
    Es blockiert ( wenn man es will ) die komplette Seite zunächst mit einem Dark Overlay und dem Consent Fenster.
    Die Seiten zum Lesen der Datenschutzhinweise bzw. dem Impressum kann man freigeben.
    Trotzdem auch da glaube ich muss man noch Opt-In Verfahren setzen ( wie dies Enfold ja für GoogleMaps gemacht hat ) auch für die Videoeinbettung etc.
    Wie sowas gehen kann siehst du zB hier (rechts in dem Flyout zB die Youtube Filme) : https://webers-testseite.de/naeger/

    in reply to: Boxed content in grid row with fullwidth background #1014311

    it is always better to see a page than a screenshot.
    if you got a grid-row – you can force it to be the same way as a normal container.
    I use this often when i want to have nested containers.

    give to the grid-row a custom class: grid-notfull
    do this to your functions.php of your child-theme:

    function grid_layout_notfull(){
    ?>
    <script>
    (function($){
        $('.av-layout-grid-container.grid-notfull' ).wrap( '<div class="main_color notfullsize"></div>');
        $('.notfullsize').css({"clear": "both", "width": "100%" , "float": "left" , "position": "static" , "min-height": "100px" });
        $('.grid-notfull').css({"max-width": "1310px", "margin": "0 auto" , "padding": "0 20px"});
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'grid_layout_notfull');

    you have to adjust this line to your settings:
    $('.grid-notfull').css({"max-width": "1310px", "margin": "0 auto" , "padding": "0 20px"});
    ( the padding depends on the inner padding of the grid cells (on default it is 30px – so to come to the 50px left right … )
    you see what it does: it wraps the grid-container with a div that has the attributes of a color-section.
    it has on that the background-color on default from main_color – you can overwrite that with css

    in reply to: Use custom font icons in css :before selector #1014299

    get rid of the u _ it is indicated by the \

    .testclass:before {
      content: "\e801";
      font-family: "ifb_custom_font3";
    }
    in reply to: Close popop/modal using back button without changing url #1014192

    I’m not sure what you want to achieve.
    Do you have a link where I can have a look?

    do you mean by back button the darkend background besides the lightbox?
    there are alot of parameters you can set – but i have no clue what you try to achieve.
    http://dimsemenov.com/plugins/magnific-popup/documentation.html#key

    you can f.e. influence the
    closeOnBgClick
    by : false ( Close the popup when user clicks on the dark overlay )

    in reply to: Burger Menu No Scroll #1014189

    have you got a link for us?

    in reply to: IconBox custom code link has code for a different element #1014188

    i am a participant here like you, and i actually look regularly at the posts i have responded to, but sometimes contributors also take a lot of time to modestly express their positive or negative contribution. ( In most cases, however, only negative feedback is given. )
    That was not the case with you now, but there was a positive feedback, so I thought the case was done.

    in reply to: Parallax bug on Background Images (With Pictures) #1013943

    try to refresh all the caches – and in case you are merging css and js files (as in Enfold – Performance – these settings are enabled ) scroll down – there is “Delete old CSS and JS files?” and mark that field and save all changes.

    in reply to: IconBox custom code link has code for a different element #1013941

    this is something i really miss about the board software here: private messages.
    this would be very easy to solve if he could send me a message

    in reply to: IconBox custom code link has code for a different element #1013940

    i don’t know how this could happen ???
    Please download the iconbox again.

    https://pastebin.com/dl/ffF08Ws1

    these edited Alb elements gave you the ability to set up the h tag selection in the Alb element itself.
    If you want alway to replace all headings the whole site you can use this for replacing tags

    function replace_tags_with_tags(){
    ?>
    <script>
      (function($) {       
          function replaceElementTag(targetSelector, newTagString) {
            $(targetSelector).each(function(){
              var newElem = $(newTagString, {html: $(this).html()});
              $.each(this.attributes, function() {
                newElem.attr(this.name, this.value);
              });
              $(this).replaceWith(newElem);
            });
          }
        
          replaceElementTag( '.avia-slideshow.av_fullscreen h2.avia-caption-title' , '<h1></h1>' );
        
      }(jQuery)); 
    </script>
    <?php
    }
    add_action('wp_footer', 'replace_tags_with_tags');

    this code preserves all original attributes of the tag you want to replace and tranform it to the new surrounding tag.

    you can add more than this in the code semicolon separated
    just add it in this manner: replaceElementTag( 'tag to replace' , '<new tag></new tag>' );

    • This reply was modified 6 years, 5 months ago by Guenni007.

    you can not find the shortcodes – child-theme folder it has to be created by you.

    read carefully: https://webers-testseite.de/edited-enfold-alb-elements/

    so all you have to do is to create a folder called : „shortcodes“ in your child-theme folder
    and upload the downloaded files to that folder

    and you can see on top the folder structure.

    that is why the code you have to insert to your functions.php of your child-theme indicates the folder placement:

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths){
     $template_url = get_stylesheet_directory();
     array_unshift($paths, $template_url.'/shortcodes/');
     return $paths;
    }

    you see it is a folder directly in the child-theme folder

    in reply to: What is the correct size px by px for a video fallback image #1013765

    what do you believe could the answer be when your video got a16/9 aspect ratio? ;)

    a good approximation might be: 281px

Viewing 30 posts - 7,141 through 7,170 (of 11,223 total)