Forum Replies Created

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

    Hi Diana,

    I think in this case the Query Block is the better option. However, you can achieve the same style and 3-column formatting as the Posts Block when using the Query Block. It just requires setting the correct options for the Query Block. If you want to provide your WP login information, I can setup a sample Query Block for you, using a similar style and format to the Posts Block.

    I’m still confused as to why there is a “post_folder” taxonomy on your site. For posts, the default taxonomies are category and post_tag. Any additional taxonomies for posts would likely be added via a plugin or custom code. Have there been any custom taxonomies added to your site?

    Thanks!

    in reply to: block posts and portfolio post #470488
    David Morgan
    Keymaster

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

    in reply to: Portfolio posts distorted #470484
    David Morgan
    Keymaster

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

    in reply to: Portfolio posts distorted #470419
    David Morgan
    Keymaster

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

    in reply to: Portfolio posts distorted #470418
    David Morgan
    Keymaster

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

    in reply to: Background video not showing in Safari #470417
    David Morgan
    Keymaster

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

    in reply to: block posts and portfolio post #470373
    David Morgan
    Keymaster

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

    Attachments:
    You must be logged in to view attached files.
    in reply to: block posts and portfolio post #470372
    David Morgan
    Keymaster

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

    David Morgan
    Keymaster

    Hi Diana,

    We’ll be happy to help.

    1. I’m not sure what you’re referring to by “post_folder” as that is not a post type or taxonomy that should be available for selection. Can you provide screenshots to illustrate this issue? As a workaround, you can use the Query Block instead of the Posts Block.

    2. Do you have a link to illustrate this? This is an example of an archive page from the theme demo exhibiting the default behavior, and only displaying posts with the “Featured” category applied, https://stax.organicthemes.com/blog/category/featured/

    3. You can accomplish this using the Query Block instead of the Posts Block, and arrange each element in the desired order within the editor.

    4. Unfortunately, making the whole slide a link is not an option with the plugin at this time without customization.

    Thanks!

    in reply to: spacing between the columns is not equal #470368
    David Morgan
    Keymaster

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

    in reply to: Sub menu dropdown won’t scroll #470309
    David Morgan
    Keymaster

    Hi Diana,

    Did you remove the previous styles affecting the menu before adding these?

    Also, can you leave the provided styles active on the site for long enough for us to inspect how they have been added, and if there are any other styles overriding the provided styles?

    Thanks!

    in reply to: Blog pagination not working properly #470308
    David Morgan
    Keymaster

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

    in reply to: Navigation Menus not syncing #470235
    David Morgan
    Keymaster

    Hi Diana,

    I addressed the length menu and sub menu offset in your other forum post. However, I can help with the logo issue mentioned here. Most likely, the secondary logo that was in the header was removed, which is why the logo is not transitioning. In order to resolve this, you can clear the customizations for the header template part in order to restore the header to its original state. Or you can provide us with your WP login information in a private reply so we can add this functionality back for you.

    Thanks!

    in reply to: Image proportions in portfolio block et post block #470234
    David Morgan
    Keymaster

    Hi Alexis,

    Thanks for reaching out, and we’ll be happy to help.

    Can you please provide a link to the page illustrated in your screenshots so we may inspect the code?

    Thanks!

    in reply to: Sub menu dropdown won’t scroll #470233
    David Morgan
    Keymaster

    Hi Diana,

    Sure, we’ll be happy to help.

    1. Regarding the lengthy menu, I think the easiest fix here is to decrease the font size slightly:

    .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item a {
        font-size: 75%;
    }

    2. In regards to previously provided CSS, try this instead:

    @media (min-width: 782px) {
        .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
            right: 100%;
            left: auto;
        }
    }
    .wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__container .wp-block-navigation__submenu-container::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        padding: 0;
    }

    I hope this helps.

    Thanks!

Viewing 15 posts - 1 through 15 (of 1,608 total)