Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Weird graphic has appeared next to menu items with dropdowns #330208
    rgraham
    Participant

    Hi Tikaram,

    Yes, disabling Elementor removes the weird little icon next to the menu items with dropdown items in the nav bar, but I can’t permanently disable Elementor because my page designs depend on it. It was working for years until now. The “Load Font Awesome 4 Support” button in elementor remains checked. Is there a snippet of CSS I can drop in that will fix the issue?

    Thanks,
    Rebecca

    in reply to: Weird graphic has appeared next to menu items with dropdowns #325758
    rgraham
    Participant

    Hi – thanks for the response. This is the site:  https://hockema.com/

    in reply to: JSON error when trying to change text in footer widget #297078
    rgraham
    Participant

    Sorry for the gap  – I was out of the office for a couple of weeks.

    I just activated and updated the Solid Construction Pro theme to 2.3.3, and then re-activated Solid Construction Child. It is showing as Version: 1.1.1.1534379638

    I am still getting the JSON error when trying to update the footer widget.

    Is the problem with the Child Theme?  Is there a more recent version of that?

     

    Thanks,

    Rebecca

     

    in reply to: JSON error when trying to change text in footer widget #296451
    rgraham
    Participant

    Hi Skandha, thanks for the prompt response!  I have updated the Solid Construction Pro theme and activated it on the Catch Themes side (my URL shows Active when I go to Purchase History > View Licenses). But I’m still getting  the JSON error mentioned above.  I’m guessing it’s because I’m using the Solid Construction Pro Child Theme. Now that I’ve purchased the latest version of the Solid Constructin Pro, how do I update it’s child theme, so that hopefully that JSON error resolves?  Thanks

    in reply to: Need logo larger, centered, and responsive on mobile #166266
    rgraham
    Participant

    That works! Per your instructions, I deleted the CSS I had, added yours in, adjusted max-width value a bit, and then added a little of my CSS back in and tweaked it to adjust space above & below the logo. Final CSS looks like this, and it works on monitor, tablet and phone views:

    .custom-logo-link {
    max-width:74%;
    }

    .site-header-main {
    margin-top: -25px;
    margin-bottom: -40px;
    }

    Thank you so much for the stellar support on this! I really appreciate your help and persistence.

    in reply to: Need logo larger, centered, and responsive on mobile #166194
    rgraham
    Participant

    Hi Skandha,

    I appreciate your response, truly. The added CSS didn’t resolve the issue. On the computer monitor view, all is well. On the phone view, the effect was to shove the logo all the way to the left, and squish it (narrower than it should be). On the tablet view, it is a little off-center and slightly narrow.

    Here is the CSS as it stands now (below), with your CSS at the end, still no luck. Perhaps some of these aren’t playing well together. So how do we get the logo sized as I want it, centered and responsive in computer, tablet and phone?

    /*SPACE BETWEEN LARGE HEADER PIC & TEXT BELOW IT*/
    .entry-header {
    margin-top: -60px;
    }

    /*SPACE ABOVE & BELOW LOGO*/
    .site-header-main {
    padding-top:25px;
    padding-bottom: 90px;
    margin-top:0px;
    margin-bottom: 0px;
    }

    /*CSS FROM CATCH THEMES LOGO CENTERING THREAD*/
    .site-branding {
    position:absolute;
    left:29%;
    transform:translateX(-50%);
    margin: 0px auto !important;
    height: 100px;
    }

    /*LOGO SIZE*/
    .custom-logo {
    margin:0px auto;
    max-width:684px;
    height: 80px;
    }

    /*CSS FROM CATCH THEMES SKANDHA*/

    @media
    screen and (max-width:1024px) {
    .custom-logo {
    max-width:76vw;
    margin-top:20px;
    }
    }

    in reply to: Need logo larger, centered, and responsive on mobile #165964
    rgraham
    Participant

    Adding to the inquiry above ^^
    I’m using Solid Construction Pro Child theme. This is a staging site, so I can’t post the link because the client isn’t ready for the site to go public. (This is one of the final things we need to fix before the site can launch.) But I could email you the link if that helps.

    in reply to: How to change image slider and headline on home page. #155640
    rgraham
    Participant

    Trying to leave a positive review on the link above (https://wordpress.org/support/theme/solid-construction/reviews/#new-post) but it takes me to a WordPress login page and will accept neither my WordPress login information (and I’m actually currently logged in on another tab) nor my Catch Themes login information. What am I missing?

    in reply to: How to change image slider and headline on home page. #155388
    rgraham
    Participant

    This is exactly what I needed — just couldn’t find the path to get to the controls I needed. Thank you!

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