Forum Replies Created

Viewing 15 posts - 1,366 through 1,380 (of 2,109 total)
  • Author
    Posts
  • in reply to: issue on floating sharebar
    Aakash
    Keymaster

    Can you please share press Ctrl+Shift+J in Chrome and share the errors seen ?

    in reply to: Fatal error
    Aakash
    Keymaster

    Yes.. 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

    in reply to: Fatal error
    Aakash
    Keymaster

    H hkingman,

    Are you using “accesspress-social-counter” plugin ?

    Thanks,
    Aakash

    Aakash
    Keymaster

    Yes 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,
    Aakash

    Aakash
    Keymaster

    Hi,

    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,
    Aakash

    Aakash
    Keymaster

    Hi 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 ?

    https://docs.presscustomizr.com/article/326-how-to-fix-a-curl-error-28-connection-timed-out-in-wordpress

    Thanks,
    Aakash

    in reply to: creating shortcode for div class
    Aakash
    Keymaster

    Hi 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 ?

    The Beginner’s Guide to Writing Your Own Custom Shortcode

    in reply to: Sort shortcode list
    Aakash
    Keymaster

    Hi, 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.

    in reply to: Fatal error
    Aakash
    Keymaster

    Really strange.

    I need to look at you website directly.
    Can you please share a dummy administrator user final credential to me ?

    Contact

    I’ll login and check the issue.

    Thanks,
    Aakash

    in reply to: Fatal error
    Aakash
    Keymaster

    Can 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 ?

    in reply to: Sort shortcode list
    Aakash
    Keymaster

    I’ll implement a temp solution mean time in the next release.

    in reply to: Sort shortcode list
    Aakash
    Keymaster

    Hi,

    I understand. I’m planning to make drastic changes to the UI in the future. That should fix issues like these.

    Thanks,
    Aakash

    in reply to: Shortcode in custom field
    Aakash
    Keymaster

    You 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_shortcode

    echo do_shortcode( $cf_value );

    Thanks,
    Aakash

    in reply to: Shortcode in custom field
    Aakash
    Keymaster

    You 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> );

    in reply to: Href error
    Aakash
    Keymaster

    Hi @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.

    https://htmlhint.io/

    Thanks,
    Aakash

Viewing 15 posts - 1,366 through 1,380 (of 2,109 total)

Subscribe to our Newsletter

Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter

By using this website, you agree to our Terms