Forum Replies Created
-
AuthorPosts
-
AndyKeymaster
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?
AndyKeymasterTo 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; }
AndyKeymasterTo 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.
AndyKeymasterIf you keep Remove Query Strings active and disable Cloudafare and WProcket, are the items still not appearing?
AndyKeymasterCSS 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.
AndyKeymasterActivating 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.
AndyKeymasterWe 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.
March 20, 2018 at 10:43 am in reply to: Removing cart from all pages/posts besides actual shop #4214AndyKeymasterAdd 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; }
AndyKeymasterHi 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
AndyKeymasterHi 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.
AndyKeymasterHello 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.
AndyKeymasterAdd 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; }
AndyKeymasterHi Ivette,
I have sent you an email with a request for some more information to help us with this issue.
AndyKeymasterThanks. 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.
AndyKeymasterCan you also please let me know exactly which options are displayed when you click the ‘Screen Options’ tab.
-
AuthorPosts