Zed

Forum Replies Created

Viewing 30 posts - 331 through 360 (of 6,629 total)
  • Author
    Posts
  • in reply to: Text alignment in Chrome mobile browser #121447
    Zed
    Cryout Creations mastermind

    Text wrapping around images is dependent on image size, content width and screen size. There are certain combinations at which just enough text still fits on the side of the image to display just enough text to make it look weird.

    You can avoid this by forcing the images to no longer float/wrap below a certain screen size with CSS:

    @media (max-width: 540px) {
        .entry-content .alignleft, .entry-content .alignright {
            display: block;
            float: none;
            margin-left: auto;
            margin-right: auto;
        }
    }

    Note that this works best if all content images are relatively the same size (and smaller than the width limit).


    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: Site head images did not shuffle from last BRAVADA update #121442
    Zed
    Cryout Creations mastermind

    Hi,

    In update 1.0.6 we added support for the (static) page’s featured image in the header on the (static) homepage and blog pages. This allows custom per-page header images in these sections as well.

    If you’re only seeing the header behaviour change on these two site sections, check if the (static) pages assigned there have featured images assigned which need to be removed.


    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: Photos too Big #121439
    Zed
    Cryout Creations mastermind

    Hi,

    Could you provide more information about the issue (which images/elements are you referring to?) and/or include a link to your site?


    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: The documentation for tabs is incomplete #121437
    Zed
    Cryout Creations mastermind

    Hi,

    The tabs shortcode example has a typo in it (the unnecessary underline in the closing [/thead]). The correct example should read:

    [tabs]
        [thead]
            [tab href="#tab1" title="First tab"]
            [tab href="#tab2" title="Second Tab"]
        [/thead][tabgroup]
            [tabinner id="tab1" class="active"]First tab content[/tabinner]
            [tabinner id="tab2"]Second tab content[/tabinner]
        [/tabgroup]
    [/tabs]

    We’ll revise the documentation to correct and improve it.


    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: Blurry featured images #121435
    Zed
    Cryout Creations mastermind

    The featured images sizes on the frontend are those of the registered image size, however the registered width should be larger for your specific configuration (with only one sidebar active).

    That value is specific to having both sidebars active. I think you may have found a bug in the theme which we’ll need to correct.


    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

    Concerning the underlining of content links, please see this reply: https://www.cryoutcreations.eu/forums/t/extra-css-text-decoration?view=all#post-121419

    We are looking into 1 & 2.


    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: Widgets from Presentation Page Columns Appear On ALL Pages #121424
    Zed
    Cryout Creations mastermind

    Hi,

    WordPress 5.8 extended the block-like administration to the widgets screen.
    If you want to return to the classical way of managing widgets, install the Classic Widgets plugin.


    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: Blurry featured images #121423
    Zed
    Cryout Creations mastermind

    @dfglfa, could you use our Sysinfo plugin to provide the list of currently registered image sizes for your site?


    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 and CSS are executable #121420
    Zed
    Cryout Creations mastermind

    Hi,

    File permissions are handled by the server and not really under WordPress’ control and definitely not the theme. While WordPress (or plugins) can modify permissions, they need sufficient permissions on the files to begin with.

    I suggest discussing this with your hosting provider as permission changes are either due to a configuration change or a sign for suspicion.


    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: Extra CSS/ text-decoration #121419
    Zed
    Cryout Creations mastermind

    Adding the underlining effect to all content links is a requirement imposed (for accessibility reasons) during the theme update review process.

    The effect can be force-removed with CSS, if needed:

    .entry-content a:not([class]), .entry-excerpt a:not([class]),
    #comments .comment-body a:not([class]), 
    .widget-container.widget_text a:not([class]), .ppbox a:not([class]) {
        text-decoration: none;
    }

    Include the styling below to keep the underlining on hover:

    .entry-content a:not([class]):hover,
    .entry-excerpt a:not([class]):hover,
    #comments .comment-body a:not([class]):hover,
    .widget-container.widget_text a:not([class]):hover,
    .ppbox a:not([class]):hover {
        text-decoration: underline;
    }

    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: Featured Image – Recommended Dimensions? #121418
    Zed
    Cryout Creations mastermind

    @megmo, header images work slightly differently to featured images. They don’t have the same options and are generated/displayed depending on the header image configuration options. Adjusting the focus area of the image can only be done on a case-by-case basis, with custom CSS (as it depends on the images used, the specific header configuration and target screen sizes).


    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: Update Nirvana #121408
    Zed
    Cryout Creations mastermind

    Hi,

    If WordPress’ automatic update functionality is not available on your site, you should be able to use the .zip file update functionality extended in WordPress 5.5 to support themes as well (unless this has also been disabled on your site):
    https://wordpress.org/support/topic/wordpress-5-5-feature-update-by-uploading-zip-files/


    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: Youtube video not fullscreen in header #121403
    Zed
    Cryout Creations mastermind

    Hi,

    The video header is displayed in the theme’s configured header (image) height. If the video size does not match the area it is displayed in, you’ll see empty (black) space around it.
    Since YouTube videos rarely have the same aspect ratio as the theme’s default header configuration, you’ll most likely need to either adjust the header height configuration, or use a video with the necessary aspect ratio (wider than the usual 16:9).


    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: Google Font Issues Bravada theme #121400
    Zed
    Cryout Creations mastermind

    Hi,

    Could you provide a link to your site?


    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: Text alignment in Chrome mobile browser #121399
    Zed
    Cryout Creations mastermind

    Hi,

    Could you include a link to your site (or create a support ticket on this 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: pretitle-meta #121398
    Zed
    Cryout Creations mastermind

    Hi,

    That text is part of the translatable strings and can be edited (or removed) as described in this tutorial:
    https://www.cryoutcreations.eu/wordpress-tutorials/editing-theme-strings-translations


    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 enable back landing page ? #121397
    Zed
    Cryout Creations mastermind

    Hi,

    The landing page has some requirements to be met for it to activate, as described in our dedicated tutorial:
    https://www.cryoutcreations.eu/wordpress-tutorials/how-to-use-landing-page-feature


    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: 3 picture in header bug #121396
    Zed
    Cryout Creations mastermind

    Hi,

    The header images should all have the same size to avoid header appearance variations depending on the image.


    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: Featured icon blocks – disable animation #121395
    Zed
    Cryout Creations mastermind

    Hi,

    Please try the following CSS:

    body .lp-block i,
    body .lp-block .lp-block-title,
    body .lp-block .lp-block-text {
    	opacity: 1;
    	margin-left: 0;
    	-webkit-animation: none;
    	animation: none;
    }

    For speedier support replies, please use the dedicated priority support system.


    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: The theme is not displayed in full screen #121393
    Zed
    Cryout Creations mastermind

    Hi,

    Could you include a link to the site or at least a screenshot?


    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: Problems with the display of the lightbox and captions #121392
    Zed
    Cryout Creations mastermind

    Please apply the following custom CSS on the site:

    .wp-caption > a {
        display: inline-block;
    }

    We’ll also correct this in Tempera’s next 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: Landing page – two languages #121391
    Zed
    Cryout Creations mastermind

    Hi,

    The theme’s configurable text options should be translatable for multilingual sites using WPML’s Strings functionality.


    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 make HP buttons appear ? #121390
    Zed
    Cryout Creations mastermind

    Hi,

    The theme’s two CTA buttons are part of the landing page feature. Check that this is enabled in the theme’s options (and its requirements, as described in the linked tutorial above, are met).


    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: Changed Title Font not working on mobile #121389
    Zed
    Cryout Creations mastermind

    Custom fonts need to be prepared for the web (using FontSquirrel, for example) and loaded on the site, either manually or using a plugin.


    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: Update bug #121168
    Zed
    Cryout Creations mastermind

    Hi Erika,

    Using the theme (at the downloaded version) is not conditioned in any way, but access to new updates and the companion priority support service requires an active Plus theme subscription. Your existing subscription has ended in April 2021.

    I have manually extended your subscription until the 15th to be able to access the 1.2.4 update, as it technically was available during the original term of your subscription.
    You can renew at any later date by following the link in your account if you wish to restore access to future updates and priority support.


    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: Site head images did not shuffle from last BRAVADA update #121154
    Zed
    Cryout Creations mastermind

    Hi,

    What section of the site (homepage/category) does this happen on?
    Is it possible to include a link to the site?


    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: Change Color of mobile menu icon #120742
    Zed
    Cryout Creations mastermind

    Hi,

    For best results you should use color combinations that work together.

    I recommend setting accent colors that are not used anywhere else on the site and not using the accent colors themselves for backgrounds (the accent colors are already used on specific content elements, including backgrounds, to create the visual identity of the design).


    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: add video header to a website #120741
    Zed
    Cryout Creations mastermind

    Hi,

    Verbosa does not include support for WordPress’ video header feature, mostly due to the theme’s less usual layout (with the header being part of the sidebar).


    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 make the landing page the home page #120740
    Zed
    Cryout Creations mastermind

    Hi,

    In our themes the landing page (when used) is always the homepage (it cannot be any other page).
    Without seeing your site I cannot guess how you’ve structured it and why the two would appear to be different.


    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: page embed not requested #120739
    Zed
    Cryout Creations mastermind

    Hi,

    It would be helpful if I could browse the site in question and see the embed myself.


    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 - 331 through 360 (of 6,629 total)