Search Results for 'ie'

  • Author
    Search Results
  • #130810
    Zed
    Cryout Creations mastermind

    Hi,

    There is a compatibility issue in some of our themes, including Anima, that affects the availability of the Customize screen with WordPress 6.0.

    We are working on updating all our themes that are affected by this issue, but some of them will take a bit longer than others because they are more out of sync with the main codebase we work with.

    In the meantime, a workaround to the issue is to check and ensure that your site has no empty categories. If you do not use posts on the site, ensure that at least one (empty) post is assigned to the non-deletable Uncategorised category.


    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.
    #130748

    I tried posting this onthe “How To” forum but never got any help, trying on this forum for an answer.
    hello, I’m sure this is an easy fix but I can’t seem to find the control for it. I am trying to customize the font for my blog entry different than the “general font ” selection that seems to currently control it and the menu titles. When I change Typography, General Font, and use Semiramis font, I get the desired font but it also changes the font of the blog body content. How can I fix it so the titles are in Semiramis font but the blog body is a different font ?

    Website: copperwood-edmonton.xyz

    #130607
    Zed
    Cryout Creations mastermind

    Generally, leaving the background color field empty in the theme options disables that specific background.

    Bravada uses the same background color for the submenus as the side menu, so if you want to customize the submenus independently you’ll need to use CSS:

    body #access ul.sub-menu li a, body #access ul.children li a {
      background-color: transparent;
    }

    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.
    #130582

    In reply to: zips do not upload

    Zed
    Cryout Creations mastermind

    Hi,

    I believe we’re already resolved this through the support system, but for everyone having the same question it is important to note that plugins and themes need to be installed through different management sections in the WordPress dashboard:
    – themes are managed and installed under Appearance > Themes
    – plugins are managed and installed under Plugins

    Mixing the two will throw an error like the one you are seeing because you are trying to upload the wrong extension type to what WordPress is expecting in that uploader.


    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.
    #130581
    Zed
    Cryout Creations mastermind

    Hi @tomi-stark-ch,

    Since we need to manually add the necessary access for everyone who has donated to us before we added the accounts system, please register for an account and order the free Premium Support Migration service. You will not need to make a payment.
    If you’re using a different email address now, please include any helpful information related to the original donation or support ticket (such as name, original email, payment date or a ticket number) in the order’s Additional Information field.
    You’ll receive a confirmation email when access is added.


    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.
    #130580
    Zed
    Cryout Creations mastermind

    Hi,

    Could you include a link to your site?
    You can also create a support request for speedier replies.


    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,

    You should be able to find the theme’s (configurable) input fields in WPML’s Strings Translation 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.
    #130281
    tomi-stark-ch
    Power User
    This reply is private.
    #129930
    Zed
    Cryout Creations mastermind

    Hi,

    Yes, we are working on updating all our themes that are affected by this issue, but some might take a bit longer than others because they are more out of sync with the main codebase we work on.

    In the meantime, one workaround to the issue is to check and ensure that your site has no empty categories.


    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.
    #129892

    Thanks Zed for your quick reaction. Before upgrading I have checked what you said about not having empty post categories, and it has been solved. immediately!

    #129878

    In reply to: site migration

    Zed
    Cryout Creations mastermind

    Hi,

    That is usually an indication that the site believes itself being located at a different URL than the one you’re accessing it through (this can be as simple as the presence or absence of www. or https:// in the URL), making your browser fail the same-origin policy rules.

    You’ll need to identify if you’ve made the URL transfer correctly everywhere where needed, as indicated on: https://wordpress.org/support/article/moving-wordpress/


    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.
    #129877
    Zed
    Cryout Creations mastermind

    Hi,

    Thank you for pointing this issue out. We’ve tracked it down and already published an update to correct it.

    If you’re using any of our other themes, they’re also affected by this and we’ll be releasing updates for them as soon as possible.

    A workaround in the meantime is to ensure that there are no empty post categories on 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.
    #129829

    I tried reinstalling also. Didn’t help here either.

    I tested a few other theme’s they all seem to work with the customizer (but they do have other settings and customization). The ones I tried had updates available right after WordPress updated this morning.

    My lesson learned, WordPress automatic update is not something I really want, I always wait to update anything. I had automatic updates disabled on my plugins and theme, but not WordPress itself, didn’t even thought about that. I’m used getting a notification that an update is available on other software I use, not used to auto update things, especially a server.

    Dumb mistake on my part …

    #129796

    Hi, after the WordPress update 6.6, I have the same problem with Bravada Theme this morning and I don’t know how to solve it. I tried to unistall all plugins but I still can’t access the customize panel.

    #129537
    Zed
    Cryout Creations mastermind

    I linked to the blog section because our Mantra demo setup does not have enough posts to activate the pagination on category sections. However, I tested this on one of our test sites and links there work as expected.

    As I told you before, pagination links are generated using core WordPress functionality and are not controlled by the theme – however, these are generated based on your WordPress permalink settings.

    I notice that your example URL:
    https://yoursite.com/yourcategory/page/2/
    is missing the category base in the permalink – by default category/
    making the correct URL be:
    https://yoursite.com/category/yourcategory/page/2/

    Unless you’ve set up a complex fine-tuned permalinks configuration, the base for categories/tags cannot be empty.


    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.
    #129411
    nicechris
    Power User

    Nevermind. Solved it.

    For anyone trying to achieve the same, i used this code in custom CSS:

    .widget-title, #comments-title, #reply-title, .related-posts .related-main-title, .main .page-title, #nav-below em, .lp-text .lp-text-title, .lp-boxes-animated .lp-box-title {
    	background-image:none;
    }

    Website: www.nicechris.de

    #129017
    Zed
    Cryout Creations mastermind

    Hi,

    The theme is designed with a menu appearance where all menu items fit in the allotted space (on the target screen sizes). If this does not happen, then the menu will overflow on top of the header image / slider image (depending on the site section viewed).
    This can be avoided by ensuring the header content (logo/title, menu, socials) fit in the available width.
    In the Plus edition of the theme it is additionally possible to reconfigure the screen width at which the desktop menu (that could be overflowing) gets replaced by the smaller mobile menu.


    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.
    #129015
    Zed
    Cryout Creations mastermind

    Hi,

    Frontend not updating instantly after making changes in the dashboard is usually an indication that some form of caching is preset. Since you didn’t include an URL, I cannot look for the usual caching plugins signatures to confirm this.

    The menu layout should be displayed exactly as you have configured it in the dashboard (if you use a custom menu). If you rely on the default pages menu, then that should use the pages’ set hierarchy.


    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,

    Using different content for the icon blocks (as well as featured boxes and text areas) is a feature that’s only available in our Plus edition of the theme.
    The free edition, due to WordPress.org guidelines on the numbers of allowed custom fields in the theme options, is limited to only being able to use the same posts and pages that are also the target (linked to) from the blocks and 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.
    Zed
    Cryout Creations mastermind

    Hi,

    The theme uses core WordPress function calls to retrieve the appropriate (page/post/section) title. You can make use of the available the_title filter to hook your own code, check for the section that’s being currently processed and override the text returned accordingly.

    Is there a specific reason you want to use a separate title in the dashboard from what’s displayed publicly on 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.
    #129008

    In reply to: update tempera theme

    Zed
    Cryout Creations mastermind

    Hi,

    That really depends on what specific changes you’ve made (and what version of the theme you’d be updating from).
    As a general rule it’s a bad idea to make changes directly to themes or plugins installed from the repository (or third party sources). For themes you can usually use the Additional CSS field for just CSS tweaks or implement a child theme for more complicated customizations.

    Since updating now would actually require to transfer these changes to the new theme version (the opposite of implementing the theme update changes would most likely require more work), I suggest you take the opportunity to also transfer the tweaks out of the theme’s 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.
    #128977
    Zed
    Cryout Creations mastermind

    Hi,

    The query block uses very different markup for its output from the regular posts list displayed by the theme, so none of the existing posts list appearance styling will apply to it.
    Unfortunately, there’s no easy way (CSS class/identifiers) to change this.


    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.
    #128186

    Hi Steve,

    Thanks for your reply. Maybe I have a problem because I don’t use the customizer, I tried, but unfortunately it didn’t work well with the content. So if you have another tip?

    Thanks in advance!

    Ann

    #128172
    Steven Roberts
    Power User

    Anneke simply open the customizer under appearence and go into site identity i believe its there id double check for you but Im on my phone at the moment. you can easily set this yourself once in the customizer

    good luck
    holler back if you need help

    Cheers
    Steven

    #127718

    In reply to: Sticky Navigation Bar

    I used an unfamous plugin called: Catch Sticky Menu
    And this works in the Theme Nirvana for desktop and mobile view perfectly.

    Desktop menu selector: #access
    I left the Mobile Menu Selector empty because I don’t want a sticky menu on mobile.

    However, when I wanted te mobile menu to get sticky, do not use #access or #nav-toggle
    because this won’t work well with z-index.

    Instead use for Mobile Menu Selector: #header.
    Then the z-index is right. The mobile header and menu is sticky.

    My problems with Sticky menu in the Nirvana theme:
    – The hamburger menu shows, but it won’t stick
    – Clicking on the hamburger menu (despite giving max/min-sizes) will not show the menu while holding the mobile phone vertically.
    – When turning horizontally, the menu shows, depending on min/max size in the width that is given
    – could not deactivate the plugin for mobile view. So: no menu on mobile.

    • This reply was modified 4 years ago by Nervo.
    #127419
    Otti
    Power User

    I think Zed is on vacation.
    Unfortunately there is no update in my account, I am now working without a child theme again, so the graphic errors have now disappeared for me.
    Posting works again since I swapped WordPress’s Classic Editor for a different one.
    _______________________________________________________________
    Ich denke Zed hat Urlaub.
    In meinem Konto ist leider kein Update, ich arbeite nun wieder ohne Child Thema, dadurch sind die Grafikfehler bei mir jetzt verschwunden.
    Das Erstellen von Beiträgen geht wieder, seit ich den Classic Editor von WordPress gegen einen andern getauscht habe.

    #127166
    Otti
    Power User

    I have the same problem here.
    Various graphic errors and I can no longer change the posts or create new ones.
    There is no update available for the child theme, what’s the next step?

    Ich habe das gleiche Problem hier.
    Diverse Grafik Fehler und ich kann die Beiträge nicht mehr ändern oder neue erstellen.
    Für das Child Thema ist kein Update verfügbar, wie geht es weiter?

    #127047

    Hi,

    same issue here. The search bar is not displayes as wanted in safari. There is a white background, so you cannot see the search Icon or text. Transparency is not applied to the background of the search bar. I tried some CSS changes, but this did not help.

    Please have a look.

    Regards

    #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.
    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.
Viewing 30 results - 151 through 180 (of 3,157 total)