Joanna

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • in reply to: Split: Blank review tab contents on latest GD 1.6.2 #208786

    Joanna
    Expired Member
    Post count: 21

    Hi Kevin,

    Given I had the issue that was solved after checking a couple of settings:

    1. Have you created a review rating? (via GeoDirectory >> MutliRatings >> Create Ratings)
    2. Have you made sure that comments are allowed for your listings?

    Joanna

    in reply to: Blank review tab contents on latest GD 1.6.2 #200586

    Joanna
    Expired Member
    Post count: 21

    Thanks Paolo, I’ve seen what you’ve done. Thank you very much, that’s all working now.

    in reply to: Blank review tab contents on latest GD 1.6.2 #200573

    Joanna
    Expired Member
    Post count: 21

    Hi Paolo,

    Afraid not. I’ve tried to create it via GeoDirectory >> MutliRatings >> Create Ratings but am getting this error message pop-up:

    ‘Please select gd_event Categories.’

    I’m stuck again. ;(

    Joanna

    in reply to: Blank review tab contents on latest GD 1.6.2 #200398

    Joanna
    Expired Member
    Post count: 21
    This reply has been marked as private.

    Joanna
    Expired Member
    Post count: 21

    Ahhhhh! I completely had misread that setting as number of tags allowed instead of character count.

    Thanks for the quick reply and for clearing that up Guust. I have increased the tag character length and now all is working.

    in reply to: Blank review tab contents on latest GD 1.6.2 #200324

    Joanna
    Expired Member
    Post count: 21
    This reply has been marked as private.
    in reply to: GD > Advertise widget – add title ? #169191

    Joanna
    Expired Member
    Post count: 21

    Oh great, thanks for the tip Guust. 😉

    in reply to: Event listing to show Link Business image? #168242

    Joanna
    Expired Member
    Post count: 21

    Ok, thank you. never mind. I thought it was worth asking. 😉

    in reply to: Customizing my plugin #162836

    Joanna
    Expired Member
    Post count: 21

    @Nicole If you want multi locations (Paris, London, etc…) then yes, you need the location manager as I found out myself yesterday. 😉

    in reply to: 'GD > Features' widget shortcode available? #162835

    Joanna
    Expired Member
    Post count: 21

    Thank you very much! That worked for me.

    I added the shortcut to my child theme functions.php file and tweaked it so I could get three in a row. Probably a bit of a hack but it worked!

    Just in case its useful for everyone else, here’s the code structure I used:

    
    
    
    function gd_features_custom_sc() {
    ?>
    <section id="geodir_features_widget-3" class="widget geodir-widget widget_gd_features"> 
    <ul class="gd-features">
    	<li>
    		<h3 class="gd-fe-title">Feature Title</h3>
    		<div class="gd-fe-image"><i style="color:#1e73be" class="fa fa-star"></i></div>
    		<div class="gd-fe-desc">The feature description goes here</div></li>
    	<li>
    		<h3 class="gd-fe-title">Feature Title</h3>
    		<div class="gd-fe-image"><i style="color:#1e73be" class="fa fa-star"></i></div>
    		<div class="gd-fe-desc">The feature description goes here</div></li>
    	<li>
    		<h3 class="gd-fe-title">Feature Title</h3>
    		<div class="gd-fe-image"><i style="color:#1e73be" class="fa fa-star"></i></div>
    		<div class="gd-fe-desc">The feature description goes here</div>
    	</li>
    </ul>
    </section>
    <?php    
    }
    add_shortcode('gd_features_custom_sc', 'gd_features_custom_sc');
    
    in reply to: Can I define the display order of Registration fields? #159723

    Joanna
    Expired Member
    Post count: 21

    Oh a pity. Should I add this as a new feature request or do you make a note of it already ?
    (on which I imagine is a very long list already! 😉

    in reply to: Add h4, h5, h6 font to GDF styling options request #157764

    Joanna
    Expired Member
    Post count: 21

    Actually, your Payments Manager plugin uses h4 as I was testing it and discovered this font issue.

    And then I thought for completeness h5, h6 would be covered as the user can select this when creating pages and posts and such like.

    in reply to: GD > Search widget – change default CPT possible? #157405

    Joanna
    Expired Member
    Post count: 21

    Ah brilliant, thank you, I had completely missed that. All working nicely now.

    in reply to: Add h4, h5, h6 font to GDF styling options request #157399

    Joanna
    Expired Member
    Post count: 21

    I am aware of that, it just seems a half measure to have only h1-3 in the GDF styling options and not the others, that’s why I raised it.

    in reply to: How to get the site logo and nav bar on the same line? #156899

    Joanna
    Expired Member
    Post count: 21

    Thanks Paolo, that worked perfectly, everything’s now in the same line. And looking much better!

Viewing 15 posts - 1 through 15 (of 19 total)