Forum Replies Created

Viewing 15 posts - 676 through 690 (of 1,124 total)
  • Author
    Posts
  • in reply to: Footer not visible #6364
    Andy
    Keymaster

    Add this to Appearance > Customize > Additional CSS:

    body.admin-bar {
        position: relative !important;
    }

    If that code above gives you any issues, consider using this CSS instead:

    body {
        padding-bottom: 0 !important;
    }
    
    #colophon {
        position: relative;
    }
    in reply to: Footer not visible #6362
    Andy
    Keymaster

    I would need to be able to register on your site to see it as a logged in user, so I tried to register as a customer, but it seems you have registration disabled?

    Would you be able to register a user account for me please? You can use andy at uxlthemes dot com to register me.

    Thanks

    in reply to: Title not showing using custom header #6327
    Andy
    Keymaster

    Thanks for letting us know.

    I’m going to email you with some info as don’t want to post license keys here.

    in reply to: Footer not visible #6291
    Andy
    Keymaster

    Hi, could you please let me know the URL of your site? I can then take a look and see what and why this is happening.

    in reply to: Title not showing using custom header #6263
    Andy
    Keymaster

    I thought that deleting and then re-installing/activating the theme would have fixed the update error.

    Can you please try the following steps;
    Go into ‘Appearance’ > ‘Theme License’
    Click the ‘Deactivate License’ button and then ‘Save Changes’
    Remove your license key and click the ‘Save Changes’ button
    Re-enter your license key and then ‘Activate License’ followed by ‘Save Changes’

    At the next theme update, if you still get an error message when attempting to update the theme, please let us know.

    in reply to: Title not showing using custom header #6254
    Andy
    Keymaster

    Did you get the same error again when you updated to 1.5.2?

    in reply to: Center Site Title #6251
    Andy
    Keymaster

    Yes, to make the tagline text non-italic, add this CSS snippet to ‘Customize’ > ‘Additional CSS’:

    .site-description {
        font-style: normal;
    }
    in reply to: Center Site Title #6249
    Andy
    Keymaster

    Hi, in your site dashboard, go to ‘Appearance’ > ‘Customize’ > ‘Header and Menu Styling’ and select the ‘Centered’ option of the ‘Menu Layout’ setting.

    Please see image below showing the location of this setting.

    in reply to: Title not showing using custom header #6247
    Andy
    Keymaster

    We have just put out an update to fix this issue with the content area of the custom header not being saved.

    Please update to version 1.5.2 and it should all be fixed.

    in reply to: Problem updating #6237
    Andy
    Keymaster

    You could do a manual update to the latest version, just as you would have done when you first installed Trusted Pro

    1. download the latest version of Trusted Pro from within your account here
    2. switch to a different theme, say Twenty Seventeen
    3. delete Trusted Pro – all your theme customizations and settings for Trusted Pro will remain intact in the database
    4. install and activate Trusted Pro from the file you downloaded at step 1.
    in reply to: Problem updating #6235
    Andy
    Keymaster

    This is not an error we have come across before, so thanks for letting us know about this.

    Did you try a second attempt to update the theme? Or do you see this error every time you try to update?

    It may have been a temporary connectivity problem so it could be worth trying again just in case.

    in reply to: Video Instead of Image #6210
    Andy
    Keymaster

    The latest version (1.5) of Trusted Pro now has the option to display a video in the header area.

    Go into the editor for the page, post, product, category or tag that you wish to change the header image for a video, and you will see a new ‘Video’ option in the ‘Header Area’ section. Click on the ‘Add Media’ button to upload a video file or select a video from your previously uploaded media.

    On the live page, the page title and excerpt will be displayed over of the video background in a similar way to how it looks when using a header image. If you would prefer to display the video without this, select the box next to the ‘Do not show Title and Excerpt in header’.

    in reply to: Single Product Page #6194
    Andy
    Keymaster

    If you are limited in the width of your images, there are a couple of settings that will help.

    The first is the page container width which is set to 1920px by default.
    Change this at ‘Customize’ > ‘Layout Options’ > ‘Container Width’.

    The second option is the width of the single product image gallery width. This is set to be 50% of the page container by default. You can try changing this to something like 20% or 30%.
    This can be changed at ‘Customize’ > ‘Shop Options’ > ‘Single Product Pages’ > ‘Gallery Width’. See screenshot below.

    in reply to: Single Product Page #6190
    Andy
    Keymaster

    Hi Wim,

    In our demo site we have set the product image for the single product page to 900px wide, and the original full size images are all at least 900px wide so there will be no blurring. See screenshot below.

    On your sites, what width have you set the ‘Main image width’ to be?

    And are all your uploaded full-size product images at least as wide as this setting?

    in reply to: Remove Header Section #6174
    Andy
    Keymaster

    Yes that is on a per page basis.

    To make the section slimmer, can you try adding the following CSS to ‘Customize’ > ‘Additional CSS’:

    .main-header {
        min-height: auto !important;
        padding-top: 80px !important;
    }

    Change the 80px value if you need to.

Viewing 15 posts - 676 through 690 (of 1,124 total)