duckslegs
Forum Replies Created
-
Forum: Plugins
In reply to: [Gwolle Guestbook] Missing background elementsI tried QM again and I just don’t know what I’m looking for. Nothing is jumping out at being an obvious error. I’ve got the site back to how I want it, even if it is through an alternative solution. So I have a working Guestbook (thanks!!) and a working site, so I can’t complain!
Thanks again for engaging ??
Forum: Plugins
In reply to: [Gwolle Guestbook] Missing background elements@mpol Update! A colleague has helped me set up the background elements using CSS (I had them displaying in a different way before) and these now work. So my problem is fixed, but not solved! I wish I knew why the elements stopped displaying. Anyway, just thought I’d let you know.
Forum: Plugins
In reply to: [Gwolle Guestbook] Missing background elements@mpol I don’t know what I’m looking at with Query Monitor! There’s a lot of information…
Forum: Plugins
In reply to: [Gwolle Guestbook] Missing background elementsOK, let me try that….I’ll be back soon!! Haha
Forum: Plugins
In reply to: [Gwolle Guestbook] Missing background elementsHi Marcel,
I just added this:
// change 'admin reply' name on Guestbook function my_gwolle_gb_admin_reply_header( $html, $entry ) { // $html is a string $old = 'Admin Reply by:'; $new = 'Reply from '; $html = str_replace( $old, $new, $html ); return $html; } add_filter( 'gwolle_gb_admin_reply_header', 'my_gwolle_gb_admin_reply_header', 10, 2 );
The problem still exists with or without this code…
- This reply was modified 4 years, 8 months ago by duckslegs.
Forum: Plugins
In reply to: [Import Eventbrite Events] Event meta data under post titleSadly this is your reply to nearly all queries. It’s very difficult to understand. Do you mean make a new template and name it “single-eventbrite_events.php”? Currently, there is no file with that name on my site.
It maybe sounds like what I want to do would be very easy, just swapping the event meta data with the post meta data, but I don’t know where to do it, and you haven’t really said how to…
Wonderful, how embarrassing!
Forum: Plugins
In reply to: [Import Eventbrite Events] Data order on Event PageUPDATE:
OK, so I edited the event-meta.php and now removed the ‘Details’ section because I do not really need it. However, I would like to include the information found here, the date and time of the event (from event-meta.php):
<?php
if( date( ‘Y-m-d’, $start_date_str ) == date( ‘Y-m-d’, $end_date_str ) ){
?>
<?php esc_html_e( ‘Date’,’import-eventbrite-events’ ); ?>:
<p><?php echo $start_date_formated; ?></p><?php esc_html_e( ‘Time’,’import-eventbrite-events’ ); ?>:
<p><?php echo $start_time . ‘ – ‘ . $end_time; ?></p>
<?php
}else{
?>
<?php esc_html_e( ‘Start’,’import-eventbrite-events’ ); ?>:
<p><?php echo $start_date_formated . ‘ – ‘ . $start_time; ?></p><?php esc_html_e( ‘End’,’import-eventbrite-events’ ); ?>:
<p><?php echo $end_date_formated . ‘ – ‘ . $end_time; ?></p>
<?php
}and have it displayed above the event photo at the top of the page Single Event Page. Currently the date shown is the day I imported the information.
I’m so close to having this perfect. Can you help with this last bit?
Forum: Plugins
In reply to: [Import Eventbrite Events] Data order on Event PageI think if you can provide information on how to edit this page a little, this plugin would be VERY desirable to people.
Forum: Plugins
In reply to: [Import Eventbrite Events] Data order on Event PageAre you able to provide a little more help with this? First of all, I can’t even locate single-eventbrite.php. You say it’s in my Theme folder? But surely, my theme doesn’t have anything called eventbrite in it. If you mean it’s in your plugin folder, I cannot locate it there either…
I have found the event-meta.php file, though, I am not good with PHP! Is there a possibility you can help me further. Pretend I am an idiot (which I am!)…
Haha, Thanks
Forum: Plugins
In reply to: [Import Eventbrite Events] Image resizeLooks much better now. Thank you!
Forum: Plugins
In reply to: [Import Eventbrite Events] Display ticket option after eventPerfect. Thanks
Forum: Plugins
In reply to: [Import Eventbrite Events] Image resizeYou helped me very well yesterday but today I have a further question about this. When I use a different screen to view my website (a smaller laptop, or a phone), the eventbrite adverts start to overlap – https://dev.camsoclon.org/events/ You can see this if you make your browser smaller, or if you look on a phone. Can you suggest a fix for this?
Thanks
Forum: Plugins
In reply to: [Import Eventbrite Events] Limiting number of eventsThank you!!
Forum: Plugins
In reply to: [Import Eventbrite Events] Custom pageWhere do I find the file for single-event_events.php?
Is that the one I need to edit to make changes to the default theme’s single event page?