Paolo

Forum Replies Created

Viewing 15 posts - 24,631 through 24,645 (of 27,715 total)
  • Author
    Posts
  • in reply to: Location switcher shortcodes #25774

    Paolo
    Site Admin
    Post count: 31211
    in reply to: Link to the "Business Owner" request #25773

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    no it is not possible because the claim link opens a popup when clicked and must be clicked from the listing page for this to happen.

    You should probably provide the link for their listing and add to click on the “Business Owner?” link available in the sidebar.

    Thanks

    in reply to: After Update 1.3.2 – Errors #25772

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    the problem is coming from the javascript of another plugin, which doesn’t like being concatenated.

    Deactivating GD Booster solved it momentarely.

    I need some training too to recognize which script to exclude and I’ll ask Stiofan to teach me today, while together we fix your website.

    We will keep you posted.

    Thx for your patience

    in reply to: Geodirectory differed content loading #25771

    Paolo
    Site Admin
    Post count: 31211
    This reply has been marked as private.
    in reply to: Here's to 2015! #25770

    Paolo
    Site Admin
    Post count: 31211

    Thanks for your kind words Mark & Happy new year to you too!

    in reply to: Title word limit #25769

    Paolo
    Site Admin
    Post count: 31211

    Thx Gianni


    Paolo
    Site Admin
    Post count: 31211

    Setting access to WP dashboard to NO at GD > general, hides the admin bar for all users, logged in or not.

    This is normal behaviour. If you need to show the toolbar to anyone you should set that to YES and eventually use another plugin (or custom functions) to maipulate it.

    Let us know,

    in reply to: can not added events to social importer #25766

    Paolo
    Site Admin
    Post count: 31211

    Yes, you can see it here: http://docs.wpgeodirectory.com/social-importer-addon/
    You probably just need to refresh the token.
    Thanks

    in reply to: iTunes #25625

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    in Home right section I could only find the Google Adsense code and it was displaying in front end for me.

    It was showing a graphic of the Avada Theme 🙂

    Thx

    in reply to: can not added events to social importer #25596

    Paolo
    Site Admin
    Post count: 31211

    I’m not saying you don’t, I’m saying you probably didn’t connect your facebook account after adding the token and id. Facebook tokens expire very fast.

    Connecting your fb profile to the app will automatically renew the token. Now apparently it can’t.

    You can start over by deleting the app and creating a new one. This time make sure to connect the FB profile so the token is automatically renewed.

    Thx

    in reply to: iTunes #25592

    Paolo
    Site Admin
    Post count: 31211

    I can’t find the text widget with the itunes iframe code, in which widget area should I find it?

    Thx

    in reply to: Translation of "near: user defined" #25591

    Paolo
    Site Admin
    Post count: 31211

    Thx Guust!

    in reply to: Listing Menu #25590

    Paolo
    Site Admin
    Post count: 31211

    we are about to release an update for the core plugin and advance search addon that should solve it all.

    Thanks for your patience.

    p.s. there could be a need for an update of the X theme compatibility pack too, but 1st let’s see what the new update can fix.

    Thx

    in reply to: Shortcodes in Custom Fields #25589

    Paolo
    Site Admin
    Post count: 31211

    You should add a custom tab (via php) and use the default wp shortcode API call

    <?php echo do_shortcode( $content ) ?>

    inside the function that will add content in the new tab.

    To add a tab with label ‘New Tab’ do the following in ur theme functions.php file:

    
    
    
    add_filter('geodir_detail_page_tab_list_extend', 'geodir_detail_page_tab_list_extend') ;
    
    function geodir_detail_page_tab_list_extend($tab_array)
    {
     	$tab_array['my_new_tab'] = array( 
    										'heading_text' =>  __('New Tab',GEODIRECTORY_TEXTDOMAIN),
    										'is_active_tab' => false,
    										'is_display' =>  apply_filters('geodir_detail_page_tab_is_display', true, 'my_new_tab'),
    										'tab_content' => ''
    									);
    	return $tab_array ;
    }
    

    Now for the second part, to show Content when user click on that tab, do this:

    
    
    
    add_action('geodir_after_tab_content' ,'geodir_my_new_tab_content');
    function geodir_my_new_tab_content($tab_index)
    {
    	if($tab_index =='my_new_tab')
    	{
                   echo do_shortcode( $content );
    	}
    }
    

    Please make sure that ‘my_new_tab'(tab index) is same as array index created in first step.

    Obviously change $content inside the do_shortcode call to whatever shortcode name you need to use.

    Let us know how you went.

    Thx

    in reply to: can not added events to social importer #25587

    Paolo
    Site Admin
    Post count: 31211

    for the problem you have Stiofan says:

    “They have not linked their FB account in backend.
    The access token has expired and they ned to renew from backend”

    Thx

Viewing 15 posts - 24,631 through 24,645 (of 27,715 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount