Forum Replies Created

Viewing 15 posts - 211 through 225 (of 1,562 total)
  • Author
    Posts
  • in reply to: Organic blocks not working #455040
    David Morgan
    Keymaster

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

    in reply to: PHP 8.1. PROBLEM SWELL THEME #454857
    David Morgan
    Keymaster

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

    in reply to: Featured Images disappear after Update #454697
    David Morgan
    Keymaster

    Hi Stefan,

    Thanks for the login info. I resolved this by clearing the customizations for the Featured Image template. In a recent theme update we made some changes to the banner template part that is used by the Featured Image template. Basically, the template just needed to be updates to refer to the new template part.

    Let us know if there is anything else.

    Thanks!

    in reply to: Page Title Issue #454696
    David Morgan
    Keymaster

    Hi Manu,

    The block recovery seems to have worked. I believe the block recovery message was referring to the Position Block, which is a container block, so you wouldn’t notice any changes after recovering the block.

    Regarding the Javascript added via the HTML block, I’m not sure what’s causing this issue, but I would venture to guess it might have something to do with the “

    ” paragraph tags surrounding the scripts. Since that’s an external script, it may require consulting the documentation for the script to make sure it’s added properly.

    Let us know if there is anything else.

    Thanks!

    in reply to: Hero image #454536
    David Morgan
    Keymaster

    Hi Berit,

    Thanks for reaching out. This has recently been addressed in an Organic Blocks plugin update. Can you please update your version of the Organic Blocks plugin, clear your browser and plugin caches, and let us know if it resolves this display issue in mobile?

    Thanks!

    in reply to: Hero Image – Mobile Devices #454534
    David Morgan
    Keymaster

    Hi Joshua,

    The link appears to be a Squarespace site. If you decide to switch back to WordPress, we’ll be happy to help.

    Thanks!

    in reply to: Blocks in Columns – Height Constant? #454533
    David Morgan
    Keymaster

    Hi Joshua,

    Thanks for providing the link. However, it appears to be linking to a Squarespace site using a different theme. Did you switch platforms?

    Thanks!

    in reply to: Change the “Read More” text on the Post Block #454407
    David Morgan
    Keymaster

    Hello,

    We recently pushed an update to the plugin that adds the option to change the button text for the Posts Block. Please update to version 2.2.3 in order to use this feature. The option is located within the “Display” settings. See attached screenshot.

    I hope this helps. Thanks!

    Attachments:
    You must be logged in to view attached files.
    in reply to: Blocks in Columns – Height Constant? #454402
    David Morgan
    Keymaster

    Hi Joshua,

    This should be possible using the block alignment options and or adding a little custom CSS to ensure all boxes are of equal height. Can you provide a link to the page with these sections so I can provide a more accurate solution?

    Thanks!

    in reply to: Hero Image – Mobile Devices #454401
    David Morgan
    Keymaster

    Hi Joshua,

    There are no background position options specifically for mobile. You would need to make this change using the “background-position” CSS property within a mobile media query. Something like this:

    @media screen and (max-width: 768px) {
      .page-id-30 .obb-hero {
        background-position: right;
      }
    }

    Otherwise, you could try using the “Cover” block in place of the Hero block. Within the Cover block options you can change the focal point of the background image. However, this option is not specifically for mobile either, but it might help you find a happy medium in regards to the image placement on both desktop and mobile.

    I hope this helps.

    Thanks!

    in reply to: Full-Width Header Inside Hero #454400
    David Morgan
    Keymaster

    Hi Joshua,

    No problem. Within the Hero Block there is a nested “Spacer” block above the Hero title. You can remove or change the height of this spacer block to decrease the space between the header and hero. Additionally, there is a minimum height option for the Hero block within the block settings, and you may change or remove this option to decrease the height of the Hero section.

    Let us know if this works, and if you need any more assistance.

    Thanks!

    in reply to: no setup option offered #454395
    David Morgan
    Keymaster

    Hi Stevie,

    No problem. I have a few suggestions, and will try to help as much as possible.

    First, regarding the theme setup wizard, if you’re a WordPress.com Business subscriber, you should be able to edit code within the theme file editor. You can learn more here, https://wordpress.org/documentation/article/editing-files/#using-the-theme-file-editor-and-plugin-file-editor

    Once you have access to the theme file editor, navigate to the “merlin-config.php” file within the “inc” folder. On line 25 of the file, you will see the following code:

    'dev_mode' => false, // Enable development mode for testing.

    Change the code to this:

    'dev_mode' => true, // Enable development mode for testing.

    Save the changes.

    That should re-enable the setup wizard, and you should then be able to access the wizard by navigating to Appearance > Theme Setup within the dashboard.

    Regarding using STAX and editing files, I’ll try to explain some of the concepts and how it differs from editing classic themes. Also, STAX is an evolving theme, much like the WordPress Site Editor, and we are continually making updates to the theme in order to improve the user experience. It’s undergone some other major updates over the past couple weeks.

    As a general rule of thumb, the Site Editor (FSE) is intended to be used for global site-wide design changes, while the classic editor is meant for adding and managing content for individual pages and posts.

    For instance, you may use the FSE for changing the layout of the header, menu items, colors, fonts, borders, etc. When making these kind of changes, it help to familiarize yourself with all the options of the Group and Columns blocks, and have an understanding of nested blocks. Also, using dimension settings like padding and margins will help with spacing. When I’m using the editor, I usually have the “List View” toggled on, and the style options for any block that I’m editing, see attached screenshot.

    While the FSE editor doesn’t require any code, it’s very helpful to have a basic understanding of HTML and CSS, and how containers (like the Group and Columns blocks) are used when structuring the layout of a template. Additionally, it helps to have a basic understanding of the WordPress template hierarchy. Meaning, WordPress features different layouts for different types of content. For instance, the “Index” template displays the blog layout, the “Single” template refers to the structure of individual posts. Here is a link that may help with understanding the template hierarchy, https://wpengine.com/builders/block-theme-templates/

    Also, the global style changes for fonts and colors are located in a separate style tab within the FSE (the circular icon that is half black and half white). See attached screenshot for reference.

    Regarding the patterns, STAX categorizes the patterns based on their type. In some cases, the patterns may take a moment to load, but they should be visible. See attached screenshot. Also, we have recently updated all patterns in a theme update.

    I hope this helps. Basically, using the FSE and block themes takes some getting used to because it’s so different from classic themes, but when it all “clicks” it starts to make much more sense. Let us know if there is anything else.

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    in reply to: product image gallery thumbnails too large #454191
    David Morgan
    Keymaster

    Hi Erich,

    Who is your hosting provider? Have you cleared the cache with your host?

    I’ve checked your site in 4 different browsers (Firefox, Chrome, Safari, Brave), and the product thumbnails all load correctly. This is consistent with some kind of caching issue on your end, and unfortunately I have no way to debug the issue if I can’t reproduce it.

    I hope this helps point you in the right direction.

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    in reply to: product image gallery thumbnails too large #454124
    David Morgan
    Keymaster

    Hi Erich,

    Ah, I see. I think this is a caching issue. If you are running any caching plugins or CDNs for the site, try clearing/purging all caches. Also, try clearing your browser caches. Most likely, you updated to a more recent version of the theme, and your browser and/or plugin caching is still storing the older version of the theme.

    Let us know if this resolves the issue.

    Thanks!

    in reply to: no setup option offered #454122
    David Morgan
    Keymaster

    Hi Stevie,

    Have you installed the theme on the domain before, or disabled the setup wizard?

    It should automatically prompt the setup wizard upon a new installation of the theme. However, if it’s not prompting you may be able to access the wizard under Appearance > Theme Setup.

    If that option isn’t showing, it’s likely the wizard was disabled at some point. In which case, you may need to reset the site in order to prompt the wizard, https://wordpress.org/plugins/wp-reset/

    We could also try running the wizard in dev mode to prompt the setup, but would need access to your WordPress admin.

    Let us know if there is anything else.

    Thanks!

Viewing 15 posts - 211 through 225 (of 1,562 total)