arniarni
Forum Replies Created
-
Yes, I sent a ticket.
Addition:
After sending of reset form this message was appear:Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed in /home/httpd/vhosts/domain.com/httpdocs/wp-includes/class-smtp.php on line 344
Hi UM,
Deletion works! Thank you!Forum: Plugins
In reply to: [Custom Content Shortcode] Featured images are the sameWOW! You are great! Featured images shortcode works excelent!
To your question – I used code inside widget that located on page.
Thank you very much!Regards,
ArnoldForum: Plugins
In reply to: [Custom Content Shortcode] Featured images are the sameHi Eliot,
The big part of code (where [field image-url] presents in two different parts) is below. This code worked well before update (6 days ago when I wrote first time). You can see on screenshots here or here that featured images displayed as similar or empty.
<h2 align="center">THEMES</h2> <!-- STICKY THEME --> <table width="100%" align="left"> [loop type="page" category="lock-x" id="2332" cache="true" update="true"] <tr> <td width="80px"> <img src='[field image-url]' width="72" height="72" hspace="5" vspace="5" style="border-radius: 37px;" class="forum_thumb_radius"> </td> <td> <strong>[field title-link]</strong> <br> <font size="2"><!-- Author: [field author] | -->Posted: [field date] | Upd: [field modified]<br> Comments: <b>[comment count]</b> Last: [comments count="1"]<b><a href="[comment url]">[comment date]</a></b>[/comments]</font> <!-- <p>[field excerpt words="10"]</p> --> </td> </tr> [/loop] </table> <!-- OTHER THEMES EXCLUDE STICKY --> <table width="100%" align="left"> [loop type="page" category="lock-x" order="DESC" orderby="comment-date" exclude="2332" cache="true" update="true"] <tr> <td width="80px"> <img src='[field image-url]' width="72" height="72" hspace="5" vspace="5" style="border-radius: 37px;" class="forum_thumb_radius"> </td> <td> <strong>[field title-link]</strong> <br> <font size="2"><!-- Author: [field author] | -->Posted: [field date] | Upd: [field modified]<br> Comments: <b>[comment count]</b> Last: [comments count="1"]<b><a href="[comment url]">[comment date]</a></b>[/comments]</font> <!-- <p>[field excerpt words="10"]</p> --> </td> </tr> [/loop] </table>
Regards,
ArnoldForum: Plugins
In reply to: [Custom Content Shortcode] Featured images are the sameHi author!
Shortcode[field image-url]
does not works!Last working version is 1.3.2.
Yesterday same issue appeared in YOAST SEO plugin:
Fatal error: Call to a member function get() on null in [...]/wp-includes/query.php on line 28
and was solved by plugin author after longtime searching.
Link to same issue
The problem is in code but not in other plugins.Forum: Plugins
In reply to: [Yoast SEO] Heads up..Latest udpate today killed site.It seems to work!
what is the reason?Forum: Plugins
In reply to: [Yoast SEO] Heads up..Latest udpate today killed site.I use PressCustomizr theme but this theme can not conflict with plugin because it is recomended plugin for this theme.
Forum: Plugins
In reply to: [Yoast SEO] Heads up..Latest udpate today killed site.After update – white screen in backend and frontend.
Fatal error: Call to a member function get() on null in […]/wp-includes/query.php on line 28
WP 4.2.2
PHP 5.6
Activated plugins:
Admin Columns
Admin Menu Editor
Akismet
ark-commenteditor
ark-relatedpost
Code Snippets
CodeStyling Localization
CodeStyling Localization Preserver
Copy Or Move Comments
Custom Content Shortcode
Jetpack от WordPress.com
Limit Login Attempts
Partition Database
Recently Registered
Ultimate Member
WP User Frontend
Ultimate Member + WP User Frontend – Addon
Ultimate Member – Google reCAPTCHA
WordPress SEO
WP-CommentNavi
WP-PageNavy
WP-Mail-SMTP
WP-Optimize
WP-Polls
WP Fastest Cache
WP SmushForum: Plugins
In reply to: [Participants Database] PDB searh shortcode not workingThank you!
Forum: Plugins
In reply to: [Participants Database] URL link type of field – what a syntax in CSV?Thank you!
Forum: Plugins
In reply to: [Participants Database] PDB searh shortcode not workingQwestion: Is this case of shortcode below (with attribute search=”true”) is the same that above and haven’t a problem with some pdb shortcodes on one page?
[pdb_list sort="true" search="true" list_limit="100"]
Forum: Plugins
In reply to: [Participants Database] PDB searh shortcode not workingWhat can I say.
I added the target_page and target_instance attributes and put both search and list shortcodes to one page.
Short testing shows that this example works correctly. I will testing more but hope that all will ok.[pdb_search target_page="members-list" target_instance=2] [pdb_list sort="true" list_limit="100"]
Thank you very much for help!
Regards,
ArnoldForum: Plugins
In reply to: [Participants Database] PDB searh shortcode not workingoh…
I’m sorry… I will try with target page attribute.
Please don’t close this topic, I’ll write the result after checking.