Forum Replies Created
-
AuthorPosts
-
lindebjerg
ParticipantThanks Paul,
and the Sunshine Theme is already Genesis 3.1 compatible?Best,
Jesperlindebjerg
Participantgot it, you told me already:-)
lindebjerg
ParticipantThanks Paul, it works!
lindebjerg
ParticipantThanks Paul, this morning I got a e-mail with your answer.
Please close this post.Best Regards,
Jesperlindebjerg
ParticipantPerfect, 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,
Jesperlindebjerg
ParticipantSorry Paul, my mistake. I have been working to much, I need a holiday. Please close thisd ticket. Thank you.
Best,
Jesperlindebjerg
ParticipantThanks, it works!
Cheers,
Jesperlindebjerg
ParticipantThank 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 warningsI just made my css changes to version 1.6 yesterday.
Best regards,
Jesperlindebjerg
ParticipantThanks David,
it works fine.Please mark as solved!
Best,
Jesperlindebjerg
ParticipantThank 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,
Jesperlindebjerg
Participanthi 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,
Jesperlindebjerg
Participantthanks Paul, now it works 🙂
lindebjerg
Participantit 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,
Jesperlindebjerg
Participantno, I have tried out all kind of settings now:-(
lindebjerg
Participantstill 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? -
AuthorPosts