Ashkir
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Widgets on Pages] Permission ProblemHi toddhalfpenny! I apologize. I uninstalled that one and installed yours. Works perfectly! I’m now using yours. Thank you! ??
Forum: Fixing WordPress
In reply to: Storefront: Checkout with reward points, not cashI’m currently using CubePoints. I posted in their forum wondering if we can get a feature added. I’m working on a website for a non-profit organization a friend works at. I am using WordPress and it is a great CMS system with useful plugins. They want a rewards system, CubePoints seemed good. But, there are no settings for automatic recurring points. :(. Made a request to see if it could be added.
We’re also interested in paid plugins, if, affordable to do this functionality.
Forum: Fixing WordPress
In reply to: Storefront: Checkout with reward points, not cashHi there! Did you find anything about this? I’m interested too!
Forum: Plugins
In reply to: [Contact Form 7] Awkward SpacingIt looks like spacing seems to be the same space as a default 10 rows would be. What if I use less then ten? :/
Forum: Plugins
In reply to: Random Post pageI figured it out.
Forum: Plugins
In reply to: Random Post pageOkay. I got it to work. It shows the “excerpt” of the post. I’m wondering if there is one, like er how wikipedia’s works. When you click ‘random’ it takes you to a random post.
Forum: Plugins
In reply to: Random Post pageThanks. I’ll try to read through them to figure otu how the hell to set those up.
Forum: Plugins
In reply to: Looking For: Troubleshooting PluginThe thing, webjunk, is they’ll get messy fast, and it will be hard for some people to have to manually edit code constantly.
Forum: Plugins
In reply to: Looking For: Troubleshooting PluginAnyone have any ideas?
Forum: Fixing WordPress
In reply to: Blank Permalink Admin Page after changing permalink typeMy webhost has pushed the change to all wordpress blogs so they won’t break.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] White space?Thank you webjunk!
I figured it out. You have to turn off borders for the class of ajax-loader.
Forum: Fixing WordPress
In reply to: Blank Permalink Admin Page after changing permalink typeI was experiencing this myself as well on fresh installs, autoinstalls, etc. I asked my webhost about it, they got back to me in a few hours. They told me to find this in wp-admin/includes/misc.php
$got_rewrite = apache_mod_loaded('mod_rewrite', true);
and replace it with:
$got_rewrite = true;
So that was interesting and it worked great! I had a friend test wordpress on his site he had the same issue and the fix my host gave me worked. I am going to try the core edit above as Andrew suggested, it did not work.
Edit: I can confirm the 5.3 the host that has the blank permalinks pages is 5.3 PHP the hosts that don’t have the problem are still at 5.2.
Forum: Fixing WordPress
In reply to: Administrators only page?That worked wonderfully. Thanks!
Forum: Fixing WordPress
In reply to: Administrators only page?Thank you LumpySimon! I’ll test it now.
Forum: Fixing WordPress
In reply to: ?p=32So add define(‘WP_POST_REVISIONS’, false );
?