Forum Replies Created

Viewing 15 posts - 961 through 975 (of 1,124 total)
  • Author
    Posts
  • in reply to: Masonry at shop page. #2719
    Andy
    Keymaster

    Is it possible that you may have previously added some custom css which is overriding the theme stylesheet?

    It looks like you have license activated on a local dev so cannot check the live site from my end.

    in reply to: Masonry at shop page. #2717
    Andy
    Keymaster

    Version 1.1 now has masonry layout option for WooCommerce product archives.

    The setting can be turned on or off in the ‘Shop Settings’ section of the customizer.

    in reply to: Header Image – Sitewide and per page #2706
    Andy
    Keymaster

    I have sent you an email about this issue.

    in reply to: Header Image – Sitewide and per page #2704
    Andy
    Keymaster

    You really need to deactivate all the plugins otherwise we’re still guessing at what is causing the issue.

    There is no need to worry about losing any of the work you have already done. Deactivating a plugin does not delete anything, all the data will still be there when you re-activate the plugin later.

    in reply to: Can't get to my Customize screen #2699
    Andy
    Keymaster

    Which plugin was causing the issue?

    I ask as it may help others with the same issue or we may be able to make the theme more compatible with the plugin.

    in reply to: Logo in Header #2698
    Andy
    Keymaster

    The new update is due to be released tomorrow which has the option of a custom header area.

    The optional custom header area will have a WYSIWYG editor similar to the main content area in the page/post editor, so you will be able to add any content including logo or image.

    in reply to: Can't get to my Customize screen #2695
    Andy
    Keymaster

    First thing is to rule out whether it is a plugin that is causing the issue.

    1. Deactivate all your active plugins.
    2. See if you can access the customizer.
    3. If you can access the customizer, reactivate plugins one at a time until the problem reappears.

    This will tell us which plugin (if any) is causing the issue.

    in reply to: Home Page Slider #2694
    Andy
    Keymaster

    The new update is due to be released tomorrow which has the option of a custom header area.

    It will accept plugin shortcodes, so in the page/post editor you will be able to add the Smart Slider shortcode into the header.

    in reply to: Header Image – Sitewide and per page #2693
    Andy
    Keymaster

    First thing is to rule out whether it is a plugin that is causing the issue.

    1. Deactivate all your active plugins.
    2. See if the Add Media button is now there.
    3. If it is, reactivate plugins one at a time until the problem reappears.

    This will tell us which plugin (if any) is causing the issue.

    in reply to: Translating "Recent" label #2686
    Andy
    Keymaster

    OK, sent you the config file. Please put in the theme folder and that should let the WPML plugin know which customizable text strings are available for translation.

    in reply to: Social link icons in menus #2685
    Andy
    Keymaster

    Just some extra information if you want to use an icon anywhere including the header, enter the text like this <i class="fa fa-facebook"></i>

    fa-facebook will display the Facebook icon, and a full list of all the available icons can be found at the FontAwesome website.

    in reply to: Translating "Recent" label #2683
    Andy
    Keymaster

    As I understand it, the domain admin_texts_theme_mods_trusted-pro-child should have been added but I am not an expert with WPML. I hope that you will be able to post a support ticket over at WPML as they are sure to have much more knowledge of their plugin than I do.

    If I email you a WPML configuration file, do you have the ability to upload it to your site in this location: .../wp-content/themes/trusted-pro-child/ ?

    in reply to: Header Image – Sitewide and per page #2682
    Andy
    Keymaster

    Hi, did you resolve this?

    there should be a button to add/upload an image

    Andy
    Keymaster

    To put the footer area at the bottom of page even when there little content above, add this to ‘Additional CSS’

    html,
    body{
    height: 100%;
    }
    
    #page{
    position: relative;
    height: auto !important;
    min-height: 100%;
    padding-bottom: 5em;
    }
    
    #colophon{
    position: absolute;
    width: 100%;
    bottom: 0;
    }

    Please note that if in future you add a lot of vertical content in the footer area, this won’t be needed and will make the footer area overlap the page content.

    in reply to: Translating "Recent" label #2673
    Andy
    Keymaster

    I tested the steps exactly the same as you did and the string is there right at the top (I think because it is the newest added) ready to be translated. See screenshot.

    The only thing I can think of is the ‘select which strings to display’ filter, if you have ‘translation complete’ selected it won’t show in the list. I don’t know if this is applicable as I’m sure you would have thought of that.

Viewing 15 posts - 961 through 975 (of 1,124 total)