Kor

Forum Replies Created

Viewing 15 posts - 2,791 through 2,805 (of 15,414 total)
  • Author
    Posts
  • in reply to: V2 customization issues #504649

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.

    Kor
    Moderator
    Post count: 16516

    hi bradley,

    Thanks for your reply. Sorry, the link you’ve provided is not working. Please change the previous with the below.

    .sidebar .geodir-categories-container ul {
        width: 100%!important;
    }
    in reply to: Do I need these plug-ins for geodirectory v2 ? #504634

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Thanks for your post. “GD Booster v1.2.52” is not supported in GDv2 and the rest are just fine. Let us know if you need anything further.

    in reply to: Blurry images since upgrading to V2 #504629

    Kor
    Moderator
    Post count: 16516

    Also, you can refer to the recommended image size here https://wpgeodirectory.com/docs-v2/integrations/images/#faq

    in reply to: Blurry images since upgrading to V2 #504628

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    in reply to: Can't create new listing #504601

    Kor
    Moderator
    Post count: 16516

    Hi Tiffiney,

    Thanks for your reply. It looks like an SSL issue and I’ve fixed it by activating the “Really Simple SSL” plugin. Could you please check now?

    in reply to: Not showing me my homepage elements #504571

    Kor
    Moderator
    Post count: 16516

    Hi Jose Rodriguez,

    Thanks for your reply. You’ll need to login to your server using FTP and remove the geodirectory plugin folder manually to reinstall it. If you’re not sure how this is done, please share FTP access to your server here in private reply.

    FTP Access
    FTP Host :
    FTP Username :
    FTP Password :


    Kor
    Moderator
    Post count: 16516

    Hi bradley ,

    Thanks for your reply. Please share your Website WP admin access here and I’ll insert the custom CSS code for you.

    Thanks!


    Kor
    Moderator
    Post count: 16516

    Hi simonxyz,

    Thanks for your reply. Please allow me to answer your questions accordingly.

    1. You can refer to this section of the documentation that explains how to create a Navigation menu. https://wpgeodirectory.com/docs-v2/geodirectory/navigation/

    2. In the “Add Listing”, you can replace the shortcode with the below to achieve what you needed there.

    [gd_add_listing show_login="1" login_msg="Hello! Please register and login to add a listing :)"]
    in reply to: Not Playing Well with Max Mega Menu #504522

    Kor
    Moderator
    Post count: 16516

    Hi Greg,

    Thanks for your reply and I’m glad that helped. Have a nice day!

    in reply to: Not Playing Well with Max Mega Menu #504432

    Kor
    Moderator
    Post count: 16516

    Hi Greg,

    Thanks for your reply. I’m not sure if it breaks your mega menu but this is the custom CSS code to fix it.

    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
        line-height: inherit!important;
        height: auto!important;
    }
    in reply to: Black bar mobile bottom #504428

    Kor
    Moderator
    Post count: 16516

    Hi luca,

    Alright then. Let us know if you need anything further.

    in reply to: V2 customization issues #504426

    Kor
    Moderator
    Post count: 16516

    Hi Vlad,

    Thanks for your post. Please allow me to answer your questions accordingly.

    #1. How can I set reviews in details page, to show the new reviews not the oldest?
    You can enable “Comment List Sorting” as explained here https://wpgeodirectory.com/docs-v2/addons/multiratings/#settings .

    #2. How can I add/remove badges or items such as business hours in or from section B – see the screenshot attached (named example 1)?
    Refer to this section of the documentation https://wpgeodirectory.com/docs-v2/faq/common-examples/#gd_post_badge . By the way, the screenshot is not clear.

    #3. How can I hide the categories and the tags in the listings page (screenshot 1)? If I cannot hide them, How can I move them to the very most bottom of the page in the mobile view?
    I couldn’t find it on your Website. Which page is it?

    #4. How can I hide categories in the listings page in the top part – screenshot 2?
    You can use custom CSS to hide it. https://wpgeodirectory.com/docs/customizing-your-style/

    #5. How can I hide categories from showing in the featured image on my home page (non GD page) – screenshot 3?
    Refer to this section of the documentation https://wpgeodirectory.com/docs-v2/themes/supreme/#customize

    #6. On locations pages the featured images I have set do not show up, it is a default image instead; example: see here
    Would need to transfer this to a developer.

    #7. How can I remove the title of the listings from their featured images?
    You can use custom CSS to hide it. https://wpgeodirectory.com/docs/customizing-your-style/

    #8. How can I remove the blur from the GD Archive Item description in the right side?
    You can use this custom CSS code below to remove it.

    body ul.geodir-category-list-view li .gd-list-item-right .geodir-field-post_content .gd-read-more-fade, body ul.geodir-category-list-view li .gd-list-item-right .geodir-post-content-container .gd-read-more-fade {
        background-image: none!important;
    }

    #9. In V1, when I pushed on the “write a review” button, it immediately got me to the bottom of the page for the user to login in order to leave a review. Now When I push the same button it gets me to the first review on the top and the user has to scroll down a lot to register and leave a review. How can I put this function back to take the user to the “You have to login to write a review” area?
    I’m able to see the “Log in to reply” link on all review containers. Isn’t that what you’re looking for?

    #10. The link buttons on the main menu are too wide on desktop. In V1 you gave me a code which no longer works. How can I fix the dimensions now?
    That’s the line height and you can reduce it using the code below.

    .sd-common #primary-nav ul li a {
        line-height: 20px;
    }

    #11. On the mobile version, I want the listings to show up one by one, not in columns (grids). My front page is a non GD page, but even in the GD Archive pages, even if I set loop layout 1, it still shows in grids of 2 columns on the mobile version. How can I have on the mobile version all the listings to be shown 1 by 1, with screen width?

    Try using the custom CSS code and see if it works.

    @media only screen and (max-width: 600px) {
      .gd_place.type-gd_place {width:100%!important;}
    
    }

    #12. On my home page (non GD page) I inserted a shortcode to show up my top 3 listings (sorted by the no. of reviews). When I set the shortcode, it asks me to set the no of categories, BUT I only want to show the best listings from only 1 category (saloane-de-infrumusetare). How can I do this?
    Unfortunately, you can’t filter the “GD_Best_ of” shortcode with a category.


    Kor
    Moderator
    Post count: 16516

    Hi Bradley,

    Thanks for your reply. Please try inserting the custom CSS code below and see if it fixes it. Insert into WP > Appearance > Customize > Additional CSS.

    .geodir-categories-container ul {
        width: 100%!important;
    }
    in reply to: Can't create new listing #504408

    Kor
    Moderator
    Post count: 16516

    Hi Tiffiney,

    Thanks for your post. Kindly share your Website WP admin access here in private reply and list the steps to replicate it.

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