SoloAnt
Forum Replies Created
-
wooops just refreshed the page and they’ve already issued the fix here.
Thanks Storeapps. Excellent support thus far A++
Sol
There is a file the company sent me that fixed the problem, I contacted them and they got back to be later in the night yesterday, uploaded the file this morning and presto it’s working again.
Something to do with the woo-json.php file. Send them a message and I’m sure they’ll send you the same file.
Sol
I’ve got the same issue here too.
Sol
Forum: Plugins
In reply to: [Instapress] Pagination broken, trying to fix it.Same problem here. Mine just goes to the homepage.
Forum: Plugins
In reply to: [Custom Content Type Manager] CCTM with TubepressI should probably give a bit more detail.
WP 3.6
CCTM Version 0.9.7.11I’ve tried all of these options and I’ve had no luck
wysiswyg version
<?php print_custom_field('teamvideo'); ?>
<?php print do_shortcode( get_custom_field('team_videos') ); ?>
<?php print_custom_field('team_videos:do_shortcode'); ?>
Thanks
Forum: Plugins
In reply to: [Instapress] Worked for two days, now it doesn'tOk, turns out for some reason when I was adding custom css to my css file for instapress that it was making everything not work for some reason on the iphone. But I got it working.
What I did was unregistar the instapress style sheet by adding this line to my functions.php file
add_action( 'wp_print_styles', 'my_deregister_styles', 100 ); function my_deregister_styles() { wp_deregister_style( 'instapress' ); }
Then I opened the instapress.css file and copied and pasted all the css from there into my own stylesheet and made my customization there to work and look proper for my responsive theme.
So if anyone is having similar issues, this is how I fixed it.
Thanks
Forum: Plugins
In reply to: [Instapress] Worked for two days, now it doesn'tHas anyone tried looking on their iphone, it seems that when I try and view from my iphone it freezes the browser. I’ve tried both chrome and safari for the iphone.
It seems to work on a computer, but for some reason it’s causing issues with phones.
Thanks
SolForum: Plugins
In reply to: [Instapress] Worked for two days, now it doesn'tWhat version of wordpress are you using? I tried this suggestion and had no such luck. I’m using the newest build of wordpress. I know it says in the about this topic that you are using 3.5.2, but just double checking.
Thanks
SolThis would be a great option for sure. Please add.
Thanks
SolForum: Plugins
In reply to: [Instapress] [Plugin: Instapress] How to get my photos??Hi Carrie, I don’t have any experience with your specific problem, I haven’t had any issues like yours. So, not sure if I could be of any help? But based on the info and questions I’ve seen from here and your other posts. I would ask, in your widgets area are you using your instagram name or a specific tag? Don’t use both, use either-or. And if you are trying to add it to a page or post make sure you use one or the other there as well, and not both.
So in a post or page you would have something like either of these two options:
[instapress userid=”Your Instagram User Name” piccount=”15″ size=”100″ effect=”fancybox” paging=”1″]
OR
[instapress tag=”Your Instagram Specific Tag” piccount=”15″ size=”100″ effect=”fancybox” paging=”1″]
See the difference?
On a test I did, if you don’t have either the tag or userid noted random pictures appeared on my site. For the second test I did when I add both a tag and a userid, nothing showed up. Not sure if any of this helps? But other than what I’ve stated, not sure I could help any further.
Hopefully it works for you.
SolForum: Plugins
In reply to: [Instapress] Instapress not workingCarrie, I’m going comment on your question from your post.
Forum: Plugins
In reply to: [Instapress] Instapress not workingUPDATE:
It seems as this issue is no longer… Not sure why but everything is working again.
If anyone else is encountering this issue, I don’t know how to help, other than saying wait a day or two and see if it persists.
Thanks
SolomonForum: Plugins
In reply to: [Instapress] Instapress not workingSmall little update on this. It seems that using instapress with tags is working with the current configuration above (wordpress 3.4.2), but when a userid is in the shortcode it is not working.
Please fix this, my site uses this pretty much through out with our team/artist pages for their individual instagrams.
Thanks
Sol