mimmo_l
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Rocket] listing alphabeticallyhi Barry, thanks for the great plugin.
Yes using the [event embed].
the reason is I have several events happening on the same day (some actually at same time) and need a way to display them in a way that doesn’t seem to give preference to one over the other). So ideally i would like events on same day to be listed alphabetically.
I think I should be able to register a new shortcode but not sure about how I would go about coding it.
thanks
dom
Forum: Plugins
In reply to: [Participants Database] uploaded files 404 errorOh I also have geo blocking enabled, what country might you be accessing the site from?
Forum: Plugins
In reply to: [Participants Database] uploaded files 404 errorhi i can send you info via email. What is the best address to send you the info?
Upload location is: wp-content/uploads/participants-database/
The files are uploaded properly, just missing the wordpress instal directory when trying to view.
Thanks
Dom
Forum: Plugins
In reply to: [Participants Database] uploaded files 404 errorHi,
yes my wordpress url is https://www.mysite.com/folder
my site url is https://www.mysite.com/could it be pulling the site url instead of wordpress url for this one instance?
thanks
dom
Forum: Plugins
In reply to: [Participants Database] uploaded files 404 errorsorry not following. what do i need to do in my cpanel?
anyway to create a generic redirect?
the generated url is incorrect.
should be website/folder/wp-contnt…. not website/wp-content….
Forum: Plugins
In reply to: [The Events Calendar] Remove Google Calendar and Ical Export Buttonsi found this code in one of the forums. might be what you are looking for. add it in you functions.php
// remove Cal Link events calendar remove_filter( 'tribe_events_after_footer', array( 'TribeiCal', 'maybe_add_link' ) ); remove_action( 'tribe_events_single_event_after_the_content', array( 'TribeiCal', 'single_event_links' ) ); remove_action( 'tribe_tec_template_chooser', array( 'TribeiCal', 'do_ical_template' ) );
Forum: Plugins
In reply to: [Jigoshop] order menu missing from DashboardHi Olaf,
After posting, I did some reading and playing around. I discovered that one of my plugins was conflicting (overwriting the menu). When I disabled the plugin the menu item came back.
from what i read the menu items have a location between 1-99 and if two items have the same number one get overwritten.
dom
Forum: Plugins
In reply to: [Participants Database] disable editing after application deadlineyeah I was hoping for an automated way. but i will look into the plugin option.
thanks.
dom
Forum: Plugins
In reply to: [Grid Products] 3 single products in a row and coloured backgroundHi thanks for the quick help.
I’lll try to clarify, if i use category view the products will list
P1 P2 P3
P4 P5 P6But if i want them in a specific order say
P6 P2 P4
P1 P3 P5 i need to select individually in the short code by idDoing so I get:
P6
P2
P4
P1
P3
P5thanks
Forum: Plugins
In reply to: [Grid Products] remove read more button and linking to specific pageI found a redirect plugin that will point the product page to a specific page. It’s an extra step but works ??
Is there any way to hide the read more button?
Thanks
dom
Forum: Plugins
In reply to: [Grid Products] remove read more button and linking to specific pageThanks for the quick reply. I am new to WordPress and still trying to figure things out.
Basically what I want to accomplish is to have a featured section list of 4 to 6 items on my front page that is easy to change. When the image or description are clicked it will link to an existing page for an event/seminar/product etc.. or even an external page.
Not sure how to accomplish this using shortcodes, I was hoping to find a plugin to easily insert items on the front page without coding.
any help or suggestions would be awesome.
Thanks
dom