winnetouch
Forum Replies Created
-
OMG, that did it. Thank you. I was getting pretty frustrated by this point.
Forum: Themes and Templates
In reply to: [Sydney] Portfolio masks are offIt worked. Yes this happened for the first time, after I recovered the site from a mistake I’ve made.
Forum: Plugins
In reply to: [Yoast SEO] YOAST doesn’t include images in wordpress native galleryI used the add media button at the top left of the editor and just created a gallery with the default wordpress plugin. No shortcodes or 3rd party plugins.
Forum: Fixing WordPress
In reply to: Memory errorInserting that results in a 500 internal server error.
This is how I did it:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> php_value memory_limit 256M # END WordPress
Forum: Plugins
In reply to: [Polylang] Display blog only in one language but on all sitesNo one? This is basic functionality that should be easy to achieve and no one has an anwser? I want to display english posts on all languages. How do I achieve that without making translation files that aren’t actually translation files?
Forum: Developing with WordPress
In reply to: Single latest post on pageI’ll look in to it and report back. Thank you ??
- This reply was modified 7 years, 11 months ago by winnetouch.
Forum: Themes and Templates
In reply to: [Sydney] Sydney theme gap between menu and page title.I’ve already tried that. It didn’t work. Tried again. Still doesn’t work :P.
I’ve also tried making a whole new page with all the same content. I did that the following way:
I created a new page, typed in the title and chose the full width theme. I added the sydnes portfolio widget. I typed in the slugs for the sorting menu, clicked show navigation bar and show project title. Nothing else. Then I clicked done so the widget window closed. I saved the page and placed it in to the menu in the appearence section. That’s it. I didn’t change anything else.
The strange thing is it only does that when I’m doing it for single pages. When I added a shortened portfolio in to the fron static page the spacing is normal, and has no wide gap. So I tried putting the header image on all pages to see if that was the issue. It wasn’t. Now the gap was between the image and the widget.