czar

Forum Replies Created

Viewing 15 posts - 46 through 60 (of 231 total)
  • Author
    Posts
  • in reply to: Map width #16567

    czar
    Buyer
    Post count: 316
    This reply has been marked as private.
    in reply to: Map width #16566

    czar
    Buyer
    Post count: 316

    Mmm… something is wrong. This function generates incorrect link with share-location and obviously does not load map (in homepage)

    in reply to: Map width #16523

    czar
    Buyer
    Post count: 316
    This reply has been marked as private.
    in reply to: Map width #16520

    czar
    Buyer
    Post count: 316

    Hi Simone, this interested me also. Tried but it does not load map

    in reply to: homepage title #15813

    czar
    Buyer
    Post count: 316

    Hi, with support of Kriesi for Enfold, I found a solution (maybe) to Location, but I have problems with formatting title generated by GD. Can anyone help me?
    thanks

    Code to add to function.php:

    
    
    add_filter('avf_title_args', 'avia_change_title', 10, 2);
    
    function avia_change_title($args, $id)
    {
    	if(!is_page(22)){
    		$current_location = geodir_get_current_location();
    		$args['title'] = $current_location;
    	}
    	return $args;
    }
    in reply to: overlap css #15459

    czar
    Buyer
    Post count: 316

    ok but I do not know how to do, then do nothing… thanks Paolo

    in reply to: overlap css #15453

    czar
    Buyer
    Post count: 316

    Thanks Paolo, I try, but it will be difficult …

    in reply to: overlap css #15361

    czar
    Buyer
    Post count: 316

    Thanks John so I figured it out, but how do I insert only in content (which seems more correct). I guess that is the same for all widgets ‘TOP Section’, right? Which files I have to edit for this?

    in reply to: overlap css #15276

    czar
    Buyer
    Post count: 316

    Hi Paolo, it’s not like I want to. See 3 images

    1 is enfold original
    2 is GD with your code
    3 is GD correct

    link: http://www.sfogliacitta.it/movida/milano/live-music/amnesia-milano/

    thanks

    in reply to: global map #15256

    czar
    Buyer
    Post count: 316

    Solved sorry: Forgot to set Map Auto Zoom in widget.

    But could also be without auto zoom?

    thanks

    in reply to: variable widget logic #15225

    czar
    Buyer
    Post count: 316

    thanks Simone I’ll try now

    in reply to: variable widget logic #15223

    czar
    Buyer
    Post count: 316

    Thanks Brian but I not know how to write php string with

    &id=

    for milan ID is 8, but how to insert code?

    thanks

    in reply to: variable widget logic #15211

    czar
    Buyer
    Post count: 316

    uhmmm… no 🙁

    Parse error: syntax error, unexpected T_IF in ../widget-logic/widget_logic.php(286) : eval()'d code on line 1

    also tried

    if ($current_location=='Milano'

    same error

    in reply to: not save New Location #15081

    czar
    Buyer
    Post count: 316

    Perfect, I changed name in geodir_countries and merged old map with new ones. Is now correct. I created new map in Italian and it works.

    /area/italia/lombardia/milano/

    Thanks so much Paolo

    in reply to: not save New Location #15030

    czar
    Buyer
    Post count: 316

    uhmmm… I do not think you understand the procedure, can you explain better what should I do?

    thanks

Viewing 15 posts - 46 through 60 (of 231 total)