Zed

Forum Replies Created

Viewing 30 posts - 451 through 480 (of 6,629 total)
  • Author
    Posts
  • in reply to: Conflicts with jQuery Bootstrap #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.
    in reply to: How to add video in header #118638
    Zed
    Cryout Creations mastermind

    Hi,

    The theme supports WordPress’ built-in video header functionality for the homepage of the site.
    To use this you’ll need to switch the theme’s landing page slider section (if you use the landing page) to display the header image (and video) instead of the default banner image.

    Beside WordPress’ homepage header video feature, neither Bravada nor our companion Serious Slider plugin support videos slides. To add video sliders to your site you’ll need to look for and use a separate plugin that provides video slide(r)s functionality.


    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 Change the Animation of the Website-Title #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.
    in reply to: Distorted pictures #118635
    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.
    in reply to: Change content padding homepage #118634
    Zed
    Cryout Creations mastermind

    Hi,

    The theme’s presentation page (homepage) is made up of several individual sections each displaying different content and with different styling (and spacing) rules.

    I’ll need to know/see the exact things you want to customize.


    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: Responsive Head Image issue #118633
    Zed
    Cryout Creations mastermind

    Try applying the following custom CSS:

    body #branding {
        padding: 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: tranfer theme #118632
    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.
    in reply to: How to remove a color cast from images? #118630
    Zed
    Cryout Creations mastermind

    In Bravada, the header/featured images overlay can be disabled by setting its opacity to 0 in the 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: Submenus don’t work #118629
    Zed
    Cryout Creations mastermind

    Hi,

    Without visiting your site I cannot tell you the exact reason why the submenus are not working, but that behaviour is generally an indication of JavaScript errors on the site. You can check for this using the browsers’ developer console tool.


    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: CTA header button #118628
    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.
    in reply to: Upgrade Anima 1.4.1 with CHILD #118627
    Zed
    Cryout Creations mastermind

    Hi,

    That particular function is not pluggable so it cannot be customized by simply re-declaring it in the child theme. This also means it isn’t possible for such a customization to have worked before (regardless of any theme updates) unless changes were also done to Anima itself.

    You will need to track down or recover all the customizations and transfer them in their entirety to the 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.
    Zed
    Cryout Creations mastermind

    Try adjusting the CSS to:

    .post-type-archive-product ul.products li.product .woocommerce-thumbnail-container:hover a img,
    .tax-product_cat ul.products li.product .woocommerce-thumbnail-container:hover a img {
        transform: none;
    }
    .post-type-archive-product .woocommerce-thumbnail-container:hover .woocommerce-buttons-container,
    .tax-product_cat .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.
    in reply to: Description section of Featured Icon Blocks #118279
    Zed
    Cryout Creations mastermind

    Hi,

    The icon blocks follow the theme’s general typography options.

    To customize them separately from this you would need to use and apply custom CSS:

    .lp-blocks .lp-block-text {
        font-family: ...;
        /* other formatting rules */
    }

    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: Make #Prime_Nav menu full width #118278
    Zed
    Cryout Creations mastermind

    Both themes share the same header layout.
    You’re using the theme’s menu in a way it was not intended to be used (overflowing its area/container and overlapping the content below), which might have unexpected visual effects in some specific screen size or content cases.


    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: Letters in title / subtitle unexpected behaviour #118277
    Zed
    Cryout Creations mastermind

    Perhaps it was a glitch on Apple’s part in that browser release only.
    We’ll include the CSS fix anyway in the next theme update since it doesn’t affect anything adversely.


    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: Disappearing page content (not posts). #118276
    Zed
    Cryout Creations mastermind

    I was referring to the page template option:

    The top one is the old method of setting the layout in Verbosa, which is still supported for compatibility with sites that haven’t been updated to use the new meta layout option.
    However using both methods to set different layouts can end up malfunctioning.


    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,

    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.
    in reply to: How to set up the CTA buttons on the landing page #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.
    in reply to: Site is not responsive on a mobile #118238
    Zed
    Cryout Creations mastermind

    Hi,

    Could you include a link to your site or at least a screenshot with the issue?


    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 a redirect button in theme header #118237
    Zed
    Cryout Creations mastermind

    Hi,

    Fluida’s design include a menu bar which holds the site title/logo, main navigation and header socials, followed below it by the header image area, which also includes a widget area.

    You could use this widget area to add custom content to the header.


    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 Length in Icon Blocks #118236
    Zed
    Cryout Creations mastermind

    Hi,

    The icon blocks use a custom theme function to generate the excerpts which defaults to a length of 35 words. This value is not directly configurable, but can be overridden using the theme’s bravada_custom_excerpt_length filter.


    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: Responsive Head Image issue #118235
    Zed
    Cryout Creations mastermind

    Hi,

    Could you include a link to your site or at least a screenshot with the appearance on mobile?


    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 change loading screen animation #118234
    Zed
    Cryout Creations mastermind

    Hi,

    The loading animation is not configurable. If you want to change it, you’ll have to customize the CSS it is controlled by. You can find the existing CSS under the ‘Preloader’ section in the theme’s style.css file.


    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: Make #Prime_Nav menu full width #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.
    in reply to: Letters in title / subtitle unexpected behaviour #118232
    Zed
    Cryout Creations mastermind

    Please try applying this custom CSS on the site:

    .animated-title .caption-title-word span.cry-double {
        top: 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: Distorted pictures #118231
    Zed
    Cryout Creations mastermind

    Hi,

    The featured box images are resized using JavaScript to ensure the aspect ratio is correct (since their width is relative to the browser window / screen size).
    You did not include a site link so I cannot check for this, but if you have a JS error on the site that’s breaking this functionality, you can end up with distorted images.


    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 colour of page location bar #118230
    Zed
    Cryout Creations mastermind

    Hi,

    The breadcrumbs (the indicator of the section you’re currently on) is designed to be displayed on top of the header image and uses the color configured as the menu background color (together with several other elements).

    If you want to customize this element separately from the options, you can do so with CSS:

    #breadcrumbs-container span,
    #breadcrumbs-container a,
    #breadcrumbs-container i {
        color: ...;
    }

    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 remove a color cast from images? #118229
    Zed
    Cryout Creations mastermind

    Hi,

    The appearance of the featured (and header image) overlay effect is configurable configurable through 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: White space between content and menu bar/header #117911
    Zed
    Cryout Creations mastermind

    Reinstalling the theme would revert any changes done to its files, but you should be absolutely certain you want to do 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.
    in reply to: How to change the waiting sign? #117886
    Zed
    Cryout Creations mastermind

    You can upload a screenshot to any image upload site and then include a link to it here.


    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 - 451 through 480 (of 6,629 total)