Shard and Testimonials

Home Forums AB Testimonials WP Plugin Shard and Testimonials

This topic contains 6 replies, has 2 voices, and was last updated by  ab-themes 8 years, 2 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #13048

    MichaelK
    Participant

    Hello,

    i use Shard and Testimonials, but i have a Problem.

    When i ready create a Testimonials and save them, everything is empty after publish it- This means the Testimonials is without Text.

    When i write in saved/published Testimonials the Text again, and save them, is empty too.

    Please help.

    Michael

    #13060

    ab-themes
    Keymaster

    Hello,

    can you send us your wordpress account so that we can inspect what is going on in here.
    Thank you.

    #13104

    MichaelK
    Participant

    Hey you find the Login-Details in private Field.

    Please write when ready, so i can change the password agin.

    #13105

    MichaelK
    Participant

    One Question more – There is a possibility that the Share Window (when User use the Share Buttons) open as small Popup-Windows like on other Sites? In Shard it open a Full Window.

    Thanks

    #13114

    ab-themes
    Keymaster

    Hello,

    the issue with testimonials is probably happening because one of the third party plugin.
    Try to deactivate every third party plugin one by one and see if the testimonials will work.

    And about share buttons:
    you can try to add something like this in custom.js file:

    $('.social_link').click(function(e) {
        e.preventDefault();
        window.open($(this).attr('href'), 'fbShareWindow', 'height=450, width=550, top=' + ($(window).height() / 2 - 275) + ', left=' + ($(window).width() / 2 - 225) + ', toolbar=0, location=0, menubar=0, directories=0, scrollbars=0');
        return false;
    });

    just keep in mind that this is not tested.

    Regards

    #13123

    MichaelK
    Participant

    Thanks i will try – About Testimonials – i found the Plugin – if its deactivate, then it works.

    Thanks

    Janusch

    #13130

    ab-themes
    Keymaster

    Glad to hear that :)
    Let us know if you’ll need anything else.

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Shard and Testimonials’ is closed to new replies.