Search Results for 'ie'

  • Author
    Search Results
  • #120725
    Zed
    Cryout Creations mastermind

    Nirvana’s next update is undergoing review and waiting approval (has been for a while now) in the .org themes repository: https://themes.trac.wordpress.org/ticket/101303


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

    In reply to: Telegram again

    Otti
    Power User

    Ok I solved it with a trick.
    Replaced the Xing pictogram with one of Telegram and then called up Xing on the social networks and configured for Telegram. That’s working!
    ________________________________________________

    Ok ich habe es mit einem Trick gelöst.
    Das Xing Piktogramm durch eins von von Telegram ersetzt und dann Xing bei den Sozialen Netzwerken aufgerufen und Telegram konfiguriert. Das funktioniert!

    #120381

    another error i found is that the picture on top of the site (the pan with the ingredients and the slogan) is only seen cut in half (top half) with screen-resolutions above 1920×1080. its not squeezed or something like that, it´s literally cut under the first line of the slogan. how can i fix that?

    i think i fixed this already.

    only the problem with the font is still unsolved

    • This reply was modified 3 years ago by Floh.
    • This reply was modified 3 years ago by Floh.
    #120302
    This reply is private.
    #120282

    Bonjour, merci pour votre réponse mais je ne trouve pas ce dont vous parlez.
    J’ai ben sélectionné une page différente mais chaque section affichent la première page…

    Je pense que c’est un bug ?

    #120271

    In reply to: Blog post

    Zed
    Cryout Creations mastermind

    Hi,

    When enabled, the theme’s Fullscreen header image option applies to the entire site.
    If you don’t want the header image to be full screen, turn the option off and use the theme’s landing page banner image option to configure a distinct (larger) image for the homepage only.


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

    Nirvana’s latest update has been in WordPress.org’s review queue for over 5 weeks now:
    https://themes.trac.wordpress.org/ticket/101303

    We’ll submit Tempera’s update once Nirvana gets approved (and depending on the review results and requirements).


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

    In reply to: Reduce banner height

    Zed
    Cryout Creations mastermind

    Hi,

    The theme’s Fullscreen header image option applies to all site sections when enabled.
    To have it make distinction between site sections custom code is required.


    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,

    When you set the landing page option to “Serious Slider” or “Banner”, did you also select a specific slider (you’ll need to create it first) or selected the banner image, respectively?

    To have a header image on the homepage, you’ll need to enable the header image globally on the entire site. If you turn this feature off for the homepage then that applies to the rest of the site as well. You can still set the landing page slider section to display a slider or the (separate) banner image on the homepage, though.

    If you do display a header image, individual pages and posts can use their own featured images in the header instead of the general image (if the corresponding option is enabled). The rest of the site section will use the general header image.

    The individual post/page meta options are only available in the theme’s Plus edition.


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

    Bonjour, sur la page d’arrivée du site, je souhaiterais que chacun des sections reprennent un extrait des pages concernées, or quand je change la première, tout se modifie, elles sont toutes identiques, comment faire ?

    Merci

    #119548

    It works. I disabled lazy loading in Smush. Thank you very much for this quick and efficient response.
    Cordially.

    Website: provence-guideprivat.com

    #119490
    Zed
    Cryout Creations mastermind

    Hi,

    The landing page sections’ backgrounds are configurable through the theme’s color options.

    For the CSS tweaking, try the following CSS (the identifiers are relatively self-explanatory):

    [.lp-blocks#] .lp-block .lp-block-icon { } 
    [.lp-blocks#] .lp-block .lp-block-title { }
    [.lp-blocks#] .lp-block .lp-block-text { }

    and [.lp-boxes-#] .lp-box .lp-box-inside { } for the entire box element (image and text) or [.lp-boxes-#] .lp-box .lp-box-content { } for just the part holding the text.

    Include the identifiers encased in square brackets to target individual block or box section (and replace # with the appropriate number), or remove that part to apply to all similar sections.


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

    Hi,

    That could be happening due to the styling getting applied to the button. Without browsing the page where this button is included (you didn’t include a site URL), I couldn’t tell you more specifics


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

    In reply to: Force mobile menu ios

    Is there any other way to do it?

    On iPad, portrait, the hamburger menu does not appear (it shows the regular menu).

    But since the menu is a bit too large, it goes under the site logo, and over the hero image (so, black on black).

    iPad air 3 is 2,224 x 1,668, so guess the breakpoint should be at 835 for the menu to switch, instead of the usual 768.

    I tried to edit the css with @media screen and (max-width: 850px) but honestly, my css skills are lacking to build myself something like that.

    Cheers

    ps : In the meantime, i tweaked the menu to make it smaller so it’s ok on ipad, but not an ideal solution.

    Website: ctequebec.com

    #119231
    Zed
    Cryout Creations mastermind

    Hi,

    I would need to be able to browse the site so try out custom styling to achieve that.


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

    In reply to: Featured Icon Blocks

    Hi Zed,
    Your reply put me on the right track. My gallery plugin does create shortcode. By enabling manual excerpts on the pages: add_post_type_support( ‘page’, ‘excerpt’ ); and by enabling the use of shortcode in the excerpt: add_filter(‘get_the_excerpt’, ‘do_shortcode’);
    and by inserting the gallery shortcode in the manual excerpt field the gallery is displayed in the featured icon box. I have not extensively tested this yet but on the face of it this seems to work without any problems. Thanks for your thoughts.

    #118716

    In reply to: using in slider text?

    Zed
    Cryout Creations mastermind

    Hi,

    Due to the animation affect (and its required styling) the title field does not readily handle <br> line breaks.
    You should still be able to achieve the desired arrangement by limiting the title’s maximum width with CSS:

    .lp-staticslider .animated-title .staticslider-caption-title {
        max-width: 66%;
        margin-left: auto;
        margin-right: auto;
    }
    @media (max-width: 460px) {
        .lp-staticslider .animated-title .staticslider-caption-title {
            max-width: 80%;
        }
    }

    You’ll need to remove the existing <br> break from the title and note that changing the title content will probably require adjusting the 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.
    #118715
    Zed
    Cryout Creations mastermind

    Hi,

    The theme can use a (static) page’s assigned feature image to replace the header image when viewing that particular page. This functionality is controlled by the Featured Images in Header option, which is enabled by default.


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

    I see only one sub-menu currently pops-up to the right (and partially off-screen). You can customize it to display to the left instead with the following CSS:

    #access .sub-menu li.menu-item-1566 ul.sub-menu {
        left: auto;
        right: calc(100% + 10px);
    }

    You can duplicate this for additional menu (identifiers) that you want it to apply to, or make it more general so that it applies to all sub-sub-menus with:
    #access .sub-menu li ul.sub-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.
    #118685

    Thank you for your response.

    … the slider may be interfered with or malfunction completely if something else on the site use Bootstrap too and applies its styling/code too generally.

    This is very disappointing as I really wanted to make your slider plugin work here. Since BootStrap is such a widely used component, it would have spared me tons of wasted time if you had mentioned this potential conflict someplace on your WordPress repository page.

    FWIW for anyone reading: I switched to Slide Anything which is working flawlessly without Bootstrap conflicts.

    • This reply was modified 4 years ago by sparky672.
    Zed
    Cryout Creations mastermind

    Hi,

    The theme’s overlay colors/opacity options apply to both the (site-wide) header image and the landing page banner image, when used.

    The two images are configured independently (so different images can be set) but the overlay effect is applied the same to both.


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

    In reply to: header image

    Thanks for your reply, but that’s what I tried to do and it didn’t work… It showed the new picture in the sidebar but it just wouldn’t take the old one out.
    I now had to use another theme for the time being, but I might be able to test it on another website.

    #118647
    Zed
    Cryout Creations mastermind

    Hi,

    For efficiency reasons, the theme does not apply any edge detection JavaScript to its menus – this means the menus will overflow outside of the screen if you’re using large (sub-sub-…)sub-menus on the rightmost menu items.

    This can be avoided either by reorganizing the menus or applying custom styling only on the problematic submenus (to reverse their opening direction). This styling needs to be unique to every menu configuration so there’s no catch-all 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.
    #118643

    In reply to: Featured Icon Blocks

    Zed
    Cryout Creations mastermind

    Hi,

    The Featured Icon Blocks are capable of displaying either an excerpt (either automatically generated or entered manually) or the full content. WordPress itself doesn’t provide a third field beside the excerpt/content that the theme could use there.

    For most cases, entering a manual excerpt resolves the situation where the excerpt displayed in the block needs to be different from the page content, however I’m not sure it would be possible to make the excerpt display a gallery – entering the gallery markup manually is overly complicated, and the default WP galleries don’t have shortcodes to include them by.


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

    Hi,

    Our Serious Slider plugin is Bootstrap-based so it includes the needed Bootstrap styling and JavaScript to make it work. We tried to make it self-contained so that it doesn’t expand its styling and code on anything else in the content that may also be using Bootstrap (and its classnames/IDs), however it is not possible to protect for the reverse situation without completely rewriting the Bootstrap identifiers.
    As such, the slider may be interfered with or malfunction completely if something else on the site use Bootstrap too and applies its styling/code too generally.


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

    The site title’s background box position is configurable through the theme’s options since Bravada 1.0.4. This does change the animation effect by adjusting its duration and behaviour, but a completely different effect can only be applied by writing the custom styling (and perhaps JavaScript code) necessary for it.


    @Ness2021
    , despite appearances I do my best to answer every forum topic when possible, regardless of the attainability of the request (the timing is the major variable, though).


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

    In reply to: Distorted pictures

    Zed
    Cryout Creations mastermind

    I don’t see any JS errors on the site so I don’t get why the images would be distorted. Perhaps they’re smaller (narrower) than the boxes they are displayed in?

    Could you re-enable them for me to check out their sizes and the exact styling that applies?
    You can apply the following CSS to hide the boxes section from being visible to visitors:

    .lp-boxes-1 {
        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.
    #118632

    In reply to: tranfer theme

    Zed
    Cryout Creations mastermind

    Hi,

    Our priority support service is a yearly subscription. Access to the link removal child theme is available separate from the support service for as long as we will keep maintaining our (classic) themes.

    Please create a support migration request and we’ll look into this.
    Please include any related information (such as the name, email, payment date or a previous ticket number) that will help us identify past accounts in the order’s Additional Information field.


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

    In reply to: CTA header button

    Zed
    Cryout Creations mastermind

    Dashboard links are only accessible to authenticated users – I cannot access or view the link you provided.
    Also, it appears to indicate a Smart Slider plugin administration section, although your initial question was about the theme’s CTA buttons and subscription forms.


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

    In reply to: CTA header button

Viewing 30 results - 211 through 240 (of 3,144 total)