Guust

Forum Replies Created

Viewing 15 posts - 18,136 through 18,150 (of 27,116 total)
  • Author
    Posts

  • Guust
    Moderator
    Post count: 29970

    On the themes page at https://wpgeodirectory.com/downloads/category/themes/ it is explained which themes are included and which ones are child themes for another theme.
    For example, your membership includes Whoop, Directory Starter and GDF framework, and the child themes for these.
    You can use any of these at no extra cost.

    Sorry if that is confusing, and discounts for third party software are not included.

    in reply to: Avada Theme Compatibility? #184637

    Guust
    Moderator
    Post count: 29970

    We suggest you add the GD login widget to your pages, then all links will be automatically created.
    Try the demo at http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/ or have a look at http://wpgeo.directory/

    in reply to: Avada Theme Compatibility? #184587

    Guust
    Moderator
    Post count: 29970

    You must follow the correct links, every CPT has its own Add Listing page.
    You are looking for /add-listing/?listing_type=gd_event

    in reply to: Avada Theme Compatibility? #184585

    Guust
    Moderator
    Post count: 29970

    Have a look at GD > design > navigation. Are you allowing users to add Events?

    in reply to: Avada Theme Compatibility? #184583

    Guust
    Moderator
    Post count: 29970

    Normally you have to do nothing else for any of the themes available in the compatibility settings.

    There are quite a few users who use Avada with GD, here is at least one example I can think of straight away: http://openmindtrips.com/

    in reply to: event listing wont update #184573

    Guust
    Moderator
    Post count: 29970

    You were not allowing Events to be added by users at
    GD> design > navigation > Allow post type to add from frontend

    Please check now and review your other settings on that page. Events is missing from some other options too.

    in reply to: Events and listings issues #184523

    Guust
    Moderator
    Post count: 29970

    Thanks Paolo 🙂 !

    in reply to: probleme with GeoDirectory in mobile #184218

    Guust
    Moderator
    Post count: 29970

    That might have something to do with your right to left setting.
    I’ll get Paolo to have a look.

    in reply to: Error establishing a database connection #184217

    Guust
    Moderator
    Post count: 29970

    Hi Victor, yes this is something to take up with your web host.

    in reply to: Remove Map on Mobile View #184216

    Guust
    Moderator
    Post count: 29970

    You can target the map with a media only query, see http://www.w3schools.com/cssref/css3_pr_mediaquery.asp

    Without seeing the page where you want the map to be deleted on mobile view, that is the best advice we can give.

    in reply to: Events and listings issues #184214

    Guust
    Moderator
    Post count: 29970

    You cannot have different times for the same event, you can only achieve that by creating another event.

    Let’s wait for Paolo for question 7.

    in reply to: App Development #184212

    Guust
    Moderator
    Post count: 29970

    Apps for GD are in development for the moment, but no intended date for release has been set yet.

    in reply to: Places list in 2 columns / change Places title #184189

    Guust
    Moderator
    Post count: 29970

    Your site does not allow anything to be navigated without logging in?
    Can you post admin details please.

    I am guessing you made an error with the lat and lng of the listings.

    in reply to: Events and listings issues #184158

    Guust
    Moderator
    Post count: 29970

    I’ll get Paolo to have a look at point 7 for the CSS.

    0. Make sure to update to the latest versions, we only support the current versions because they have all the latest bug fixes, and are guaranteed to work well together.

    1. You can change Add Listing in the core language file; look for Add %%pt_single%%

    To check your social importer translations we would need FTP details after you updated all plugins.

    2. They should be redirected to the page where they choose to register. But that can be changed with some third party redirect login plugin you might find on the wordpress site.

    3. Just change the slug of the Add Listing page in WP Pages.
    See point 2 of the introduction here: https://wpgeodirectory.com/docs/layout/#intro

    4. When changing event dates, you will also need to change or confirm the times. That is the only option.

    5. That means you must have missed a step when setting up the FB app.

    6. You have removed the Reviews tab at GD > design > detail > Exclude selected tabs from detail page
    Change that.

    7. See here for translating the days for the calendar:
    https://wpgeodirectory.com/docs/translation-faqs/

    I am struggling with the CSS to get the 7 days to show without changing the sidebar width.
    I added some starting CSS to GD > design > script

    8. Best to use the GD Login widget for login and logout.

    I’ll get Paolo to have a look at point 7 for the CSS.

    in reply to: Minimize Adress Data #184132

    Guust
    Moderator
    Post count: 29970

    The CSS looks fine for me.

    span[itemprop="addressCountry"], span[itemprop="addressRegion"] {display:none;}

    To re-organise the address components, add the following to your functions.php file.

    
    
    add_filter('geodir_show_post_address', 'geodir_change_address_order' , 100 , 2) ;
    function geodir_change_address_order($html , $vars)
    {
    	global $post, $preview, $wpdb;
    	$field_icon='';
    	if (strpos($field_icon,'http') !== false) {$field_icon_af = '';}
    		elseif($field_icon==''){$field_icon_af = '<i class="fa fa-home"></i> Adresse';}
    		else{$field_icon_af = $field_icon; $field_icon='';}
    	
    	if(!$preview)
    	{
    		$html = '<p class="" style="clear:both;" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">';
    		$html .= '<span class="geodir-i-location" style="'.$field_icon.'">'.$field_icon_af;
    		$html .=  '&nbsp;';
    		$html .= '</span>';
    		//print_r($_POST);
    		
    		if($post->post_address){ $html .= '<span itemprop="streetAddress">'.$post->post_address.'</span><br>';}
    		if($post->post_zip){ $html .= '<span itemprop="postalCode">'.$post->post_zip.'</span>&nbsp;';}
    		if($post->post_city){ $html .= '<span itemprop="addressLocality">'.$post->post_city.'</span><br>';}
    		if($post->post_country){ $html .= '<span itemprop="addressCountry">'.$post->post_country.'</span><br>';}
    		$html .= '</p>';
    	}
    	return $html ;
    }
Viewing 15 posts - 18,136 through 18,150 (of 27,116 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount