silverandrew
Forum Replies Created
-
Forum: Plugins
In reply to: [bxSlider integration for WordPress] Shortcode puts blank slide on the endThere is two instances:
It comes up using gallery or bxgallery.This part comes up after my regular gallery imgs
<p style="float: left; list-style: none; position: relative; width: 1263px;"></p>
This is the clone:<p style="float: left; list-style: none; position: relative; width: 1263px;" class="bx-clone"></p>
Forum: Plugins
In reply to: [bxSlider integration for WordPress] Shortcode puts blank slide on the endI always use the raw editor.
Forum: Plugins
In reply to: [bxSlider integration for WordPress] Shortcode puts blank slide on the endI have the same issue and adding <p> tag sdoes not seem to fix it.
Forum: Plugins
In reply to: [Slideshow] slideshow permalink 404Also, No I don’t have a cache plugin, however i do have some security plugins right now. I did disable them but it still had the same issue. It seems to only be when I change the settings to a slide.
Also that css change I mentioned above seems to take care of the description and title but not the controls for the slider…
I just used a 3:1 ratio instead and it seemed to tidy it up a bit more, but I will be re-sizing and re-uploading all the images, so they will be the same height and width in the slideshow. I will just need to find that special ratio! Thanks!
However, mobile support isn’t that great. does not supply an alternate styling or changes the dimensions to match the mobile screen width/height and hence the slideshow is SUPER tiny on mobile. Is there a fix or alternative workaround for this? or perhaps some extra code I could plugin that would make it a one-image slider by default whenever viewed on a mobile screen?
Sorry for all the questions! Still a brilliant plugin!
One of the only slideshows that allows a side-by-side slide, as my client wants before-and-afters to show together. Simple and easy to use as well.Forum: Plugins
In reply to: [Slideshow] slideshow permalink 404Even on this page that is fixed, https://www.buzzjaskela.com/slides/
they aren’t right below the image.I found a fix however. BUt the content is no longer even on the baseline, but is snug beneath the images.
<div class="slideshow_description slideshow_transparent" style="display: block; position: absolute; bottom: 0px;">
Remove
position: absolute; bottom: 0px;
Forum: Plugins
In reply to: [Slideshow] slideshow permalink 404Actually seems to only do it for the first 15mins or so after I update the settings for the slideshow.
I am trying to use this inside an iframe/fancybox which is pulling in the individual post that has the gallery embedded inside.
I wish to have the image captions/title/desc to be right underneath the images. How can I make the resolution only apply to the images? Right now this is just a guessing game as related to the image heightxwidth and setting a resolution for both the image and the title/desc
as you see. the titles are off my page even though the should fit fine.
https://www.buzzjaskela.com/project-item/test/that is the page that is going to be pulled into the iframe/fancybox.
Forum: Plugins
In reply to: [Slideshow] slideshow permalink 404Ok good.
I was using firefox and it was not showing last night when I logged off. Weird. It seems to work but when I update any of the settings in the slideshow, the first slide doesn’t show afterwards. Not sure why it’s working now, but hey, it’s working. Will keep you posted.
Are you saying you want the large image and NOT the thumbnail size(cropped) size?
In /wp-content/plugins/jetpack/modules/sharedaddy/sharing-sources.php edit line 1119 from $thumb = wp_get_attachment_image_src( $thumb_id );
to $thumb = wp_get_attachment_image_src( $thumb_id , ‘large’ );??
Forum: Plugins
In reply to: Pinterest in Jetpack – which post image does it useI decided to mess with it a bit. I got it to change the image size and it will still pull the post attachment image, but it’s no longer cropped! ??
In /wp-content/plugins/jetpack/modules/sharedaddy/sharing-sources.php edit line 1119 from$thumb = wp_get_attachment_image_src( $thumb_id );
to$thumb = wp_get_attachment_image_src( $thumb_id , 'large' );
Hope this helps some people! ??
Forum: Plugins
In reply to: Pinterest in Jetpack – which post image does it useSame! Except I would just like it to pull the ‘featured image’ of the post without using the thumbnail size, or cropping it! All the images that get pinned using this plugin get cropped and look bad once pinned!
I am having a similar issue with our blog. I created a form and when filled out incorrectly, the errors show up in our slideshow content instead of next to or inside the actual form fields.
I don’t mean to hijack the thread, should I create a separate thread? It seems to be the same issue, although I’m not very good with php.
The link to our site with the form is https://www.fabablog.com/rainbow-cake-contest/ The password to access is contest , didn’t want to make it completely live and start it early with a buggy validation.
This is the code from the theme that the plugin enters content at,
<div class="entry-content"> <?php global $more; $more = 1; the_content(); ?> </div>
Any ideas how I can go about to make the errors validate inside the form fields or next to them?