Forum Replies Created
-
AuthorPosts
-
AakashKeymasterCan you please share press Ctrl+Shift+J in Chrome and share the errors seen ?
AakashKeymasterYes.. please disable the plugin if it is not used. Unfortunately both the plugins use the same global variables. This is actually causing the issue.
Thanks,
Aakash
AakashKeymasterH hkingman,
Are you using “accesspress-social-counter” plugin ?
Thanks,
AakashJune 4, 2019 at 7:03 pm in reply to: RSS Error: WP HTTP Error: cURL error 28: Connection timed out after 10000 millis #6836
AakashKeymasterYes correct. Issue is in the server itself. That is the reason both default RSS widget and SRR is failing.
Anyways, what is the other RSS URl which is successful ?
Did you try the URL with http or https ?
Is any other part of WordPress affected with this same issue ? Example, wordpress updates page, plugins search page, theme search page etc.. ?
You might have to talk to the host and check if they did change any config.
This is because if Widget was working fine all this time and suddenly it breaks, then some problem with the host or the RSS URL.Thanks,
AakashJune 4, 2019 at 6:41 pm in reply to: RSS Error: WP HTTP Error: cURL error 28: Connection timed out after 10000 millis #6834
AakashKeymasterHi,
Can you please let me know the RSS Feed URL you are trying ?
Can you please use the same URL in WordPress’s default RSS widget ? Does it work there ?
Thanks,
AakashJune 4, 2019 at 11:44 am in reply to: RSS Error: WP HTTP Error: cURL error 28: Connection timed out after 10000 millis #6832
AakashKeymasterHi Sophie,
Is the RSS URL reachable ?
If yes, the issue could be with your hosting provider where the modules related to cURL might be restricted.Could you please follow the steps in the below link and check if you are able to resolve the issue ?
Thanks,
Aakash
AakashKeymasterHi Bryan,
Thanks for using Shortcoder. Currently this feature is not supported yet. This feature may come in future version but I don’t have a plan yet.
For now can you please follow the below link to create your own shortcode ?
AakashKeymasterHi, I’m sorry to say that I’ve decided not to implement this feature to save sort in current UI because I’m planning to completely change the UI of shortcoder in couple of months. The new UI will have the option. The current UI won’t get an option to save sort order. If in case, I find time to implement it. I’ll let you know.
For now you can use the search box to search your shortcode.
AakashKeymasterReally strange.
I need to look at you website directly.
Can you please share a dummy administrator user final credential to me ?I’ll login and check the issue.
Thanks,
Aakash
AakashKeymasterCan you please check if the below file is present in your server ?
wp-content\plugins\shortcoder\includes\metadata.php
Also, can you please delete and try reinstalling the plugin ?
AakashKeymasterI’ll implement a temp solution mean time in the next release.
AakashKeymasterHi,
I understand. I’m planning to make drastic changes to the UI in the future. That should fix issues like these.
Thanks,
Aakash
AakashKeymasterYou have to use retrieve the custom field value like below
$cf_value = get_post_meta(get_the_ID(), 'pricemonth', TRUE);and then use it on
do_shortcodeecho do_shortcode( $cf_value );Thanks,
Aakash
AakashKeymasterYou can simply use [sc name="my_shortcode"] as custom field value.
While displaying the custom field, you have to call
do_shortcode( <the_value_of_custom_field> );
AakashKeymasterHi @ajsendall, This can happen if the anchor tag is not closed properly. Please check if the tag is closed like below.
<a href="#">Some text</a>In the page you shared I’m not able to locate the issue.
Please use the below tool to find out the issue.
Thanks,
Aakash -
AuthorPosts
