teolives
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Translated categories don't show upI see…
Are you sure you’ve created the oslo-tips category in Russian and correctly linked it to the English version?
Also, your permalinks are a bit weird, you have both http://oslophototour.com/en/category/oslo-tips/ and http://oslophototour.com/en/oslo-tips/Furthermore, do you have access to your theme files? If yes you might want to add a language variable to the loop showing the bottom category, something like:
<?php $lang = substr(get_locale(), 0, 2); ?> <?php $yourquery = new WP_Query( array( 'lang' => $lang )); ?>Forum: Plugins
In reply to: [Polylang] lost in translation :(In your admin, try to visit “permalinks” under “settings” (it’s not necessary to save, just visit that page). Hope that helps.
Forum: Plugins
In reply to: [Polylang] Translated categories don't show upWhat category? Everything seems translated to me…
Forum: Plugins
In reply to: [Swift SMTP (formerly Welcome Email Editor)] Sending to admin, but not usersNope, but I’d achieved that already with Profile Builder plus a custom plugin (I’ve found the instructions on their site though: http://www.cozmoslabs.com/wordpress-profile-builder/documentation/)
Forum: Plugins
In reply to: [Swift SMTP (formerly Welcome Email Editor)] Sending to admin, but not usersMy fix was to switch to WYSIJA… it works great for me and it’s free if you have a list with less than 1000 subscribers.
Thanks for your reply Mark, I followed the advice on your site and I ended up blocking my site with a password on every page… I must have done something wrong…
This is the .htaccess I have on the website where WF is not working:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /1000for1/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /1000for1/index.php [L]
</IfModule># END WordPress
Any advice?
Oh, and I have no errors on my server log.
Forum: Plugins
In reply to: New user registration email content modification for Profile Builder PluginIf this still helps: http://www.cozmoslabs.com/wordpress-profile-builder/documentation/#custom1
Forum: Plugins
In reply to: [Swift SMTP (formerly Welcome Email Editor)] Sending to admin, but not usersI think the conflict lies in Profile Builder as somebody else also mentioned on your blog but I really don’t know how to solve it.
Forum: Plugins
In reply to: [Swift SMTP (formerly Welcome Email Editor)] Sending to admin, but not usersI have the same problem, the test e-mail is going out fine but when I test it on a user it goes back to the old plain e-mail.
I’m on twentyeleven and have these plugins:– gravity forms
– members
– profile builder pro
– yoast seo
– WP Mail From II (not the culprit, it behaves the same without it)Any hint?
Forum: Fixing WordPress
In reply to: Custom Post types Custom fields appearing in all postsCan you post the loop in your singles.php please?
Go to ‘manage gallery’, choose your gallery and from the dropdown menu chose ‘create new thumbnails’ and then enter the dimensions you want: bingo.
You can also set the thumbnails dimensions from the ‘overview’ menu but you’ll have to ‘create new thumbnails’ anyway,Ciao,
M
Well those two images are just thumbnails that THEN link to the nextgen gallery where you’ll see the thumbnails that will actually launch the slideshow.
Because people like to look younger.
Jokes aside, what are you trying to achieve?Forum: Fixing WordPress
In reply to: url for non-custom post typesI ended up using a category named ‘blog’ and used Ultimate SEO to strip the /category away: any advice? Good? Bad? Better solutions?