mmadden
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-PageNavi] Page 2 of category page in only some categories not workingThanks Lester. I got it sorted. I pulled out most of the code above and started implementing the default WP pagination, but it wasn’t working out. I deleted everything in the file and copied everything in the original post here back into the editor. I hit save and it all started working. I must have had a space somewhere… All I can think of.
Forum: Plugins
In reply to: [WP-PageNavi] Page 2 of category page in only some categories not workingThanks for your response! Do you mean the default WP pagination? I wrote every line of code in the theme, but I’m certainly not above making mistakes. I just wasn’t sure where to start troubleshooting this one.
Well that was dumb of me… Thanks so much for your help!
Sorry for the delay. I have it posted to hcw.mmadden.net. The feed is near the bottom of the page. I got the text to show up on my localhost as well, but just like on the live version, the text is colliding all over the place. Thanks!
That’s good to hear. I’ll be posting the site to a remote server some time over the next two days. I’ll post a link once it’s up.
That didn’t do the trick, but I found a solution here…
https://stackoverflow.com/questions/16379751/wampserver-orange-php-curl-dll
…in the third answer down(just in case you get asked again). It worked for me. Sort of…
The system info is now yes, yes, yes, but when I test the connection I get code back instead of a rendered set of posts. I’m assuming it should be rendered. On the page itself, I see profile pics and author names, but no post content. I’ve checked the settings and made sure I’m black text over white background. I’ve looked in the inspector and I see text within the
<span class="cff-text"></span>
tags. The inline styles would leave to believe it should be showing up, but it’s not.I also see the three notices below in the console…
The "fb-root" div has not been created, auto-creating all.js:53 Invalid App Id: Must be a number or numeric string representing the application id. all.js:53 FB.getLoginStatus() called before calling FB.init().
I’m not sure if this is a separate issue or not. I can start another thread and mark this resolved if you prefer.
The
allow_url_fopen
was already “On”. I removed the leading semicolon from theextension=php_curl.dll
and rechecked the .ini file. The changes took after restarting services, but the system information has not changed and the test on the plugin page and the test.php file still yield a blank.Test failed. I didn’t get anything back. Just another blank page.
Thanks for the quick response…
The ID is 194705553884701
The System Info is:
PHP Version: 5.3.13
Web Server Info: Apache/2.2.22 (Win64) PHP/5.3.13
PHP allow_url_fopen: Yes
PHP cURL: No
JSON: YesThere is only a blank box below the ‘Test connection to Facebook API’ button.
Forum: Fixing WordPress
In reply to: Adding Google Map to page templateHere is the code for the static map I’m trying to load. Nothing special. I also had the JavaScript version on top of this. I feel like if I can get this one running, then the other should be no problem.
<img src="https://maps.googleapis.com/maps/api/staticmap?key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&sensor=false&size=300x300&markers=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" alt="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"></img>