wp200

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Change Social Icons in right sidebar #335845

    wp200
    Buyer
    Post count: 5

    Hi Paolo

    Thanks for your reply. I need a bit more help. Which part of the code below would I remove and where exactly would I place the shortcode for the new social icons . Would I remove all the bold content

    function my_theme_geodir_social_sharing_buttons_html( $content_html ) {
    global $post;
    $thumb = the_post_thumbnail( ‘medium’ );

    return “<div class=’my-theme-class’>”.$thumb.“</div>”.$content_html;

    }
    add_filter( ‘geodir_social_sharing_buttons_html’, ‘my_theme_geodir_social_sharing_buttons_html’, 10, 1 );

    in reply to: Move address underneath Place Title #331990

    wp200
    Buyer
    Post count: 5

    Is there any way that you can provide this option as an add on?

    in reply to: Move address underneath Place Title #327653

    wp200
    Buyer
    Post count: 5
    This reply has been marked as private.
    in reply to: Move address underneath Place Title #327645

    wp200
    Buyer
    Post count: 5

    Hi

    Thanks for getting back to me.

    I was referring to one of your demo sites http://www.edibleemsworth.co.uk where they have placed the address of the location underneath the Place title rather than in the Right Sidebar.

    .geodir-company_info .geodir_more_info is usually in the Right Sidebar

    I have attached a screenshot and circled in red the address.

    Hope this helps

    in reply to: Send to friend #269379

    wp200
    Buyer
    Post count: 5

    The site is not currently live and is being built.

    Please could you provide some CSS and I will reply on the forum if it works.

    Thanks again

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