GD Archive problem
This topic contains 10 replies, has 3 voices, and was last updated by Guust 5 years, 2 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
January 25, 2020 at 10:14 pm #527375
Hey,
I was trying to change GD Archive site. I did all but i’ve seen, that elements like “add to favourite” disappeard, category name is above image and a blank white stripe showed. Had someone this kind of problem? I don’t know what i’ve changed and can’t find any solution.
January 25, 2020 at 11:26 pm #527385My code:
[gd_archive_item_section type="open" position="left"] [gd_post_badge key="featured" condition="is_not_empty" search="" badge="Featured" bg_color="#e67e22" txt_color="#ffffff"] [gd_post_fav] [gd_post_meta title="" key="post_category" show="icon-value"][gd_post_meta key="phone" show="icon-value"][gd_post_images type="image" controlnav="0" ajax_load="true" link_to="post"] [gd_archive_item_section type="close" position="left"] [gd_archive_item_section type="open" position="right"][gd_post_badge key="post_date" condition="is_less_than" search="+30" icon_class="fas fa-certificate" badge="Nowy" bg_color="#ff0000" txt_color="#ffffff" alignment="left"][gd_post_title] [gd_post_badge key="claimed" condition="is_not_empty" icon_class="verified-icon" badge="Verified" bg_color="transparent"] [gd_post_address show="icon-value" address_template="%%street%%, %%city%%, %%country%%" alignment="left"] [gd_post_rating alignment="left" ] [gd_post_content key='post_content' limit='60' max_height='120'] [gd_archive_item_section type="close" position="right"]
January 26, 2020 at 12:16 am #527391The favorite is there, but the theme’s CSS is making it white.
ul.gd-listing-cards.geodir-category-list-view .geodir-post-fav .geodir-addtofav-icon i { -webkit-transition: all .4s ease; transition: all .4s ease; text-shadow: none; color: #fff!important; }
The blank stripe is the line for the favoriting, and the category shows there because you added it in the left section [your 4th line].
Thanks
February 6, 2020 at 4:05 pm #529106Ok i see. But before it was nicely placed ON the image. Now it is outside.
February 6, 2020 at 7:00 pm #529140Hi Jakub Bereta,
Thanks for your reply. Ok, I don’t see a favourite icon when I inspected your Website here https://forourkids.pl/index.php/korepetycje/ . Could you share your Website WP admin access here in private reply so that I could check on it?
February 6, 2020 at 7:21 pm #529144This reply has been marked as private.February 7, 2020 at 9:59 pm #529348Hi Jakub,
Thanks for your reply. I’ve fixed this using the custom CSS code below.
ul.gd-listing-cards.geodir-category-list-view .geodir-post-fav .geodir-addtofav-icon i { color: #999!important; }
February 8, 2020 at 5:36 pm #529474Thanks. Now it looks almost perfect. But before, i had this icons placed like in this example. Now i can’t do it.
February 8, 2020 at 7:15 pm #529485Hi Jakub Bereta,
Thanks for your reply. That would require customization to achieve what you needed there.
February 8, 2020 at 8:27 pm #529487Hmm… but in default, i think i had this look what i showed in attachement. So i’ve made some changes that destroyed for me this kind of look. Maybe you know where’s the problem?
February 9, 2020 at 12:14 am #529492Go to GD > Settings > Pages > Archive Item page > Edit and replace the content with the Listimia content which you can find at GD > Settings > Pages > Archive Item page > View default content [see image 1 and 2].
Other tips:
Set WP Permalinks to Postname: https://wpgeodirectory.com/docs-v2/geodirectory/settings/permalinks/#settings
Install the https://wordpress.org/plugins/classic-editor/
then you can use the shortcode builder: https://wpgeodirectory.com/docs-v2/geodirectory/shortcode-builder/Thanks
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket