Forum Replies Created

Viewing 15 posts - 31 through 45 (of 173 total)
  • Author
    Posts
  • in reply to: How to change sticky header not to stick in Azuma Pro #11630
    Yazmin
    Keymaster

    Please add the following to Additional CSS

    #masthead.scrolled {
        position: relative;
        transition: none !important;
    }

    That will stop the header from being fixed in position when scrolling down the page.

    Yazmin
    Keymaster

    Just a bit more info; I think it probably is Jetpack image lazy loading.

    Instead of deactivating it, you can add the CSS class skip-lazy to the images.

    Screenshots attached, showing how to add a CSS class to the images.

    click Edit image

    add CSS class

    Yazmin
    Keymaster

    Can you please deactivate Jetpack lazy loading for images option, and see if that fixes the issue.

    in reply to: Related Section in Posts Page #11245
    Yazmin
    Keymaster

    Copy this code to ‘Appearance’ > ‘Customize’ > ‘Additional CSS’:

    .related-posts {
        display: none;
    }

    This will prevent the related posts being displayed.

    I’ll see if we can add an option to completely remove this section in the next theme update.

    in reply to: Excerpts #11202
    Yazmin
    Keymaster

    Copy this code to ‘Appearance’ > ‘Customize’ > ‘Additional CSS’:

    .single-excerpt {
        display: none;
    }
    in reply to: Importing demo contect doesnt work #11080
    Yazmin
    Keymaster

    Hello!

    We’re pleased to say that our new plugin is now available from WP Starter Sites.

    Download and install the plugin, and in your site dashboard go to ‘Appearance‘ > ‘Starter Sites‘.

    There you will see the demo for the Retail theme is available to import to your website.

    in reply to: Import Demo Truted #11078
    Yazmin
    Keymaster

    Hello!

    We’re pleased to say that our new plugin is now available from WP Starter Sites.

    Download and install the plugin, and in your site dashboard go to ‘Appearance‘ > ‘Starter Sites‘.

    There you will see the demo for the Trusted theme is available to import to your website.

    in reply to: Top of Page Area #10725
    Yazmin
    Keymaster

    Check out one of the many WooCommerce catalog plugins to give you the option of turning add-to-cart into something like you describe.

    in reply to: Top of Page Area #10705
    Yazmin
    Keymaster

    It is a good thing to have on your e-commerce site.

    If your site is not e-commerce, disabling the WooCommerce plugin will remove the login and the cart.

    If for some reason you are running WooCommerce but want to hide these, add this CSS in ‘Appearance’ >> ‘Customize’ >> ‘Additional CSS’

    .top-login, .top-cart {
        display: none;
    }
    Yazmin
    Keymaster

    This sounds like you have made quite a lot of changes or added your own php coding in your child theme’s php files?

    Sorry, custom coding on this level is outside the scope of support for the theme – minor CSS modifications and help with the theme options/functionality.

    We would effectively be developing a new bespoke child theme for yourself which would would require custom coding and testing, and an option would to maybe find a reputable freelance WordPress developer on Upwork for this kind of custom service.

    Yazmin
    Keymaster

    Hi Neha,

    Is this on pages with only a small amount of content that doesn’t go all the way to the bottom of the browser window?

    This is normal but the theme has a ‘Sticky Footer’ option which will make the footer appear at the bottom of the screen.
    This option can be found at ‘Appearance’ > ‘Customize’ > ‘Layout Options’ > ‘Enable Sticky Footer’

    in reply to: Second row of features #9456
    Yazmin
    Keymaster

    Sorry this is not possible in Azuma as it would require a complete rewrite of the php coding.

    Azmua Pro does have the option to add more rows and change the number of features per row as well as many other extra options.

    in reply to: Changing header image height #8579
    Yazmin
    Keymaster

    The height of the header image can be changed by adding a small snippet of CSS code at ‘Appearance‘ > ‘Customize‘ > ‘Additional CSS‘:

    .entry-header.with-image,
    .archive-header.with-image {
        min-height: 30rem;
    }

    change the 30rem value for something else. As a guide, 30rem is equal to 480px, but you can use a px value instead if you prefer, for example:

    .entry-header.with-image,
    .archive-header.with-image {
        min-height: 300px;
    }
    in reply to: How to remove top slider and featured pages links completely #8568
    Yazmin
    Keymaster

    The primary navigation is the main menu in the header. Is this what you want to remove?

    You mention “top slider” and “featured page links” also, so assuming you mean the large image that contains the page/post title, this can be changed to a more traditional layout without the large image. For this setting go to Appearance > Customize > Layout Options and in the ‘Page Title Layout‘ setting there are two options to choose from. So, you would need to select the 2nd option.

    For the featured page links, this is not enabled by default, so you will already have enabled this. To remove it simply toggle it off in the setting at Appearance > Customize > Homepage Sections and uncheck the ‘Featured Services‘ option.

    in reply to: Image distortion at Zoom #8294
    Yazmin
    Keymaster

    Thank you.

    I cannot see anything wrong.

    The image that you are using is 4096px x 2890px but it is slightly blurry in the original image size.
    Maybe you could resize the original image to something like 2048px x 1445px? and it would still be large enough but it wouldn’t look blurry

Viewing 15 posts - 31 through 45 (of 173 total)