markafoote
Forum Replies Created
-
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Rolled Back to Previous VersionHey, Satrya,
Yes, 2.0.2 working well, thank you!
Mark
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Rolled Back to Previous VersionSatrya,
I did locate “rpwe-frontend.css” in wp-content>plugins>recent-posts-widget-extended>assets>css, renamed the file to preserve the original, and uploaded a new version under the old name with the modification recommendeded by TLe Apps:
Original:
.rpwe-block li {
border-bottom: 1px solid #eee;
margin-bottom: 10px;
padding-bottom: 10px;
list-style-type: none;
display: inline-block;
}Modified:
.rpwe-block li {
border-bottom: 1px solid #eee;
margin-bottom: 10px;
padding-bottom: 10px;
list-style-type: none;
display: block;
}Working well now.
Discovered I had to close down Chrome and reopen the site to get the change to take effect. Maybe I could have used the “custom CSS” feature of my theme to make the change after all, if it drops out in the future I’ll try that.
Thank you, I do appreciate your work;
Mark Foote
[email protected]Forum: Plugins
In reply to: [Recent Posts Widget Extended] Rolled Back to Previous VersionHi, Satrya,
You can see the issue down in the footer on my website:
I have dated 15 posts so that they are the oldest on the site and will display in the order I want with a “recent posts extended” widget. Currently, if I set the plugin for 15 posts, it shows the first 13 titles/links correctly, but not the last two. If I set the plugin for 17, it jams the last three post titles/links on one line at the end of the display. I’ll leave it that way so you can see it.
Also, I click a particular category to be included in the display, but when I click “save”, the category selection is not saved.
Thank you,
Mark
[email protected]Forum: Plugins
In reply to: [Event Organiser] [Plugin: Event Organiser] Image thumbnail not workingmeaning the page where you list only five shortcodes including [eo-events], but no tag-like short-codes ([eo-events][/eo-events]).
that page is:
https://wp-event-organiser.com/documentation/shortcodes/
the page I meant to link above, with the tag-like short-codes, is:
https://wp-event-organiser.com/documentation/shortcodes/event-list-shortcode/
Forum: Plugins
In reply to: [Event Organiser] [Plugin: Event Organiser] Image thumbnail not workingThanks for taking the time, Stephen.
Now that I have the thumbnails working using the [eo_events][/eo_events] tags (or if I prefer the entire event description in the event listing with its images), I am happy camper.
I will look forward to 1.7, but I love shortcodes as well. What took me a second was realizing that you were talking about a shortcode with parameters, as it were, in the discussion on event_list_shortcode in the link above. I thought you were talking about something added to the PHP; my ignorance.
I would put a word on the page with the shortcodes, showing the useage; I looked at those shortcodes and I assumed that was it, the rest was code.
Keep up the great work, I do thank you and if I get more folks looking to put together websites using your plugin, I will make you a contribution. So far I have one client, but I’m hoping!
cheers.
Forum: Plugins
In reply to: [Event Organiser] [Plugin: Event Organiser] Image thumbnail not workingOk, never mind!
Found your code tags [eo_events][/eo_events] and attributes (it’s all right here: https://wp-event-organiser.com/documentation/shortcodes/event-list-shortcode/), and I’m using this just fine:
[eo_events]%event_thumbnail%
%event_title%
on %start{jS M Y}{ g:i:a}%
%event_content%
[/eo_events]works great in connection with featured image, which my theme permits. thanks. So impressed with your documentation and follow-up on the forum; yers Mark
Forum: Plugins
In reply to: [Event Organiser] [Plugin: Event Organiser] Image thumbnail not workingTrying to get thumbnails on the event list on a page. This looks like a plain unordered list, could use a little visual!
I added:
add_theme_support(‘post-thumbnails’, array(‘event’));
to functions.php in my child theme. Also tried:
add_theme_support(‘page-thumbnails’, array(‘event’));
since the events are on a page. Nothing happening. Theme is
Weaver-ii, and it does have featured image, and I do have an image in there for the event. Clicking on the event on the page where I have the event list, I do go to the event and I have an image there, that’s all working nicely. No chance of thumbnails on the event list? Site is not public yet.Thanks, Mark
Forum: Plugins
In reply to: [Cyclone Slider] [Plugin: Cyclone Slider] "slideshow not found"I couldn’t figure out what to put here for id:
[cycloneslider id =”my-slideshow”]
however, clicking on the cyclone slider tab in my WordPress left-hand admin column, I got the cyclone slider page that shows my slideshow, and there next to the slideshow name was the slideshow id (151 in my case) and even the shortcode to put on the page including the id ([cycloneslider id=”151″]).
Hope that helps.