Hassan1
Forum Replies Created
-
Forum: Hacks
In reply to: Custom image upload coding for functions.phpIt’s not as simple as other text based fields!
You need to search for a pre-made upload class. Just Google: PHP uploader and implement it in your PHP code.
If it’s all backend you can use WP image uploader:
https://mikejolley.com/2012/12/using-the-new-wordpress-3-5-media-uploader-in-plugins/Forum: Plugins
In reply to: [Plugin: Sidebar Photoblog] Error when loop finishedI think this problem is related to your photo upload. please remove that post (no.9) and add a new post.
Forum: Plugins
In reply to: [Plugin: Sidebar Photoblog] Blog posts/Thumbnails disappearHi-
SBP excludes photo category posts from home page.
To solve the problem you can disable this feature open plugin editor choose sidebar photoblog and search for “exclude” via your browser.
Then you should change something like “exclude_from_home” from true to falseForum: Plugins
In reply to: [Plugin: Sidebar Photoblog] Version 1.5 releasedVersion 1.6 released.
Forum: Plugins
In reply to: [Plugin: Sidebar Photoblog] Why I have scroll bar After hovering on the photoIt was fixed in 1.6 version.
Forum: Plugins
In reply to: [Plugin: Sidebar Photoblog] Why I have scroll bar After hovering on the photoSorry for late reply,
Hover image doesn’t work with Mac I’m searching for a way to solve that problem but because there’s no Mac in my town I can’t fix it quickly. You can still use the plugin but you should disable hover effectForum: Plugins
In reply to: [Plugin: eShop] PayPal IPN testNow I’m sure that lines after $p->validate() don’t read .
I created seller and buyer accounts(pre-config) via Sanbox should I do anything else?(for e.g. enabling IPN)I also use this PayPal simulator: https://www.belahost.com/pp/index.php after success massage it shows this line as reply: “X-Pingback: https://mysite.com/xmlrpc.php”. May it be the problem?
Forum: Plugins
In reply to: [Plugin: eShop] PayPal IPN testThanks for reply. Yes, I were logged into PayPal sandabox at that time.
I only receive notification emails in sandbox test email no anything else.
PayPal should only POST some variables to our PayPal IPN page. I can’t understand why it should take upto 4 days?
Any guess about the problem?