Paolo

Forum Replies Created

Viewing 15 posts - 24,946 through 24,960 (of 27,715 total)
  • Author
    Posts
  • in reply to: All Beta versions – (advanced users only) #23202

    Paolo
    Site Admin
    Post count: 31211

    For the test website, I think the problem is due to dummy data not entered correctly. Simone already reported this bug.

    Stiofan wlll debug and let you know.

    For the other website I’m sorry, but New GeoDirectory with Old addons will not work.

    You MUST update them all.

    Thx

    in reply to: Geodirectory with U-design theme 960 grid #23190

    Paolo
    Site Admin
    Post count: 31211

    Hi Jan,

    the geodir-home.php template didn’t have effect, because you are not using the plugin as home.

    In that case, moving geodir-locaiton.php should have done it, but it doesn’t and I have to ask to Stiofan why…

    Given that your theme is very similar to Enfold and the alikes, with plenty of hooks and actions as well as GD, I wrote 3 quick functions in your child theme functions.php, to make GD adapt to the theme, like we do in our compatibility plugins.

    Example: https://wordpress.org/plugins/geodirectory-enfold-theme-compatibility-pack/

    This is what I did so far:

    
    
    
    // REMOVE HOME TOP SECTION
    	remove_action( 'geodir_home_before_main_content', 'geodir_action_geodir_sidebar_home_top', 10 );
    
    // REMOVE ORIGINAL WRAPPER
    remove_action( 'geodir_wrapper_open', 'geodir_action_wrapper_open', 10 );
    	
    // ADD WRAPPER BACK WITH NEW FUNCTION
    add_action( 'geodir_wrapper_open', 'udesign_action_wrapper_open', 9 );
    
    // WRAPPER OPEN NEW FUNCTIONS WITH geodir_home_top BEFORE THE WRAPPER
    function udesign_action_wrapper_open(){
    	global $wp;
    		if ( $wp->query_vars['page_id'] == get_option( 'geodir_location_page' ) || is_home() && !$_GET['geodir_signup'] ) {
    			echo '<div class="udesign-loc-top">';
            	dynamic_sidebar('geodir_home_top');
    			echo '</div>';
    		echo "<div id='geodir-wrapper'>";
    }}
    
    

    This is the result, which isn’t ideal, but I think it will allow you to get in the right track.

    Now you should remove the original breadbrumb to remove the space between the title bar and the map and possibly use GD breadcrumb instead (regular breadcrumb won’t be able to display location anyway).

    My suggestion would be to check how a compatibility plugin is made (the one for enfold for example which is very similar to uDesign) and recreate the same level of compatibility with your theme.

    Should you need help doing that, John is available for hire to do this kind of integrations.

    Let us know,

    Thanks

    in reply to: Update to 1.27 #23184

    Paolo
    Site Admin
    Post count: 31211

    Did you update all plugins all together?

    It looks like GeoDirectory core plugin wasn’t automatically reactivated after update.

    Best practice is to 1st update the core plugin and make sure update is successful and the plugin reactivated, than udpate the addons.

    Let us know,

    Thx

    in reply to: Rename City and Region #23183

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    what about the css to hide the map? Didn’t you say it worked?

    .map_category {display: none;}

    Let us know,

    Thx

    in reply to: Invoice for WpGeodirectory subscription #23182

    Paolo
    Site Admin
    Post count: 31211

    HI Amolin,

    please provide invoice details and we will give you a link to download one asap.

    Thx

    in reply to: All Beta versions – (advanced users only) #23179

    Paolo
    Site Admin
    Post count: 31211

    Thanks for testing @Utsav, we’ll look into it!

    in reply to: All Beta versions – (advanced users only) #23178

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    You can update just the core-

    You must update ALL your installed addons, or bad stuff will happen.

    Other than telling it as clear, I don’t know what to say…

    Thx

    in reply to: Geodirectory with U-design theme 960 grid #23126

    Paolo
    Site Admin
    Post count: 31211

    yes, and possibly FTP details.
    thx

    in reply to: Listings not showing up #23118

    Paolo
    Site Admin
    Post count: 31211

    HI,

    are you sure that is the correct URL? I can’t see GD installed there.

    Other thn the correct URL, would you mind sharing wp admin credentials in a private reply so that we can also check settings?

    Thx

    in reply to: Not all registration emails being recieved #23117

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    please make sure you domain is not present in any spam blacklists.

    You could also ask to your server admin to check mailserver logs to see what’s going on.

    There is no possibility that the script would fail sending part of them. It would fail for all or none.

    Thx

    in reply to: Split: Auto-updates Issues – please report here #23116

    Paolo
    Site Admin
    Post count: 31211
    This reply has been marked as private.
    in reply to: Will Coupons Be Applied More Than Once? #23114

    Paolo
    Site Admin
    Post count: 31211

    will do our best.

    Thx


    Paolo
    Site Admin
    Post count: 31211

    I see there is a height:200px added to the video too. You should increase it :

    something like this would be better:

    
    
    .geodir-company_info .geodir_video {
        height: 250px;
        margin-left: -50px !important;
    }

    This way the send enquire/send to friend links wouldn’t be overlapping the video controls.

    I’ll set this as resolved.

    Thx

    in reply to: HTML in Frontend Description #23112

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    what description box are we talking about?

    Thx

    in reply to: Geodirectory with U-design theme 960 grid #23109

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    to allow the map to be full width while the rest of the page is contained within the 960px grid you have to remove the top section page (geodir_full_page) from within the maing gd wrapper (geodir-wrapper) and add it back outside and on top of it.

    See images attached.

    You can do that quite simply by doing the following:

    1) move a copy of the template geodirectory/geodirectory-templates/geodir-home.php within a folder named geodirectory that you create inside your active theme or child theme.

    2) Open the file and swap position of the 1st 2 code chunks:

    From:

    
    
    <?php 
    // get header
    get_header(); 
    
    ###### WRAPPER OPEN ######
    // this adds the opening html tags to the primary div, this required the closing tag below :: ($type='',$id='',$class='')
    do_action( 'geodir_wrapper_open', 'home-page', 'geodir-wrapper','');
    
        ###### TOP CONTENT ######
    	// action called before the main content and the page specific content
    	do_action('geodir_top_content', 'home-page');
    	// template specific, this can add the sidebar top section and breadcrums
    	do_action('geodir_home_before_main_content');
    	// action called before the main content
    	do_action('geodir_before_main_content', 'home-page');

    to:

    
    
    <?php 
    // get header
    get_header(); 
    
        ###### TOP CONTENT ######
    	// action called before the main content and the page specific content
    	do_action('geodir_top_content', 'home-page');
    	// template specific, this can add the sidebar top section and breadcrums
    	do_action('geodir_home_before_main_content');
    	// action called before the main content
    	do_action('geodir_before_main_content', 'home-page');
    
    ###### WRAPPER OPEN ######
    // this adds the opening html tags to the primary div, this required the closing tag below :: ($type='',$id='',$class='')
    do_action( 'geodir_wrapper_open', 'home-page', 'geodir-wrapper','');
    

    Than in your custom css add:

    
    
    #geodir-wrapper {
        margin: 0 auto;
        max-width: 960px;
    }

    Form more advanced templating options you can see this tutorial: http://docs.wpgeodirectory.com/how-to-build-your-own-theme-compatibility-plugin/

    Let us know,

    Thx

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