Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author councilsoft

    (@councilsoft)

    Hello,
    Sorry for getting you into this problem, but we have checked the code and its working fine. Try with re-installing plugin if you are facing this kind of problem or make sure that some other plugin is not conflicting.

    Regards
    CouncilSoft

    Thread Starter helloanthony

    (@helloanthony)

    I set up a test server with a fresh WordPress install and with no plugins but Content Grid Slider. Tested the add custom link… and same issue. Doesn’t save the URL.

    It will remember the URL once, but if you return to the page and edit, the URL entered in a previous session is not remembered.

    Can you provide me with some more information so I can better trouble shoot this? Can I provide you with some information to help you as well?

    Plugin Author councilsoft

    (@councilsoft)

    Hello,
    Sorry for the inconvenience. Thanks for reporting this error. There is a small bug in JS file. We will remove this bug in our next version. Your data is actually getting saved in database and this link also get attached to read more label. The bug is just hiding it to display in admin area..
    Until we fix this bug in new version, you can open content-slider.js and remove the code from line no 98-102 i.e.

    var value111=jQuery('#content_slider_url_post').val();
    var value112=jQuery('#content_slider_url_custom').val();
    if(value111 != "" || value112 != ""){
    jQuery('#content_slider_url_custom').val("");
    }

    Regards
    CouncilSoft

    Thread Starter helloanthony

    (@helloanthony)

    Solution works great, thank you for the support!

    Thread Starter helloanthony

    (@helloanthony)

    [Resolved]

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add Custom Link’ is closed to new replies.