GD Archive problem

This topic contains 10 replies, has 3 voices, and was last updated by  Guust 4 years, 2 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #527375

    Jakub Bereta
    Expired Member
    Post count: 23

    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.

    Thanks!
    https://forourkids.pl/index.php/korepetycje/

    #527385

    Jakub Bereta
    Expired Member
    Post count: 23

    My 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"]
    #527391

    Guust
    Moderator
    Post count: 29970

    The 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

    #529106

    Jakub Bereta
    Expired Member
    Post count: 23

    Ok i see. But before it was nicely placed ON the image. Now it is outside.

    #529140

    Kor
    Moderator
    Post count: 16516

    Hi 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?

    #529144

    Jakub Bereta
    Expired Member
    Post count: 23
    This reply has been marked as private.
    #529348

    Kor
    Moderator
    Post count: 16516

    Hi 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;
    }
    #529474

    Jakub Bereta
    Expired Member
    Post count: 23

    Thanks. Now it looks almost perfect. But before, i had this icons placed like in this example. Now i can’t do it.

    #529485

    Kor
    Moderator
    Post count: 16516

    Hi Jakub Bereta,

    Thanks for your reply. That would require customization to achieve what you needed there.

    #529487

    Jakub Bereta
    Expired Member
    Post count: 23

    Hmm… 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?

    #529492

    Guust
    Moderator
    Post count: 29970

    Go 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

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

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

Open Support Ticket