Vegas Kev
Forum Replies Created
-
Forum: Plugins
In reply to: [Raptor Editor] [Plugin: Raptor Editor] editing custom fields?Faceleg,
Thanks for your response. What I’m specifically looking to do is give post authors the ability to make edits to their posts from the front end. Each post has several custom fields that I’d like them to be able to edit. The custom fields are meta data that I have set to display within the post itself on the front end. They are not custom fields for functions, they are simply custom fields for displaying certain types of content such as thumbnail and additional content.
I’d like to use your Raptor plugin to give them the ability to click on a custom field (or the post thumbnail) to give them the ability to edit that specific custom field through the site’s front end. Is this possible?
dang….any ideas on how bto best approach this situation?
Forum: Hacks
In reply to: Creating Gallery Page Template From Custom Post Type ImagesThank you taymax. I figured it out and spent a total of 30 billable hours modifying and fixing this client’s theme (though, I probably spent even more than that trying to problem solve). The theme was a mess of code that caused so many problems it was insane. The functions.php file was a horrible mess and it was one of the worst experiences I’ve had with helping a client. And then, true to being a pain in the ass project, the client never paid me…..go figure.
got it…needed to recreate thumbnails in gallery >> manage gallaries >> bulk actions >> create new thumbnails
just to comment…i know it’s in the options, but i changed the thumbnail size to 150×150 and my changes did not take affect.
Forum: Plugins
In reply to: Plugin: Simple Login Log – Not tracking subscribersAlright….first of all..THANK YOU
Alright….I’m assuming (FINGERS CROSSED TIGHTLY) that you will be adding this to the next update, so I’ll tell you what happened.
When I added the “9999”, it didn’t seem to give me any noticeable changes, however, when I added the “1” it worked perfectly.
Thanks again. Please add this to the next update (if you could), so that my changes aren’t stripped when I update the plugin next time. 🙂
Your efforts are appreciated, cup of coffee? Can’t find a donate button on your site
@scribu: Thank you for taking a look at my issue. I appreciate your help.
Here is the code:
<?php echo $cf_link = get_editable_post_meta($post->ID, 'facebook', 'input', true); if ($cf_link) { ?><a href="<?php echo $cf_link; ?>"><img src="http://mydomain.com/wp-content/themes/demo999theme/images/profile-icons/facebook.png"></a><?php } ?>I also tried this code:
<?php $cf_link = editable_post_meta($post->ID, 'facebook', 'input', true); if ($cf_link) { ?><a href="<?php echo $cf_link; ?>"><img src="http://mydomain.com/wp-content/themes/demo999theme/images/profile-icons/facebook.png"></a><?php } ?>Neither of them seem to be suitable. I hope that I’ve clearly explained my intentions. Again, thank you in advance for your assistance.
Forum: Plugins
In reply to: Plugin: Simple Login Log – Not tracking subscribersYour graciousness is wonderful. Thank you for the attempt. Make sure you have a donation link on your site so I can send you a few for a six-pack of beer – or a really expensive cup of coffee 🙂
Thanks in advance…..even if you aren’t successful, I appreciate you making an attempt. Thanks.
Forum: Plugins
In reply to: Plugin: Simple Login Log – Not tracking subscribersI apologize for “hijacking” this thread, but I have the same issue.
I am running S2 Member and using your plugin to track log-ins, but for some reason it is only tracking my ‘admin’ logins. I, and all users are directed to the wp-login.php login page, though the S2 member plugin does customize it a bit…maybe that is why?
I was actually recommended to use your plugin by a S2 member moderator, though he was candid in saying that he has heard of it but never used it, so he couldn’t guarantee it would work with S2 Member.
If there is anyway that you could make a workaround for logging logs for all wp users when s2 member is installed, I would appreciate it greatly. Thanks in advance.
Forum: Plugins
In reply to: Modifying The Limit Daily Posts PluginThanks for your reply. To clarify…
Are you saying that if I simply remove the command that checks post count by date it will make it the way I want it? I just want to clarify this before I try it as I thought for sure I would need to add some code in place of that code?
Thanks in advance
VegasKev
Forum: Fixing WordPress
In reply to: Installed 3.1 and now my widgets don't work!You can go into ww.wp.xz.cn and grab an earlier or later copy of wordpress that might not give you the same issues. This is the only solution that I have found to work.
It will also be wise to do a backup of your database and then delete the database through mysql and reinstall a new database then import your backup database. After that, install a different version of wordpress and then try your widget areas. If it works, go ahead and install your preferred theme and switch to your preferred theme and everything should be good.
If that doesn’t work, I don’t know what will. Sorry I can’t be of more help to you…this issue is a very tough one that I personally cannot figure out the source of in efforts to completely “solve” it. Good Luck Scott.
Forum: Fixing WordPress
In reply to: Custom Menu Is Deleting Itself@esmi…..Sorry for delayed response…..been super busy with other projects. I swapped the themes and tested a post and it caused the same issue. I’m still new to servers so I will read up on checking Server Error Logs and get back to you….I want to get this resolved for my client asap. Do you have any suggestions for the moment?
Forum: Fixing WordPress
In reply to: Custom Menu Is Deleting ItselfGotcha…It could be, but I notice it when several are missing at once. However, I am not 100% sure as of yet, but it seems that when I edit a post or page, the issue arises. I could be wrong, but it seems that the problem arises when I add, delete, or edit a post/page. I could be looking too hard for a reason…idk
Forum: Fixing WordPress
In reply to: Custom Menu Is Deleting Itself@esmi: Murphy’s law just went into affect. The menu has auto-deleted some of the pages again….crap.
So to describe the issue more…
There have been no patterns of deletion thus far. Sometimes it’s 3 buttons, sometimes it’s 8. And it isn’t always the same buttons…it’s super odd.
P.S. I don’t really know what you mean by the word “cumulative” …sorry
Forum: Fixing WordPress
In reply to: Custom Menu Is Deleting ItselfLMAO……That’s the only thing I can think of. I’d love to blame it on GoDaddy, but since it’s a dedicated server, it’s not their fault…this time.
I’ve seen a few posts about this, but none of them were truly relevant to my issue…and YES IT IS FRIGGIN FRUSTRATING to not KNOW FOR SURE what the cause of it all was. I’ll be pissed if it happens again and I can’t fix it next time. Though, by the threads, the overall menu saving and allotment issue seems to be on a proactive list for some of the wordpress developers, so hopefully the next update comes out (with a fix for this type of issue) before it arises again with this site.