thepete
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Twenty Fourteen slider not slideJust wanted to add that the code worked perfectly for me, too. My only gripe is that it moves too fast. It’s obvious how to lengthen how long each entry is visible, but not how to make the entry slide more slowly. But it’s a minor problem, so it’s not a big deal. So thanks for that code, WPMUDEV! Much appreciated!
Well, I must have done something by accident to change that because if you go to petesofficial.com right now, you’ll see everything in the main content area showing up in the Featured Content area at the top. It’s no big deal though, I actually want this. I just need to decide if I want to use edit Jetpack’s code or find other solutions that won’t exclude FC from the main content area. It’s all good. Thanks again!
Do you mean that it’s the default behavior with Featured Content when the Jetpack plugin is activated? Because when I deactivate the Jetpack plugin, WP will display Featured Content in both places. Jetpack is almost too enveloping a plugin. It does a lot a like but a few things I don’t (that I can’t turn off). I’ll check out the code you linked to though and see if I can implement it. Thanks so much for your replies!
Forum: Themes and Templates
In reply to: [Theme: TwentyFourteen] Mobile layout on desktop machineI’m trying to do something similar–I want to stop the menu from switching to mobile on tablets. From there I need to be able to tweak the menu for phones. However, when I look at the CSS Karmatiger mentioned above, there are so many resolutions that it’s hard to figure out which ones to tweak and how to tweak them. At this point, I think the quickest solution will be to tweak the mobile menu to look identical to the standard menu, if it’s possible. I’ve combed through the style.css but can’t work out how to do it. I’ve managed to change the background-color of the mobile menu, but that’s it. Any ideas?
Sorry, I got my wires crossed about this thread. I’m having the opposite problem. My featured posts don’t appear along with the non-featured blog posts in the regular content area. That’s the issue. Sorry, is there another thread that solves this problem? I did a search and all I was able to find was this thread.
I’m having the problem with it on petesofficial.com. I had deactivated the plugin yesterday so I could continue working on the site. When I reactivated the plugin today, everything was fine–until I linked Jetpack with my wordpress.com account again. Then the posts disappeared from the main feed. I’ll leave the plugin connected as long as I can but I’ve got to keep working on the site, so I may need to deactivate it later today.
This problem still exists. ?? Any chance on an official release soon? I’d rather not use a plugin that isn’t fully stable yet.
Forum: Plugins
In reply to: WP install not in root–tweak gocodes to allow it?OK, I scoured the code and found the spot to fix my problem. In menu.php, change the “‘.$basewpurl.'” in line 141 to your root URL. That’s in v 1.3.4, anyway, and it’s working for me. FYI.
Forum: Plugins
In reply to: [Plugin: Flutter] Need Examples of UsageI ditto the ditto.
Seems like someone ought to be able to explain it step-by-step in text-form for those of us who find an audio-free video tutorial (like the one on the Flutter site) to be a bit too vague to trust our sites to. I’m intrigued, but not enough to march forward without knowing what’s up…
Forum: Plugins
In reply to: WP Super Cache killed my siteFrom my wp-config, I removed this line:
define(‘WP_CACHE’, true); //Added by WP-Cache Manager
and all was fine after that (so far).
Forum: Fixing WordPress
In reply to: [Plugin: Add to Any Bookmark Button] Exclude from feeds?Thanks for the fast reply, Haochi!
I deleted the line, but it seems like it’s not working–at least, not yet. I’m not sure how often a WP feed refreshes, though.
Forum: Installing WordPress
In reply to: array_keys, invalid argument, cannot modify header info problemsI can’t even get to the admin pages to show up. I did a clean install and Wp 2.5 seemed to work–when I imported the db from my other server I got the errors again. This is very frustrating since I’m not doing anything special here.
Forum: Fixing WordPress
In reply to: Using tables in posts and pagesI did discover that if you put something in your css to say that tables should be a certain width, the contents will show up.
Not much of a fix, but it’s something :\
Forum: Fixing WordPress
In reply to: Using tables in posts and pagessame problem here and I have loads of tables inside posts that worked just fine in 2.3
Forum: Plugins
In reply to: plugin codes within widgets? [amtap]I have a similar question–I’m just trying to get categories and archives to list via the traditional, non-widget tags and not with the un-editable widgets, but they both refuse to show up.