JessicaRodgers
Forum Replies Created
-
Forum: Plugins
In reply to: [hCaptcha for WP] Not compatible with payment gatewayThank you! I’ve also sent notice to Secure Submit.
Forum: Plugins
In reply to: [The Events Calendar] Events Calendar (Stuck on single month)I Found a solution. I had to enable the Rest API?
Forum: Plugins
In reply to: [The Events Calendar] Events Calendar (Stuck on single month)I’m having this same issue. When I click on Next or Previous, it does not change. when I click on Month or Day, it does not change.
https://www.gamechangersidaho.com/events/Forum: Plugins
In reply to: [Scheduling Plugin - Online Booking for WordPress] Console errorI figured it out. I forgot to flush the cache for the minify and after doing so it is working. Thank you so much for your reply, I do appreciate it. Have a great day.
Forum: Plugins
In reply to: [WooCommerce] Box office Hooks & FiltersSorry @fullysupportedphil But the support team from Woocommerce.com directed me here and told me to post my question here because they could not help me.
Forum: Plugins
In reply to: [Easy Query - WP Query Builder] pagination not workingYes. Sorry.
I had to remove it because my client needed his site right away.
I do love the plug, hopefully I’ll use it in the future with better luck.
Forum: Plugins
In reply to: [Mint Sliders] [Plugin: Mint Sliders] How to set size of sliderGo to the plugin editor and edit this file:
mint-sliders/css/skitter.styles.cssfind
.box_skitter {position:relative;width:800px;height:300px;background:#000;}change to
.box_skitter {position:relative;width:600px;height:300px;background:#000;}For the images to show up, you have to declare width and height in the html.
for example…
width=”” height=””I’ve used this plugin on several projects and I have not had any problems.
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Width and height won't workSorry I ended up using WP Content Slide…. It could have been a problem with the theme I was using.
I do like your plugin, I have used it successfully on 3 other WP sites using a different theme.
THanks for the quick reply btw.
Jessica
Forum: Themes and Templates
In reply to: html img src tag not working for meI found help on this site for my image problem.
https://css-tricks.com/forums/viewtopic.php?f=10&t=5952Using a template path will work such as
<?php bloginfo('template_directory'); ?>
so when inserting this in the img src tag it would look like this:
<img src="<?php bloginfo('template_directory'); ?>/images/night-2.jpg" width="300" height="225" />