Zed

Forum Replies Created

Viewing 30 posts - 211 through 240 (of 6,634 total)
  • Author
    Posts
  • in reply to: Problem with Classic Editor #128974
    Zed
    Cryout Creations mastermind

    Hi,

    Did you happen to check if the issue is still manifesting if you temporarily switch to one of the default Twenty themes while having the Classic Editor plugin enabled?


    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 Height Reduced? #128973
    Zed
    Cryout Creations mastermind

    Hi @Otti,

    Since you have donated for our premium support service before 2016, we need to manually identify and reassociate past purchases as we didn’t have an account system on our site back then.

    I have now added the necessary access to your account to be able to download the updated NoLink child 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: Transparent block in pages & Primary Accent Color #128967
    Zed
    Cryout Creations mastermind

    Hi,

    The visual details can usually be tweaked with custom styling. If by white area you’re referring to the main content container, the CSS for that should be:

    article.hentry, body:not(.blog):not(.page-template-template-blog):not(.archive):not(.search) #container:not(.bravada-landing-page) .main, body.bravada-boxed-layout:not(.bravada-landing-page) #container {
        background-color: rgba(255,255,255,0.5);
    }

    Adjust the values as necessary.

    The accent color is used in multiple spots and places and in various ways. These uses were not necessarily designed to look identical.


    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: Convert website from Kahuna to Kahuna Plus #128966
    Zed
    Cryout Creations mastermind

    Hi,

    The Plus theme is capable of looking for and importing existing options from its free counterpart for a quick (and painless) theme migration.
    Please see our getting started tutorial: https://www.cryoutcreations.eu/wordpress-tutorials/getting-started-with-our-plus-theme#options-migration


    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 change ‘about this site’ block on each page #128965
    Zed
    Cryout Creations mastermind

    Hi,

    I am not sure which block you are referring to. Could you provide a screenshot?
    Is this happening on the frontend of the site or is this in the editor?


    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 text under text in header #128963
    Zed
    Cryout Creations mastermind

    Hi,

    You can use the theme’s header widget area to include additional content (existing widgets or HTML markup using the text/code widget) over the header 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: Color/Background of Entries in Hambuger Menu #128962
    Zed
    Cryout Creations mastermind

    “Custom styling” is not an option, it’s a method of applying customizations to a site.

    https://wordpress.org/support/article/appearance-customize-screen/#additional-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: Removing Primary Accent Color in One Place #128961
    Zed
    Cryout Creations mastermind

    Hi,

    Are you referring to all locations where the background line is used on the titles, or just some?


    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: Mystic child theme #128960
    Zed
    Cryout Creations mastermind

    Site exploits usually target specific files that are always there (such as a header.php file in each subfolder of the themes/ folder). I suggest investigating how that line of code got there, as it may return as soon as the exploit/vulnerability is targeted again.


    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: CUSTOM CSS is not applied unless doing this #126952
    Zed
    Cryout Creations mastermind

    Hi,

    Custom CSS is included from the options directly inline, after the main styling file. You can check if your changes are present right after being done by viewing the source of the site.
    WordPress’ additional CSS field content is included the same manner, but a bit later in the source.

    A delay in changes taking effect until a bigger change is done to the site is usually a clear indication of caching being present and not clearing properly (in some cases there may even be multiple levels of caching).


    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: 50% transparent and sticky header-menu #126915
    Zed
    Cryout Creations mastermind

    Hi,

    1. Bravada already has sticky menu support.

    2. Use the following CSS (adjust if necessary):

    .header-fixed .site-header-bottom-fixed,
    body.bravada-over-menu .site-header-bottom.header-fixed .site-header-bottom-fixed {
        background: rgba(255,255,255,0.5);
    }

    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: Modify Hamburger Menu #126914
    Zed
    Cryout Creations mastermind

    Hi,

    In Nirvana you can use the following CSS to add ‘menu’ next to the icon:

    #nav-toggle span::after {
        content: "MENU";
        font-size: 1.4em;
        position: relative;
        top: 0.1em;
    }

    or to replace the icon with text:

    body #nav-toggle span::before {
        content: "MENU";
        font-family: inherit;
        font-size: 17px;
    }

    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: Modify Hamburger Menu #126913
    Zed
    Cryout Creations mastermind

    Hi,

    In Anima the following CSS will suffice:

    #nav-toggle .icon-menu::after {
        content: "MENU";
        font-style: normal;
        font-size: 0.9em;
        top: -0.1em;
        position: relative;
    }

    to add “MENU” text next to the icon, or just

    #nav-toggle .icon-menu::before {
        content: "MENU";
        width: auto;
    }

    to replace the icon.


    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: Slider Text vanished – how to get it back #126911
    Zed
    Cryout Creations mastermind

    Did you make any changes to the theme’s files?

    I notice there are some edits in the theme’s style-mobile.css file which include a typo that causes some of the styling to apply for all devices not just specific screen sizes (see near the end of the comparison):

    https://www.diffchecker.com/mVYYmMlU


    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 @MichaelWieden,

    I would need to browse your site to investigate this further. Could you provide a link?


    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: Color/Background of Entries in Hambuger Menu #126909
    Zed
    Cryout Creations mastermind

    Hi,

    Bravada’s menu colors are mostly configurable through the menu color options. Colors that are not directly configurable are inherited from more general options, such as the social icons using the configured accent colors.

    Further tweaks will need the use of custom styling.


    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: different header size #126908
    Zed
    Cryout Creations mastermind

    The static homepage is core WordPress functionality – to activate it you need a (static) page, normally with content since WordPress will use it on the site’s homepage.

    The theme extends this existing functionality through its landing page feature, which allows additional special content on the homepage beside that one static page, and even allows you to disable the static page’s use entirely (in which case a blank homepage can also be used; but note that the page’s properties such as title will still normally be used for meta/SEO 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: Header Image Height Reduced? #126896
    Zed
    Cryout Creations mastermind

    Hi,

    Please update the NoLink child theme with the version available for download in your account to accommodate for changes introduced in Tempera 1.8.


    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: different header size #126695
    Zed
    Cryout Creations mastermind

    Hi,

    In Fluida, the homepage/landing page banner image and the general header are different elements which can be configured separately (with different images and different heights).


    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 edit this section ? #126687
    Zed
    Cryout Creations mastermind

    Hi Alex,

    That is covered in our presentation page columns tutorial, available here:
    https://www.cryoutcreations.eu/wordpress-tutorials/how-to-use-the-new-tempera-presentation-page-columns


    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: Mystic child theme #126685
    Zed
    Cryout Creations mastermind

    Hi @WonFineDay,

    I hope you’ve seen my reply to your comment.

    Also note that your site is trying to load a script from a deceiving URL:

    which my antivirus blocks as adware:

    The legitimate domain is jqueryui.com


    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: Excerpt area not available on pages #126684
    Zed
    Cryout Creations mastermind

    Hi,

    WordPress by default does not provide excerpts functionality for pages, only for posts. You can enable excerpts on pages using this plugin (disregard that it isn’t updated, it only contains one action override).


    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: Slider Caption and the CTA buttons more down #126683
    Zed
    Cryout Creations mastermind

    Hi,

    The position of the banner/slider caption is not configurable through the options, but can be tweaked with CSS if needed:

    body .lp-staticslider .staticslider-caption,
    body .seriousslider.seriousslider-theme .seriousslider-caption {
        top: 70%;
    }

    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: Logo Flattens / Breadcrumb Issue #126681
    Zed
    Cryout Creations mastermind

    Hi @yuravw,

    I am not sure I understand your question. If you’re using the theme’s built-in social menu functionality, the social icons are configurable as described in our dedicated tutorial: https://www.cryoutcreations.eu/wordpress-tutorials/use-new-social-menu

    Otherwise, widgets (and the widgets screen) are not managed by the theme and any errors there need to be tracked down to their source (usually site configuration or additional plugins).


    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 the menu #126680
    Zed
    Cryout Creations mastermind

    Hi,

    Please see my answer on Anima as the same functionality applies.

    Thanks for pointing out the glitch on our Kahuna (Plus) demo, I reconfigured the 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: Change the breakpoint for mobile menu #126678
    Zed
    Cryout Creations mastermind

    Hi,

    The mobile menu’s screen width limit is configurable through the options in Anima Plus.
    In the free edition of the theme you’ll need to apply custom CSS to adjust this limit:

    @media (min-width: 800px) and (max-width: 1040px) {
        .cryout #access { display: none; }
        .cryout #nav-toggle { display: block; position: static; }
    }

    Edit the 1040px value with the screen width when the menu no longer fits in one 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: Slider Text vanished – how to get it back #126677
    Zed
    Cryout Creations mastermind

    Hi,

    That sounds like the slider is somehow failing to work – if you have multiple slides in the slider, do they still cycle?

    Without browsing the site in question I cannot guess what exactly is happening.


    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: Plugin for self hosted custom font #126676
    Zed
    Cryout Creations mastermind

    Hi,

    There are multiple plugins for embedding fonts on the site in the .org repository, however none of them would integrate in any way with Nirvana’s options (to make the embedded fonts selectable in the font lists). There is currently no way to apply custom fonts beyond Google Fonts through Nirvana’s options – this needs to be done manually (with CSS) for the respective content elements.

    We’ll try to add support for custom font identifiers beside the existing Google Fonts support with a 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: Two last items on the footer menu have no spacing #126675
    Zed
    Cryout Creations mastermind

    Hi,

    I’m guessing it’s related to mixing language directions, but I’d need to be able to browse the site to check up on the CSS used on those menu items.


    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,

    I would need to browse the site to check out the reported issues.
    Note that header videos and automatic video playback are limited on mobile browsers and will not work the same as on desktop browsers.


    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 - 211 through 240 (of 6,634 total)