Forum Replies Created

Viewing 15 posts - 1 through 15 (of 29 total)
  • in reply to: Change Google Map language on WPML site #294319
    Integrity
    Member
    Post count: 32

    It’s doesn’t work for me: the map is in Hungarian lang on my desktop (Win10 HUN / Chrome HUN), on my phone (Android ENG / Chrome ENG) and on my laptop too (MacOS ENG / Chrome HUN).

    in reply to: Change Google Map language on WPML site #294075
    Integrity
    Member
    Post count: 32

    Hi,

    Here is the answer from WPML support staff, so the bug is in your theme:

    Hi, as I suspected, the map is being generated by a WordPress shortcode configured by the theme with the name of “spb_gmaps”. This shortcode accepts a couple of parameters but not the one that manages the language that Google needs to receive in order to translate the map. I suggest that you contact the theme author to adapt the them to your needs. You can direct the theme’s author to this thread for more technical details.

    ======================
    The technical details of the issue :

    The shortcode “spb_gmaps” does not receive the parameter “region” that Google uses to identify the correct language it is supposed to use. Either the shortcode does not have that parameter in its code or it was not used in the example given. Either way since this shortcode is used on the content of a post/page the way to pass this to Google would be for the function that processes the shortcode to use our constant ICL_LANGUAGE_CODE to add the region parameter to the resulting map code. One thing that has to be taken into account is the timing of the processing of this shortcode since WPML must be loaded first to allow it to set this constant.

    For reference : https://developers.google.com/maps/documentation/javascript/examples/map-language

    ======================

    in reply to: Change Google Map language on WPML site #292974
    Integrity
    Member
    Post count: 32
    This reply has been marked as private.
    in reply to: Customize Blog Mini layout meta #291424
    Integrity
    Member
    Post count: 32

    Thank you, but I need to describe exactly the php file which contain this – I don’t want to modify functions.php.

    in reply to: Customize Blog Mini layout meta #290816
    Integrity
    Member
    Post count: 32

    OK, it’s not a CSS problem, so: what php file contains this blog layout/elements?

    in reply to: Customize Blog Mini layout meta #290341
    Integrity
    Member
    Post count: 32

    OK and how can I delete or modify the meta for example delete comments:
    Atelier in The Look / September 1, 2014 / 3 comments

    in reply to: Link type post format? #288954
    Integrity
    Member
    Post count: 32

    Can you recommend any plugin for this?

    Thanks

    in reply to: 5 columns #283546
    Integrity
    Member
    Post count: 32

    OK, just one more question:
    I have a row with 4 column (and mixed content in columns).
    How can I add the 5th column? Make a 6col layout or…?

    in reply to: 5 columns #283536
    Integrity
    Member
    Post count: 32

    I’m not familiar with this, can you help me more specific?

    Thanks in advance,
    Zoltan

    in reply to: 5 columns #282354
    Integrity
    Member
    Post count: 32

    Understand. Any idea or ‘hack’ how can I make a 5- or 8, 9 column layout?

    Thanks in adv.
    Zoltan

    in reply to: 5 columns #282286
    Integrity
    Member
    Post count: 32

    Any news about this 5-columns feature?

    in reply to: Picture aspect ratio #279483
    Integrity
    Member
    Post count: 32

    I found this in functions.php – this is all of the themes image sizes?

    			/* THUMBNAIL SIZES
    
    			================================================== */
    
    			set_post_thumbnail_size( 220, 150, true);
    
    			add_image_size( 'widget-image', 94, 70, true);
    
    			add_image_size( 'thumb-square', 250, 250, true);
    
    			add_image_size( 'thumb-image', 600, 450, true);
    
    			add_image_size( 'thumb-image-twocol', 900, 675, true);
    
    			add_image_size( 'thumb-image-onecol', 1800, 1200, true);
    
    			add_image_size( 'blog-image', 1280, 9999);
    
    			add_image_size( 'gallery-image', 1000, 9999);
    
    			add_image_size( 'large-square', 1200, 1200, true);
    
    			add_image_size( 'full-width-image-gallery', 1280, 720, true);
    Integrity
    Member
    Post count: 32

    Browser cache cause this error – sorry for unconvenience!

    in reply to: Missing translation "Checkout" #268357
    Integrity
    Member
    Post count: 32

    After hard cache cleaning, works well.

    Thanks, excellent support!

    in reply to: Missing translation "Checkout" #268345
    Integrity
    Member
    Post count: 32

    Still doesn’t work.

Viewing 15 posts - 1 through 15 (of 29 total)