Newbie Q's for Supreme Theme

This topic contains 12 replies, has 3 voices, and was last updated by  Alex Rollin 4 years, 5 months ago.

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

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #512421

    stepnharp02
    Expired Member
    Post count: 17

    Hi Forum,
    I am a newbie to CSS, WP & GD.
    Just purchased GeoDirectory w/ Supreme & Directory Starter. I have activated Supreme Theme, so far, so good. I have been able to create 20 Places and they are searching perfect. But I have some questions:

    My site is hidden behind a “Coming Soon” page. I can send you a login if you want.

    1. I have installed Directory Starter, when should I Activate it?
    I have used the following documentation, but I do not understand when I should Activate Directory Starter.
    https://wpgeodirectory.com/docs-v2/themes/directory-starter/

    2. How do I remove the Featured Image on the homepage?
    I have found several GD forums talking about modifying the CSS, but I am unsure how/where to modify the CSS.
    https://wpgeodirectory.com/support/topic/css-code-to-replace-default-background-image/
    To replace the image, try this CSS, adjust as required:
    .featured-img {background-image: url(http://MY-IMAGE) !important;}
    To remove the image, use
    .featured-img {display: none !important;}
    To remove the whole image area, use
    .featured-area {display: none !important;}

    2.5 How do I modify the space where the featured image is located after removing the image?
    I would like to have a black background which the height only large enough for Welcome text, search box & Categories images. (about half of the existing size, I do not want users to have to scroll down to see the top of the text blocks)

    3. How do I modify the text on the homepage above the search boxes?
    I have looked through the Customizer but have not located where I can do this at.

    4. How do I remove the Near search box on the homepage?
    I have read the following page, but I am unsure how/where to modify the CSS.
    https://wpgeodirectory.com/docs-v2/faq/common-examples/#gd_search

    5. How do I center the Homepage and Location Pages?
    Both are defaulting to the left side for the page.

    Thank you for your time and effort.
    Scott

    #512446

    Kor
    Moderator
    Post count: 16516

    hi stepnharp02,

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

    1. No, Directory is the parent theme for Supreme Directory Theme. You just need to activate Supreme Directory.

    2. Try using the custom CSS code below to remove the image.

    div#sd-featured-img {display:none;}

    2.5 Check out this section of the documentation https://wpgeodirectory.com/docs-v2/themes/supreme/#customize and see if it helps.

    3. Refer here https://wpgeodirectory.com/docs-v2/themes/supreme/#subtitle

    4. use this custom CSS code below.

    /*GDV2 Custom CSS - Hide the Search Near field in all GD Search Bars */
    .gd-search-field-near {
        display: none;
    }

    5. I need to check your Website in order to help you with this. Could you share your Website URL here? You can use the private reply option if you wish to keep your Website URL private.

    #512663

    stepnharp02
    Expired Member
    Post count: 17
    This reply has been marked as private.
    #512756

    stepnharp02
    Expired Member
    Post count: 17

    I have located several style.css files.
    For Q: #2 & #4, Which file do I make the changes in?

    Thanks, Scott

    #512838

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #512954

    stepnharp02
    Expired Member
    Post count: 17
    This reply has been marked as private.
    #512958

    Alex Rollin
    Moderator
    Post count: 27815

    New CSS should be added to the Customizer.

    You can view all active CSS files by viewing the page source with the browser inspector as described here:

    https://wpgeodirectory.com/docs/customizing-your-style/

    Themes use SCSS, the files are inside the theme folder in

    assets/css/style.css and subfolders

    Once SCSS is rendered to CSS, you use the inspector to identify the element and see relevant CSSS rules. Copy the rules and change them as you like.

    You can try something like this and change it or add to it based on your requirements:

    
    
    
    header .featured-area.type-location {
        height: 20vh!important;
    }
    div#sd-featured-img {
        background-image: none!important;
        background-color: black!important;
    }
    
    #513066

    stepnharp02
    Expired Member
    Post count: 17

    I have been able to modify the featured area’s height and color. Thank you.

    1. Solved: I have installed Directory Starter, when should I Activate it?
    2. Solved: How do I remove the Featured Image on the homepage?
    2.5. Solved: How do I modify the space where the featured image is located after removing the image?
    4. Solved: How do I remove the Near search box on the homepage?

    Previous Q:

    3. In progress: How do I modify the text on the homepage above the search boxes?
    I have created a new page called “Welcome”, but when I go to the Edit page, I do not see a “Screen Options” selection.
    https://wpgeodirectory.com/docs-v2/themes/supreme/#subtitle

    Edit ‘Sample Page’
    At the top of the edit page click “Screen Options”

    I understand the you are still working on #5. Just wanted to keep all of my open tasks together in a single frame.

    5. In progress by GD: How do I center the Homepage and Location Pages?
    Both are defaulting to the left side for the page.

    New Q’s:
    6. Change the homepage title font size?
    I have modified the Customizer – Typography – Font Size, but the text size does not change.

    7. I would like my homepage title to be 2 lines.
    Q: Is it possible to add a /br to the homepage title text?
    Ex.
    “Welcome
    to NeomInformation.com”

    8. I have been able to modify the total number of Categories that are shown on the homepage.
    Q: How can I select the exact Categories I want to show on the homepage?

    9. Can I make the Category’s title be displayed on 2 lines?
    Ex.
    “Amusement
    Park”

    10. I have added “Advanced Search Add-on”. The Search box is working, but there is a 2-3 second delay in the Categories appearing. Is this a normal delay? or is it my webserver? (tough Question to answer, lots of variables)

    Thank you for your time and effort.
    Scott

    #513071

    stepnharp02
    Expired Member
    Post count: 17

    I have been able to modify the featured area’s height and color. Thank you.

    1. Solved: I have installed Directory Starter, when should I Activate it?
    2. Solved: How do I remove the Featured Image on the homepage?
    2.5. Solved: How do I modify the space where the featured image is located after removing the image?
    4. Solved: How do I remove the Near search box on the homepage?

    Previous Q’s:

    3. In progress: How do I modify the text on the homepage above the search boxes?
    I have created a page called “Welcome”, but when I go to edit, I do not see a “Screen Options” selection/link.
    https://wpgeodirectory.com/docs-v2/themes/supreme/#subtitle

    Edit ‘Sample Page’
    At the top of the edit page click “Screen Options”

    I understand the you are still working on #5. Just wanted to keep all of my open tasks together in a single frame.
    Can you tell me how to:

    5. In progress: How do I center the Homepage and Location Pages?
    Both are defaulting to the left side for the page.

    New Q’s:
    6. Change the homepage title font size?
    I have modified the Customizer – Typography – Font Size, but the text size does not change.

    7. I would like my homepage title to be 2 lines.
    Q: Is it possible to add a /br to the homepage title text?
    Ex.
    “Welcome
    to NeomInformation.com”

    8. I have been able to modify the total number of Categories that are shown on the homepage.
    Q: How can I select the exact Categories I want to show on the homepage?
    Q: How can I select the order of the Categories which are shown?

    9. Can I make the Category’s title be displayed on 2 lines?
    Ex.
    “Amusement
    Park”

    Thank you for your time and effort.
    Scott

    #513244

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

    stepnharp02
    Expired Member
    Post count: 17

    My Client is very happy with the GD Supreme Theme. Thank you.

    All of these questions have been solved.
    1. Solved: I have installed Directory Starter, when should I Activate it?
    2. Solved: How do I remove the Featured Image on the homepage?
    2.5. Solved: How do I modify the space where the featured image is located after removing the image?
    3. Solved: In progress: How do I modify the text on the homepage above the search boxes?
    4. Solved: How do I remove the Near search box on the homepage?
    5. Solved: In progress: How do I center the Homepage and Location Pages? Both are defaulting to the left side for the page.
    6. Change the homepage title font size?
    I have modified the Customizer – Typography – Font Size, but the text size does not change.
    7. Solved: I would like my homepage title to be 2 lines.
    10. Solved: I have added “Advanced Search Add-on”. The Search box is working, but there is a 2-3 second delay in the Categories appearing. Is this a normal delay? or is it my webserver? (tough Question to answer, lots of variables)
    9. Not Required: Can I make the Category’s title be displayed on 2 lines?

    Thank you for your time and effort.
    Scott

    #514686

    stepnharp02
    Expired Member
    Post count: 17
    This reply has been marked as private.
    #514767

    Alex Rollin
    Moderator
    Post count: 27815

    8. GeoDirectory doesn’t have options or settings for choosing categories or setting an individual sort order.

    The reason for this is because sorting it built in to the widget and makes use of the location/category logic used through GD for showing how many of a certain category of listing are in a specific location.

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

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

Open Support Ticket