Thank you for a great plugin!
I’ve also logged a query on the Slider by Soliloquy support forum.
Advanced Custom Fields seems to break the delete image buttons on the Edit Slider page of Soliloquy.
When I disable ACF the buttons work again.
Thank you
]]>#wcpscwc-product-slider-1 {
height: 300px !important;
}
just moved the slider on my page. Working with % didn’t have an effect.
Am happy about any suggestions and useful hints!
Best regards,
-Bj?rn
EDIT: After getting a little bit through the code I came up with this solution.
.slick-slide img {
height: 300px !important;
width:300px !important;
}
Regards,
-Bj?rn
]]>I’d like to know if there is some way to add on slider post preview the category of each article/post show.
By default it shows just title and the first rows of the article.
I think it would be more clear to give also category label.
Thanks
]]>https://dribblingink.com/
I want it to be more of a square and centered on the page. I tried to edit the featured-content.php, but I couldn’t really find anything in there.
<div id="featured-content" class="flex-container loading <?php brunelleschi_banner_class(); ?>">
<div class="flexislider">
<ul class="slides">
<?php
$myposts = get_posts( array('meta_key' => 'brunelleschi_featured_post_checkbox', 'meta_value' => 'on', 'post_type' => array('post','page')) ); ?>
<?php foreach( $myposts as $post ) : setup_postdata($post); ?>
<li class="slide-cell wraplink clearfix" onclick="window.open('<?php the_permalink(); ?>','_self'); event.stopPropagation();">
<?php if (has_post_thumbnail( $post->ID ) && ( $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'post-thumbnail' ) ) ){
$header_image_width = (HEADER_IMAGE_WIDTH < 960) ? 960 : HEADER_IMAGE_WIDTH;
echo get_the_post_thumbnail( $post->ID, array( $header_image_width, HEADER_IMAGE_HEIGHT ), array( 'class' => 'featured-banner' ) );
}
[Please use the code buttons when posting code here – as is, your code may have been corrupted by the forum parser.]
]]>I am trying to widen the content margins to roughly occupy 75% of the screen on all pages but the static home page of my site. In addition, I would like to edit my slider so that it will display images that are 940 x 500 pixels. The images that I have up right now are 940 x 500 but sometimes the whole image doesn’t appear because the recommended image size is 956 x 350.
My site is andtheparade.com and a link for a page that I want to edit the margin of is andtheparade.com/collections/
Thank you for your time and thank you in advance to any help.
Ashley
]]>