Comment Links

This topic contains 7 replies, has 2 voices, and was last updated by  Kor 7 years, 2 months ago.

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

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #366328

    Neil Hall
    Buyer
    Post count: 83

    Hi

    In the ‘Review’ Tab of the Listing detail there is a ‘comment-links’ this works very well when the user is logged in.

    But when the user is not logged in there is a line that says
    Leave a Review
    You must be logged in to post a comment.
    If the link is clicked it goes to wp-login.php. Is it possible to change this so it goes to the gd-login page?

    Best Regards
    Neil

    #366371

    Kor
    Moderator
    Post count: 16516

    Hi Neil,

    I’ve just tested the login link below the “Leave a Review” tab and it brings me to the GD login page as shown in this screenshot http://prntscr.com/ehushr . Did you happen to fix this on your own?

    Thanks!

    #366375

    Neil Hall
    Buyer
    Post count: 83

    Hi Kor

    OK, weird…. it suddenly works. Not sure why, but thank you for looking at this.

    On a slightly different topic. On the GD login page that it takes you to I am trying to move the login box over to the left. I entered

    
    
    .login_form_1 {
        float: left;
        border: 1px #ccc solid;
        padding: 20px;
        width: 30%;
        margin-left: 1%;
        margin-bottom: 20px;
    }
    

    Into the GD>Design>Scripts>Custom style css code but this does not seem to change it. Is this correct, or should I be doing something else?

    Best Regards
    Neil

    #366380

    Kor
    Moderator
    Post count: 16516

    Hi Neil,

    Thanks for your reply. I’ve just inspected that login page and I’m not really sure where you want to position the login box, could you pinpoint it using a screenshot so that I could provide you the correct custom CSS to achieve this?

    #366517

    Neil Hall
    Buyer
    Post count: 83

    Hi Kor

    The screenshot is attached. The sign-in box just needs to be moved to the left.

    Best Regards
    Neil

    #366524

    Kor
    Moderator
    Post count: 16516

    Hi Neil,

    Try using this custom CSS code below and see if it’s what you’re looking for. Insert into GD > Design > Scripts > Custom Style CSS.

    
    
    .login_form_l {
        margin-left: 0%!important;
        margin-bottom: 0px!important;
        margin-top:20px!important;
    }
    #366537

    Neil Hall
    Buyer
    Post count: 83

    Hi Kor

    Fantastic, that is just what I wanted.

    Many thanks for your great support once again.

    #366543

    Kor
    Moderator
    Post count: 16516

    Hi Neil,

    You’re Welcome. Let us know if you need anything else.

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

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

Open Support Ticket