Forum replies created
Hi,
Please try this Custom CSS
#slide_holder .featured-title, #slide_holder p {
position: relative;
top: -30px;
}
Please see screenshot of result. http://prntscr.com/7ur4bv
Thanks!
Denzel
Hi,
For your missing icons, it’s “Cross-Origin Request Blocked” issue (CORS).
In firefox browser firebug console, I can see that the font-awesome icon library is prevented from loading.
Please see screenshot. http://prntscr.com/7uqwcx
This the error notice.
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://www.kuhlma-it.de/wp-content/themes/evolve-plus/library/media/js/fontawesome/fonts/fontawesome-webfont.woff2?v=4.3.0. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
Your probably has to set header “Access-Control-Allow-Origin” in your .htaccess file.
Please see this article for more details, http://benjaminhorn.io/code/setting-cors-cross-origin-resource-sharing-on-apache-with-correct-response-headers-allowing-everything-through/
I am not familiar with .htaccess file customization and therefore cannot provide a solution for this issue.
As for your iPhone error. Sorry, I am not seeing any, it works properly for me.
Please see screenshot. http://prntscr.com/7uqzpz
Thanks!
Denzel
Hi,
In your WordPress Visual Editor, you can select that text and click on the center or left or right align button to align your text.
As for layout of your site, I have seen some customers using this plugin https://wordpress.org/plugins/siteorigin-panels/ to layout their site. We never used it with our theme or test it with our products, therefore we cannot guarantee all our widgets will work with this plugin. But it’s good for using WordPress default text widget.
Please kindly note that we do not provide support for third party plugin.
Sorry, that’s all we can help on this issue.
Thanks!
Denzel
Hi,
Glad to hear your issue is fixed.
Thanks!
Denzel
Hi,
Glad it helped.
Thanks!
Denzel
Hi,
We can give it a try using Custom CSS, Please post the url to your posts slider.
We will see if it’s possible to achieve your requirement.
Thanks!
Denzel
Hi,
The sample images are 256 x 256 in size, you can adjust your image size before uploading or edit it in WordPress admin -> Media
If that doesn’t help, please post your website url to your parallax slider, we will see if we can provide a Custom CSS solution.
Thanks!
Denzel
Hi,
Please post your screenshots to http://prnt.sc/
and paste the url here.
Please post all website url to the error pages that you mentioned.
These will help us troubleshoot your problem.
Thanks!
Denzel
Hi,
Please use the theme4press core shortcode editor.
Your shortcode is wrong.
This is a working example shortcode.
Screenshot of editor. http://prntscr.com/7u7xfy
Thanks!
Denzel
Hi,
Probably related to this thread.
https://theme4press.com/support/topic/weird-shadow-border-in-middle-of-page-caused-by-menu-headerafter/
Please use the following in Theme Options->Custom CSS
.menu-header::after {
background: none;
}
Thanks!
Denzel