businesscloudinc
Forum Replies Created
-
Hi Dragos,
Here is a link to my test page > https://smartenergycommunities.ca/map-testing/
I can’t even forward the /fr/ URL to a page that has just the French map. Any assistance would be greatly appreciated!
To add, I am using the Divi theme and the map is displayed via a shortcode in a text module.
Found this which is just as good > https://translatepress.com/docs/developers/show-opposite-language-in-language-switcher
I had to remove CSS I had written to remove the weekends from view, not add.
I do have the premium version.
@hcoe-web I was able to resolve my issue. It turned out to be a piece of custom CSS that was the issue. I emailed them directly for support. They were more responsive via email rather than here.
Same issue with the Divi theme. Seems to work when I switch to the past month, but the current month only shows dots.
Forum: Plugins
In reply to: [Display Eventbrite Events] Book Now buttonI haven’t had a chance to test as there are no upcoming events right now. I will give your suggestion a try asap and report back.
Thanks!
Forum: Plugins
In reply to: [Display Eventbrite Events] Book Now buttonYes, I cleared caching and in my testing, the class got removed. Right now the class should be “eaw-button”
Forum: Plugins
In reply to: [Display Eventbrite Events] Book Now buttonThank you for taking the time to troubleshoot. I did create a custom template in order to test and as per your suggestion, I tried changing/removing the button class, however, neither seems to do the trick. Essentially the code I tried was:
if ( $data->args['booknow'] ) : ?> <div class="eaw-booknow"> <?php printf( '<a href="%1$s" %3$s>%2$s</a>', esc_url( eventbrite_event_eb_url(($data->args['tickets'])?'#tickets':'')), $data->args['booknow_text'], ( $data->args['newtab'] ) ? 'target="_blank"' : '' ); ?></div><?php endif;as well as
if ( $data->args['booknow'] ) : ?> <div class="eaw-booknow"> <?php printf( '<a href="%1$s" class="eaw-button" %3$s>%2$s</a>', esc_url( eventbrite_event_eb_url(($data->args['tickets'])?'#tickets':'')), $data->args['booknow_text'], ( $data->args['newtab'] ) ? 'target="_blank"' : '' ); ?></div><?php endif;Forum: Plugins
In reply to: [Display Eventbrite Events] Book Now buttonWhat version of plugin? – Version 2.7.3
What version of WordPress? – Version 5.0.3
What version of PHP? – Version 7.1Can you share the url? – https://questcanada.org/events/
I have added a bit of jQuery as a workaround for now but if you hover over the button, you’d see the event URL is wrong.
Forum: Plugins
In reply to: [Display Eventbrite Events] Book Now buttonHmm, no luck. The only link related plugins I have are Really Simple SSL and Redirect but I tried disabling both as well as other plugins and no luck.
The weird part is I haven’t added any new plugins and the buttons used to work before.
Forum: Plugins
In reply to: [Image Photo Gallery Final Tiles Grid] Grid “Final Tiles”Ok, thank you!
Forum: Plugins
In reply to: [Image Photo Gallery Final Tiles Grid] Grid “Final Tiles”Yes, but then I can’t get the tiled look with different size images. Also, with Masonry, I am unable to get a hard-crop line at the end of the gallery. It is always misaligned.
It would be nice if I could get the gallery to look like the iMac image you have in the forum. It looks like that is full-width 4 column tiled layout.
Forum: Plugins
In reply to: [Image Photo Gallery Final Tiles Grid] Grid “Final Tiles”Yes, but then I can’t get the tiled look with different size images. Also, with Masonry, I am unable to get a hard-crop line at the end of the gallery. It is always misaligned.