Forum Replies Created

Viewing 15 posts - 976 through 990 (of 1,124 total)
  • Author
    Posts
  • Andy
    Keymaster

    There is an error in the html markup you have entered into the Sub Title area of the slide.

    your text starts with: <p align="left"><FONT SIZE="3"> but there is no closing </p> or </FONT> at the end of the text.

    Remove <p align="left"><FONT SIZE="3"> or close it off correctly and the slide will display correctly.

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

    Good news! We will add this option to the next update which is due to be released by the end of this week as we are just testing some more upgraded functions as well. It makes sense to test and release them all together.

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

    The theme has a language translation template /languages/trusted.pot which contains all the translatable strings – ‘Recent’ is one of these strings so it can be translated into any language.

    But if you change the default ‘Recent’ to ‘Our latest additions’ then the translation plugin won’t automatically translate ‘Our latest additions’ to ‘Laatst toegevoegd’ because it cannot find ‘Our latest additions’.
    It can only know to translate ‘Recent’ so the new string ‘Our latest additions’ needs to be added as a translatable string.

    This can be done either by creating your own language template containing the string ‘Our latest additions’ or by adding the key value tab_label_recent as that is the key of the new value in the database, so WPML will know to translate whatever the value of tab_label_recent is into a different language.

    Go to ‘WPML’ > ‘String Translation’

    click ‘Translate texts in admin screens’

    look down the list for ‘+ theme_mods_trusted-pro’ click it to open

    look for key name ‘tab_label_recent’ and check the box next to it
    (plus any others you may want to translate)

    click ‘Apply’

    you should see message “The selected strings can now be translated using the string translation screen”

    go back to the String translation screen and you should see the newly added string ready to be translated

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

    Hi Adri

    I’ll look into adding it as an option for the shop archives also.

    Will let you know ASAP if we can do this.

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

    Hi Adri

    In WPML String Translation you can add it manually with the key name tab_label_recent

    Example
    Domain: admin_texts_theme_mods_trusted-pro
    Key name: [theme_mods_trusted-pro]tab_label_recent

    In case you need to translate the other tabs, the full list is:

    • tab_label_recent
    • tab_label_featured
    • tab_label_sale
    • tab_label_best
    • tab_label_rated

    Hope this helps.

    Andy
    Keymaster

    Can I see the site you are working on please? it will give me an idea of what is happening if I can see it.

    Andy
    Keymaster

    Hi Thomas

    When there is only one slide defined it should not switch to an empty slide, and the back/forward controls will not be displayed similar to our style 3 demo.
    Make sure not to add anything to any slider other than the first one.

    To hide the down arrow button, add this in Additional CSS in the customizer:

    .after-slide a{
    display: none;
    }

    If I use a slider less version, the bottom section is shown in the middle of the screen. Is it possible to fixate that section at bottom of the page like it’s done using the fullpage slider?
    Sorry I don’t quite understand what this means. To which bottom section are you referring? The site footer?

    in reply to: Hero unit not showing up on homepage #2641
    Andy
    Keymaster

    For the hero unit to display on the homepage you need to set the front page to display a static page, and not the latest posts (blogroll).

    Navigate to ‘Settings’ > ‘Reading’ (or ‘Appearance’ > ‘Customize’ > ‘Static Front Page’) and select a static page for the Front page displays option.

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

    What adjustments did you make?

    It works in the same way as the Exoplanet theme – see documentation here – so if the link contains a URL such as twitter.com or facebook.com it is automatically displayed as the appropriate icon.

    See the image below showing how to add your social media links

    in reply to: Linebreak in Capition in Home Page Slider #2634
    Andy
    Keymaster

    It won’t work with the page excerpt, but you can write text directly into the slider in Exoplanet Pro.

    To enable this in the customizer, go to ‘Home Page Settings’ > ‘Slider Settings’ and in the Choose how to build your slider content setting select Text Inputs.

    Now in ‘Full Screen Slider/Hero Section’ you can write the Caption Sub Title text directly into the slider.

    It will also work in the page editor slider settings in the Sub Title text area.

    in reply to: Linebreak in Capition in Home Page Slider #2630
    Andy
    Keymaster

    Hello Thomas

    The updated version 1.4.4 now allows you to use html markup in the slider subtitle area.

    So to add a linebreak, you can use <br> e.g.

    this is line one<br>
    and this is line two<br>
    and this is the third line
    in reply to: How to make a sidebar? #2626
    Andy
    Keymaster

    If you go to ‘Appearance’ > ‘Widgets’ you will see the sidebars

    • Blog Sidebar
    • Home Page Sidebar – for the static front page only
    • Page Sidedar
    • Shop Sidebar – for WooCommerce pages and categories

    Simply drag-and-drop any of your ‘Available Widgets’ into the relevant  sidebar.

    The ‘Blank Canvas’ page template does not display a sidebar even if you have added content to the Page Sidebar

    in reply to: How to Turn off Text Animations #2578
    Andy
    Keymaster

    Hi Ryan

    For the first part of your question, add this in Additional CSS in the customizer:

    .entry-header {
    margin-bottom: 0;
    }
    
    .entry-header .entry-title,
    .entry-header .entry-title,
    #secondary .widget .widget-title {
    margin-bottom: 0;
    padding-bottom: 0;
    }
    
    .entry-header .entry-title:before,
    .entry-header .entry-title:after,
    #secondary .widget .widget-title:before {
    display: none;
    }

    To change the header image per page, go into the page editor for the page you want to edit. In the panel to the right you can upload/select an image for the header area of that page.

    Trusted Pro page header image

    in reply to: Sidebar in Woocommerce shop not keeping its settings. #2573
    Andy
    Keymaster

    The problem was that sometimes depending on a combination of settings, the blog sidebar layout was taking precedence over the shop sidebar layout.
    I am pleased to say that an update is now available with a fix for this issue.

    In your WP site dashboard go to ‘Appearance’ > ‘Themes’ and update Exoplanet Pro to version 1.4.3

    in reply to: Sidebar in Woocommerce shop not keeping its settings. #2549
    Andy
    Keymaster

    Hi Jay

    Think I have identified the problem and will be issuing an update to fix this ASAP.

    As a temporary measure, can you go into the customizer and under ‘Blog Settings’ set the ‘Blog Sidebar Position’ to ‘Left Sidebar’. This should fix your issue until the update is available.

Viewing 15 posts - 976 through 990 (of 1,124 total)