Forum Replies Created

Viewing 15 posts - 826 through 840 (of 1,124 total)
  • Author
    Posts
  • in reply to: Bigger Icon Home Page #4232
    Andy
    Keymaster

    Can you please let me know the URL of your site so I can see why it is not working on your site?

    Edit: would you be able to temporarily deactivate the coming soon plugin?

    in reply to: Remove Titles from Featured #4231
    Andy
    Keymaster

    To remove the titles, add this to Customize > Additional CSS:

    #featured-post-section .featured-post h4 {
         display: none;
    }

    If you want to hide the titles, but still keep the white space where the titles would have been, use this instead:

    #featured-post-section .featured-post h4 {
         visibility: hidden;
    }
    in reply to: Bigger Icon Home Page #4229
    Andy
    Keymaster

    To remove the title, add the following to Customize > Additional CSS

    .home .main-title {
        visibility: hidden;
    }

    Then to keep the icon visible while the title is hidden, add this css:

    .home .header-title .fa,
    .home .header-title .main-title-img{
        font-size: 24px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        visibility: visible;
    }

    change the font-size, width, height and line-height to suit e.g. width: 80px; will be twice the standard width.

    If you are using your own uploaded image in place of one of the theme’s icons, you will also need to add this css:

    .home .main-title .main-title-img img{
        width: 40px;
        max-width: 40px;
        height: 40px;
        max-height: 40px;
    }

    again change the ’40px’ to whatever you need.

    in reply to: Remove query strings from static resources #4228
    Andy
    Keymaster

    If you keep Remove Query Strings active and disable Cloudafare and WProcket, are the items still not appearing?

    in reply to: Blog Options "Read More" #4222
    Andy
    Keymaster

    CSS is for styling or positioning content. It is not used to create or edit translations or any other content.

    Here are the steps to translate “Read More” into your language.

    In your dashboard go to ‘Loco Translate’ > ‘Themes’

    Click on ‘Trusted Pro’

    Click on ‘New Language’

    Choose your language in ‘WordPress language’

    Click ‘Start translating’ button

    Scroll through ‘Source text’ until you find ‘Read More’

    Write your own translation of Read More in the translation box and click ‘Save’ button, see attached image

    That’s it. Now the blog post excerpts will show the translated text instead of read more.

    in reply to: Remove query strings from static resources #4216
    Andy
    Keymaster

    Activating the Remove Query Strings plugin should not cause the featured services and headline to go missing (nor any other feature of the theme).

    I have tested it to be absolutely sure and all parts of the theme are working correctly.

    Are you also using a caching plugin? What I suspect may be happening is that the cached files would need to be cleared and rebuilt after activating Remove Query Strings.

    in reply to: Blog Options "Read More" #4215
    Andy
    Keymaster

    We recommend using the Loco Translate plugin.

    I won’t go into the instructions of how to use it as the plugin’s user manual and beginner’s guide explains much more than I can here, but if you get stuck on a particular aspect, please let me know and I’ll try to help.

    in reply to: Removing cart from all pages/posts besides actual shop #4214
    Andy
    Keymaster

    Add this to Customize > Additional CSS:

    .top-login,
    .top-cart{
        display: none;
    }
    
    .woocommerce .top-login,
    .woocommerce .top-cart,
    .woocommerce-page .top-login,
    .woocommerce-page .top-cart{
        display: inline-block;
    }
    in reply to: Telephone number in top bar #4169
    Andy
    Keymaster

    Hi Pedro,

    The option to make the phone number clickable with a <a href="tel: link is now available in the latest version (1.4.6) of Exoplanet Pro.

    Please update to version 1.4.6 and you will see a new checkbox below the phone number option in Customize > Top Bar

    in reply to: Page sidebar layout options #4168
    Andy
    Keymaster

    Hi Ivette,

    Sometimes a new page did not have the sidebar layout option until it had been either published or saved as a draft.

    This has now been fixed in the latest version (1.4.6) of Exoplanet Pro, so the sidebar layout option should always be there when adding a new page.

    in reply to: Telephone number in top bar #4144
    Andy
    Keymaster

    Hello Pedro

    At the moment it is not possible, but I will put this in the next update which is due for release by the end of this week.

    in reply to: Only thumbnail and post name in frontpage #4134
    Andy
    Keymaster

    Add this css snippet to Customize > Additonal CSS:

    .blog .entry-meta,
    .blog .entry-content,
    .blog .entry-footer,
    .archive .entry-meta,
    .archive .entry-content,
    .archive .entry-footer {
        display: none;
    }
    in reply to: Page sidebar layout options #4133
    Andy
    Keymaster

    Hi Ivette,

    I have sent you an email with a request for some more information to help us with this issue.

    in reply to: Page sidebar layout options #4113
    Andy
    Keymaster

    Thanks. I noticed that ‘Discussion’ is also missing from your screen options. Is this because of the Disable Comments plugin?

    Could you please temporarily disable all active plugins (except WooCommerce) and see if the Sidebar Layout option is there.

    If it is, then reactivate the plugins one-by-one, checking each time that you can still see the Sidebar Layout option. If and when the problem reappears, this will tell us which plugin, if any, is causing the conflict.

    in reply to: Page sidebar layout options #4103
    Andy
    Keymaster

    Can you also please let me know exactly which options are displayed when you click the ‘Screen Options’ tab.

Viewing 15 posts - 826 through 840 (of 1,124 total)