Zois Koukopoulos

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Near me Button Shortcode #262486

    Zois Koukopoulos
    Buyer
    Post count: 8

    Hello,

    Which exactly is the code to achieve that? According to the above link the code to add a widget is something like this <?php the_widget( ‘WP_Widget_Search’ ); ?>

    To add the near me button which is this code?

    Thanks

    in reply to: Changes in style.css #202378

    Zois Koukopoulos
    Buyer
    Post count: 8

    I finally managed to achieve what i want by modifying the file geodirectory > geodirectory-assets > css > gd_core_frontend.css

    But i dont think that is the correct approach.

    in reply to: Changes in style.css #202376

    Zois Koukopoulos
    Buyer
    Post count: 8

    Thank you very much for the quick response and the advice which indeed is really absolutely correct. I usually dont mess with style.css

    The thing is that when i add embed video code of multiple videos, the videos appear at More Info tab in Place Page, but with very small height.

    http://www.culture-gate.com/places/greece/thessalia-sterea-ellada/messinia/archaeology-places/%CE%B5%CF%80%CE%B9%CE%BA%CE%BF%CF%8D%CF%81%CE%B9%CE%BF%CF%82-%CE%B1%CF%80%CF%8C%CE%BB%CE%BB%CF%89%CE%BD%CE%B1%CF%82/#post_info

    I want to increase this height and the script that I add

    #post_video-wrap iframe, .geodir-company_info .geodir_video iframe, .geodir-company_info .geodir_video object, .geodir-company_info .geodir_video embed { height: 100% } does not help.

    Can you provide me with a workaround to deal with this issue?

    Thank you

    in reply to: Changes in style.css #202349

    Zois Koukopoulos
    Buyer
    Post count: 8

    Thank you for the quick response.

    The article does not help me at all.

    SiteOrigin CSS plugin does not work (as usual) and WP Admin > Appearance > Editor does not provide access to plugin code.

    The thing I want is to modify the style.css which is located in plugins > geodirectory > geodirectory-assets > style.css and style.scss

    in order to change the #post_video-wrap iframe, .geodir-company_info .geodir_video iframe, .geodir-company_info .geodir_video object, .geodir-company_info .geodir_video embed to height: 100%

    I accessed these files via ftp did the modification but there is no effect on the frontend.
    Why is that happening?

    Thank you very much.

    in reply to: Places screen – Backend screen options #161499

    Zois Koukopoulos
    Buyer
    Post count: 8

    Hi Guust,

    Please give me some details of how to do this by myself.

    Should I add this kind of code to functions.php?

    
    
    add_filter('manage_posts_columns', 'my_columns');
    function my_columns($columns) {
        $columns['geodir_Visibility'] = 'Visibility';
        return $columns;
    }
    
    add_action('manage_posts_custom_column',  'my_show_columns');
    function my_show_columns($name) {
        global $post;
        switch ($name) {
            case 'geodir_Visibility':
                $visibility = get_post_meta($post->ID, 'geodir_Visibility', true);
                echo $visibility;
        }
    }

    Or must I interfere to plugins code?

    Thanks

    in reply to: Connecting Geodirectory with Android Application #137984

    Zois Koukopoulos
    Buyer
    Post count: 8

    Thank you Paolo for the quick response. I am looking forward for your advances.

    in reply to: Google Map is not loaded #124719

    Zois Koukopoulos
    Buyer
    Post count: 8

    ok sorry that was the problem. I had ticked the SHOW / HIDE POST TYPE AND CATEGORY ON MAP , because i thought i should have ticked it!!

    Thanks for the help guys!!!

    in reply to: Google Map is not loaded #124717

    Zois Koukopoulos
    Buyer
    Post count: 8
    This reply has been marked as private.
Viewing 8 posts - 1 through 8 (of 8 total)