tayloroliphant
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Simone] Chrome mobile version – horizontal width problemIf anyone is lazy enough to use my code, you’ll probably want to close the last span tag. ??
Forum: Themes and Templates
In reply to: [Simone] Chrome mobile version – horizontal width problemFixed it–there is a bug that I didn’t figure out entirely, but I figured out how to fix it. When you use the customizer to remove the header text it somehow messes up the horizontal width on mobile chrome. I think it has something to do with the skip link. Anyways, I manually removed the header text, inserted my own text formatting, and kept the skip link and everything seems to be fine now.
Here is my custom code from the header.php that works.
<a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'simone' ); ?></a> <h1 style="padding: 15px; background-color: #444444;"><a href="/"><span style="color: #FFFFFF;">BIG</span><span style="color: #ff6600;">TAYLOR</span></a> | <span style="font-weight: 400 !important; color: #999999;">Philosophy of Design<span></h1> <nav id="site-navigation" class="main-navigation clear" role="navigation">
Hope someone finds it useful! ??
Forum: Plugins
In reply to: [Tagregator] FreshnessHello agian. I’ve been trying to implement a solution for keeping things auto-updating using wp_cron via a cron manager plugin, no luck, and also in the way explained in this tutorial: https://imtheirwebguy.com/creating-an-autonomous-service-for-your-wordpress-plugin-using-wp-cron/ – no luck there either. Essentially I can’t get wp_remote_get() to trigger the page refreshing even if I can get it successfully loaded in wp_cron. Also I’ve tried regular cron using curl and wget, no such luck there either.
So I was curious if there were any updates or if anyone has been able get it working via wp_remote_get or curl? I could really use a verbose code example if one is available.
$20 donation if I can get this thing figured out. ?? -I’ll probably donate either way eventually as it’s an awesome plugin, but I thought I’d try my luck with a bribe. Thanks!
Forum: Plugins
In reply to: [Wiki] wpautopWorks great! Everything is entirely legit for my purposes now and I’ll begin phasing in the changes across the wikis. You can see the site at socialjusticenow.org if you’re bored. It’s a student run site but when some donations turn up I’d like to purchase your wiki system; very awesome product!
Forum: Plugins
In reply to: [Wiki] wpautopI just realized I had a different autop plugin than the one you mentioned. Pardon me, I’m dumb sometimes. I’ll test out what you said a bit more and get back to you with something more logical. ??
Forum: Plugins
In reply to: [Wiki] wpautopThank you very much for your help and sorry for the late reply. School knocked me out for a second. I did what you said using the add actions and filter plugin, it gives me custom fields, but wpautop isn’t available in the new menus on the wiki editing pages. Am I missing something?
Thanks! Any help is always appreciated.
Forum: Themes and Templates
In reply to: [MesoColumn] Otherwise great update broke tabbed menuWorks like a charm! I just went on your website to see if you had a donate button to give you $20 for your help. (I’m a student, so that’s a decent wage from me. ?? -couldn’t find it, so unless I hear differently I’m just going to make sure I buy something off your site this month. You’re excellent at what you do!
Forum: Themes and Templates
In reply to: [MesoColumn] Otherwise great update broke tabbed menuHrmm… That is definitely there. Not sure what it could be. It’s been like that since the update.
Forum: Themes and Templates
In reply to: [MesoColumn] Otherwise great update broke tabbed menuEeek! Sorry to unresolve this but I had one last issue with the update. All the small grey icon images on the archives pages are gone. All the ‘i class=”fa fa-file”‘ things. I really liked those. ??
Forum: Themes and Templates
In reply to: [MesoColumn] Otherwise great update broke tabbed menuYou rock! The only other gotcha was that my mobile logo is now right aligned for some reason. I just uploaded a new one with more whitespace on the right side to balance it out but I imagine there is a better fix to center the mobile logo. If you get a chance I’m curious about that but I’m more or less good now. Great work as always!!!
Forum: Themes and Templates
In reply to: [MesoColumn] Otherwise great update broke tabbed menuRight? That’s what I thought too. This probably has something to do with me not getting it, but I think I’m doing this right.
https://www.socialjusticenow.org/wp-content/uploads/2014/01/tabbed.jpg
Forum: Themes and Templates
In reply to: [MesoColumn] Subcategories on all category pages?No pages, just categories… Hrmmmm… It’s not critical, I can keep playing with it. You’re off the hook. At the moment, if I was going to bother you for your time it would be debugging socialjusticenow.org with the w3c validator. I get around 65 errors, most relating to an image height set to “auto”. When I check the php the image height is set to 200 and I can’t find where the ‘auto’ is coming from. Put about 5 hours into that today.
That said, you’re really off the hook. I can’t expect anyone carry my projects for me. You’re welcome to, but I can’t expect it. Thanks again for your previous help. ??
Forum: Plugins
In reply to: [Wiki] Error_logI was reading my error log and I figured I’d post the 1 error I received since I did a restore. It wont repeat, but since I don’t know what it means, why not post it.
[16-Jan-2014 14:46:02 UTC] WordPress database error Multiple primary key defined for query ALTER TABLE wp_wiki_subscriptions ADD PRIMARY KEY (
ID
) made by activate_plugin, do_action(‘activate_wordpress-wiki-plugin/wordpress-wiki-plugin.php’), call_user_func_array, Wiki->install, dbDeltaForum: Plugins
In reply to: [Wiki] Error_logGood call. I restored my public_html/mysql from a backup. I had some troubled plugins installed earlier which I removed but they left some unfortunate residue that was apparently still running. When I restored my site I generated a few new errors in the log relating to a plugin which I haven’t had installed in a while, and then 1 wiki error similar to the one I pasted above. Everything seems fine though, I’ve run through the basic processes of using the wiki and I’ve served 100’s of pages with no more errors.
Looks resolved enough. Thanks!
Forum: Themes and Templates
In reply to: [MesoColumn] Subcategories on all category pages?Unrelated, but the feat-content divs on the front page had urls which weren’t breaking. I added “word-wrap: break-word;” to the two instances of “feat-content” in the CSS. All good now. I don’t suppose putting it here will help too many people, but (perhaps) you should throw those break-words in the CSS on the next update. ??