BrianShrader
Forum Replies Created
-
Forum: Plugins
In reply to: [Cornerstone] Not-classic elements don’t workActually…. I don’t think this is the right place for support. This is a different plugin. If you’re looking for support using X Theme’s Cornerstone tool, then you have to go here: https://theme.co/x/support/
Forum: Plugins
In reply to: [Cornerstone] Not-classic elements don’t workI’m having the same issue. Has anyone found a fix for this yet?
Forum: Plugins
In reply to: [WP Instagram Widget] 502 error retrieving thumbnailsHere is what it’s tracing out:
https://scontent.cdninstagram.com/hphotos-xpa1/t51.2885-15/e15/10375862_889699937815294_1497468292_n.jpg
https://scontent.cdninstagram.com/hphotos-xtp1/t51.2885-15/e35/12394028_209004079442951_1197298134_n.jpg
https://scontent.cdninstagram.com/hphotos-xpf1/t51.2885-15/e15/1173097_1683005105311645_1684826431_n.jpgThe ones that DO work look like this:
https://scontent.cdninstagram.com/hphotos-xfa1/t51.2885-15/s640x640/sh0.08/e35/12547680_430780047118098_977909119_n.jpg
https://scontent.cdninstagram.com/hphotos-xtp1/t51.2885-15/s640x640/sh0.08/e35/12558729_107360332979016_448615148_n.jpgForum: Plugins
In reply to: [WP Instagram Widget] 502 error retrieving thumbnailsPlugin version – 1.9.3
Instagram username – throwback_diary
Your approx location – Georgia, United States
If its a video or image or all that fails – 2 are videos, 1 is an image
The generated URL for the broken image:
////scontent.cdninstagram.com/s160x160/hphotos-xpa1/t51.2885-15/e15/10375862_889699937815294_1497468292_n.jpg
////scontent.cdninstagram.com/s160x160/hphotos-xtp1/t51.2885-15/e35/12394028_209004079442951_1197298134_n.jpg
////scontent.cdninstagram.com/s160x160/hphotos-xpf1/t51.2885-15/e15/1173097_1683005105311645_1684826431_n.jpgHere’s the link to the WP site again: https://shradersworld.com/clients/caroline/blog/
Of the 9 images I’m using, 6 are showing up and 3 aren’t. The 6 that are showing up look like this:
//scontent.cdninstagram.com/hphotos-xpt1/t51.2885-15/s160x160/sh0.08/e35/c0.135.1080.1080/12558925_1734270653472705_460756858_n.jpg
//scontent.cdninstagram.com/hphotos-xpf1/l/t51.2885-15/s160x160/sh0.08/e35/10597429_1011080052272101_2086577022_n.jpg
//scontent.cdninstagram.com/hphotos-xtf1/t51.2885-15/s160x160/sh0.08/e35/1741574_1522333654733337_2030122069_n.jpgDoes it have something to do with the “////” instead of “//”?
Forum: Plugins
In reply to: [Simple Lightbox] Simple Light Box Not WorkingHaving the same issue. Is it a compatibility issue with WP 4.4.1?
Forum: Plugins
In reply to: [WP Instagram Widget] 502 error retrieving thumbnailsIt works for some images, but not all.
https://shradersworld.com/clients/caroline/blog/Is there something my client should be doing differently in order to get it to work? I believe they all worked with 1.9.1.
Forum: Plugins
In reply to: [WP Instagram Widget] 502 error retrieving thumbnailsI’m getting the same issue on my client’s blog:
https://shradersworld.com/clients/caroline/blog/I’m a developer (though new-ish to PHP) and would love to help you debug this. Let me know what I can do to help.
This is probably too late, but I had this same issue. What I finally figured out is that the last parameter of the_icon is not looking for a boolean, but is looking for the actual term_ID of your category.
Here’s my code:
$categories = get_categories($args); foreach($categories as $category) { $icon = the_icon("size=medium", 'category', $category->cat_ID, $category->term_id); echo $icon; }
Forum: Plugins
In reply to: [Voter Plugin] custom_post_type not workingWow. Thanks for the super quick update.
Forum: Plugins
In reply to: [I Recommend This] Like button on post and custom listMarking as resolved.
Forum: Plugins
In reply to: [I Recommend This] Like button on post and custom listHey Harish,
I actually fixed this. I was going to add a custom param to the shortcode, but it already existed! So to fix this issue, anywhere I wanted to add the like button that was NOT a post, I just did it like this:
[dot_recommends id=83]
So then, with any plugin you use to generate your post lists, you can have it dynamically add the post ID. For example, with Essential Grid, you do this:
[dot_recommends id=%post_id%]
Thanks again for the plugin. It’s great.
Forum: Plugins
In reply to: [I Recommend This] Like button on post and custom listHow can I privately message it to you? I’m not supposed to show the site to anyone yet, so it would need to be in private.
I’m guessing this isn’t working because it’s using Essential Grid instead of pulling in a list of posts with your shortcode. I just noticed that every like button on the page is called “dot-irecommendthis-47”, so I’m thinking that it thinks it’s for the page itself, not for each individual post.
Forum: Plugins
In reply to: [I Recommend This] Like button on post and custom listThanks for the response. I’m a little confused, aren’t you doing what I’m asking on the https://flattrendz.com/ site? Aren’t the counts on the homepage tied to the counts on the individual posts? That’s all I’m trying to do too.
I think the issue with mine is that the automatically assigned ID isn’t the same from the post list to the actual post.
Forum: Fixing WordPress
In reply to: 404 on wp-admin/install.phpI finally figured out the issue. It had nothing to do with the .htaccess or the config files. It was because I was trying to install WP 4.2.2 in a subfolder of a domain that already had WP 3.7.8 installed. Once I switched it up and tried to install WP 3.7.8 in the subfolder, things started working.
One other note – in order to use 3.7.8 correctly, I had to add this line to my .htaccess file:
AddHandler application/x-httpd-php5 .php
Forum: Fixing WordPress
In reply to: 404 on wp-admin/install.phpEverything in the error log is related to the parent site. Here are the latest entries:
[15-Jul-2015 11:55:19] PHP Catchable fatal error: Object of class WP_Error could not be converted to string in /home/sweetdr/public_html/wp-content/themes/inovado/framework/inc/breadcrumbs.php on line 73 [15-Jul-2015 16:32:32] PHP Fatal error: Call to undefined function force_ssl_admin() in /home/sweetdr/public_html/wp-login.php on line 15 [15-Jul-2015 16:34:30] PHP Fatal error: Call to undefined function wp() in /home/sweetdr/public_html/wp-blog-header.php on line 14 [15-Jul-2015 16:34:31] PHP Fatal error: Call to undefined function wp() in /home/sweetdr/public_html/wp-blog-header.php on line 14 [15-Jul-2015 16:36:13] PHP Fatal error: Call to undefined function wp() in /home/sweetdr/public_html/wp-blog-header.php on line 14 [15-Jul-2015 16:36:15] PHP Fatal error: Call to undefined function wp() in /home/sweetdr/public_html/wp-blog-header.php on line 14