• Hello, Axl!

    It’s absolutely great to see that you are still active. I really would love to switch to this theme – but I’m encountering a few hiccups.

    1. I’m using the Jetpack Tiled Galleries – on nearly 60% of my posts. But with your theme, and your theme only, this plugin is throwing up some errors (I suspect 1 error per gallery image, I haven’t counted).

    Notice: Array to string conversion in /home/dare2go/public_html/play2/wp-content/plugins/tiled-gallery-carousel-without-jetpack/jetpack-carousel.php on line 261

    You can compare it with the performance of your “old theme”, which doesn’t have errors:
    https://dare2go.com/andalucia-white-villages-roadtrip/ The link given with this post is a staging site. If you go into the the Street Art Category https://dare2go.com/play2/category/galleries/street-art/ nearly every post has tiled galleries.
    BTW: I fiddled with Generate Press and cosmosWP before; both did not encounter errors with this gallery plugin.

    2. the RSS feed icon is not loading, neither the ‘rss’ version nor the square one https://fontawesome.com/icons/rss-square?style=solid

    3. how can I set Kontrast so it uses the thumbnail sizes from Hueman? That’s what brought me here: in the demo you are using the same thumbnails, 540×245, but in the live version they are not formatted. ?? I don’t mind to set up a child theme; I will do so anyhow.

    4. I’m getting the occasional display errors, but only slight ones, and haven’t had time to capture them yet. This is getting too long anyhow.

    ——————————————

    Since Nico introduced a premium version of your old theme he is fiddling too much with it! Every 2-3 weeks an update, often breaking little things, occasionally important things… The file size has grown from 1.9mb of your last version to nearly 6.8mb now. Too much bloat! It’s a shame! I’m using it since the middle of 2014 and used to love it. Can Kontrast become my replacement?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter webbeetle

    (@webbeetle)

    add-on: I added the line (as suggested in your other reply)
    .social-links i.fa-rss { font-family: "Font Awesome 5 Free"; font-weight: 900; }

    So far it doesn’t seem to make a difference with the RSS icon. Although, I have WP-Rocket turned off the staging site is probably still cached by CLoudflare. So maybe too early to tell.

    Thread Starter webbeetle

    (@webbeetle)

    Sorry, but no reply for several days, so currently I’m working on something different. I can’t sit around, twiddling my thumbs, waiting for a support reply which in all likelihood might never come.

    So the KONTRAST Theme is currently disabled – since I’m getting nowhere with it. The above link https://dare2go.com/play2/andalucia-white-villages-roadtrip/ will open in a different theme and NOT show the errors any longer!

    Theme Author Alexander Agnarson

    (@alxmedia)

    Hi webbeetle, sorry for an extremely late reply. I’ve had to deal with some life stuff the last 3 months.

    To answer “Can Kontrast become my replacement?”, I hope so. Are you experiencing the same issues with the latest version of the theme and WordPress 5.5?

    1) Strange that the theme would produce issues with that plugin, I have no idea why yet.

    2) All font awesome icons that are not brands need additional css to work:

    
    .social-links i.fa-envelope { font-family: "Font Awesome 5 Free"; font-weight: 900; }
    

    As an example for the envelope icon.

    3) The thumbnails needs to be changed from functions.php, preferably with a child theme. Line 69-73:

    
    // Thumbnail sizes
    		add_image_size( 'kontrast-small', 160, 160, true );
    		add_image_size( 'kontrast-standard', 320, 320, true );
    		add_image_size( 'kontrast-medium', 520, 245, true );
    		add_image_size( 'kontrast-large', 720, 340, true );
    

    4) Are the errors coming from the slider script?

    Sad to hear that nikeo is bloating Hueman.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘BUG: Problem with JetPack gallery ERRORS & some more…’ is closed to new replies.