Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • rattles Friend
    #170942

    Hello,

    i get an error message in the backend when configuring the plugin. What can i do to sort this out?

    The second thing i noticed is a problem regarding the style. I know, someone else would say this is not a problem, but in my opinion it is not looking perfect, so i thought: maybe someone in this forum knows an answer to my problem. The thing is, as you can see in the picture below, that the button for the bookmark plugin (line 1) is not at the same level as the icons for print, email, etc. (line 2). How can i get the bookmark plugin at the level of line2. And is it possible to have the bookmark Icon displayed on the right side of the page (next to the print, email, etc. buttons)?

    At the moment i am using the settings: “Location: After of Title Article”

    Thanks and Regards,
    Ralph


    1. error6
    2. error5
    khoand Friend
    #425836

    #1: you replace split with explode on line 88 (japaramhelper.php)
    #2: you give me a link to your page has problem.

    rattles Friend
    #425884

    Hi,

    #1:
    Thanks for your answer. I replaced split with explode and now it works. Is it a known bug with the ja_parameter or just at my installation? What does the replacement of the code with explode mean?

    #2:
    This is the direct link to an article which is using the plugin:
    http://devel-1.5.24.wirtshaus-buchholz.de/index.php/kontakt-main/anfahrt/mit-dem-auto

    Regards,
    Ralph

    khoand Friend
    #426133

    #1: It’s a bug. explode is newer version of split.
    #2: you add this code into /templates/your_template/css/template.css


    #jabookmark-container{
    position: absolute;
    right: 70px;
    }

    rattles Friend
    #426324

    thank you. worked both like a charm!

    rattles Friend
    #426337

    I just recognized, that the icon is not longer clickable if I use your css code above.
    No matter what options i use in the backend for the plugin.

    Any ideas?

    Regards,
    Ralph

    khoand Friend
    #426549

    ok. You change above code to


    #jabookmark-container {
    position: absolute;
    right: 70px;
    z-index: 10;
    }

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

This topic contains 7 replies, has 2 voices, and was last updated by  khoand 12 years, 12 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum