Forum Replies Created

Viewing 20 posts - 1 through 20 (of 46 total)
  • Author
    Posts
  • in reply to: Responsive template moves from side-to-side on iPhone #125537
    Robertf
    Participant

    Hi Tikaram,

    I had to do a bit more tweaking of the CSS than planned, as when I made space for one element, it affected another element, etc, etc, but I think I’ve got it looking good enough AND the template is no longer moving from side-to-side on my iPhone.

    https://www.robertfairhead.com

    Thanks for all your help and sample code.

    Regards,
    Robertf

    in reply to: Responsive template moves from side-to-side on iPhone #124881
    Robertf
    Participant

    Hi Tikaram,

    Thanks for your following up my support request. I have replaced the following in my CSS:

    #sidebar-header-right {
    width: 90%;
    display: flex;
    margin-top: 1em !important;
    margin-left: 95px !important;
    }

    … as per your suggestion with:

    #sidebar-header-right {
    width: 90%;
    margin-top: 2em !important;
    margin-left: 30px !important;
    }

    Big THANKS, this has stopped the side-to-side movement on the website on my iPhone. However, I now have a “floating formatting” problem with the social media icons and Search box. I should be able to sort this out by checking & tweaking the CSS for these elements.

    Thanks once again for your assistance.

    Regards, Robertf

    in reply to: Responsive template moves from side-to-side on iPhone #124846
    Robertf
    Participant

    Thanks, Tikaram. I’ve currently got the following CSS settings for @media screen and (max-width: 479px):

    #sidebar-header-right {
    width: 90%;
    display: flex;
    margin-top: 1em !important;
    margin-left: 95px !important;
    }

    I will test your suggestions (margin-top: 2em !important; margin-left: 30px !important;) tomorrow.

    Regards, Robertf

    in reply to: Responsive Menu not working all the time #120376
    Robertf
    Participant

    Thanks, @Tikaram. Over the weekend I reapplied the missing Custom CSS from a backup and again tried to upgrade the Catch Box Pro theme from 4.6.9 to 4.9.1.

    This time I had more success, with the new style “drop down” responsive menu appearing, instead of the old “fly out” menu. I wonder if the JQuery errors I encountered were due to an earlier incomplete upgrade? I recall having previewed the 4.9.1 theme and then finding I’d someone activated it. Perhaps I bombed out of the activation half way through?

    In any case, this time I didn’t preview the 4.9.1 theme and after having activated I was very happy to see my Custom CSS hadn’t been wiped!

    So onward with CatchBox Pro … 🙂

    in reply to: Responsive Menu not working all the time #120292
    Robertf
    Participant

    Thanks, Tikaram. Last night, when I restored my website, it complained there wasn’t a catch-box-pro-4 folder, hence I renamed the folder in public_html from catch-box-pro to catch-box-pro-4.

    Are you suggesting I strip out all plug-ins and start again with my website? This is really frustrating, as the problem only surfaced when I upgraded the theme from 4.6.9 to 4.9.1. With this, and the other issues, which were related to the loss of Custom CSS settings, it’s put me off ever updating the Catch Box Pro theme again!

    I’ve made no code changes, nor are there any child themes. All customisations have been made via the Theme Customisation settings and Custom CSS.

    Regards,
    Robertf

    in reply to: Feature Request for editor-style.css #89018
    Robertf
    Participant

    Thanks, @Sakin. With due respect to your customers, it’s a interesting request, as you need to preview content in a variety of browsers and devices to see what it looks like for all users.

    Me, I just like to use the whole screen when adding and updating content, so for now I’ll make the max-width: none !important; code change to editor-style.css … and try to remember to do so for each CatchBox Pro update! 🙂

    Regards,
    Robertf

    in reply to: Feature Request for editor-style.css #88978
    Robertf
    Participant

    Hi,

    I’ve just updated my CatchBox Pro theme to the latest version and it seems the problem I reported last August with backend editing, which was addressed in the 4.2 theme update, has reappeared.

    I had to to change the following code in editor-style.css so the text and contents of pages wouldn’t wrap when editing on a wider screen:

    body {
    margin: 30px;
    max-width: 644px;
    vertical-align: baseline;
    }

    … to:

    body {
    margin: 30px;
    max-width: none !important;
    vertical-align: baseline;
    }

    Regards,
    Robertf

    in reply to: Mobile Menu is now centered #86744
    Robertf
    Participant

    Great work, @Sakin. Thanks so much for new mobile menu and for css to display it centre, left or right! 🙂


    @Robertf

    in reply to: Breadcrumbs in white box after Catch Box Pro 4.2 upgrade #77776
    Robertf
    Participant

    Thanks @CatchInternet – your solution worked for me! 🙂

    in reply to: Read more tag #65945
    Robertf
    Participant

    Thanks @Sakin, once again you’ve come up with the answer to my problem after I’ve wasted 2 hours looking for it elsewhere in WordPress forums! Next time I’ll search the CatchThemes Support forum first!! 🙂
    Regards, Robertf

    in reply to: Change width of catch box pro theme vs change to Evolution #63497
    Robertf
    Participant

    Thanks @Keith & @Sakin, I had the same problem, wanting a wider layout for a larger screen, and you’ve resolved for me! 🙂
    Regards, Robertf

    in reply to: Remove Search From Header #62745
    Robertf
    Participant

    Thanks x 2, @Sakin: Success with removing Search in “Header Right Sidebar” & I’ve renewed my subscription.
    Regards, Robertf

    in reply to: Remove Search From Header #62271
    Robertf
    Participant

    Thanks, @Sakin, I just tried renewing. Price has gone up from $24.99 to $44.99?

    in reply to: Remove Search From Header #62268
    Robertf
    Participant

    Aha, thanks, @Sakin, I will try this and let you know how it works.

    PS. I see I need to renew my subscription on 13 August. Can I do this online from MY ACCOUNT?

    Regards, Robertf

    in reply to: Remove Search From Header #62266
    Robertf
    Participant

    @Sakin, thanks for your response. It’s a test website I’m building for a customer. The plan is for me to buy your CatchBox Pro theme on their behalf and for me to set up the pages and menus etc. They’ll then edit the content. We don’t need the Search bar in the header right sidebar, but I do need the sidebar to display a contact details widget.

    Here’s the URL: http://www.testing.robertfairhead.com

    Do you need to login in the back end as an admin?

    Regards, Robertf

    in reply to: Remove Search From Header #62264
    Robertf
    Participant

    Thanks, @Sakin, but then the Search bar will appear, yes?

    I don’t need Search for the website I’m building, but I do need the Header right sidebar to display a contact details widget.

    It seems I can’t have one without the other?

    Regards, Robertf

    in reply to: Remove Search From Header #62260
    Robertf
    Participant

    Hi @Sakin, If you “Disable Header Right Sidebar” to remove the Search Bar, then won’t any widgets (like Catch Box Social Widget) added to Header Right Sidebar also not appear? That’s certainly the case with my testing.
    Regards, Robertf

    in reply to: No download link for latest version of CatchBox Pro #51925
    Robertf
    Participant

    Hi @Sakin,

    Belated thanks for sorting out the download link for me. Can you please confirm the latest version of Catch Box Pro is 4.0 (as per the download link).

    Regards,
    Robert

    in reply to: Sidebar on Front Page only? #43937
    Robertf
    Participant

    Hi Sakin,

    Thanks for the tip. It appears to have worked as per the front page of my website:

    http://www.robertfairhead.com/

    However, I do wonder how it might affect Google SEO, as the page <title> is hidden?

    I have tried to work around this by making the title as relevant to the Home page as possible.

    Do you think this is a problem or not?

    Regards,
    Robertf

    in reply to: Sidebar on Front Page only? #43758
    Robertf
    Participant

    So sorry, Sakin, I meant to paste my URL into my post!

    http://www.robertfairhead.com

    Thanks for your response.

    Regards,
    Robertf

Viewing 20 posts - 1 through 20 (of 46 total)