Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
December 28, 2015 at 8:07 pm in reply to: Logo positioning wrong. I know how to fix but happens on multiple sites #237437This reply has been marked as private.November 30, 2015 at 5:06 pm in reply to: Logo positioning wrong. I know how to fix but happens on multiple sites #232215
Also try this site: http://www.the-escalator.com
Here it is in chrome (safari seems fine)
If it’s normal, try resizing the browser.Attachments:
You must be logged in to view attached files.November 30, 2015 at 5:06 pm in reply to: Logo positioning wrong. I know how to fix but happens on multiple sites #232213And chrome
Attachments:
You must be logged in to view attached files.November 30, 2015 at 5:05 pm in reply to: Logo positioning wrong. I know how to fix but happens on multiple sites #232211On 13 inch retina screen.
Is it centered for you?Here it is in firefox
Attachments:
You must be logged in to view attached files.Ah. I didn’t know this.
How bizarre.
Btw it’s new.designmutt.club not .com but I think you worked that out.
It’s working now. Are you sure you did nothing? I don’t understand how that happened given that I did nothing.
HI,
it’s on new.designmutt.com
testing in multiple browsers on a desktop.thanks SO much!
It’s now just loading the one script I believe: I removed the one you suggested. Still no luck. Do you have any other ideas?I’ve almost sorted it. I know this is probably outside of your scope of support but I’m still getting an error; a js library is not being loaded:
To summarise:
I found this cool effect called Monocle here
http://lab.hakim.se/monocle/
and I’m trying to implement it on a new site here:
http://the-escalator.com/testy/
For some reason i don’t think the jquery is loading. I’ve found a codepen that has helped me
And I’ve tried to add the iscroll it wants ( //cdnjs.cloudflare.com/ajax/libs/iScroll/5.1.1/iscroll-probe.min.js )but it’s not loading I don’t think.
Any help greatly appreciated.Ah, you mean this is possible, right now? I’d like to place blog posts inside modals.
I.e have iframes in modals open up when you click the masonry blog posts.I think it needn’t be as complex as a modal; I think I’m just thinking of an iFrame that loads the content: like USA today
Click on any link there; it would be very very cool if a theme could do this.
Is this something you’ll consider?
Is there something that’s conflicting in the theme do you think?
I’m trying to get this to work:
https://github.com/hakimel/css/tree/master/monocleBut despite doing everything, it’s still not working.
I’ve put the html here:
http://the-escalator.com/2015/10/18/scroller-post-test-2-0/
and done the jquery and the css but nothing is appearing.Presume it was the 121. Took it out and now seems to be loading!
Was it the 121?Now I’m getting
Parse error: syntax error, unexpected ‘121’ (T_LNUMBER) in /home3/james948/public_html/the-escalator.com/wp-content/themes/joyn-child/functions.php on line 25
which means this line;
“add_action( ‘wp_enqueue_scripts’, ‘joyn_child_enqueue_styles’ 121 );
Ok. I’ve done that.
Now I have this but it’s still not being loaded./* LOAD PARENT THEME STYLES
================================================== */function joyn_child_enqueue_styles() {
wp_enqueue_style( ‘joyn-parent-style’, get_template_directory_uri() . ‘/style.css’ );
wp_enqueue_style( ‘style.css’, get_stylesheet_directory_uri() . ‘/css/style.css’ );
wp_enqueue_style( ‘style.scss’, get_stylesheet_directory_uri() . ‘/css/style.scss’ );
}function sf_enqueue_scripts_dm() {
wp_register_script(‘jscroll-probe.js’, get_stylesheet_directory_uri(). ‘/js/iscroll-probe.js’, ‘jquery’, NULL, TRUE);
wp_register_script(‘script.js’, get_stylesheet_directory_uri() . ‘/js/script.js’, ‘jquery’, NULL, TRUE);
}
wp_enqueue_script(‘jscroll-probe.js’);
wp_enqueue_script(‘script.js’);add_action( ‘wp_enqueue_scripts’, ‘joyn_child_enqueue_styles’ );
-
Posted in: We hit Power Elite.