back to basic graphic interface

This topic contains 15 replies, has 4 voices, and was last updated by  Naveen Giri 4 years, 7 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #537581

    Daniele Del Bianco
    Full Member
    Post count: 45

    Hi there,

    I recently updated my site to GDV2 and I am now experiencing several issues concerning graphical layout of the posts and, in some cases, to the categories.
    I was watching this video (https://www.youtube.com/watch?v=XSD1rpp8OBY) on Design customization and the tabs builder on GDV2 and I realized that a visual interface such as the one showed here would be perfect for me.
    I guess it is probably the “basic” graphic layout for posts so I would like to know if there is a way do delete all CSS modification added on the old site and get back to this layout.

    Thanks so much for your help

    #537586

    Kor
    Moderator
    Post count: 16516

    Hi Daniele Del Bianco,

    Thanks for your post. Could you tell us what’s not working or maybe design issues that you can share? We’ll do our best to help you with this.

    #538680

    Daniele Del Bianco
    Full Member
    Post count: 45
    This reply has been marked as private.
    #538711

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

    Daniele Del Bianco
    Full Member
    Post count: 45

    Dear Kor,

    Thanks a lot for your help. I managed to arrange some of the issues ut others seem to go beyond my understanding

    Here some things I am not solving:

    1. Search results page (picture 1)

    1a: I do not wish to see “Comments”/”no comments” and “Favorite”. I would not allow users to post any comment in general. I managed to remove “Favorite” but not comments

    2. Listing page – CASE STUDY and CONTRIBUTORS (picture 2)

    2a: I am unable to remove the big map image from every page. I cannot find/produce a CSS to do such thing. Can you help?
    2b: I do not wish to see “Comments”/”no comments” and “Favorite”. I would not allow users to post any comment in general. I managed to remove “Favorite” but not comments
    2c: Would it be possible to add an “Advanced Search” widget on the side of the tabs? I have tried but I am unable to locate it on the side, only at the bottom of the page.

    Thanks so much

    #541853

    Daniele Del Bianco
    Full Member
    Post count: 45

    Last thing:

    3: would it be possible to remove the admin icon and text from listing pages?

    Thanks again

    #541980

    Alex Rollin
    Moderator
    Post count: 27815

    1. Edit the GD Archive Item. Add or remove items you don’t want, like GD Post Fav or GD Rating.
    https://wpgeodirectory.com/docs-v2/templates/archive-item/

    2a do you mean the image of the map?

    
    
    
    body.single header .featured-area {
        display: none;
    }
    

    2b You can find additional examples of custom CSS here, try these first and let us know if you need more.
    https://wpgeodirectory.com/docs-v2/themes/supreme/#css

    2c Try adding it to the sidebar.
    3 See the CSS above for examples. Additonal examples can be found in the forum.

    #542026

    Daniele Del Bianco
    Full Member
    Post count: 45

    1. Thanks but you keep repeating the same instruction. I access the GD Archive Item page but there is no string referring to GD Post Fav or Rating (or I am unable to find it).

    Here is the content of my GD Archive Item:

    [gd_archive_item_section type=’open’ position=’left’]
    [gd_post_badge key=’featured’ condition=’is_not_empty’ badge=’FEATURED’ bg_color=’#fd4700′ txt_color=’#ffffff’ css_class=’gd-ab-top-left-angle gd-badge-shadow’]
    [gd_archive_item_section type=’close’ position=’left’]
    [gd_archive_item_section type=’open’ position=’right’]
    [gd_post_title tag=’h2′]
    [gd_post_badge key=’post_date’ condition=’is_less_than’ search=’+30′ icon_class=’fas fa-certificate’ badge=’New’ bg_color=’#ff0000′ txt_color=’#ffffff’ alignment=’left’]
    [gd_post_badge key=’featured’ condition=’is_not_empty’ icon_class=’fas fa-certificate’ badge=’Featured’ bg_color=’#ffb100′ txt_color=’#ffffff’ alignment=’left’]
    [gd_post_badge key=’claimed’ condition=’is_not_empty’ search=’+30′ icon_class=’fas fa-user-check fa-fw’ badge=’Verified’ bg_color=’#23c526′ txt_color=’#ffffff’ alignment=’left’ list_hide_secondary=’3′]
    [gd_post_badge key=’facebook’ condition=’is_not_empty’ icon_class=’fab fa-facebook-f fa-fw’ link=’%%input%%’ new_window=’1′ bg_color=’#2b4be8′ txt_color=’#ffffff’ alignment=’left’]
    [gd_post_badge key=’twitter’ condition=’is_not_empty’ icon_class=’fab fa-twitter fa-fw’ link=’%%input%%’ new_window=’1′ bg_color=’#2bb8e8′ txt_color=’#ffffff’ alignment=’left’]
    [gd_post_badge key=’website’ condition=’is_not_empty’ icon_class=’fas fa-link fa-fw’ link=’%%input%%’ new_window=’1′ bg_color=’#85a9b5′ txt_color=’#ffffff’ alignment=’left’]
    [gd_author_actions author_page_only=’1′]
    [gd_post_distance]
    [gd_post_meta key=’business_hours’ location=’listing’ list_hide_secondary=’2′]
    [gd_output_location location=’listing’]
    [gd_post_content key=’post_content’ limit=’60’ max_height=’120′]
    [gd_archive_item_section type=’close’ position=’right’]

    2a. That’s it, thanks.

    2b. It appears to me that there is no such CSS in the list you provided in your last message and that your colleagues provided in previous messages.

    2c. As I said, I tried but I did not manage. I do appreciate your pedagogical approach since I have learned a lot working on GD but you shall give me more details otherwise my digital illiteracy will not allow me to perform this task. 🙂

    thanks again

    #542128

    Alex Rollin
    Moderator
    Post count: 27815

    1. I don’t see GD Post Fav or GD Rating in your archive item on the screen. Is this still an issue?

    2.
    Added

    
    
    
    .sd .sd-ratings {
        display: none;
    }
    .sd-detail-cta {
        display: none;
    }
    

    3. Fixed – DS was v1. Updated to V2.

    #542168

    Daniele Del Bianco
    Full Member
    Post count: 45

    1. Not anymore… thanks!
    2. Great. Thanks again!
    3. Wow. Thanks once more…

    The last thing (at least for today): did you see how weird is the search button? it shows \”Search\” instead of a normal Search.
    your colleague suggested it could be a 3rd party plugin conflict so I deactivated everything and tried but it was still there… Any suggestion?

    Thanks again, I really appreciate your patience and your help!

    #542179

    Naveen Giri
    Moderator
    Post count: 1559

    Hi Daniele,

    It’s because of added text in setting.
    I have corrected it.
    Please check now.

    Regards
    Naveen

    #542241

    Daniele Del Bianco
    Full Member
    Post count: 45

    That must have happen during the upgrade to V2

    Thanks so so much Naveen!

    #542250

    Daniele Del Bianco
    Full Member
    Post count: 45

    Hello guys,

    I wanted to ask one more thing: would it be possible to change the text in the Location switcher?

    From “to find awesome listing near you” to “to explore CBC case studies and contributors near you”.

    Thanks!

    #542252

    Naveen Giri
    Moderator
    Post count: 1559

    Hi Daniele, there is no default way to change the text.
    but you can use below snippet using https://wordpress.org/plugins/code-snippets/ plugin.

    
    add_action( 'wp_head', function () { ?>
    <script>
        jQuery(document).ready(function(){
            jQuery('.gdlmls-sub-title').text('to explore CBC case studies and contributors near you');
        });
    	/* write your JavaScript code here */
    
    </script>
    <?php } );
    

    Regards
    Naveen

    #542255

    Daniele Del Bianco
    Full Member
    Post count: 45

    Sweet! Thanks so much Naveen

Viewing 15 posts - 1 through 15 (of 16 total)

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

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount