• Resolved Bizzlebox

    (@bizzlebox)


    Hello,

    I am having difficulty importing a csv file. I have checked my column headers and even tried to import the example provided, but I am still getting this response:

    It seems your CSV file is from an export that is not compatible with this version of Gwolle-GB.

    Can you direct me any way please?

    Many thanks
    Faith Smart

Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author Marcel Pol

    (@mpol)

    Hi,
    Could you send the CSV file to marcel@timelord.nl ? I can then take a look.

    Plugin Author Marcel Pol

    (@mpol)

    Hi, there are some small issues with the CSV file.

    If you edit it, make sure you keep the encoding as UTF-8. You can easily see that in the second edited CSV the emoji are all broken.
    Any decent text editor should support UTF-8 and not just change it.

    Also, the line-endings changed to CR (Mac). It should stay as LF (Unix).
    Any decent text editor should be able to set them to Unix line endings.

    Thread Starter Bizzlebox

    (@bizzlebox)

    Hi Marcel,

    Thank you for your reply.
    I got it all going nicely in the end, thank you!

    Plugin Author Marcel Pol

    (@mpol)

    Okay, good that you managed it.

    Thread Starter Bizzlebox

    (@bizzlebox)

    Hi Marcel,

    I just purchased the ‘add-on’ and installed it. The ‘add-on’ options are visible in admin under ‘Guestbook’, but I don’t see where to enter the license code and the features aren’t visible on the front end.

    Can you advise me please?

    Regards
    Faith

    Plugin Author Marcel Pol

    (@mpol)

    Hi Faith,
    Under Guestbook > Add-On you can setup things. Most things are not enabled by default, but you can enable them.
    At the frontend there is the … at the top right of each entry, that is where the Permalink is added by default.
    What exactly are the features that you want to use?

    Thread Starter Bizzlebox

    (@bizzlebox)

    Hi Marcel,

    Do I have to enter the license code somewhere?
    Just to confirm, I need to have with the free and the paid versions install and activated correct?

    Ok, I just found the ‘share on social media’ icons. I though they were placed at the top of the listings.

    The formatting/font size appears the same.
    The ‘Write A New Entry Button’ appears the same.

    Many thanks for your help!

    Regards
    Faith

    Plugin Author Marcel Pol

    (@mpol)

    Correct. There si no license code.
    And it is an add-on. So updates for Gwolle are through wordpress.org, updates for the add-on are through Mojo Marketplace.

    Thread Starter Bizzlebox

    (@bizzlebox)

    Ok thank you!

    How do I get the formatting the same as in the example please?
    (Larger font and a bigger ‘Write A New Entry’ button)

    Regards
    Faith

    Plugin Author Marcel Pol

    (@mpol)

    Can you share the address of your website?
    I can see if I can offer some CSS.

    Thread Starter Bizzlebox

    (@bizzlebox)

    You’ll have to scroll to the botton of the page at the moment:
    http://femaledjdrops.com/female-dj-drops-happy-customers/

    Many thanks!!!

    Plugin Author Marcel Pol

    (@mpol)

    Hi, the CSS is splattered all over the place. You could look into the ‘.et_pb_button’ CSS in style.css and borrow from that.
    This is what I managed to gather together.
    Is it what you are looking for? I might still miss a lot of it.

    .gwolle_gb_write_button input,
    .gwolle_gb_submit input {
    align-items: flex-start;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgb(67, 128, 160);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-image-width: 1;
    border-left-color: rgb(67, 128, 160);
    border-left-style: solid;
    border-left-width: 3px;
    border-right-color: rgb(67, 128, 160);
    border-right-style: solid;
    border-right-width: 3px;
    border-top-color: rgb(67, 128, 160);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-style: solid;
    border-top-width: 3px;
    color: rgb(67, 128, 160);
    cursor: pointer;
    display: inline-block;
    font-size: 25px;
    font-weight: 500;
    height: 63px;
    line-height: 42.5px;
    margin-left: 15px;
    padding-bottom: 7.5px;
    padding-left: 17.5px;
    padding-right: 50px;
    padding-top: 7.5px;
    position: relative;
    text-align: center;
    width: 156.297px;
    }
    .gwolle_gb_write_button input:after,
    .gwolle_gb_submit input:after {
        position: absolute;
        margin-left: -1em;
        opacity: 0;
        font-size: 32px;
        line-height: 1em;
        content: "\35";
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }
    Thread Starter Bizzlebox

    (@bizzlebox)

    Hi Marcel,

    Thank you so much for going to this effort!

    Should I add this to the end of the child style.css please?

    Plugin Author Marcel Pol

    (@mpol)

    Yes, that might be fine.

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘CSV Not compatible – I used the example provided’ is closed to new replies.