Home Forums Pro Themes Graduate Pro Graduate Pro header area

Tagged: 

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #196867
    Doug Davis
    Participant

    Thanks for your previous assistance. We have a follow up question and two more issues we couldn’t find detailed in the documentation.

    First of all, has the next update with the new X (instead of Twitter) social media icon been released? If yes, how do we get that update?

    We’d like to use our actual logo in the header area, however, the area is not wide enough. How do we change that? We’d like to upload our entire logo image that would cover the same area as the small badge image and site title/tagline that you currently see: https://new.numismaticcrimes.org/

    We’d also like to change the default sort/display for our News and Alerts section of the website so that it displays as a list rather than defaulting to a grid. How can we accomplish that? https://new.numismaticcrimes.org/category/ncic-report-bulletins/

    Thank you for your assistance.

    Terri

    #196877
    Psink
    Keymaster

    Yes, the update has been released. Before the update check if the theme license is active. The update is only available for the active license.

    here you can follow the screen record
    https://www.awesomescreenshot.com/video/32056581?key=ecef94d34940dc16f90ad754a99b0ff7

    Regarding the logo could you please share the actual logo with us? We will test from our side and will provide the custom style to fit the logo in the header

    Regarding displaying the list view on the post archive page, currently, there is no such option in the theme. We will include it in the next update. Since the next update may take a couple of months. We would like to fix it on the coding level.

    Here, please follow the screen record
    https://www.awesomescreenshot.com/video/32057805?key=f48256dce034428f7bf69d3eaf2dbad7

    #196914
    Doug Davis
    Participant

    Thank you.

    We activated the theme and got notification of an update, however, the update caused a fatal error. The email we received provided a link to look at the web page where the fatal error happened, however, it shows nothing but a blank page with the number 0 in the upper left corner.

    Here’s a sample of our logo for you to see: https://new.numismaticcrimes.org/sample-logo/

    We are using a child theme for Graduate Pro that was created with the Child Theme Wizard plug in. I didn’t make the changes you outlined in your screen records because my understanding is that if I change the original code, it will just revert back to the way it was originally written when a theme update takes place. If that’s not the case, please confirm and I’ll try what you provided to get the default sort of the post archive page to be in list order rather than grid order.

    Thank you.

    Terri

    #196919
    Psink
    Keymaster

    We have checked your site, latest version ( 2.1.1 ) of theme is installed. May be due to some server internal issue you got a issue. Its fine now you have a latest version on your site.

    Regarding site logo you can add this CSS, Remember to hide Site title and tagline

    #masthead .container .pull-right {
    margin-top: 25px;
    }

    .site-logo img {
    max-width: 450px !important;
    width: auto !important;
    }

    @media screen and (max-width: 560px){
    .site-logo img {
    max-width: 280px !important;
    }
    }

    Yes when ever theme get update all the code will revert back to its original.
    You have child theme active on your site, that’s great. You can copy and paste the whole template-parts folder from parent theme to child theme and change the code on child theme directory by following the screen records.

    Hope this will helps

Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.