Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • in reply to: WPML #45635
    arturo_bandini
    Member
    Post count: 6

    To revive old subject, can somebody once more confirm is the “WPML Blog” version appropriate if one wants to have multilingual website. I am not sure that I understood the comparison on WPML’s website.

    I don’t care about backend (CMS) translations, only that customers visiting website can see all content (posts, menus, content presented in Dante’s theme elements) in the language they have selected.

    in reply to: Team Page Documentation #45137
    arturo_bandini
    Member
    Post count: 6

    That’s strange. You should have that line at the end of your php.ini file (actually my php.ini is called php-5.5.ini – it depends on the version of php you are using)

    I’ve pasted bellow lines from my ini file. If you can’t find it there in your file, maybe you could try adding it yourself. I’ve bolded the necessary line.

    ———————————————————————

    ; The MIBS data available in the PHP distribution must be installed.
    ; See http://www.php.net/manual/en/snmp.installation.php
    ;extension=snmp.so

    extension=soap.so
    extension=sockets.so
    extension=sqlite3.so
    ;extension=sybase_ct.so
    ;extension=tidy.so
    extension=xmlrpc.so
    ;extension=xsl.so
    extension=zip.so

    extension=gd.so
    extension=mongo.so
    extension=zlib.so

    ———————————————————————

    And if you change your php.ini, don’t forget to restart your web server.

    in reply to: Team Page Documentation #45127
    arturo_bandini
    Member
    Post count: 6

    Well, in my case it was a matter of laziness bordering with stupidity 🙂

    I’ve just edited “php.ini” and uncommmented the line “gd.so” and everything is working now.

    in reply to: Team Page Documentation #45112
    arturo_bandini
    Member
    Post count: 6

    I think I’m experiencing similar issue. I’ve installed everything and imported demo content “by the book”, following instructions from this site. However I just can’t seem to get the “Team Gallery” to work – pictures are not showing.

    I’ve attached two screen shoots to confirm that pictures are imported, however, for some reason they are not shown in the “Team Gallery” element.

    The same issue is present with “Clients” part. Sample logos are present under “Clients” menu in site administration however, “Clients” element on the page shows blank picture boxes which can be scrolled left / right (from which I assume that the element has been loaded, however it could not find pictures).

    It seems like there is some issue with image paths. Could this be related to Server/WordPress setup? I’m using local setup (you know 127.0.0.1/wp/…): AMPPS with WordPress 3.8.1 and latest version of Dante theme and plugins (installed this morning).

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