amplified2
Forum Replies Created
-
in your style.css add this
.pibfi_pinterest .xc_pin { bottom: 5px !important; }
Forum: Plugins
In reply to: [WP Modal Login] Default to show Register fields first?you can actually do this with CSS
add this to your files#login-box #login { display: none; } #login-box #register { display: block !important; }
Forum: Plugins
In reply to: [PopPop] Close box button overlaps top menuprobably a bit late to answer this, but the css for this plugin is
/wp-content/plugins/poppop/scripts/reveal/reveal.css
Forum: Plugins
In reply to: [Carousel Horizontal Posts Content Slider] previous and next not workingInteresting to note…that when you view this responsively… on an iPhone for example…it is working perfectly. I think there is a display:none affecting this…will let you all know..I am getting close to solving this…lol
Forum: Plugins
In reply to: [Carousel Horizontal Posts Content Slider] prev and next not workingOK, I put this code
jQuery(document).ready(function($) { $('#foo1').carouFredSel({ scroll : 1000, circular: true, //infinite: false, auto : false, prev : { button : '#foo1_prev', key : 'left' }, next : { button : '#foo1_next', key : 'right' } }); });
in carousel-horizontal-posts-content-slider/inc/custom.js as instructed. I also changed
$args = array( 'numberposts' => $qp_showposts, 'category' => $qp_category, 'order'=> $qp_order, 'orderby' => $qp_orderby );
to
$args = array( 'numberposts' => $qp_showposts, 'category' => $qp_category, 'order'=> $qp_order, 'orderby' => $qp_orderby, 'post_type' => 'any' );
in carousel-horizontal-posts-content-slider/carousel-horizontal-posts-content-slider.php as you mentioned in another thread. Still my buttons do not work (when I can get them to show.) I think this is a common problem and would really appreciate some help.
site is https://nstnet.redhorsesolutions.com/
working on getting a newsfeed that pulls excerpts from posts without images and this seems to be the only plugin I can find that will accomplish this.add the slider shortcode and then the image. use “position” to set the image where you would like it. if the image is sliding under the slider you can assign it higher z-index as demonstrated below.
[soliloquy id=”228″]
<img src="https://sample.com/wp-content/uploads/sites/image.jpg" alt="logo" width="200" height="200" class="alignnone size-full wp-image-232" style="position: relative; bottom: 41px; left: 19px; z-index: 99;"/>
that is true… working on a fix now to resolve the issue by eliminating Courseware from the site.
No luck with WPMU Membership. (working on the same type project as the original poster) I also tried WPMU Pay-Per View which works great for pages but since the courses are not “pages” you can not incorporate that plug-in with Courseware.
Still looking for answers.