Roelf Keulder
Forum Replies Created
-
Thank you
Good Day,
I have managed to resolve the problem thank you by using this article.
How to Increase the Maximum File Upload Size in WordPress
You can also read this article if the above does not work for you. it has more options
Photo/image uploads not workingI hope it will help you too ??
BlessingsI Agree it would be nice as Administrator to change the owner to any user and not just to other admins. But Nice plugin though
Forum: Developing with WordPress
In reply to: When PHP variable’s value change.@mlchaves Thank you so much it will definitely help me
Forum: Developing with WordPress
In reply to: When PHP variable’s value change.Hi @bcworkz, thank you, If I understand it correctly even if I have called the code previously in my PHP code from the database and used it on the current page I should call it again to use it in a java script. Please see my question and answers in WordPress Stack exchange
Is that correctForum: Plugins
In reply to: [Ultimate Wordpress Auction Plugin] Not Responsive – Can’t Scroll DownHi @caraguilar,
Have you tried a different theme, some themes cause problems. Just a suggestions.
Forum: Plugins
In reply to: [Ultimate Wordpress Auction Plugin] Add more imagesThank you, I have a look at the pro version
Thank You @elanasparkle
I will follow the link- This reply was modified 3 years, 2 months ago by Roelf Keulder.
Forum: Plugins
In reply to: [Ultimate Wordpress Auction Plugin] Bid button not workHi @tanino11,
Did you manage to solve your bidding problem?
Remember you can not bid on your own auctions. You have to create a dummy user and login with that User to bid.If you try to bid with your own Username you’ll get this message:
Sorry, you can not bid on your own item.
and the bid now button will not work.
I hope this will help you
Forum: Developing with WordPress
In reply to: Check current login userForum: Developing with WordPress
In reply to: Check current login userThank you both. I have tried your suggestions and now it returns the following:
if ($current_user->user_login == $result->name){ You} else { 40 }
R16,000.00
38 minutes agoMy code now looks like this:
<?php
$current_user = wp_get_current_user(); ?>
if ($current_user->user_login == $result->name){
<?php echo 'You' ?>}
else {
<?php echo $result->id; ?> }
Forum: Developing with WordPress
In reply to: Check current login userThank you @mafnah will try it thank you for the quick response
Forum: Developing with WordPress
In reply to: Check current login user@bcworkz Thank you so much for the quick reply I will try it and get back to Thank you also for the explanation of when to use
=
,==
and===
Forum: Plugins
In reply to: [Ultimate Wordpress Auction Plugin] Web Admin Auction UsageHi @payalrajyaguru can I disable other users also for not being able to bid on the auction?
Forum: Plugins
In reply to: [Yoast SEO] Add meta line to page headThank you