Simone

Forum Replies Created

Viewing 15 posts - 2,251 through 2,265 (of 2,874 total)
  • Author
    Posts
  • in reply to: Add listing page #17871

    Simone
    Expired Member
    Post count: 3515

    Hello, you can find the code in the geodirectory_template_actions.php around row 794


    Simone
    Expired Member
    Post count: 3515

    Hello Prashasth,
    For the title of the homepage, go to Pages and then to Blog, and below the editor you will fid Page Title (that’s part of the All In One Seo plugin). for now i just added HolidayMonk.

    I tried to use the “send to a friend” form, and it works, and I received the email. Please allows some seconds, it might be slow due to the server.

    For the featured listings, when you add a listing, you can choose to set it as featured or not, to you can create a Price Package, and set it to be “featured” (but this requires the Price and Payment addon, here)

    in reply to: detail page add company details main content #17804

    Simone
    Expired Member
    Post count: 3515

    Hello, you can add the details with a functions, add this in your child theme, in functions.php

    
    
    add_action( 'geodir_details_main_content', 'custom_details', 45 );
    function custom_details() {
    global $post; 
    global $wp_query;
    
    $postid = $wp_query->post->ID;
    
    $current_posttype = geodir_get_current_posttype();
    
    	$myauthor = get_the_author();
    	$myauthorlink = get_author_posts_url( get_the_author_meta( 'ID' ) ).'?post_type='.$current_posttype;
    	echo '<p class="clearfix">Listed by <a href="' .$myauthorlink . '">' . $myauthor . '</a></p>';
    	
    	
    	$customtitle= geodir_get_post_meta($postid,'post_title',true); //title
    	
    	$customaddress= geodir_get_post_meta($postid,'post_address',true); //address
    	$customphone= geodir_get_post_meta($postid,'geodir_contact',true); //phone
    	$customemail=geodir_get_post_meta($postid,'geodir_email',true); //email
    	
    		echo '<h3>'.$customtitle.'</h3>';
    	
    	echo '<p class="clearfix">Address: '.$customaddress.'</p>';
    
    	echo '<p class="clearfix">Phone: '.$customphone.'</p>';
    		echo '<p class="clearfix">Email: '.$customemail.'</p>';
    		
    	
    //do_action( 'geodir_sidebar_detail_top', 'geodir_action_geodir_sidebar_detail_top','' );
    	do_action( 'geodir_action_details_slider');
    }
    

    This is not styled, so you should also need some CSS knowledge along with PHP

    Edit: crossposted with Paolo 🙂

    in reply to: Can't get my maps to work #17798

    Simone
    Expired Member
    Post count: 3515

    Hi,
    there is a JS error

    TypeError: jQuery.goMap.map is undefined

    Could you try to disable all the plugins except for the GD ones?

    Could you write down your login details in a private reply please?

    Thanks,
    S.

    in reply to: New font + new font weight.. #17792

    Simone
    Expired Member
    Post count: 3515

    For Google fonts, I believe you should add them in the CSS as well

    quick guide here

    all the things you made in the style.css in the child theme will be preserved.


    Simone
    Expired Member
    Post count: 3515

    Where did you sent the login details? I did not received anything 🙁

    in reply to: unable to create a text custom field #17784

    Simone
    Expired Member
    Post count: 3515

    Cool, thanks to let us know.

    in reply to: Disable map widget for mobile devices #17783

    Simone
    Expired Member
    Post count: 3515

    Hi Adam,
    to prevent the loading of the map for a specified resolution, I believe you should add some conditions in the code, and that goes deeper than just hiding the divs in the CSS (a thing that you don’t want, as I read 🙂 ).
    I don’t think there are plugins available, and a code would be overridden if a GD update will be released.
    I’ll leave the final thoughts to Stiofan (notified now).

    in reply to: New font + new font weight.. #17782

    Simone
    Expired Member
    Post count: 3515

    Hi,
    that depends where you want to add the font weight and what theme are you using, GDF can set 400 or 700 as font weight so I suggest you to customize your style.css inside your child theme, so it will exists after the updates)

    in reply to: Orange bar next to rating stars #17781

    Simone
    Expired Member
    Post count: 3515

    Hello, this style issue is on the to do list so it will be fixed in the next releases. This happens only on Safari web browsers, meanwhile you can use the following code in your style.css (inside your child theme)

    
    
    .geodir_Star {
    width:115px !important; 
    }
    in reply to: Popular widget show different data on home page #17780

    Simone
    Expired Member
    Post count: 3515

    Hello Nicole,
    the homepage and the listing pages have 2 different widget sections, could you please check if the widgets are set the same in both areas? Maybe one has a different sorting than the other.

    in reply to: ERROR: Please enter your password twice #17737

    Simone
    Expired Member
    Post count: 3515

    You should enable the Dashboard and then he can be able to edit his details going to /wp-admin/profile.php

    Edit: crosspost with Paolo 🙂

    in reply to: ERROR: Please enter your password twice #17732

    Simone
    Expired Member
    Post count: 3515

    That could be most probably the culprit, could you try to disable it and then to try to signup
    ps- what plugin is it?

    in reply to: ERROR: Please enter your password twice #17729

    Simone
    Expired Member
    Post count: 3515

    Hi,
    are you using some plugin that involves “sign up”?

    in reply to: Enable Search by Distance #17720

    Simone
    Expired Member
    Post count: 3515

    you’re welcome, anytime 🙂

Viewing 15 posts - 2,251 through 2,265 (of 2,874 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount