e-regular
Forum Replies Created
-
Actually Jacob – I stand corrected.
When I disable your plugin, I am able to create pages and posts but the BPress and BBPress error message still appears.
Sorry, it is not your plugins fault I am seeing these errors. But your plugin is affecting my site’s ability to create new posts and pages.
Can you help me further troubleshoot/debug this please?
Cheers,
HenryForum: Themes and Templates
In reply to: [Sugar and Spice] Structured Data – hatom-feed ErrorHi ppprst1,
I found this thread:
https://wordpressapi.com/wordpress-gravatar-webmaster-tool-error-fixed/
that discusses this error, and I was able to identify the following file in the “Sugar and Spice” theme that the “comments.php” looks up for “author vcard” information:
https://yourdomainname/wp-content/themes/sugar-and-spice/inc/template-tags.php
I simply removed the two references to the word vcard as follows –
here:
<div class="comment-author vcard">
I changed it to:
<div class="comment-author">
and
here:
$author_string = '<span class="byline"> %1$s <span class="author vcard"><a href="%2$s" title="%3$s" rel="author" class="fn">%4$s</a></span></span>';
I changed to:
$author_string = '<span class="byline"> %1$s <span class="author"><a href="%2$s" title="%3$s" rel="author" class="fn">%4$s</a></span></span>';
My website can be found here: https://henrygomez.com.au
and a page where I have comments can be found here:
https://henrygomez.com.au/2015/02/puti-and-johnny-at-the-boulevard-gardens/
Check the comments at the bottom of the page. They still appear without any errors.
Let’s wait and see if the next google bot pass reads this in and clears the error!
Cheers,
HenryForum: Plugins
In reply to: [Image Store] [Plugin: Image Store] Menu Item "Galleries" -> AlbumsShux!
Since the new image store updates, this plugin has stopped working for me.
I have tried disabling all over plugins and the issue still occurs… The issue actually is that I can no longer password protected album’s thumbnails on my private albums link. See here:
https://henrygomez.com.au/private-gallery/
I actually was using the following code that worked a treat for me right up until recent changes/updates to the plugin.
[image-store album=XXX count=10]
It has since stopped working.
Any helps is greatly appreciated.
Kind regards,
HenryForum: Plugins
In reply to: [Image Store] [Plugin: Image Store] Menu Item "Galleries" -> AlbumsNah, for me it was a bit of trial and error… and I did go to the plugin page and saw the section that talks about sample code or something to that effect. Let me see if I can find it again…
Ok try this:
Forum: Plugins
In reply to: [Image Store] [Plugin: Image Store] Menu Item "Galleries" -> Albumsoops wrong way around. I have one protected album and this album has three galleries… each gallery is a wedding, for instance.
Forum: Plugins
In reply to: [Image Store] [Plugin: Image Store] Menu Item "Galleries" -> AlbumsThis is what I did:
[image-store album=XXX count=10]
where album=XXX is the album ID.
I think one needs to wrap his head around the gallery and album concept.
An album can have many galleries – each gallery is a wedding, for instance.
I hope this helps a bit? I only have one album and numerous galleries.
Cheers,
HenryForum: Plugins
In reply to: [Image Store] [Plugin: Image Store] Menu Item "Galleries" -> AlbumsHmmm, I wanted to use something simple like [image-store secure=1] or similar and not have to call upon PHP functions…
Or something like: [ims-gallery id=0 layout=1 caption=1 orderby=date number=5 linkto=attachment]
Or: [image-store list=23]
I don’t mind if a thumbnail of a client’s photos is showing…
Is there a guide outlining all of the possible square bracket parameters I can use?
Ok thank you very much for your response.
I was looking for an option along the lines of incorporating/integrating the WPPA image library as a new menu item from the POSTS -> upload/insert “Add Media” button. So as not to “hard” code album/image id parameters every time I want to add a photo.
Is this something you are planning to include or is there a separate plugin that provides this functionality?
Your plugin is absolutely awesome, I am just trying to simplify the insertion of images from the WPPA library into posts rather than having to use id’s as shown in the documentation.
Kind regards,
Henry