patrick91
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Instaroll] Compatible with WordPress 4.2As far as I know there are no security issues.
We haven’t tested this plugin on WordPress 4.2 yet but we will do soon.
There is a new version planned but I still didn’t find any time to make a proper release.The latest updated code is here https://github.com/rollstudio/WP-Instaroll
I’ll try to test this on a newer version of WordPress soon ??
Forum: Plugins
In reply to: [WP-Instaroll] Duplicate being created on WordPressCan you give us more information about your setup?
- WordPress version
- PHP Version
- Cron method used
Thanks ??
Forum: Plugins
In reply to: [WP-Instaroll] Import Only User Photos, Not Entire Stream?Yes ??
Forum: Plugins
In reply to: [WP-Instaroll] Import Only User Photos, Not Entire Stream?Hi Jiggyjargon!
That’s doable, but it is not really clear (and not well documented).
In order to do this you should check Show only user Instagram photos (no friends) inside Instaroll photos. That’s all. The all the photos created will come only from the current logged (instagram) user.
https://up.kibakoapp.com/pNMtm2TDqAWe’ll probably change this in a future release. Thanks for the hint ??
I’ve created an issue on our Github repo if you want to follow the development of this: https://github.com/rollstudio/WP-Instaroll/issues/3 ??Let me know if you any further problems
Forum: Plugins
In reply to: [WP-Instaroll] Instagram API issueCan you try to reauthenticate?
Also do you have any error log?
Forum: Plugins
In reply to: [WP-Instaroll] Instagram API issueI’ve been testing this locally for a couple of hours and seems working to me.
I’m on wordpress 4.0. Which version are you using?
Forum: Plugins
In reply to: [WP-Instaroll] same feed different divs?Hi daigerj, sorry for the late reply.
Can you tell me more about your issue? I can really understand what you are trying to do.
Patrick
Forum: Plugins
In reply to: [WP-Instaroll] Instagram API issueHi everyone, sorry for the late reply.
We are looking for what’s going on. I’ll send an update as soon as I have newsPatrick
Forum: Themes and Templates
In reply to: Display the latest post in the homethey’re working fine ??
Forum: Themes and Templates
In reply to: Display the latest post in the homeIt doesn’t work if you have pretty url ?? like blog.url.tld/page/2
works only with url like this blog.url.tld/?paged=2
why this?
Forum: Themes and Templates
In reply to: Display the latest post in the homeohhh, it’s workin’ ??
Thank you very much ??
Forum: Themes and Templates
In reply to: Display the latest post in the homemhm, it seems workin’ but when I go to the second page I get also the latest post ??
we need to set a start parameter?Forum: Themes and Templates
In reply to: Display the latest post in the homethanks for the reply.
I’m in index.php and I want to show the latest post if is the home page, so I change the post_per_page var to 1 if I’m in the home and it is not a page, but if I do so the navigation is broken because I get the next page link euqual to url?paged=2 which is correct if I’ve post_per_page equal to 1 everytime, but post_per_page is- equals to 1 for the first page
- equals to 5 for other pages
for nav links I use this code:
<div class="navigation"> <div class="alignleft"><?php next_posts_link('« Older Entries')) ?></div> <div class="alignright"><?php previous_posts_link('Newer Entries »')) ?></div> </div>
Forum: Themes and Templates
In reply to: Display the latest post in the homeno, it’s the same ??