Forum Replies Created

Viewing 15 posts - 241 through 255 (of 1,562 total)
  • Author
    Posts
  • David Morgan
    Keymaster

    Hello,

    Thanks for reaching out. We’ll be happy to help.

    I’m glad to hear you got the image issue resolved. In the future, this can be resolved by changing the page template within the page settings.

    Regarding the excerpt displaying on your portfolio images, you can accomplish this within the “Display” settings of the Portfolio Block. Click on the Portfolio Block in the editor, then within the block settings tab on the right, locate the Display settings. You can then toggle on the option to display the “Portfolio Excerpt.” I’ve attached a screenshot for reference.

    Regarding the Organic Blocks, the admin page is only meant to have a plugin license field. All blocks should be available within the editor by clicking the blue “+” icon to add a new block, and then searching “Organic” amongst the available blocks should reveal all the Organic Blocks. The options for each block are available by clicking on the block within the editor.

    As for the Vimeo embed not displaying at full width, I’m not seeing anything within the code that would prevent the embed from displaying at full width. It’s possible there is a block setting or plugin interfering with the full width display.

    You can provide us with your WordPress login information in a private reply so we can take a closer look.

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    in reply to: Add text to .footer-information #452818
    David Morgan
    Keymaster

    This content is restricted to Organic Themes members with an active subscription. Login here.

    in reply to: Move Header of Subpages to new Domain #452657
    David Morgan
    Keymaster

    Hi Stefan,

    This should just be a matter of replacing the logo in the header within the full site editor. However, this might be indicative of a broader issue of your media links not updating to the new domain after the migration. In which case, I may recommend using a plugin to check and fix your links, https://wordpress.org/plugins/broken-link-checker/

    Let us know if this works.

    Thanks!

    in reply to: Edit Connect Theme Footer? #452655
    David Morgan
    Keymaster

    This content is restricted to Organic Themes members with an active subscription. Login here.

    in reply to: Add text to .footer-information #452654
    David Morgan
    Keymaster

    This content is restricted to Organic Themes members with an active subscription. Login here.

    in reply to: Add text to .footer-information #452451
    David Morgan
    Keymaster

    This content is restricted to Organic Themes members with an active subscription. Login here.

    David Morgan
    Keymaster

    This content is restricted to Organic Themes members with an active subscription. Login here.

    in reply to: Custom Post Type in Organic Widget #452329
    David Morgan
    Keymaster

    This content is restricted to Organic Themes members with an active subscription. Login here.

    David Morgan
    Keymaster

    This content is restricted to Organic Themes members with an active subscription. Login here.

    in reply to: Icons on mobile navigation aren’t correct #452322
    David Morgan
    Keymaster

    This content is restricted to Organic Themes members with an active subscription. Login here.

    in reply to: Upgrade nag, despite being installed already? #452128
    David Morgan
    Keymaster

    This content is restricted to Organic Themes members with an active subscription. Login here.

    in reply to: Mobile version display issues #451892
    David Morgan
    Keymaster

    Hi Manu,

    No problem. If you’re using the latest version of the Organic Blocks plugin, you can change the font size within the Header block settings.

    Follow these steps:

    1. Navigate to Appearance > Editor > Template Parts.
    2. Select the “Header” template part and click the “Edit” button.
    3. Click on the Header block. The option should appear on the right, but you may need to toggle open the options panel.
    4. Locate the “Mobile Primary Navigation” tab, and click on it.
    5. Select a menu for you mobile menu (You can choose the same menu as your Primary navigation).
    6. Once a menu is selected, the font options will be revealed.

    I attached a screenshot for reference.

    I hope this helps. Thanks!

    Attachments:
    You must be logged in to view attached files.
    in reply to: Content height equals screen height #451736
    David Morgan
    Keymaster

    This content is restricted to Organic Themes members with an active subscription. Login here.

    in reply to: Mobile version display issues #451648
    David Morgan
    Keymaster

    Hi Manu,

    I think this issue is related to the media query size. Adjusting the screen size for the media query should resolve the issue:

    @media screen and (max-width: 950px) {
      .obb-hero.obb-featured-img-parallax {
        background-attachment: scroll;
      }
    }

    Let us know if this works. If not, you may just need to increase the max-width size a bit more.

    I hope this helps.

    Thanks!

    in reply to: Mobile version display issues #451466
    David Morgan
    Keymaster

    Hi Manu,

    No problem. 🙂

    1. Did you get this issue resolved? The titles are now all visible for me.

    2. Try adding the following style:

    @media screen and (max-width: 768px) {
      .obb-hero.obb-featured-img-parallax {
        background-attachment: scroll;
      }
    }

    3. As for the font size, you may just need to adjust the size for the previously provided style:

    @media screen and (max-width: 768px) {
      h1.obb-site-title {
        font-size: 1.4rem !important;
      }
    }

    I hope this helps.

    Thanks!

Viewing 15 posts - 241 through 255 (of 1,562 total)