timalua

Forum Replies Created

Viewing 10 posts - 31 through 40 (of 40 total)
  • Author
    Posts
  • in reply to: Tag alt in image #465258

    timalua
    Free User
    Post count: 40

    Sorry in V2 I have 2 small problems

    1) I can not show place card as a list instead of tabs

    —————————————–
    2) to see “details of place” that in V1 shows in sidebar,

    in V2 to see (lateral place details) I have to
    to pupple “Output Location widget” in Position “GD Sidebar”

    is it right to do this?
    —————————————–

    V2: http://elbacenter.virtualelba.it/elba/campo-allaia-appartamenti-raffaella/
    V1: https://virtualelba.it/elba/new/elba/campo-allaia-appartamenti-raffaella/

    thanks Greetings Andrea

    in reply to: Tag alt in image #464875

    timalua
    Free User
    Post count: 40

    I installed v2 theme, now popup works.

    Thanks Andrea

    in reply to: Tag alt in image #464730

    timalua
    Free User
    Post count: 40

    page V1: https://virtualelba.it/elba/new/prova-pop-up/ popup work

    geodirectory V1: https://virtualelba.it/elba/new/elba/campo-allaia-appartamenti-raffaella/ popup work

    page V2: http://elbacenter.virtualelba.it/prova-pop-up/ popup don’t work,

    geodirectory V2: http://elbacenter.virtualelba.it/elba/campo-allaia-appartamenti-raffaella/ popup don’t work,

    Template is “Directory Starter” and with V1 breadcrumb work,

    Thanks

    in reply to: Tag alt in image #464595

    timalua
    Free User
    Post count: 40

    I do not know if this is the right post.
    I’m testing with geodirectory v2

    in V2 I have not “breadcrumb navigation”, how can I show it?

    Articles and pages wordpress have the popup, in v1 it works, in V2 popup don’t work,
    what can I do?

    in my site I have “Easy FancyBox” “Responsive Lightbox & Gallery” plugin

    in reply to: Tag alt in image #464056

    timalua
    Free User
    Post count: 40

    All right
    you’re right
    Excuse me so much

    Yoast seo said tag alt absent.
    I was checking the html photo field.
    I had not checked html image slideshow

    However if WPML works on v2. I believe I will soon go to v2.
    Your assistance is excellent.

    Thank you and greetings.

    Andrea

    in reply to: Tag alt in image #464014

    timalua
    Free User
    Post count: 40

    Now works.
    Sorry for your time

    in reply to: Tag alt in image #463990

    timalua
    Free User
    Post count: 40
    This reply has been marked as private.
    in reply to: Tag alt in image #463989

    timalua
    Free User
    Post count: 40

    Hi Guust

    V2 is in beta element?
    V2 is stable?

    in reply to: Geodirectoty doesn't import places #462858

    timalua
    Free User
    Post count: 40

    Thanks for your help,

    WP is version 5.0.3

    Solved by adding this code to the functions.php file.

    Andrea

    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

    <?php
    /**
    * Restore CSV upload functionality for WordPress 4.9.9 and up
    */
    add_filter(‘wp_check_filetype_and_ext’, function($values, $file, $filename, $mimes) {
    if ( extension_loaded( ‘fileinfo’ ) ) {
    // with the php-extension, a CSV file is issues type text/plain so we fix that back to
    // text/csv by trusting the file extension.
    $finfo = finfo_open( FILEINFO_MIME_TYPE );
    $real_mime = finfo_file( $finfo, $file );
    finfo_close( $finfo );
    if ( $real_mime === ‘text/plain’ && preg_match( ‘/\.(csv)$/i’, $filename ) ) {
    $values[‘ext’] = ‘csv’;
    $values[‘type’] = ‘text/csv’;
    }
    } else {
    // without the php-extension, we probably don’t have the issue at all, but just to be sure…
    if ( preg_match( ‘/\.(csv)$/i’, $filename ) ) {
    $values[‘ext’] = ‘csv’;
    $values[‘type’] = ‘text/csv’;
    }
    }
    return $values;
    }, PHP_INT_MAX, 4);

    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

    in reply to: Yoas seo don't works in geodirectory #462708

    timalua
    Free User
    Post count: 40

    Resolved!
    Disabled “WPML Multilingual CMS” plugin and Yoast Seo and Geodirectory work.
    Updated WPML Multilingual CMS plugin Version 4.1.3 .
    Activated WPML Multilingual CMS plugin and everything works

    Thanks for your help.

Viewing 10 posts - 31 through 40 (of 40 total)