Zed

Forum Replies Created

Viewing 30 posts - 721 through 750 (of 6,635 total)
  • Author
    Posts
  • in reply to: Landing page excerpt issue in Featured Boxes 2 #111458
    Zed
    Cryout Creations mastermind

    The manual excerpts take precedence over automatically-generated excerpts everywhere on the site, including the landing page.
    It’s only the auto-generated excerpts that follow the length options, according to the location they are displayed in; manual excerpts are always displayed in full.

    All boxes sections are handled by the same code so they cannot behave differently.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    Zed
    Cryout Creations mastermind

    Hi,
    The footer text is controlled using the theme’s Footer Copyright Option (located under the Graphics panel in the customize screen).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: How to remove space between widgets #111262
    Zed
    Cryout Creations mastermind

    Your CSS refers to the landing page block’s icons – do you want to modify distances between individual blocks in the blocks section or posts in the posts list?

    For posts, use the CSS below to alter the margins:

    body.anima-magazine-two #content-masonry article.hentry {
        margin-bottom: 2%; /* default is 7% - safe to customize */
        margin-left: 2%; /* default is 3% */
        margin-right: 2%; /* default is 3% */
        width: 46%; /* default is 44% */
    }

    Note that modifying the horizontal margins (and width) can cause issues with both the masonry layout and the general layout of the theme (I have not thoroughly tested this change).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Landing page excerpt issue in Featured Boxes 2 #111261
    Zed
    Cryout Creations mastermind

    Hi,
    Note that if you have set manual excerpts for posts, the manual excerpts are always displayed as they are (in full and with all the markup).
    The length options only apply to automatically-generated excerpts (for posts and landing page boxes)


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Video mp4 (header) don’t show on mobile #111260
    Zed
    Cryout Creations mastermind

    Hi,
    WordPress appears to limit the screen sizes on which the video is displayed.
    Additionally, when set to work this way the theme uses the header image at full screen height, which doesn’t work well when a header video is assigned but not active. We’ll look into better handling this behaviour in the next theme update.
    Until then try applying the following custom CSS:

    @media (max-width: 900px) {
        body.bravada-fullscreen-headerimage.bravada-cropped-headerimage #masthead #header-image-main-inside {
            height: auto;
        }
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: How to remove space between widgets #111195
    Zed
    Cryout Creations mastermind

    Hi,
    The following CSS should handle that:

    body .widget-container {
        margin-bottom: 1em;
    }

    Theme’s default value is 3.5em.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Set image post default alignment to centred #111194
    Zed
    Cryout Creations mastermind

    Hi,
    WordPress does not provide an option for setting the default alignment mode for content images.
    Searching for information on this topic does reveal some old solutions which seem to no longer work in the current WordPress releases:

    https://wordpress.org/support/topic/image-alignment-and-size-default-value/


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Buttons Not Showing #111185
    Zed
    Cryout Creations mastermind

    Could you test if the slider works as expected when used somewhere else (inside a page/post, for example) or if you activate the buttons on another slide as well?


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: PHP version update issue #111140
    Zed
    Cryout Creations mastermind

    I am not seeing any deprecation warning concerning that code structure when testing with PHP 7.4. We also currently develop on 7.3 (with debugging enabled) and I can see nothing similar there either.
    Deprecation and discouragement are varying levels for precursory information of upcoming changes before a specific way of coding becomes a warning (and later an error).

    Concerning the failure of your 5.3 to 7.2 update, that is relatively big jump and there’s a lot more code running on a WordPress site than just the theme – any of your extensions (including WordPress itself, depending on the version you were using) could have failed.
    The actual error messages (which should have been recorded to the error log) will reveal specific information on what went wrong.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Remove Powered by Bravada & WordPress. #111139
    Zed
    Cryout Creations mastermind

    All our themes are released under the GPLv3 license, which means you can use (and abuse) them in any way you see fit, including adding, editing or removing parts of them, including the footer link.

    There is the side-effect, however, of us not providing free support if our credit link is removed. The commercial Plus edition of the theme does not come with such a link displayed by default (and has the built-in option to easily set your own text instead).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: [Septera Free]Load more button #111138
    Zed
    Cryout Creations mastermind

    Hi,

    The theme displays the configured number of boxes at all times; there is no built-in ‘more’ functionality to dynamically show additional boxes. Only the featured content section when set to display the latest posts has this ability.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: ALT in header image main page #111136
    Zed
    Cryout Creations mastermind

    Parabola uses WordPress’ core get_header_image() function to retrieve the configured header image. This function only provides the image file URL and does not supply any additional information entered in the library (such as caption/alt texts).

    In newer themes we’ve relied on using the site’s title for the alt attribute, we’ll look into this for Parabola as well.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Cannot save changes in Presentation page #111135
    Zed
    Cryout Creations mastermind

    But you may already have text that’s causing issues with the current server configuration, which may or may not be the same since the last time you successfully saved.

    I suggest looking if you have any characters from the extended set (beyond ASCII) in any of the input and textarea fields – if you do try removing them to see if that resolves the limitation.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: WordPress site keeps loading in Firefox #111028
    Zed
    Cryout Creations mastermind

    Yesterday’s 1.2.0 update addresses the preloader issue.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Anima action buttons #111021
    Zed
    Cryout Creations mastermind

    There are multiple markup errors on your site (tags not closing when they should, tags closing in a different order than the opening one, unaccepted tags nesting):
    https://validator.w3.org/nu/?doc=http%3A%2F%2Fholmensgarage.com%2F

    There is such an error even in the target #lp-boxes-1 elements:

    There’s an anchor there that’s opening in the title and closing in the description, which is not correct structure for HTML.

    All these can affect how the browser interprets the content, including how in-content links work.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Tweek Suggestion #110990
    Zed
    Cryout Creations mastermind

    Thanks for the .text() suggestion, Brian.
    We used .html() because the code needs to take HTML tags into account when preparing titles for animation, but the solution is somewhere in the middle and will be included with the next theme update.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Can’t see hero image #110989
    Zed
    Cryout Creations mastermind

    Number formatting functions in PHP need to take a float input number, and this is the same problem with using that number directly in the CSS – it can have either a comma or a dot for decimals separator depending on regional settings.

    We’ll have to run some additional tests to see if number_format() can be a solution.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    Zed
    Cryout Creations mastermind

    You can also hide the header image (and the entire header area) on individual posts or pages using the theme’s meta options:
    https://www.cryoutcreations.eu/docs/themes/plus/metas/#hide-elements


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Cannot save changes in Presentation page #110855
    Zed
    Cryout Creations mastermind

    From past experience we’ve reached the conclusion that (excluding permissions errors or plugins interfering with WordPress’ dashboard) such issues are usually caused by server restrictions or misconfiguration which either limit the amount of text that is accepted in the theme’s input/textarea fields or cannot support specific characters.

    To debug where the fault lies, I suggest making a theme settings export and leaving all the fields that hold large blocks of text empty to save the saving procedure. If this works with those fields empty, add their content back one by one (from the export) to see when the issue returns.

    You can use a site like unserialize.com to convert the export file to one that’s more easily readable.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    Zed
    Cryout Creations mastermind

    I’m sorry for the very delayed reply, your topic was held for additional review and didn’t get published on the site.

    Concerning the reported issue, I am not seeing this behaviour on the theme’s demo (which displays the top menu in the same location):

    I see you use a mega-menu plugin on your site for that menu location – I suggest trying to turn it off and use the default menu functionality to check if the issue is still present.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Can’t see hero image #110837
    Zed
    Cryout Creations mastermind

    Hi!

    I split your messages to a separate topic as this is distinct from the original topic.

    The opacity value is automatically generated by the PHP running on your hosting server as it is the result of the simple arithmetic of dividing the opacity percentage to 100.
    opacity: <?php echo esc_html( $theme_overlayopacity/100 ); ?>
    We have been reported a similar issue once before here, and it turned out to be due to PHP configuration (most likely something about localization).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Images Disappearing #110836
    Zed
    Cryout Creations mastermind

    Hi

    I took a quick look at the indicated page and all content images appear to load fine for me in both Chrome and Edge (which is now Chromium-based).

    If you’re still seeing missing images on that page, perform a force refresh and check out the browser’s developer tools Console and Network tabs for any (red) error or blocked elements.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Cannot change settings of Mantra #110831
    Zed
    Cryout Creations mastermind

    I remember resolving this through the support system.
    For anyone else encountering a similar issue, the fault was tracked down to a version mismatch between the theme’s internals and the style.css file which made the settings plugin activate the wrong settings mode.

    As a result, the next settings plugin update will rely on the theme’s internal version number for compatibility check instead of the one in style.css (which is easier to change for customization purposes).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Navigation arrows in posts have disappeared #110830
    Zed
    Cryout Creations mastermind

    Hi!

    Upon further checks I see that the absolute navigation is in fact broken in Kahuna since the 1.6.0 update.
    Thank you for pointing this out. We’ll get it fixed for the next theme update.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Auto-updates #110829
    Zed
    Cryout Creations mastermind

    The auto-update functionality is available for all WordPress.org repository themes and plugins, and we don’t have to enable anything for it to work:

    You did not include a link so I’m only guessing here, but if you’re using a child theme that is not published in the wp.org repository so it has no auto-update functionality to enable.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Remove shadow #110828
    Zed
    Cryout Creations mastermind

    By shadow are you referring to the rectangle that is animated into view while hovering a menu item?


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Feature Image in Post #110769
    Zed
    Cryout Creations mastermind

    Hi!

    I have adapted the mini-plugin that force-adds the featured image to one of the theme’s in-content hook locations to work with our classic themes as well.
    You can find it here: http://archive.cryout.eu/plugins/cryout-featured-in-post-DRAFT/cryout-featured-in-post-classic.0.1.zip

    With Tempera it adds the featured image right before the page’s/post’s title.
    You can further edit it to move the image below the title, but that theme hook is only available for single posts (not pages).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Navigation arrows in posts have disappeared #110534
    Zed
    Cryout Creations mastermind

    The posts previous/next navigation is controlled by the theme’s respective option: https://www.cryoutcreations.eu/docs/themes/options/general/structure/#single-post-prevnext-pagination

    The left/right display mode use JavaScript for the animation effects, and having JS issues on the site can cause them to fail.

    Without a site link I cannot check for myself to see if I can pinpoint the cause.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Scrolling disrupts page title #110533
    Zed
    Cryout Creations mastermind

    Could you include a link to your site for us to see this behaviour in action?


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Theme with full screen slider and ability to upload news #110532
    Zed
    Cryout Creations mastermind

    All our customize-based themes are capable of displaying the slider full width as part of the landing page feature. The rest of the site content is always constrained to the configured site width and would require a custom template to allow the content to span outside the limit.
    The Plus edition of the themes already includes such a template.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 30 posts - 721 through 750 (of 6,635 total)