My homepage –> www.packersnotes.com
]]>I’m hoping for guidance in reviving my photo gallery navigation arrows. With every gallery installed on our website, you used to be able to click on a single picture within a specific gallery, the picture would open enlarged and from there you could click the arrows on either side of the photo to navigate to the next photo or the previous photo. This feature is no longer present.
The only thing I can think that I’ve changed as of recent is I updated to the most current version of wordpress. Other than that, I have not changed any option for the galleries or photos. Under the gallery settings, I have the each photo set to link to the “attachment page”; this has been a constant and also not changed.
My thought is that it has something to do with the WordPress update and the current theme I’m using for my website, dePosito by ThemeShift. I don’t believe ThemeShift supports this theme any longer, so I haven’t been receiving theme updates. The theme works perfectly for our website though, so I’d really like to keep using it.
Any help would be much appreciated! Thank you!
]]>When I open a photo gallery and click on a image the arrows are visible. But not with initial load.
Thanks!
]]>I am trying to use it as a testimonial slider. I have only 3 Slides to be shown at the same time but the leftmost and the rightmost faded with half slide and when it next or previous (transition) then it becomes active in middle. But Upon 3 slides, it is hiding the navigation arrows and bottom bullets. However, when I am adding 4rth one the arrows appear.
Example: https://snipboard.io/M2Hxz1.jpg
Please help me to manage this.
Many thanks in advance and best regards
function sf_update_woo_flexslider_options( $options ) {
$options[‘directionNav’] = true;
return $options;
}
However, when I use a smartphone it only works properly on 7 out of 13 products.
For products on which the snippet does not work properly, it is necessary to wait about 30 seconds on the product page and only then will the arrows start working.
I use WooCommerce with Storefront theme.
I would be grateful for any ideas on how to fix it.
function sf_update_woo_flexslider_options( $options ) {
$options[‘directionNav’] = true;
return $options;
}`
However, when I use a smartphone it only works properly on 7 out of 13 products.
For products on which the snippet does not work properly, it is necessary to wait about 30 seconds on the product page and only then will the arrows start working.
I use WooCommerce with Storefront theme.
I will be grateful for any suggestions of how could I fix it.