Anticosti
Forum Replies Created
-
Forum: Plugins
In reply to: [bbp last post] Date formatOh boy! Thanks Robin!
Forgot about this one …
Feel stupid ??Forum: Plugins
In reply to: [bbp style pack] Feature Request: Responsive DesignAnyhow… You have to know that I very much appreciate your hard work with this great plugin. Thumbs up!
Sincerly,
Forum: Plugins
In reply to: [bbp style pack] Feature Request: Responsive DesignIn any case…
I solved this issue (plus some others) on my side, by adding this CSS:
Hope this may help someone else….input#bbp_search { margin: 0.25em 0.25em 0.25em 0.25em; } li.bbp-header { margin-top: 0px !important; margin-bottom: 2px !important; border: solid 0px red !important; } /* START -- Main Effect on Forum width on small devices */ ul.forum-titles li { text-transform: uppercase !important; font-size: 12px !important; } li.bbp-forum-info, li.bbp-topic-title { width: 40%; } li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count { width: 15%; } li.bbp-forum-freshness, li.bbp-topic-freshness { width: 30%; } /* END -- Main Effect on Forum width on small devices */ #bbpress-forums ul[id*='forums-list-'] { padding: 0px !important; border: solid 0px red !important; margin-bottom: 2px; } #bbpress-forums ul[id*='forums-list-'] li.bbp-body ul[id*='bbp-forum-'] { padding: 10px !important; border: solid 0px red !important; margin-bottom: 2px; } #bbpress-forums ul[id*='bbp-forum-'] { border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -khtml-border-radius: 0px; -o-border-radius: 0px; padding: 0px !important; border: solid 0px red !important; margin-bottom: 2px; } #bbpress-forums ul[id*='bbp-topic-'].post-inner { border-radius: 0px 0px 0px 0px !important; -webkit-border-radius: 0px 0px 0px 0px !important; -moz-border-radius: 0px 0px 0px 0px !important; -ms-border-radius: 0px 0px 0px 0px !important; -khtml-border-radius: 0px 0px 0px 0px !important; -o-border-radius: 0px 0px 0px 0px !important; } #bbpress-forums ul[id*='bbp-topic-'] { padding: 10px !important; margin-bottom: 2px; border: solid 0px red !important; } #bbpress-forums p.bbp-topic-meta img.avatar, p.bbp-topic-meta span.bbp-topic-freshness-author a img.avatar { display: none; }
Still strongly beleive that the best approach would be to use responsive tables ??
Kind Regards,
Forum: Plugins
In reply to: [bbp style pack] Feature Request: Responsive DesignRobin,
You may check this thread here (you will understand):
https://bbpress.org/forums/topic/responsive-issue/#post-171960Same issue
Kind Regards,
Forum: Plugins
In reply to: [bbp style pack] Forum Template in AdminSame issue here
Just upgraded to version 1.1.4 and all is fine !!! ??
Thanks again for this great tool ??Reverted to version 1.1.0 and now I’m OK ??
Same issue here with free version
..nothing happens when I click the run deployment button, server connected and database found are success and I have ticked the box for read all warnings and notices…
You can add: “when logged in as administrator or regular user”
Kind Regards,
Forum: Plugins
In reply to: [DrawIt (draw.io)] Front end+1 frontend editing ??
Forum: Plugins
In reply to: [Admin Custom Login] Cannot add images for slideshowWorking now ??
Forum: Plugins
In reply to: [Admin Custom Login] Language IssueI suppose the next update will include a .pot file to be able to translate it?
Thanks!Forum: Plugins
In reply to: [Admin Custom Login] Cannot add images for slideshowSame issue here ??
Forum: Plugins
In reply to: [Front End PM] French translation availableIf interested:
I modified the translation files and fep-widgets.php
From:
echo "Welcome ". fep_get_userdata( $user_ID, 'display_name', 'id' ). '<br />';
to:
echo __('Welcome ', 'fep'). fep_get_userdata( $user_ID, 'display_name', 'id' ). '<br />';
https://www.dropbox.com/s/j8oxve65b9k32kb/fep.zip?dl=0In this archive:
- fep.pot
- fep-fr_FR.mo
- fep-fr_FR.po
- fep-widgets.php
Download:
Cheers
Forum: Plugins
In reply to: [Front End PM] French translation availableCool. Thanks.
Then it is a missing string in the core .pot file.
Maybe the author will make it translatable in a next plugin update…?Kind Regards,