Help resources for GD Login and GD Add Listing pages

This topic contains 5 replies, has 2 voices, and was last updated by  Paolo 8 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #69166

    jotomas
    Buyer
    Post count: 802

    Hi,

    I would like to add some help resources to the GD Login and GD Add Listing pages, to help inexperienced users to understand the signin, login and add listing procedures.

    By now, I have found only a way which is to add text widgets to the widget areas. Unfortunately, the GD Login page has not any widget area and the GD Add Listing page has only the sidebar. Is there some plan to add widget areas to these pages (top, bottom, etc.)?

    Other options that I considered are to add popups and/or tooltips but I can not find any way to do it. Any suggestion?

    I look forward to your reply.

    Thanks and regards.

    J.O.

    #69231

    Paolo
    Site Admin
    Post count: 31206
    #69478

    jotomas
    Buyer
    Post count: 802

    Hi Paolo,

    Thanks, but unfortunately I think that this solution is too complicated for me since I do not possess the skills to apply it without taking the risk of breaking something because I do not know exactly what I am doing.

    I hope you will make all these features available in a near future.

    Best regards.

    J.O.

    #69561

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    adding 2 lines of codes to a file shouldn’t be something scary for someone who wants to create his own websites.

    Just copy and paste these in your theme functions.php file:

    
    
    add_action('geodir_sidebar_signup_top', 'my_signin_customtext');
    
    function my_signin_customtext() {echo '<h3>Some Dummy Text</h3>';}

    Then modify the Dummy text.

    We don’t add options unless they are asked by the majority of members. This isn’t one of them.

    Thank you

    #69846

    jotomas
    Buyer
    Post count: 802

    Hi Paolo,

    Ok, you are right, I will try.

    Should I use a child theme?

    I look forward to your reply.

    Thanks and regards.

    J.O.

    #69867

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    it is always better to use a child theme, especially if you are going to customize something.

    Thanks

Viewing 6 posts - 1 through 6 (of 6 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket