Forum Replies Created

Viewing 15 replies - 46 through 60 (of 96 total)
  • Thread Starter Steve D

    (@steadwell)

    Hi Megan,

    Just wondering, anything new on a noCaptcha reCaptcha option?

    Thanks!

    Thread Starter Steve D

    (@steadwell)

    Bruno,

    Thanks for your help, I’ll work out your suggestion through the Jetpack forum and mark this as resolved, but in future releases you may want to consider adding infinite scroll/ajax capabilities.

    Great plugin by the way, Kudos to you!

    Thread Starter Steve D

    (@steadwell)

    Thanks for responding,

    When you say “In ajax request feedback function…” do you mean “callback”?

    I’m using the Jetpack infinite scroll and have it enabled in my theme in the functions.php. Can I add this “callback”, the
    window._lazyimgs = $("img.ls_lazyimg");
    in my functions.php? That would seem best to avoid being written over when jetpack is updated.

    The code in my functions.php to enable the infinite scroll is:

    function book_lite_setup() {
    
    	/**
    	 * Enable support for Infinite Scroll
    	 */
    	add_theme_support( 'infinite-scroll', array(
    		'type'           => 'scroll',
    		'container'      => 'main',
    		'footer'	 => 'main',
    		'footer_callback'	 => 'my_footer',
    	) );
    
    }
    endif; // book_lite_setup
    add_action( 'after_setup_theme', 'book_lite_setup' );

    Could I add the suggested line to that?

    Thanks again!

    Jim,

    If you’re new to wordpress, one of the first things I would recommend is the concept of child themes. It’s easy to setup, you need a child-theme folder in your themes folder, create a style.css with the child theme name and a template php. You can add additional functionality with functions.php in your child theme and over-ride parent theme templates if the need should arise.

    Though the custom CSS option works as well, major enhancements are best done using the child theme approach, plus, when the parent theme is updated, it doesn’t overlay your customizations.

    Funny you should ask, but I was looking into an autoplay function for the slider just last night. There are plugins which you could use to replace the current slider (I use Meta Slider on a couple of sites), but to make the Nuntius slider autoplay would require some jQuery.

    If I can get a workable solution, I’ll post it here but it will take some time.

    Jim,

    Try this CSS –

    #feature.active-sticky .slideshow-controls {
         background: url(images/slider-controls.png) repeat-x 0 0 !important;
         float: left !important;
         height: 55px !important;
         overflow: hidden !important;
         width: 640px !important;
         bottom: 0 !important;
    }
    
    #feature.active-sticky .slideshow-controls .slideshow-pager {
         float: left;
         overflow: hidden;
         padding-top: 6px !important;
         width: 530px;
    }
    
    #feature.active-sticky .slideshow-controls a.slider-prev,
    #feature.active-sticky .slideshow-controls a.slider-prev:hover {
         background: url(images/slider-controls.png) no-repeat 0 -126px !important;
         height: 29px !important;
         margin: 16px 10px 0 0 !important;
         float: left !important;
         overflow: hidden !important;
         text-indent: -9999em !important;
         width: 29px !important;
    }
    
    #feature.active-sticky .slideshow-controls a.slider-next,
    #feature.active-sticky .slideshow-controls a.slider-next:hover {
         background: url(images/slider-controls.png) no-repeat 0 -181px !important;
         float: left !important;
         height: 29px !important;
         margin: 16px 10px 0 0 !important;
         width: 29px !important;
         text-indent: -9999em !important;
    }
    
    #feature.active-sticky .slideshow-controls .slideshow-pager a.activeSlide {
         color: #dd7a05 !important;
    }
    
    #feature.active-sticky .slideshow-controls .slideshow-pager a {
         background: url(images/slider-controls.png) no-repeat right -61px !important;
         color: #fff !important;
         float: left !important;
         font-size: 12px !important;
         font-weight: 700 !important;
         padding: 15px 10px 25px 10px !important;
         line-height: 2rem !important;
         font: 12px/20px Arial, Verdana, sans-serif !important;
    }
    
    #feature.active-sticky .slideshow-controls {
         z-index: 1000;
         position: relative !important;
         bottom: 0 !important;
         margin: auto;
         text-align: center;
         width: 640px !important;
         -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
         opacity: 1;
         direction:ltr;
    }
    
    #feature.active-sticky .slideshow-controls a,
    #feature.active-sticky .slideshow-controls a:hover {
         border: 0 !important;
         background: url(images/slider-controls.png) no-repeat right -61px !important;
         color: #eee !important;
         zoom: 1;
         -khtml-border-radius: 0 !important;
         -webkit-border-radius: 0 !important;
         -moz-border-radius: 0 !important;
         border-radius: 0 !important;
         -webkit-transition: 300ms border-color ease-out;
         -moz-transition: 300ms border-color ease-out;
         -o-transition: 300ms border-color ease-out;
         transition: 300ms border-color ease-out;
    }
    
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
         #feature.active-sticky .slideshow-controls a,
         #feature.active-sticky .slideshow-controls a:hover {
              background: transparent none !important;
         }
    }
    
    #feature.active-sticky .slideshow-controls a:hover {
         border-color: 0 !important;
    }
    
    #feature.active-sticky .slideshow-controls a img {
         border: 0 !important;
    }
    
    #feature.active-sticky .slideshow-controls a,
    #feature.active-sticky .slideshow-controls a:hover {
         height: 7px !important;
         width: 20px !important;
    }

    Insert this into your style.css in a child theme.

    It worked for me!

    Thread Starter Steve D

    (@steadwell)

    Problem seems to stem from Jetpack – if Photon is deactivated, images don’t get re-sized.

    I’ll mark this as resolved!

    Thanks for the plugin!

    Thread Starter Steve D

    (@steadwell)

    The “browser shots” seem to get re-generated from time to time and I haven’t noticed any major problem with it lately so I’ll set this to “resolved”.

    Thanks for looking in to it.

    Thread Starter Steve D

    (@steadwell)

    Anxious to see an updated Nuntius, I wasn’t sure if it was still being supported.

    Thanks for your input sacredpath!

    Thread Starter Steve D

    (@steadwell)

    I finally beat it by throwing a bunch of CSS at it.

    Thread Starter Steve D

    (@steadwell)

    The Nuntius theme comes with a slideshow of featured posts for a home page using the “news” template. I’ve tried disabling all individual jetpack options, yet the very presence of jetpack (activated) throws off the slider controls of the intrinsic slider. Jetpack Lite does not alleviate the problem either. I was using CSS to correct the jetpack problem, but ended up with a huge amount of CSS which was still wonky, when by disabling the entire jetpack plugin, the problem is cleared up.

    It is unfortunate because I’m having to replace other jetpack functionality peacemeal.

    My problem site is here (I will activate jetpack to show the problem) and the correctly working example is here.

    Thanks for your response sacredpath!

    Thread Starter Steve D

    (@steadwell)

    I got it! I had the menu’s ul class name specified instead of the containing div class name. I new that it worked before!

    This is resolved.

    Thanks for looking at it.

    Thread Starter Steve D

    (@steadwell)

    Hi,

    The CSS is working okay.

    li[class^="current"] a,
    li[class*="current"] a {
         background: transparent !important;
         color: white !important;
     }

    It’s when a page loads, the menu item class is not being changed (ie. addClass, removeClass).

    I don’t want the PRO version, just the basic functionality.

    Thanks!

    Thread Starter Steve D

    (@steadwell)

    With Cloudflare still deactivated, I clicked on the “activate site management” banner in a subsite causing the 500 internal server error – this was on Firefox. I went over to wordpress.com and disconnected the subsite from there, cleared the browser cache and restarted Firefox which seemed to resolve the server error. I then reconnected to wordpress.com, though not through the site management method, the old method of reconnecting and all seems fine now.

    It’s probably noteworthy to mention that I had originally had jetpack network activated with some subsites not configured to allow remote in the JSON settings which may have invoked the “activate site management” banner, in turn, causing the server error.

    At least now we can rule out Chrome as a common denominator.

    Also, its possible that something cache wise expired at the time I disabled the Chrome extension so that could very well have been a conincidence.

    Thread Starter Steve D

    (@steadwell)

    Jeremy,

    Here are some common denominators:

    • hosting – @abcdiamond and I are both using ipage
    • client machine -I’m using an Acer Aspire One tablet – @rraszews mentioned he was on a Chomebook (basically the same thing)
    • OS – Mine is running Windows 7 Starter and I suppose @rraszews may as well being a similar machine
    • Chrome browser

    I use CloudFlare, which I paused at the first sign of a problem and through the debug process. Also, my setup includes network install and BuddyPress, which may also add to the situation.

    The ipage error logs can be found here – https://www.ipage.com/controlpanel/cgiManagement/cgiErrorLog.bml. The hosting support really wasn’t much of a help, they attempted to replicate the problem and couldn’t. The logs were convoluted with so many different messages, it was tough to find anything pertinent. The ticket with them is closed now.

    I hope this helps some.

    Thanks!

Viewing 15 replies - 46 through 60 (of 96 total)