Eric Lindesvard
Forum Replies Created
-
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Tabs and CSS gridYes, thank you, that is a workaround. I’ll go for that for now. There might be some kind of bug that has to do with the javascript part. Will you look into it later?
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Tabs and CSS gridHm, p, ul or li tags (or the div in the upper section) should not affect the width. They just take the space they are assigned to. Don’t you think?
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Tabs and CSS gridLook closer. There are two sections on the page using your software. The anchor link I’ve posted directs you to one of them.
Forum: Plugins
In reply to: [AMP] Page not valid for ampThank you @crischo! That worked for me too. What a ridiculous little problem.
Forum: Plugins
In reply to: [AMP] Page not valid for ampThank you @westonruter, I will dig into that.
Forum: Plugins
In reply to: [AMP] Page not valid for ampThank you for your response. Yes, I can confirm that the setting in the metabox is enabled.
True that the setting was disabled by default. It’s a custom page template. I changed it manually.
Is there something I have to add to my functions.php file?
- This reply was modified 8 years, 4 months ago by Eric Lindesvard.
Forum: Fixing WordPress
In reply to: Videos from YOUTUBE NOT WORKINGI’m also experiencing this problem for the first time ever. I’m running wp 4.8. Not too many plugins. All my youtube links are embedding fine, with just pasting the full link url, but not this one:
https://www.youtube.com/watch?v=Pb5oIIPO62g
Very strange.
My page url is https://lindesvard.se/kommunikationsstrategi/#storytelling-en-strategi
Below this headline is the above Youtube link (on a single line as always). I’ve tested with other Youtube links and they work fine.
- This reply was modified 8 years, 11 months ago by Eric Lindesvard.
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Translation problemsNo worries! Thank you back for bringing it to the dev table.
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Translation problemsHi, well, this is not really that complicated.
More on the matter is explained here: https://localise.biz/help/wordpress/loading-translations
Loco Translate, like any other WordPress translation service, is just trying to locate the source .pot file and then output that in .mo and .po files.
You’re using the non standard _i18n in the textdomain, and that’s fine. I can make the translation software find that textdomain, but the thing is that the .pot file does not carry the original strings to be translated. The strings seems to be located in the mailchimp.php file.
And I simply can’t load the strings from there. I don’t know how to do it. Hoped you guys knew.
Forum: Plugins
In reply to: [Material Design Icons] center iconsIcons work as any type. text-align: center; will do the trick.
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Language subscription problemsThanx for addressing the issues @mc_nate, looking forward to hearing from you again.