Zed

Forum Replies Created

Viewing 30 posts - 1,621 through 1,650 (of 6,629 total)
  • Author
    Posts
  • in reply to: Footer backgroundcolor gradient #74526
    Zed
    Cryout Creations mastermind

    The footer has two sections:
    body #colophon { /* widgets area */ }
    body #footer2 { /* footer menu, socials, custom text */ }

    Apply a custom CSS gradient background on whichever of those you wish to.


    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: Exclude blog posts from front page #74525
    Zed
    Cryout Creations mastermind

    You can use a plugin like this one (I am not sure if it still works with the latest WordPress releases) or exclude an entire category from the homepage.


    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: Home Menu Item Not Working #73405
    Zed
    Cryout Creations mastermind

    Most likely the menu item titles ‘home’ is not the same as your actual homepage (the / link). Please have a look at our custom menu tutorial.


    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 FEED FONTs #73403
    Zed
    Cryout Creations mastermind

    We cannot reproduce such an issue on our test sites.
    Could you check if there are any errors recorded by the server when publishing fails?


    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 adjust colors #73401
    Zed
    Cryout Creations mastermind

    Try by temporarily disable all active plugins and checking if the color selectors work normally then.


    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: blurred image #73400
    Zed
    Cryout Creations mastermind

    The featured boxes image height option is available in all themes and all editions. The width is not directly configurable since it is dependent on other options (site width / number of boxes per row)


    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: Disable menu underline animations? #73399
    Zed
    Cryout Creations mastermind

    That is part of the theme’s design. You can turn it off with CSS:

    #access > div > ul > li > a:hover > span::before {
        display: none;
    }

    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 Plus Main menu not working properly. #73398
    Zed
    Cryout Creations mastermind

    I believe we’ve tracked this down to being caused by CSS/JS minifying.


    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: Align Septera Menu? #73395
    Zed
    Cryout Creations mastermind

    The menu can be aligned through the theme’s option.


    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: Mobile device preview #73394
    Zed
    Cryout Creations mastermind

    You can place styling customizations in WordPress’ Additional CSS field (in the Customize section).


    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: header image and space #73393
    Zed
    Cryout Creations mastermind

    I am not sure I understand your question, and the second URL is no longer available.

    When a header image is not used (present), then there is no reserved empty space between the header and content (where the header image would go).


    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: Sub-menu (drop-down menu) colors (hover and non hover) #73389
    Zed
    Cryout Creations mastermind

    The menu and submenu colors are controlled by the theme’s color options.


    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 boxes disappeared #73388
    Zed
    Cryout Creations mastermind

    Which plugin are you using for multilanguage?


    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: Space between menu and Serious Slider on Landing Page #73387
    Zed
    Cryout Creations mastermind

    Try

    body .lp-text, body .lp-section-header, body .lp-blocks-inside {
        padding-top: 0;
        padding-bottom: 0;
    }

    The values requires a measurement unit (px, em) when not zero.


    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: Very slow typing in a table #73385
    Zed
    Cryout Creations mastermind

    Does the issue go away if you temporarily switch to one of the default Twenty themes?


    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: Burger Menu Colours #73384
    Zed
    Cryout Creations mastermind

    I would need to see the site.

    How did you customize the colors? Using the theme’s options or with CSS?


    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 Titles not centred #73382
    Zed
    Cryout Creations mastermind

    That site uses Septera, in which featured icon blocks titles are not centered.


    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: Random Header Images #73365
    Zed
    Cryout Creations mastermind

    You should only delete media files uploaded to WordPress from its Library section. Only manually delete files which are not handled or displayed by the library.


    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

    Please have a look at our custom menu tutorial.


    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: Integrating Custom Smileys #73362
    Zed
    Cryout Creations mastermind

    If the location of the new files coincides with that described in the code, the new smilies should work. 10 & 3 are add_filter() parameters.

    Make sure you also clear the cache (both on the site and in your browser).


    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: Missing Tag on Front Page #73361
    Zed
    Cryout Creations mastermind

    On the homepage it’s the site title that’s designed to use the H1 tag, not the page/section title.


    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: Overriding Theme Files with a Child Theme #73360
    Zed
    Cryout Creations mastermind

    Some files (which are recognized by WordPress, like functions.php, templates, content templates: page.php, index.php, post.php, archive.php, so on) are automatically detected when present in the child theme folder.

    Other files (everything that’s not a core file and we’ve added to the theme ourselves) is not automatically picked up. These files can sometimes be included using additional inclusion calls, or their individual functions can be overridden by simply being present in the child theme files.

    As a general rule, the child theme should contain as little content as possible (code, style) to maintain best compatibility with future theme updates. Try to avoid copying whole files (especially the style or functions file) directly from the parent theme.


    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 Nirvana list Child pages within Parent pages? #73359
    Zed
    Cryout Creations mastermind

    I think WordPress.org repository themes wouldn’t be allowed to include such functionality since it would most likely be considered plugin territory.


    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: Chrome issues: Single slide flickering #73358
    Zed
    Cryout Creations mastermind

    Setting the slider delay time to 0 doesn’t stop the transition (and most likely Chrome tries to perform it every 0 seconds).

    To disable the slider transition I suggest using a very large value instead (keep in mind this is in seconds, so a value of several hours should suffice).


    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: New Google Captcha (Back Up Button & Search Bar) #73357
    Zed
    Cryout Creations mastermind

    I believe the team that decided to add the badge at the exact location where most sites already had some kind of functionality (back to top button, cookies notification, so on and so forth) should have taken this under consideration.


    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: Search result page title at top of the browser #73355
    Zed
    Cryout Creations mastermind

    Page (and section titles in general) are handled by WordPress. If you’re looking to customize theme, you should try a SEO plugin (Yoast has such a 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: Presentation Page on Page other than Home #73354
    Zed
    Cryout Creations mastermind

    The presentation page feature can only be used as a homepage extension.


    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 reduce space between columns (column block)? #73353
    Zed
    Cryout Creations mastermind

    The blocks columns margins are set by the styling included in WordPress. Try:

    body .wp-block-columns .wp-block-column {
        margin-right: 1px;
        margin-left: 0;
    }

    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: Problem with blog featured image #73346
    Zed
    Cryout Creations mastermind

    The images size is configurable in the theme’s options (either directly or dependent on other theme options). You should ensure that the images you use are of that size.

    If you use columns from posts, the theme will auto-generate crops from the posts’ featured images, so make sure the featured images are larger than the column images.

    If you’ve uploaded files to the library before changing image size values, you’ll need to regenerate already created crops to ensure the theme has images of the correct (new) 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: Mantra Help #73345
    Zed
    Cryout Creations mastermind

    1. Rounded corners are part of the theme’s design. To remove them on widget titles you’ll need a bit of CSS:

    body #primary .widget-title, body #secondary .widget-title {
       border-radius: 0;
    }

    2. A bit more CSS handles the second question as well:

    body #primary .widget-title {
       text-align: left;
    }
    body #secondary .widget-title {
       text-align: right;
    }

    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 - 1,621 through 1,650 (of 6,629 total)