Search Results for 'ie'

  • Author
    Search Results
  • #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

    Hello,
    The CSS code worked great for the Shop page. 🙂
    Would you by any chance know which CSS code to use to make the same change to the Category pages?
    This is one of my category pages:

    https://www.juliesamericancookies.com/product-category/cookies/

    Thank you

    Zed
    Cryout Creations mastermind

    Hi,

    That effect is applied by WooCommerce’s own styling. You can try to following CSS to remove it:

    .post-type-archive-product .woocommerce ul.products li.product .woocommerce-thumbnail-container:hover a img {
        transform: none;
    }
    .post-type-archive-product .woocommerce-thumbnail-container:hover .woocommerce-buttons-container {
        transform: translateY(100%);
    }

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

    Hi,

    The buttons have link fields in which you can insert the necessary URLs to either navigate to a different site section or jump in-page to a specific location.

    The latter are what’s called anchor links and have a specific procedure of setting up:
    https://www.w3docs.com/snippets/html/how-to-create-an-anchor-link-to-jump-to-a-specific-part-of-a-page.html
    To use anchor links on the landing page you’ll need to know the theme’s existing section IDs:

        #lp-blocks1
        #lp-blocks2
        #lp-boxes-1
        #lp-boxes-2
        #lp-boxes-3
        #lp-text-zero
        #lp-text-one
        #lp-text-two
        #lp-text-three
        #lp-text-four
        #lp-text-five
        #lp-text-six
        #lp-portfolio
        #lp-testimonials
        #lp-page or #lp-posts

    or add your own IDs in the desired content locations.


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

    Hi,

    Septera’s default design is to have the logo/site title and menu on the same line.

    I’d need to browser your site to observe the exact changes you’ve already applied before trying out further tweaks.


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

    In reply to: Overlay does not work

    Zed
    Cryout Creations mastermind

    Hi,

    I believe you are encountering the same issue previously reported here:
    https://www.cryoutcreations.eu/forums/t/cant-see-hero-image
    and here:
    https://www.cryoutcreations.eu/forums/t/no-header-transparency

    This is caused by PHP using a localization configuration that renders floating point numbers using comma as delimiter instead of dot (which are used directly in the CSS and not supported by browsers – the all expect decimal points). My suggestion is to change PHP regional settings to use the decimal point for floating point numbers.


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

    The theme’s styling has been manually edited, leaving what I believe is an error which forces the menu container to a large, fixed, height:

    The left side is the theme’s original styling.

    It is generally bad practice to edit theme (or plugin) files directly. Most changes, especially CSS tweaks, can be achieved using the existing Additional CSS settings field or perhaps a child theme.

    You can see the full differences list here:
    https://www.diffchecker.com/VLIAWUY6


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

    In reply to: Scroll down arrow

    OK, I found. Simply in additional CSS.

    Thank you.

    Regards,

    Etienne

    #117652

    In reply to: Scroll down arrow

    Hi Zed,
    Hi Mervyn,

    I’m very interested by the above suggestions. Like Mervyn, I would like indicate to visitors that page is scrollable.

    Could you please indicate to me where/HowTo implement these changes ?

    Kind regards,

    Etienne

    Website: www.lesindecis.be

    • This reply was modified 3 years ago by GoodThing.
    Rocky Trifari
    Power User
    This reply is private.
    #117613
    Zed
    Cryout Creations mastermind

    I believe we may be discussing about different configuration modes.

    The configurable caption title/text is applicable to the theme’s landing page feature as the homepage:

    While the landing page is not activated, the theme will use the site title and tagline as the header title area for the homepage, for example with a (static) page:

    or the default posts list:


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

    Some of your replies were held for moderation due to the external content/links.

    Those screenshots don’t look like any of the default WordPress display modes. Are the 3 individual elements visible in the images separate post or is that just content part of a single post?
    Are you using a plugin to build that layout and display that particular look?


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

    Replies to this seems broken?

    #117542

    (second try to reply)
    I believe this is a feature of wordpress, the view of all posts when they appear on the front-page and the view of each individual post is different. So, this is what a post look like when I have all posts viewed on the front-page:
    Broken layout
    This is how it looks like when I view the actual post on it’s own:
    Wanted layout

    #117537

    Hello,
    I am not sure this is due to your theme. Seems more to be a feature of wordpress. But here it is. If I view the post as it’s displayed on the main page with “latest posts” it looks like this:
    Broken view
    and if I view the post/page directly and not when it’s view from the frontpage:
    proper view
    I have looked around in all places I can seem to think of, but can’t seem to find any setting that controls the view of the posts. Is there a way of controlling this?
    Thank you for taking the time to answer!

    #117512
    Zed
    Cryout Creations mastermind

    Are you sure you applied the CSS correctly?
    It should at least remove the 3 horizontal lines from the toggler if not also display “A to Z” in some mangled way.


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

    Hi,

    The background and/or text colors of the menu and menu items can be easily tweaked beyond the available configuration capabilities by applying some custom CSS.
    However, the necessary CSS is case dependent and I’d need to browse your site to see what’s less than optimum and needs tweaking.


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

    Hi Zed, this has had no affect whatsoever on the hamburger menu. I’m not sure how this will look either but the client wants me to try it. Is there another option to try?
    Regards
    Chris

    #117426

    In reply to: Woocommerce bug

    Zed
    Cryout Creations mastermind

    Hi,

    Please change the theme’s comments label option to Labels to improve support for plugins that customize the comment form.


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

    In reply to: Read More Button Bug

    Zed
    Cryout Creations mastermind

    Hi,

    The load more posts functionality works fine for me at this time, at least with my browser.

    Are you still experiencing this issue? What browser/device do you use?


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

    In reply to: Remove shadow

    Zed
    Cryout Creations mastermind

    @sneakerbot: you can apply custom CSS using WordPress’ Additional CSS field.


    @ireneausin
    , if you’re referring to the coloured rectangles visible behind widget titles, those can be removed with the following CSS:

    body .widget-title {
        background-image: 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.
    #117413

    In reply to: Scroll down arrow

    Zed
    Cryout Creations mastermind

    Sorry about the odd replies, spam still manages to creep through.

    Try adjusting the scroll indicator arrow to white:

    #header-image-main .meta-arrow i {
        color: white;
    }

    If that is insufficient, perhaps speeding up the animation would help:

    body .meta-arrow > i::before {
        -webkit-animation: meta-arrow 1.2s ease-out infinite;
        animation: meta-arrow 1.2s ease-out infinite;
    }

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

    For that change the CSS identifier to:
    body:not(.home) #content { ...

    There will still be some space left under the banner/slider for which you’ll need to add an additional bit of styling:

    .lp-slider {
        line-height: 0;
    }

    We’ll sort this part out in the next 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.
    #117363
    Rocky Trifari
    Power User

    Sometimes what happens is that the captions in Block Editor images show up as plain text. Instead of the classic editor caption styling being applied, no styling is applied to the caption at all.

    #117351
    Zed
    Cryout Creations mastermind

    Hi,

    Regular captioned images and block images with captions use different markup and as a result they don’t have the same styling applied. This will make them appear differently.

    In the topic’s title you mention captions not displaying at all – can you provide a link for where this happens?


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

    In reply to: Woocommerce bug

    website: https://www.bjqjd.com/product/logo-collection/
    No stars in the Reviews section

    • This reply was modified 4 years ago by kaka.
    #117286

    In reply to: Woocommerce bug

    I am an entrepreneur. During the process of using the Kahuna theme, I found that the reviews in the woocmommerce product have no star rating. This is an error. Please correct it.

Viewing 30 results - 301 through 330 (of 3,208 total)