Forum Replies Created

Viewing 30 posts - 6,301 through 6,330 (of 12,020 total)
  • Author
    Posts
  • in reply to: Make whole portfolio grid entry link #1162731

    hm try this instead:

    function shift_link_to_grid(){
    ?>
    <script type="text/javascript">
    (function($) { 
    	$(document).ready(function() {
    		$('.grid-entry').on('click', function() {
    			window.location.href = $(this).find('.grid-image').attr('href');
    		});
    	});	
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'shift_link_to_grid');
    in reply to: Where can I change the size of the font main menu #1162726

    The rule of the hover state with font-size comes from:

    #top #header .av-main-nav > li:hover > a {
    	color: #ffffff;
    	background-color: #d54238;
    	font-size: 17px;
    }

    and maybe it is set in the “Advanced Styling”

    in reply to: Change name of child theme #1162720

    That file is only the backup for your theme settings and quick css entries etc. pp.
    Renaming the child theme just with a ftp client and rename the child folder if you like and open the style css and rename it on “Theme Name:”
    Do not change the part of the parent theme name: “Template: enfold”
    This is possible too but …
    here are some thoughts on obfuscating the source parent theme: https://kriesi.at/support/topic/source-code-change-delete-theme-name/

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

    hm sorry – I missed that ( By default notifications are hidden for the bundled version. The filter is only needed if you want to show notifications also for the bundled. ) , and because I had the code already in my child-theme functions.php it was clear to me that it was needed additionally.
    My mistake ! yes so it is best.
    And if we had the yes instead it will be shown – brilliant solution.

    in reply to: Enfold 4.6.3.1 slow performance and 500-errors #1162516

    Yoast SEO is a very powerful tool, but for many normal users it is a bit oversized.
    If you are clear about what you want to include in a SEO project, you often get along better with less.
    As a caching tool I like to use Cache Enabler at the moment. In combination with WebP Plugin which generates from my jpg and pngs webp this is a good performance increase.

    in reply to: Enfold images copyright free? #1162509

    In that case, you should post it there, too.
    so this might be then in your description:
    Please Note: Most images in the theme demo are stock photos from photodune which are only for use with the theme

    in reply to: Do I Ever Need to Update my Child Theme? #1162485

    An additional info would be important.
    As long as you only have the two files style.css and functions.php (and a third one: screenshot.png for preview) in your child theme folder, then your presumption is correct.

    However, some have headers or footers or other files as modified files that are intentionally located in their child-theme. This was obviously done to add functionality to the source code of these files. These changes must then still be included in the new files.

    I remember here a change of the header.php of the parent theme regarding the lightbox settings – so here those who had a header.php in the child theme had problems with their lightbox function after updating the parent theme. So if you have additional files in your Child-Theme folder you need to check if the parent-themes files have changed.
    See for example: https://kriesi.at/support/topic/lightbox-doesnt-work-anymore-after-update/ etc. pp

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

    I agree with you, of course, therefore I think it would be better to turn it off by default, and only be activated if the standalone plugin is installed.

    in reply to: Contact form spacing, du Anrede #1162376

    Der Du als Standard rührt halt noch aus der Zeit her, als WP ein reines Blogger Tool war.
    Bis dann.

    in reply to: Enfold images copyright free? #1162345

    This is not in all circumstances right: Link

    • Please Note: Most images in the theme demo are stock photos from photodune which are not part of the theme
    in reply to: Contact form spacing, du Anrede #1162338

    wenn du generell die formale Anrede nutzen möchtest, dann stell es im Dashboard bei “Einstellungen – Allgemein – Sprache der Website” ein ( Deutsch(Sie)). – Dann sollte Enfold auch die entsprechenden Sprachfiles nehmen.

    in reply to: Grid row mobile responsiveness not working properly #1162261

    look here and tryout the responsiveness.
    under the point “code” you can see how it works.
    These settings had to be adjusted on each case.

    https://webers-testseite.de/content-slider

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

    Wow – thats nice – one thing not to remember on updating enfold.

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

    By the way: @doffine
    it is not a bug. When that little red 1 shows up, the layerslider has updates – the only error is that this red 1 is displayed in the Plugin Tab, but there is no LayerSlider there.
    I for my part am very satisfied that the Layerslider is included as a bonus in Enfold.
    Or do we want to complain here until it is removed from the package?
    ;) https://www.youtube.com/watch?v=-2iZjxSGca8

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

    Thanks Günter – That worked right away.
    ______
    But what I don’t understand at all, because in the original file, it is noted with “LayerSlider”. So I have it on my server too.
    614 : $layerslider = str_replace( '\\', '/', get_template_directory() . '/config-layerslider/LayerSlider/layerslider.php' );

    In the changed config.php line 633 it now says “layerslider” – and that’s how it runs ??? allthough i got LayerSlider folder.
    633: $layerslider = '/config-layerslider/layerslider/layerslider.php';

    it wouldn’t have bothered me personally, but there are still some customers with admin access who always believe that there is a need for action because of this little red sign.

    For me it is solved now – and can be closed.
    Will this be implemented in a future Enfold version? Certainly not yet into the next one, after Envato hastily announced the new version, which will be released soon.

    in reply to: Add Multimedia & Video as post image #1161988

    there is one thing that is not nice: the post-navigation thumbnails are replaced too – and that has to be avoided.
    Hard to style in the right manner.
    Maybe a short question to the plugin author could solve that issue.

    in reply to: Add Multimedia & Video as post image #1161978

    give that little plugin a chance.
    you can embed even youtube or vimeo videos as “featured image” but think of GDPR.
    big advantage of self-hosted video – if you start one in the preview – the other stops playing

    see : https://webers-testseite.de/category/allgemein/
    The only thing is then to get rid of “featured-image” link to the single post. That can be done by functions.php entry.

    Edit : on GDPR Reasons i get rid of youtube video now.

    • This reply was modified 6 years, 3 months ago by Guenni007.
    in reply to: Add Multimedia & Video as post image #1161881

    And of course – if you have declared the post as video type post. the first found video in this post will be taken on some enfold pages as featured image above – like in : https://kriesi.at/themes/enfold-2017/blog/blog-multi-author/

    in reply to: Add Multimedia & Video as post image #1161871

    where is the video?

    Edit : ok i had to press the load-more button.
    That video is a selfhosted one – you can try the plugin above – see my test page with the post-slider on the bottom

    • This reply was modified 6 years, 3 months ago by Guenni007.
    in reply to: Add Multimedia & Video as post image #1161862

    can you show me a link to a theme where the “featured image” is a video?
    I tested this a while ago : https://wordpress.org/plugins/featured-video-plus/
    – alltought it is an older plugin it works on WP 5.3 and it seems to be o.k.
    – but on GDPR ( DSGVO ) Reasons it is no good advice to use for that youtube or vimeo etc. hoster. ( with borlabs cookie it is ok )
    – with sound – it does not stop the video when it is out of view ( f.e. post slider )

    see here: https://webers-testseite.de/portfolio-item/pirol-hifi/ and look to the bottom for “Projekte” the post slider.

    in reply to: YouTube video in background not gdpr compliant #1161856

    i guess the only way to have background-video GDPR conform is to have a selfhosted video. So for server performance it would be best to have small selfhosted videos in this case.
    For embedded videos there are solutions.
    For links to Lightbox YouTube videos – I guess they’re fine – but for those who want it legally correct – you probably have to code a little yourself.
    See f.e.: https://glas-lepper.de/vw-bus-historie/ – see the iceland video

    in reply to: YouTube video in background not gdpr compliant #1161844

    also the No-Cookie-Version is not conform with GDPR (DSGVO) guidelines.
    by the way – even an iframe embedded youtube video is transformed from google (youtube) to the shortform of: https://youtu.be/…

    And even borlabs cookie does not block : background-videos
    borlabs does not block the new possiblity of video alb to show on lightbox ( meant is not to block the iframe itself – but the preview image and the link to the lightbox.
    That is very sad because blocking embedded videos is working good: https://webers-testseite.de/youtube-nocookie/

    CSS : Cascading Style Sheet – the ids and classes that comes first in the markup are in front
    the first that comes on the markup is the html – and html is not a class!
    Where is your page-id ? : It is on the body tag! ( and that has the id : top and comes after html)
    and that is right: those frames are childs of body – so there is a space between #top and .av-frame

    so :

    html.html_av-framed-box #top.page-id-29 .av-frame.av-frame-vert  {background: #ff6600 !important}
    html.html_av-framed-box #top.page-id-29 .av-frame.av-frame-bottom  {background: #ff6600 !important}
    html.html_av-framed-box #top.page-id-29 .av-frame.av-frame-hor  {background: #ff6600 !important}
    html.html_av-framed-box #top.page-id-29 .av-frame.av-frame-right  {background: #ff6600 !important}
    in reply to: SHOP IS DOWN because of ENFOLD #1161635

    Also ich kann hier die unterschiedlichen Farben wählen, (selbst hinter einem VPN ;) ) klappt alles wunderbar.

    in reply to: Custom Advanced Layout Builder Elements #1161588

    hi kahil – looks very nice
    are the new possibilites of developer tab are included to your alb elements? Custom Class and ID etc.?

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

    hey Günter – as far i can see this is only added a condition for an existing standalone layerslider plugin – and that makes sence.
    But we only want to know how to use the existing filter ( avf_show_layerslider_update_notification ) to hamper the update nag of the included layerslider.
    My first thought on: Link – blocks all update nags not only the layerslider one.

    the code we can find here on board:

    function remove_ls_update_notification() {
    	return 'no';
    }
    add_filter('avf_show_layerslider_update_notification', 'remove_ls_update_notification');

    does not work

    My first thought was to use the waypoints script. Enfold has on default implemented the waypoints script.
    You can google to its functionality.

    if you have defined for the color-section background-colors. You can use it to give that color to the header_bg background-color:
    see here: https://webers-testseite.de/datenschutzerklaerung/

    this comes to child-theme functions.php:

    function header_bg_color_on_scroll() {
    ?>
    <script>
        (function($) {
        var element_to_animate = $('.avia-section');
    
        element_to_animate.waypoint(function(direction) {
        if (direction === 'down') {
            var section_color = $(this.element).css('background-color');
              $('.header_bg').css('background-color', section_color);
            }
            }, {
              offset: '100px'
            });   
        element_to_animate.waypoint(function(direction) {
        if (direction === 'up') {
            var section_color_prev = $(this.element).prev().css('background-color');
            $('.header_bg').css('background-color', section_color_prev);
              }
            }, {
              offset: '100px'
            });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'header_bg_color_on_scroll', 9999);

    The Offset depends on your header height in scrolled mode – so if you have a shrinking header it will be the end height after scroll.
    You can test it yourself

    in reply to: Removing bottom border from "fixed frame" layout #1161462

    you mean this? :

    .av-frame.av-frame-bottom.av-frame-vert {
        display: none;
    }
    in reply to: two elements with id="avia-menu" (accessibility issue) #1161442

    what enfold version did you use. These duplicate id’s if you use a header layout where header_main_alternate was created is solved on newer versions. f.e. on pages with header top navigation below:

    you see that the original menu ul got a different id

    in reply to: Standard button link to open in a pop-up #1161441

    it is not solved – but you link to the page which should pop-up ( https://www.housescape.org.uk/cgi-bin/full.pl?&pab1&&PAB1000374 ) is not helpfull.
    Where is the page with the button?

Viewing 30 posts - 6,301 through 6,330 (of 12,020 total)