Daniel Tara
Forum Replies Created
-
Thank you haddow777. I am indeed hosting WordPress in a subdirectory. I have done the modifications suggested by you in that topic and now my rewrite rules look like this:
# BEGIN W3TC Minify core rewrite ^/usr/share/nginx/html/wp/wp-content/w3tc/min/w3tc_rewrite_test$ /usr/share/nginx/html/wp/wp-content/w3tc/min/index.php?w3tc_rewrite_test=1 last; rewrite ^/usr/share/nginx/html/wp/wp-content/w3tc/min/(.+\.(css|js))$ /usr/share/nginx/html/wp/wp-content/w3tc/min/index.php?file=$1 last; # END W3TC Minify core
However no functionality change. Minified URLs with rewrite return 404 and with GET variables return 400.
Maybe I have the rewrite rules in the wrong place? I have put them inside the server block outside any locations as I have read that is the recommended location for rewrites.
Go to Settings > Reading and under “Front page displays” select “A static page”, then in the drop-down box select the page you want to use as static and also a page you want to use to display the blog.
Forum: Themes and Templates
In reply to: How To Hide Page Title On Static Homepage – Esplanade ThemeContact your hosting provider.
Forum: Themes and Templates
In reply to: How To Hide Page Title On Static Homepage – Esplanade ThemeYou have serious security issues on your website. I can download any file by simply accessing the url.
Make sure the PHP extension is on, code gets executed and change all your credentials before someone hacks your site.
Forum: Themes and Templates
In reply to: How To Hide Page Title On Static Homepage – Esplanade ThemeYou need to put a space between the class selectors like this:
.page-id-233 .entry-header .h1 { display: none; }
Forum: Themes and Templates
In reply to: [Minimatica] Minimatica Footer ( change / remove )You are using a hacked / nulled / whatever non-official version.
i.e. some nasty guy took the theme and inserted his own code in it.
Beside from the link to the real estate company you could also be a victim os tracking, phishing or even your site could get hacked. I strongly advise you download the official version.
As you can see in the demo, the theme has no links in the footer.
I’m actively researching a solution for this. The short answer is there’s no fully reliable solutions because embeds are not made to be responsive (yet).
Threre are some workarounds and I’m researching which one works best with the theme. I’ll probably go with FitVid.js. If anyone knows a better solution I’ll be glad to hear it.
Forum: Themes and Templates
In reply to: [Esplanade] [Theme: Esplanade] Loving thisI’m glad you like it. Enjoy playing with it and if you have any questions you can ask here or the support forums at One Designs:
Forum: Themes and Templates
In reply to: [Minimatica]: Images not showing in gallerySorry, see the file loop-single.php
Forum: Themes and Templates
In reply to: [Minimatica]: Images not showing in galleryIn single.php remove the call to the_post_thumbnail(). You may also want to delete the entry-meta section for consistency.
Forum: Themes and Templates
In reply to: [Minimatica]: Images not showing in gallery@choshed The image needs to be at least 600×400 pixels to fill a slide. It will be automatically resized and cropped. You can change the header image in Appearance > Header, it needs to be 940×100 pixels.
@berndw The support forums at One Designs have very poor content? Really? Let me tell you why you can’t find what you’re looking for there:
1. Featured images are not theme specific but default WordPress functionality.
2. They’re already covered in the FAQ.Forum: Themes and Templates
In reply to: Static Front Page makes Blog Lose Original CSSWhat you’re saying should work without problems and without modifying the original theme. All you have to do is make the setting properly in Settings > Reading.
Forum: Themes and Templates
In reply to: Static Front Page makes Blog Lose Original CSSI feel you’re doing something wrong you’re missing. The WP template hierarchy is pretty stable and can’t get ignored just like that.
In your source I see the template is only partially loaded.
Does your template have this code?<?php get_header(): ?>
Forum: Themes and Templates
In reply to: Static Front Page makes Blog Lose Original CSSTry inserting the content from page.php in front-page.php