muewsik
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Trying to Eliminate the Company Logo option everywhereimg.company_logo, fieldset.fieldset-company_logo { display: none; }
Thank you, I did something similar already using CSS. The fieldset portion accounts for the form people use to enter jobs. But it still doesn’t help me on the back-end. I guess as long as everyone enters on the front-end, nobody will be the wiser.
ul.job_listings li.job_listing a div.position { padding: 0; } .single_job_listing .company .name, .single_job_listing .company .tagline { padding: 0; margin: 0; }
Here’s the code I used to Help with alignment of Job Title and Company Name given the default code is only their to give room to the logo I’m no longer wanting.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Troubleshooting Search Results (no display)BeTheme was the issue – after activating 2016 it worked fine. I’ll try and get some answers over there.
https://www.dropbox.com/s/3w9zxh8gtik6xwr/EditPage.png?dl=0
I’m sure it’s related to the style here:
.mce-content-body div.foogallery-tinymce-view .foogallery-pile { position: absolute; z-index: 10; left: 50%; top: 50%; margin-left: -83px; margin-top: -95px; }
and
.mce-content-body div.foogallery-tinymce-view .foogallery-pile-inner img { max-width: 150px; }
I’d be happy with
.mce-content-body div.foogallery-tinymce-view .foogallery-pile { position: inherit; z-index: 10; left: 0; top: 0; margin-left: 0; margin-top: 0; }
and
.mce-content-body div.foogallery-tinymce-view .foogallery-pile-inner img { max-width: 50px; }
Forum: Plugins
In reply to: [Gwolle Guestbook] Display entered name instead of usernameExcellent, thank you. Working beautifully!
Forum: Plugins
In reply to: [Gwolle Guestbook] Display entered name instead of usernameMarcel, Thank you for the reply. In my case, as admin, I entered a guestbook entry with my real name, and instead my username shows in the submitted entry as the author. I’m not sure if that’s supposed to happen, but I’d prefer it use what was entered into the name input.
Forum: Plugins
In reply to: [CalPress Calendar] "Limit to" not workingI’m also facing exactly what deapness explained so well above.
‘upcoming events’ currently ignores the other ‘category, tag, or event’ filters available in the CalPress Events widget.
My 2cents…
Perhaps the default setting should be all upcoming events. Then the user could use the filters to narrow the results down to something more specific (ie. cat, tag, event title). And lastly, the checkbox should say ‘just show today’s events’ which would narrow it further.Fourth! It would be great for tabs as well as on spoilers in my opinion.
Ideally, we’d be able to add an id=’whatever’ within the shortcode options and target that. Like so: [shortcode title=’title’ id=’id-for-external-link’]content[/shortcode]
Forum: Plugins
In reply to: [Post Types Order] [Plugin: Post Types Order] Update – any time soon?From an agency perspective… It’s hard to convince some people, whether they’re clients or wordpress diy’rs to use a plugin that appears out of date. While it may work fine, most people don’t want to have to take someone’s word for it. They’d rather see the developer confirm and stand by it.
@ devs… please let the world know your plugin is compatible with the latest version of WP. Thank you.