AndyWarren
Forum Replies Created
-
Forum: Plugins
In reply to: [W4 Post List] Display Image from Upload MetafieldI am no longer using the plugin, but I can activate it and drop in the shortcodes so you can see the error. This site is on a development server that requires login credentials to view the site. I can send them to you via email if you would like. Please provide an address to email.
Forum: Plugins
In reply to: [W4 Post List] Display Image from Upload MetafieldYes, I tried completely removing everything except the title. I created new pages with nothing at all on them, completely blank, and inserted the post list shortcodes. No matter what, any post list shortcodes beyond the first one on the page had this problem.
Forum: Plugins
In reply to: [AW WordPress Yearly Category Archives] Posts not filtering by CategoryI did not receive any additional replies regarding your issue so I am closing the support request. Please feel free to reply if you are still having an issue.
Forum: Plugins
In reply to: [W4 Post List] Display Image from Upload MetafieldI could not get the plugin to work when having more than one list created, and received no support/help to fix the issue. For that reason I have deleted the plugin and will not be using it again. This thread will be closed now.
Forum: Plugins
In reply to: [W4 Post List] Display Image from Upload MetafieldPlease stop marking my thread resolved. I’ll mark it resolved when it actually is.
The plugin update corrected the error message, it no longer is appearing.
I am still experiencing the issue I stated above though.
The below code is displaying the post thumbnail, but not the post title or the metafield text. Where they should be there is just a … being rendered.
[posts] <div class="advocateWrapper x-column one-fourth"> [post_thumbnail] [post_title] [post_meta key="ecpt_sportarmedservicebranch" multiple="0"] </div> [/posts]
This is what is actually being rendered from the above post list:
<div class="w4pl" id="w4pl-list-134"> <div class="w4pl-inner" id="w4pl-inner-134"> <div class="advocateWrapper x-column one-fourth"> <img width="1024" height="639" alt="myfeaturedimage" class="attachment-<" src="https://mydomain.com/soldier-sports/wp-content/uploads/2014/05/myfeaturedimage.jpg"> … </div> </div><!--#w4pl-inner-134--></div>
Forum: Plugins
In reply to: [W4 Post List] Display Image from Upload MetafieldActually, that was a copy/paste error. The closing bracket is actually there.
Forum: Plugins
In reply to: [W4 Post List] Display Image from Upload MetafieldI updated the plugin; however I’m experiencing a new error with it now.
Warning: array_key_exists() expects parameter 2 to be array, string given in /var/www/html/soldier-sports/wp-content/plugins/w4-post-list/inc/postlist.php on line 836
This is showing up on the front end of the site rather than the admin area.
I also have a second list created that is not displaying the content:
[posts] <div class="advocateWrapper x-column one-fourth"> [post_thumbnail] [post_title] [post_meta key="ecpt_sportarmedservicebranch" multiple="0"] </div> [/posts
The above is displaying the post thumbnail, but not the post title or the metafield text. Where they should be there is just a
...
being rendered.Forum: Plugins
In reply to: [AW WordPress Yearly Category Archives] Did not get any outpotI did not receive any additional replies regarding your issue so I am closing the support request. Please feel free to reply if you are still having an issue.
Forum: Plugins
In reply to: [W4 Post List] Display Image from Upload MetafieldSorry, please disregard the first post.
<img src='[post_meta key="ecpt_secondaryimage" multiple="0"]' />
does indeed display the image. Not sure why it wasn’t, but it is now displaying it correctly. Please address my second post regarding the error message still. Thanks.Forum: Plugins
In reply to: [W4 Post List] Display Image from Upload MetafieldAlso, I have an error showing when I edit the list I am creating. It appeared as soon as I created the new list. Currently it is the only list.
Warning: Invalid argument supplied for foreach() in /var/www/html/soldier-sports/wp-content/plugins/w4-post-list/inc/helper-meta_query.php on line 38
Forum: Plugins
In reply to: [AW WordPress Yearly Category Archives] Posts not filtering by CategoryCan you send me a link to your site so I can take a look? Your shortcodes look correct.
Unfortunately it does not currently have an option to change the order in which the year links appear. That is a good idea though, and I’ll try to implement it soon.
Forum: Plugins
In reply to: [Jigoshop] 404 Errors on several Jigoshop filesI’ve tried opening up permissions to 777, and still nothing. Same errors. What do you mean by “Try as well removing htaccess authentication for a check”. I’m not sure what that is.
Forum: Plugins
In reply to: [Simple Mobile URL Redirect] Plugin is redirecting Ipad and android tabletsHonestly I don’t remember what this was from, it was 5 months ago.
Forum: Plugins
In reply to: [AW WordPress Yearly Category Archives] Did not get any outpotSorry for the late reply, I was not notified of your post.
[aw_year_links cat="2" postslug="cat-test" dropdown="yes"]
The above shortcode should be on the page where you want to display the dropdown of the yearly links.
Then you would use
[aw_show_posts cat="2" readmore="Continue Reading" publishedon="n/j/Y"]
on the page with the name “cat-test”.Please let me know if this helps.
Forum: Plugins
In reply to: [Post Types Order] Possible Issue With Members PluginPerfect, that was it. I had “publish_pages” restricted. Working tip top now, thanks!