niftythriftythings
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: CSS won't update – working on test site but not on actual blogI’m editing the CSS file in WordPress, but also checked through FTP to see if the file is actually updating – which it is.
I have just tried adding !important to the rules, which unfortunately didn’t help.
There shouldn’t be anything overwriting the rules, though, since I added them myself.
I’m trying to get a plugin to work that displays thumbnails and titles from a category on a page. It just won’t take the styling. Grr..Maybe this bit information will help.. I am using the Genesis Framework with a custom child theme.
Forum: Fixing WordPress
In reply to: CSS won't update – working on test site but not on actual blogThanks for the quick reply!
I’ve actually tried viewing the changes in different browsers and cleaning the cache on all of them..
The website is for a client and she’s using CloudFlare (which I thought might be causing the problem). I already tried disabling and emptying the cache with it disabled though. Still no luck..Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Slide URL link dont workOh, wow! I don’t think I would have ever figured it out without your help.
I changed the href in the functions.php for the categories from “/categories/” to “/category/” and it’s working great now!
Thank you so much for all the help and for developing such a great plugin!
Have a great rest of the week!Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Slide URL link dont workHere’s my page. It’s not open to the public yet, so there’s still a lot of things to do. ??
If you click on the slide that says “nifty thrifty sunday” it will link to my “about” page.
The other slides are linked to a category and that’s where they’re redirecting..
I really appreciate all the help!Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Slide URL link dont workOk, I narrowed it down to the “categories”.
I was trying to link to my categories (or labels) from the slides and that’s when it redirects. If I link to a regular page in my blog, it works like a charm!
I just can’t figure out what exactly is causing it..
Thank you so much for your help though!
Greetings from Germany!Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Slide URL link dont workI tried removing this part of the code.
It does try to connect to the web address first now, but then redirects to the slide name again. I really don’t know what I’m doing wrong..Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Slide URL link dont workThank you so much for your quick reply! I’m using my own theme..
My functions.php looks like this:add_theme_support( 'post-thumbnails', array( 'post' ) ); add_theme_support( 'post-thumbnails', array( 'page' ) ); set_post_thumbnail_size( 600, 300 ); add_filter( 'post_thumbnail_html', 'my_post_image_html', 10, 3 ); function my_post_image_html( $html, $post_id, $post_image_id ) { $html = '<a href="' . get_permalink( $post_id ) . '" title="' . esc_attr( get_post_field( 'post_title', $post_id ) ) . '">' . $html . '</a>'; return $html; }
[Please post code snippets between backticks or use the code button.]
I hope this helps to find a solution. ??
Thank you so much for the support!Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Slide URL link dont workHi!
I’m having the same problem. My slides link to the name of the slide, instead of the link that I’m providing.
Could you explain what I need to do with the functions.php a little more? I guess I’m not understanding it correctly..
Thanks in advance,
Vanessa