Forum Replies Created

Viewing 15 posts - 631 through 645 (of 1,956 total)
  • Author
    Posts
  • in reply to: Plugin conflict with lightbox

    Hi Caillard,

    The cannot find the code in the file.

    Please right click view page source and search for this string ‘z-index: 99999999;’
    May be the cached page is shown

    Thanks,
    Aakash

    in reply to: Conflict with block animation

    Hi Tina,

    Thanks for using UFW.

    UFW also uses an animation library. I think there might be some clash between the two plugins.
    Can you please share the link where issue is observed ?

    I’ll check it out live.

    Thanks,
    Aakash

    in reply to: Plugin conflict with lightbox

    Hi Caillard,

    It seems that the lightbox is displaying above the floating widget.

    You can paste below CSS to bring it up. (either in your theme settings or widgetbox settings)

    .ufw_fo {
    z-index: 99999999;
    }

    I also see that when I click on the calendar in the widget, the widget box closed.
    Have you made any changes to close on clicking the date field ?

    Thanks,
    Aakash

    in reply to: Code not showing in edit window

    Cheers !

    in reply to: Code not showing in edit window

    Hi Bastien,

    My guess is there might be some JS issue which is not loading the shortcode content.

    Since you are anyways upgrading it to the latest it is not worth the effort to debug and find the issue.

    Anyways, you can follow below steps to “export” all the shortcode data as a backup.

    1) Deactivate the plugin
    2) Go to plugin editor –> shortcoder –> shortcoder.php
    3) Paste below line at number 172

    echo '<textarea>' . esc_textarea( json_encode(get_option('shortcoder_data')) ) . '</textarea>';

    4) Save the file
    5) Activate the plugin
    6) Go to Settings –> Shortoder
    7) You will find a textbox with a text at the top. Copy that text and save that to a local text file.

    Thats it. You can then remove that code which u added and save the file.

    It is not necessary to backup since even after upgrade the old data will still reside in the DB for safety purposes.

    Thanks,
    Aakash

    in reply to: Code not showing in edit window

    Hi Bastien,

    Sorry I saw your reply with screenshot only after I posted mine.

    Since the version is pretty old, I myself forgot the old codebase 😀.
    It is better if you can share this information. I can check it live.

    Create a temp admin user and share me the website URL, username and password to my contact form below I can login and get it done for you.

    Contact

    Thanks,
    Aakash

    in reply to: Code not showing in edit window

    Hi Bastien,

    Thanks for using Shortcoder.

    As I understand right now shortcoder has not yet upgraded right ?
    But when you try to edit the shortcode it shows nothing.

    or is it that you have upgraded to the latest version of shortcoder but after ugprading the shortcodes are not present ?

    When you upgrade to the latest version of shortcoder, the old data created in v3.4 will still be present in the database so it can retreived without issues.

    If you can create a temp admin user and share me the website URL, username and password to my contact form below I can login and get it done for you.

    Contact

    I believe you wanted to upgrade to the latest version of shortcoder without losing any shortcoder data.
    Please correct me if I’m wrong.

    You can also find some questions answered in the FAQ below if needed.

    FAQ

    Thanks,
    Aakash

    in reply to: Have to reload for the button to appear

    Hi Caillard,

    Sorry for the late reply.

    I’m able to see the UFW button on 1st load itself.
    I tried it on both mobile and desktop.

    Can you please check and confirm the latest ?

    Thanks,
    Aakash

    in reply to: Shortcoder plugin causing 502 error for select pages

    Hi Will,

    Thanks for using Shortcoder and taking time to explain the issue.

    This is a known issue/behavior when you use “shortcodes” in the post title.

    It is because, shortcoder’s shortcodes will get the post title. When you use the shortcode inside post title, there is a loop.

    So I would suggest not to use shortcoder’s shortcodes in post titles for now. But use it everywhere outside.

    Since the fix is a bit complicated, I had to think about it. I’ll update you when there is an fix.

    Thanks,
    Aakash

    in reply to: How do I copy an announcement?

    Hi Richard,

    Thanks for using Announcer. I agree about this feature. This is already in my todo list. I’ll add the feature soon to the plugin.

    Meantime you can install plugin like “post duplicator” to duplicate any post, page and even announcer announcements.

    Post Duplicator

    Thanks,
    Aakash

    Hi @cra1gyb,

    Facebook looks at your site and takes the image.

    WP Socializer does not control the image. You can try a plugin called “open graph” tags to change how facebook picks the image on each and every post.

    Open Graph and Twitter Card Tags

    Thanks,
    Aakash

    in reply to: Lightbox not activated inside shortcode

    Hi Sam,

    Thanks for using Shortcoder.

    Shortcoder is unaware of the code i.e the shortcode content. The content is inserted into the page as is.

    May be the shortcode content code didn’t work well with overall required syntax by the slider.
    You can try replacing the “shortcode” with “shortcode content” at the same place and the same issue would occur.

    You can also compare the working HTML and the HTML after shortcode is inserted.

    Please do let me know once you have figured out the issue.

    Thanks,
    Aakash

    in reply to: RSS Feed giving a 200 error

    Hi Ben,

    Thanks for using Super RSS Reader.

    I doubt the &#8221; at the end of the URL in the shortcode.

    Can you please replace that with normal double quotes ?

    Also does the URL work in the widget ?

    Thanks,
    Aakash

    in reply to: wordpress media uploading popup conflicts

    Marking this as resolved.

    in reply to: Plugin conflict with registration

    Marking this as resolved.

Viewing 15 posts - 631 through 645 (of 1,956 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