• Home
  • Blog
  • Showcase
  • Setup Docs
    • Sunshine Help
    • Flex Help
  • Support
    • Support Area
    • Contact us
    • Feedback
  • Connect
    • Newsletter
    • Twitter
    • Facebook
  • My Account
  • Flex
  • Sunshine
Support : Simple Pro Themes

Support : Simple Pro Themes

lindebjerg

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 48 total)
1 2 3 4 →
  • Author
    Posts
  • August 29, 2019 at 5:23 am in reply to: what files are changed since version 1.6 #1736
    lindebjerg
    Participant

    Thanks Paul,
    and the Sunshine Theme is already Genesis 3.1 compatible?

    Best,
    Jesper

    May 24, 2018 at 9:30 pm in reply to: No Checkbox GravityForms? #1708
    lindebjerg
    Participant

    got it, you told me already:-)

    December 5, 2017 at 1:56 pm in reply to: Sliding panel stop working? #1660
    lindebjerg
    Participant

    Thanks Paul, it works!

    October 4, 2017 at 5:37 am in reply to: Error in Header Warning: getimagesize(): #1657
    lindebjerg
    Participant

    Thanks Paul, this morning I got a e-mail with your answer.
    Please close this post.

    Best Regards,
    Jesper

    October 3, 2017 at 7:51 am in reply to: Error in Header Warning: getimagesize(): #1656
    lindebjerg
    Participant

    Perfect, works fine!

    Your Support Forum don’t send e-mails to notify me anymore?
    Even if I Check the “Notify me of follow-up replies via email” Checkbox. I have double checked e-mail and my Spam folder this morning, so only because I login and check the Topic I got the answer.

    Thanks you,
    Jesper

    September 26, 2017 at 5:54 am in reply to: Use Content Column Classes? #1652
    lindebjerg
    Participant

    Sorry Paul, my mistake. I have been working to much, I need a holiday. Please close thisd ticket. Thank you.
    Best,
    Jesper

    August 21, 2017 at 11:26 am in reply to: Blue text in IE only? #1631
    lindebjerg
    Participant

    Thanks, it works!

    Cheers,
    Jesper

    July 25, 2017 at 4:35 am in reply to: Latest version only 1.6 at Gumroad? #1627
    lindebjerg
    Participant

    Thank you Paul,
    can you tell me what files are changed from version 1.6 to 1.7?
    the log only says?
    === Changelog ===
    == 1.7 ==
    * Fixed – PHP warnings

    I just made my css changes to version 1.6 yesterday.

    Best regards,
    Jesper

    February 21, 2017 at 6:36 am in reply to: Checkbox not visible? #1562
    lindebjerg
    Participant

    Thanks David,
    it works fine.

    Please mark as solved!

    Best,
    Jesper

    December 23, 2016 at 9:53 am in reply to: who can I make the 3 widgets same size always? #1510
    lindebjerg
    Participant

    Thank you Davinder,
    “you must know where to find the answers;-)”

    Your link to sridharkatakam.com made it possible for me to understand.

    Here’s how I did it, if someone else need “Equal height” in sunshine-pro:

    Upload jquery.equalheights.min.js to child theme directory/js.
    Create a file named say, equalheights-init.js in the same location as above having this code:

    jQuery(document).ready(function($) {
    
    	$(window).load(function() {
    		if (window.innerWidth > 1024) {
    			$('.home-middle .widget-area').equalHeights();
    		}
    	});
    
    	$(window).resize(function(){
    		if (window.innerWidth > 1024) {
    			$('.home-middle .widget-area').height('auto');
    			$('.home-middle .widget-area').equalHeights();
    		}
    	});
    
    });

    Add this in functions.php:

    //* Enqueue scripts
    add_action( 'wp_enqueue_scripts', 'sk_enqueue_scripts' );
    function sk_enqueue_scripts() {
    
    	if ( is_home() ) {
    
    		wp_enqueue_script( 'equalheights', get_bloginfo( 'stylesheet_directory' ) . '/js/jquery.equalheights.min.js', array( 'jquery' ), '', true );
    		wp_enqueue_script( 'equalheights-init',  get_stylesheet_directory_uri() . '/js/equalheights-init.js', array( 'equalheights' ), '1.0.0', true );
    
    	}
    
    }

    Best Regards,
    Jesper

    December 21, 2016 at 11:08 am in reply to: who can I make the 3 widgets same size always? #1508
    lindebjerg
    Participant

    hi Paul,
    I still need some help;

    I have loaded the file jquery.matchHeight.js into the folder js in sunshine-pro
    I wrote this into functions.php:

    // Load and initialize matchHeight jQuery
    wp_enqueue_script( 'match-height', get_stylesheet_directory_uri() . '/js/jquery.matchHeight.js', array( 'jquery' ), CHILD_THEME_VERSION, true );

    but I don’t know how to use this?

    Best regards,
    Jesper

    October 25, 2016 at 7:34 am in reply to: 2nd Word Menu Translation ? #1418
    lindebjerg
    Participant

    thanks Paul, now it works 🙂

    October 15, 2016 at 7:39 pm in reply to: German Letter ü in Mozilla not nice #1395
    lindebjerg
    Participant

    it was some kind of a bug. If I rewrite the letters and save, the bug is come. Must be a format leftover from copy paste of text and titles. I will keep an eye on this in the future, the bug was only visible in Mozilla.

    Thanks,
    Jesper

    October 15, 2016 at 3:28 pm in reply to: Background image loading effect #1393
    lindebjerg
    Participant

    no, I have tried out all kind of settings now:-(

    October 15, 2016 at 2:21 pm in reply to: Background image loading effect #1391
    lindebjerg
    Participant

    still a loading time on all pages …
    here are the “original” site: http://www.museon.uni-freiburg.de/de/home/
    here are no “blinking” on loading a page?

  • Author
    Posts
Viewing 15 posts - 1 through 15 (of 48 total)
1 2 3 4 →

Copyright © 2022 · Simple PRO Themes for Genesis Framework · About · FAQs · Contact · Affiliates