V2 customization issues
This topic contains 19 replies, has 4 voices, and was last updated by Kiran 5 years, 6 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support TicketTagged: customization V2
-
AuthorPosts
-
August 22, 2019 at 8:26 am #504318
Hi guys,
Vlad here from theBeautyAdviser. I am doing my customization on my staging website for V2. I read and viewed all your posts and videos regarding customization in V2. Did manage to do what I needed, except some things that some of them in V1 had options to be customized, or I had codes that you gave me to customize them, codes that no longer work.Here are the issues I want to ask your help for:
#1. How can I set reviews in details page, to show the new reviews not the oldest?
#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)?
#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?
#4. How can I hide categories in the listings page in the top part – screenshot 2?
#5. How can I hide categories from showing in the featured image on my home page (non GD page) – screenshot 3?
#6. On locations pages the featured images I have set do not show up, it is a default image instead; example: see here
#7. How can I remove the title of the listings from their featured images?
#8. How can I remove the blur from the GD Archive Item description in the right side?
#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?
#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?
#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?
#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?
If you can find the time to help me with this it will mean a lot.
Thank you!
VladAugust 22, 2019 at 8:28 am #504323This reply has been marked as private.August 22, 2019 at 7:06 pm #504426Hi 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.August 22, 2019 at 10:26 pm #504469Hi Kor,
Thanks for your answer. Please allow me to reply to your answers
#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 .
[Vlad] in V1 I did not check that sorting option, and on each listing you could see the newest reviews see here V1 listing reviews#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.[Vlad] I attached a new screenshot – ‘Screenshot A’ . The area showed in the screenshot, this is where I want to add or remove a badge or insert items such as business hours. Where can I post the proper shortcodes on which page, or where exactly can I access that specific area?
#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?[Vlad] these categories and tags I wish to remove or hide, are on each listing page – see example I found the shortcode [gd_single_taxonomies] in GD Details Page. OK, I removed it, and now it is OK; One question though: If I removed them from showing up in the listings detail page, will it impact my SEO?
#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/
[Vlad] OK#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
[Vlad] OK#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.
[Vlad]Ok; I will wait for your developer’s answer.#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/
[Vlad] I tried using the following code (.sd .featured-area h1.entry-title) but it also removed all the titles from all the featured images from all the pages. I only want to remove from the listings pages; can you help?#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.
[Vlad] OK#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?
[Vlad] No. If you access any listing from my staging website, and click on ‘Scrie o Recomandare” (Write a Review), it takes you on the first shown review. BUT if you take a look at my live production website wich is running V1, see here if you push the same “‘Scrie o Recomandare” (Write a Review)” button it will take you to the bottom where it announces you to login to write a review. I want in V2, on my staging website to be the same. Hope I was clear.#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.
[Vlad] OK#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;}}
[Vlad] after entering the code you provided, the listings are indeed on 1 column, screen width, BUT one listing is aligned to the left, the otherone to the right, the next to the left and so on. See screenshot B attached here#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.
[Vlad] if you acces my live production website, you will see that by default there is a certain category selected (Saloane de Infrumusetare) for the Best Of listings (“Cele mai apreciate saloane” – in romanian). This is what I want here also in V2.August 23, 2019 at 12:17 am #504490I forgot to write something at #2. I followed the info in the link you provided https://wpgeodirectory.com/docs-v2/faq/common-examples/#gd_post_badge, but I still cannot figure out one thing. I can change the colors of the Fb badge, Instagram Badge and also the Website badge in the upper main detail info area, but I can’t seem to be able to change the color for the phone button. I tried different sets of codes like:
/* normal */ .gd-badge-meta-facebook .gd-badge { background-color: #165DEE!important; }
with different words instead of Facebook; I could’n do it. So please take this also in consideration for issue #2 from the previous messages.
thanks a lot!
August 23, 2019 at 8:38 pm #504649This reply has been marked as private.August 24, 2019 at 12:54 pm #504719This reply has been marked as private.August 26, 2019 at 5:06 pm #504960Hi Vlad,
Thanks for your reply.
#1 Will forward this to a developer.
#11 Kindly use this custom CSS code to fix that.
@media only screen and (max-width: 800px) {} body ul.geodir-category-list-view>li:nth-child(2n+0) { margin-left: 0px !important; } }
If this works, I will forward the rest to a developer. Let me know
Thanks!
August 26, 2019 at 9:59 pm #504979Hi Kor,
#11 Kindly use this custom CSS code to fix that.
@media only screen and (max-width: 800px) {}
body ul.geodir-category-list-view>li:nth-child(2n+0) {
margin-left: 0px !important;
}
[Vlad] OKTOPICS REMAINING FOR THE DEVELOPER:
#1, #6, #9.Thanks a lot Kor!
VladAugust 27, 2019 at 7:00 am #505071This reply has been marked as private.August 27, 2019 at 12:02 pm #505123This reply has been marked as private.August 27, 2019 at 2:53 pm #505160Hi Naveen,
#1 OK
#6 Understood; I will wait for the upcoming version
#9 I have used the snippets plugin that I already use for long time. I have entered the code u gave me, and it seems when I am connected on my staging website as an admin, this code appears to work. BUT if I open another page without logging in, both on desktop and on mobile, when I push the button it does absolutely nothing now; I can see on Chrome a message on the bottom left saying “Waiting for platform-lookaside.fbsbx.com. Please check here U can also see how it used to work like on GD V1, on my production site when you push the “Scrie O Recomandare” (write a review) button. See here This is how it should act on my V2 staging website also.
August 28, 2019 at 12:53 pm #505344Hi Vlad,
It is not working for non logged-in user because of site cache.please clear the cache and check.
Thanks
August 28, 2019 at 1:37 pm #505349Hi Naveen,
I forgot to mention, I did clear the cache. I tried now, from Safari, Chrome both desktop and mobile. Please check if you can – you have the login credentials above in this thread. The code you gave me is active in the Snippets plugin.
August 30, 2019 at 8:47 am #505688Hi guys; still waiting for your answer for #9 issue.
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket