Forum Replies Created
-
in reply to: Coming soon page
Hello,
Create a coming soon page and set it as coming soon page and front page at general options.
Add this code at Custom Css Code:.home #navigation { display: none; }Best regards!
Hello,
How have you created the custom template?
I don’t know if the it works this way. Can you give me the credentials of an admin user to your site so I can check?Best regards!
in reply to: Change height of footerHello,
You can change the footer height or the space between the widgets with some custom csss code. You can add it at custom Css Code box at general settings (theme customizations aren’t included in theme support. Support Policy).
To remove the search placeholder use this code:
footer .widget_search input[type="text"]::-webkit-input-placeholder { opacity: 0; } footer .widget_search input[type="text"]:-moz-placeholder { opacity: 0; } footer .widget_search input[type="text"]:-moz-placeholder { opacity: 0; } footer .widget_search input[type="text"]:-ms-input-placeholder { opacity: 0; }Best regards!
-
This reply was modified 11 years, 1 month ago by
Ruco.
Hello,
Sorry, this element isn’t responsive.
You can find some workarounds to make it look better on mobile by adding some custom css style.Best regards!
in reply to: Bug with the menue (newest version)Hello,
I fixed the issue of sticky menu on home page.
Here I created the home page https://wp.smartgains.de/home-new/.
Updating the theme you don’t loose any of content and settings, it’s not the reason of the mismatch of the elements of VC on homepage.Best regards!
-
This reply was modified 11 years, 1 month ago by
Ruco.
in reply to: Portfolio Social ShareHello,
Can you be more clear? The blog post and the portfolio items have the same heart shape like button.
Best regards!
in reply to: google map and extra side navigationHello,
Open maps.google.com. Search the location. Click here https://www.clipular.com/c/4517308706848768.png?k=51TPiyvXdZuf1nnyYGN4zAucLbA
Then select ‘Share or embed map’. Go to Embed map.
Copy only the link that displays at the iframe.Best regards!
in reply to: Mobile site doesn't workHello,
This isn’t part of the theme. You must have installed a third party plugin for the responsive view.
When you click “visit entire site”, this is the theme’s look on responsive.Best regards!
in reply to: Banners Not ResponsiveHello,
Please can you give me the credentials of an admin user to your site so I can check it?
Best regards!
Hello,
I fixed it, by adding a condition in this file.
It can be fixed also by turning off the debug notices on the host.
Best regards!
in reply to: My first topicHello,
Please edit the file ‘functions.php’. Find the lines:
function themeple_wp_title_filter( $title, $sep ) { if ( is_feed() ) { return $title; }Replace with:
function themeple_wp_title_filter( $title, $sep ) { if ($title=='Archive') $title=""; if ( is_feed() ) { return $title; }About the Visual Composer buttons please wait the next theme update, it will be available soon.
You can set the background color of the pages at Specular Settings. If you want to change only the bg color of archive pages, add this css code at Custom Css Code box:
.archive #content { background-color: #fff !important; }Fixed the header bg color. I set it at Specular settings https://www.clipular.com/c/5796567308042240.png?k=RPH16jLDrMCU34Y9bK51QGXV8Cg
Best regards!
in reply to: Importing Dummy Data – failHello,
Please can you give us the credentials of an admin user in your site so I can check?
Write them in a private reply.
Best regards!
in reply to: All Icons Are MissingHello,
As I have responded you by email:
I checked your site and notice these errors:
https://postimg.org/image/koxej4fcz/
It seems that for some reason your host is blocking the fonts.
Please contact your host provider about the issue and let us know.Best regards!
in reply to: Visual Composer Custom Post TypeHello,
Sorry, it’s not possible to use VC in custom post types.
Best regards!
in reply to: Problem with customizing navigation since WPMLHello,
Please follow the instructions to translate the blog page:
1. Edit the file ‘specular/wpml-config.xml.2. Replace the file content with this one:
https://www.codeshare.io/5yXQf3. Then, please click on the WPML > Theme and plugins localization. Be sure that the ‘Translate by WPML.’ option is selected. Scroll down the page and look for the “Strings in the theme” option. Click on the “Scan the theme for strings” button. This will scan the theme to find the strings.
Please in WPML > String Translation, check if the strings are available for translation.
What should be displayed in the String Translation page is the blog page ID (search ’16’). You need to add the page ID translated into other languages ( 1187 is the blog page ID in English ).
It it doesn’t succeed please replace the file content and let me know so I can help you with the blog translation.
We will fix this issue on the next theme update.
Best regards!
-
This reply was modified 11 years, 1 month ago by