audunmb
Forum Replies Created
-
Forum: Plugins
In reply to: [SpeakOut! Email Petitions] Can’t get custom CSS to workSeems like my browser cache was the main culprit, though I never had issues with this before. Now I can edit it and it works properly.
Forum: Plugins
In reply to: [SpeakOut! Email Petitions] Can’t get custom CSS to workNow I got css from theme-default.css to work. Not sure exactly why it does’nt work sometimes.
- This reply was modified 5 years, 3 months ago by audunmb. Reason: clarity
Forum: Plugins
In reply to: [SpeakOut! Email Petitions] Can’t get custom CSS to workSorry, it wasn’t fixed. Sometimes it loads the petition.css, sometimes it doesn’t.
Seems like using the css from the theme-default.css-file doesn’t work at all, while minor edits work.
I disabled my caching plugin for now, as that partly seems to be the issue.
Forum: Plugins
In reply to: [SpeakOut! Email Petitions] Can’t get custom CSS to workSeems like this is a weird cache issue.
- This reply was modified 5 years, 3 months ago by audunmb.
Forum: Plugins
In reply to: [SpeakOut! Email Petitions] Pop Up doesnt work on full screenI noticed the overlapping issue on your plugin page as well:
Screenshot: https://1ce.org/1#rJe7uDKQHForum: Plugins
In reply to: [SpeakOut! Email Petitions] Can’t get custom CSS to workSorry, seems like I left it with the basic theme option instead of the no theme-option, as I was testing different approaches yesterday. So that’s the CSS you saw.
In the source code the petition.css file seems to be loaded, but it doesn’t take effect.
This is probably an issue with my theme, which has several issues, but I can’t just switch themes on a live site. If there was an easy fix for this or a known issue, I was hoping to fix it.
Though, a workaround seems to be to add the what I want in the custom theme style.css instead. Then it loads.
Have you tested your plugin with W3 Total Cache minification? I guess that explains why you can’t see all the code you expect to see.
Forum: Plugins
In reply to: [SpeakOut! Email Petitions] Don’t use titlesDid a full translation of the Norwegian Bokm?l-file now. I can send it to you if you like.
Forum: Plugins
In reply to: [SpeakOut! Email Petitions] Don’t use titlesThanks. There was nothing on it in the docs as I could find, and the translation was so bad that I didn’t understand what the option was for.
The translation is Google Translate-quality, inconsistent and in addition mixes Norwegian Bokm?l and Norwegian Nynorsk.
If there was a way to add only translation to front end fields I could do it, but translating the whole plugin is too much work.
Forum: Plugins
In reply to: [Timeline Express] Hiding Read more-link when there’s no more textOk, so for now it’s a Pro feature?
Forum: Plugins
In reply to: [Timeline Express] Hiding Read more-link when there’s no more textOK.
I used this code that I found on your website and thought that was the reason the conditional read more link didn’t work:
/** * Remove the default Timeline Express read more links * @param string $read_more Default HTML markup for the read more link. * @param integer $post_id Post ID of the current announcement iteration. * @return null function custom_timeline_express_readmore( $read_more, $post_id ) { return ''; } add_filter( 'timeline_express_read_more_link', 'custom_timeline_express_readmore', 10, 2 ); /** * Generate a new custom 'Read More' link for Timeline Express * @return string HTML markup for the new read more link. function generate_custom_read_more_link() { global $post; echo wp_kses_post( '<a href="' . get_the_permalink( $post->ID ) . '" class="custom-class">Les videre</a>' ); } add_action( 'timeline-express-after-excerpt', 'generate_custom_read_more_link' );
The new code is simpler, which is great, but conditionatl Read more still doesn’t work.
Please take a look at the linked page.
Forum: Plugins
In reply to: [Timeline Express] Can’t view announcements at all!OK, this is weird, but now I found a “solution”. This is now a bug report instead. So developers please have look anyway.
I’ve used the code for custom Read more links (I’d still like some help with that though) as provided in the documentation.
In Settings, Read more-links was sett to Hidden. Changing that to Visible solved this issue.
No reply here?
I think the issue is that I had to use a custom Read more-link (https://www.wp-timelineexpress.com/documentation/not-announcements-read-link/) as the plugin isn’t translated to Norwegian, and then a “Read more” is shown on all announcements.Yes. I’d like to hide the Read more-link if the text is shorter than the excerpt length (as there is nothing more to read).
Actually, I thought that was the default, but now it shows for every post.If you are comfortable adding custom code to your website, I would be more than happy to provide you a code snippet you can use to add to your site which will achieve this.
Let us know!
I have the same issue. Could you proved a code snippet for me?
Forum: Reviews
In reply to: [Timeline Express - Date - Time Add-On] Doesn’t workYeah. Maybe.
As a note of warning, the plugin changed all dates to today when I deactivated it. Also a Javascript error?