Matti Eronen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Use re-usable blocks as it should workThanks for the answer. Usually they cannot be used by everyone as the source also updates if a bad competence has been used ๐
I must warn editors when they use these blocks.
So I am adding a new feature to the wish list:
re-usable block templates, that can be used with forced custom post layouts.
Yes there are plugins for every use, but trying to keep the site as light as possible with the number of plugins is quite a hard task.Br,
-matti
Forum: Plugins
In reply to: [The Events Calendar] Event calendar styling is complexIt took a day finding correct css-values and guessing what is the correct syntax for style it. There is so much elements rolled in to main element blocks. Some of did not found, like borders. svg-icons are with static colours. Navigation does not work still in calendar or in events-page if there is one event added to month. It doesn’t go back or forward.
If it’s ok, i can share my version of styling to add in customizers custom.css for save someones time. Here you are:
`.tribe-events-widget-shortcode__header-title .widget-title{
color: #4d8c3f !important;
font-weight:700;
font-size: 1.8em !important;
margin-top:-10px !important;
margin-bottom:-30px !important
}.tribe-events-c-top-bar {
background:#4d8c3f;
color:#ffffff;
padding:5px !important;
margin-top:0 !important;
}.tribe-common-c-btn-icon–caret-left{
padding:5px !important;
}.tribe-common-c-btn-icon–caret-right{
padding:5px !important;
}.tribe-events-calendar-month__week{
height:40px;
}.tribe-events-calendar-month__day-cell–selected{
background:#4d8c3f !important;
color:#ffffff !important;
}.tribe-events-calendar-month__day-cell{
height:40px !important;
width:40px !important;
border-radius: 50% !important;
padding:10% !important;
}.tribe-events-calendar-month__day-cell–selected .tribe-events-calendar-month__day-date-daynum{
color:#ffffff !important;
}.tribe-events-calendar-month__mobile-events-icon–event{
background-color:red !important;
width:100% !important;
border-radius: 0% !important;
}.tribe-events-widget-events-month__view-more-link{
background-color:#4d8c3f !important;
color:#ffffff !important;
padding:5px !important;
border-radius: 5% !important;
}.tribe-common-form-control-text__input{
text-align:center !important;
}.tribe-events-c-view-selector__button-text{
color:#4d8c3f !important;
}.tribe-events-c-search__button{
line-height:15px !important;
background-color:#4d8c3f !important;
}.tribe-events-c-top-bar__today-button{
padding:2px !important;
font-weight:700;
font-size:1.2em !important;
color:#4d8c3f !important;
}.tribe-common-c-svgicon–caret-down{
color:#ffffff !important;
}.tribe-events-c-top-bar__datepicker-button{
font-size:1.2em !important;
color:#ffffff !important;
}.tribe-events-calendar-list__event-date-tag-daynum{
color:#4d8c3f !important;
}.tribe-events-calendar-list__event-title-link{
color:#4d8c3f !important;
}.tribe-events-c-ical__link{
color:#4d8c3f !important;
}.tribe-events-back a{
color:#4d8c3f !important;
}.tribe-events-single-event-title{
color:#4d8c3f !important;
}.tribe-block__btn–link a{
color:#4d8c3f !important;
}.tribe-events-schedule__datetime{
color:#4d8c3f !important;
}.tribe-events-single-section{
background-color:#ffffff !important;
}.tribe-organizer a{
color:#4d8c3f !important;
}.tribe-events-event-categories a{
color:#4d8c3f !important;
}Forum: Plugins
In reply to: [The Events Calendar] Event calendar styling is complexYes I have read those a little bit. I did not like the idea of spending a day or two learning such a detailed way of styling for a one-time use. A developer who knows this plugin, spends an hour on it ๐
But, a little curious. I tried it. Take a look at the calendar now. There could be some kind of a bug, when you navigate to December. There is one event there. Navigation stops working in that month. Only refreshing the page helps to come back to the current month. I assume that the navigation loses it’s hyperlink, once the event takes place.I add some more issues down here also.
When creating new User Role. Thats ok. It appears with UM_rolename.
When trying to add new custom capability for this role, it will dissapear after save.
You can add new custom capability thru native roles, and then add those thru UM User Roles.Butโฆ
When you update user Default Profile form, it clears out roles added for users. Only um_member stays with untouched.I’m developing local infra ERP-system with AD-integration, and there will be lot of “if user can”-functions. It would be nice if updating user-fields does not clear current values of user-meta.
Forum: Plugins
In reply to: [Postie] not automatically processing emailHi,
I have chechked these base solutions, but Still not process email automatically. This fault came after latest postie update or after i enabled Kerberos SSO in server.Well, it is working in my case.
If your cache is keeping it with old style. Try to reset your cache.Remove also that default text from beginning. Leave only your custom css there.
There is all ways possibility that some other plugin use same class-name, but you can find that by searching with um-meta-text and meta-text in your plugins folder.
I have my site as sandbox in my laptop, so there is much easier to find and fix this kind of issues.br,
-matti
In common, if someone got the point for these issues.
I had to override all my over 60-plugins css to match the site design. Started to create my own plugins for functionality in some cases.
What about, if there could be a custom.css file, like with languages. Where to customize all visual settings of plugin.let’s wait about this,
-matti
Hi,
I’m referring to wordpress admin panel. There you have Appearance and customize-link.
If you have in theme features custom css, you can add this to there.br,
-matti
Hi,
Add this to theme’s custom css from admin panel.
Otherwise all updates overwrites this in um-styles.cssbr,
-matti
Forum: Plugins
In reply to: [File Away] Display all files in directory1) We did a hack for this in:
Selection hack
If this is causing the issue??
Same kind of effect comes with file upload. Page do not refresh after file has loaded up. It have to refresh manually for see the new file in list. At least in that configuration, when fileup and fileaway are used in same page.2) The files are uploaded with first shortcode, but fileaway does not print to page at all if i lookup from source code in browser.
If i use WP headers and footers in PHP page and all other stuff are shown normally, is it something with the plugin defininitions or scripts itselve??Sorry that i bother you with this individual issue.
Forum: Plugins
In reply to: [File Away] Display all files in directory1) After submission of action, selection remains selected, until it have to manually unselect:
Selected2) I think that type came with shortcode generation from start. Without it there is no difference. Below pic, you can see that there is empty space, where fileaway-shortcode should presented:
Fileaway does not shownForum: Plugins
In reply to: [File Away] Display all files in directoryOk, yes. I rarely read the instructions in common, my bad.
But how about the other question:
One more issue for actions:
When you have selected the files what for you need action, after execution, the selection is still chechked. Should it be unchecked after action?As i use this plugin integrated in to my web-application i like to present it inside application. With this i got a issue with do shortcode function.
Fileup is visible, but fileaway not. have you an idea what could be cause it?Shortcodes are added like this in php-page and WP headers and footers are loaded within:
echo do_shortcode('[fileup type="table" base="2" overwrite="true" showto="administrator,author"]'); echo do_shortcode('[fileaway type="table" base="2" paginate="true" manager="on" pagesize="20" searchlabel="Etsi" filenamelabel="Tiedostonimi" datelabel="Pรคivรคys" metadata="database" sortfirst="mod-desc" bulkdownload="on" flightbox="multi" drawericon="book" thumbnails="transient" thumbsize="large" thumbstyle="widesharp"]');Forum: Plugins
In reply to: [File Away] Display all files in directoryFound html out-filter already in class.fileaway_definitions ๐
Hi,
Is your issue similar than this:
https://github.com/ultimatemember/ultimatemember/issues/294This is still valid with latest update.
Can your members crop their images?
Admins can?br,
-matti
Forum: Plugins
In reply to: [Media Library Folders] Multisite main site folders do not syncHi,
No, i didn’t modify the code.
Check for new folders did not sync the images in folders. I left one folder to not opened yet for clarify this. I had to go to folder and sync it, and then images were shown.
But these are just the first notices. And having cache on. I follow the functionality.
I have User Access Manager enabled with file-lock, so there could be something what cause this effect. But in common your plugin works with it, and this is great.br,
-matti