js09
Forum Replies Created
-
each slideshow has a unique ID i think. different names at least. the code is:
[meteor_slideshow slideshow="europe"] [meteor_slideshow slideshow="taraandjeff"]
Here’s the link: https://meetthesimpsons.com/gallery/
If you try it on mobile device and swipe the top slideshow, the bottom slideshow will change pictures too. I saw this issue posted here before with no solution, hopefully you can help!
smarter-navigation plugin fixed this lack of feature
Forum: Plugins
In reply to: [Simple Mobile URL Redirect] break entire siteI do believe I am using a version earlier than 3.4, I will have to check. Thanks for the response.
Forum: Plugins
In reply to: [Simple Mobile URL Redirect] break entire siteto be more specific, it breaks the site when i check ‘redirect tablets’
Fatal error: Call to undefined function wp_is_mobile() in /home/jeffspho/public_html/wp-content/plugins/simple-mobile-url-redirect/mobile-redirect.php on line 172
Forum: Plugins
In reply to: [Simple Mobile URL Redirect] break entire siteI tried it here: jeffsimpsonphoto.com to redirect to m.jeffsimpsonhphoto.com
it breaks the entire site the same way others have described it before me. any ideas? thx
great thanks!
thanks for clarification! I’m using a custom designed child theme ( https://jeffsimpsonphoto.com ) so I’m wondering if/how I can use .singular to my advantage.
What is the opposite of .singular? in other words, what would it be if my blog was using sidebars or something.. to make it.. not-singular
.multiple?
Forum: Plugins
In reply to: How can I assign a certain directory to the template 404 page?help ??
Forum: Fixing WordPress
In reply to: Comments displayed on front page with twentyelevenplease? ??
Forum: Plugins
In reply to: new posts show up as Jan 1, 1970This looks like it fixed it (although I have no idea why)
esc_attr( get_the_date( 'M' ) ), esc_attr( get_the_date( 'j' ) ), esc_attr( get_the_date( 'Y' ) )
instead of:
date("M", strtotime(get_the_date())), date("j", strtotime(get_the_date())), date("Y", strtotime(get_the_date()))
Forum: Fixing WordPress
In reply to: Comments displayed on front page with twentyelevenany help?
I need help with this as well.
Forum: Fixing WordPress
In reply to: Using a static page for home -> how can I now view 'latest posts'?Forum: Themes and Templates
In reply to: Best way to code a new theme while running your current theme?Thanks Esmi, I’m currently playing around with DesktopServer Limited, however I will check out EasyPHP as well.
Forum: Themes and Templates
In reply to: Child theme CSS not 'overwriting' the base themethank you mookasaurus, that fixed it.
I was hoping that the child theme CSS wouldn’t require the exact hierarchical specifics, but now i know ??