Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)
  • Thread Starter David Venter

    (@davidventernet)

    I’ve disabled PHP errors from showing. so the maintenance plugin looks ‘okay’ on most pages now since it’s not showing the warning publicly (but even with PHP errors enabled, it shouldn’t be showing the warning at all. Please fix this!).

    The maintenance page is also missing the logo image and background image, and it varies per device – I’m not seeing the logo image nor the background image at all on mobile. On desktop, it shows the logo and background image in Safari but not in Edge.

    Any ETA on a fix for this? We need it working in Safari!

    • This reply was modified 7 years, 6 months ago by David Venter.
    Thread Starter David Venter

    (@davidventernet)

    I contacted (mt)… Here’s what they had to say…

    This isn’t an error we’ve received a large number of reports for, although there is a concern I have regarding part of the message:

    “sslv3 alert handshake failure”

    SSLv3 is one of the protocols that was vulnerable to the recent POODLE vulnerability. As a consequence, it was disabled on the Grid. Connections should be made using TLS instead to ensure that they are secure. You may need to make the appropriate modifications to your site, plugins, etc. to ensure that SSLv3 is not used.

    Regarding the version of Curl running on the server, since the Grid hosting service is a shared hosting platform, this software is managed by our engineers and cannot be updated by the end user.

    This doesn’t really help me. I didn’t change anything in my site since the last successful “network upgrade” other than enabling and enforcing SSL and setting up CloudFlare.

    Still trying to figure out how to fix this.

    Thread Starter David Venter

    (@davidventernet)

    Hi Mika, I’m not sure about the SSL or Secure Curl. I’m using (mt) Mediatemple (gs) Grid-Service. Should I reach out to them about it?

    Thread Starter David Venter

    (@davidventernet)

    Issue Resolved. Thank you.
    (Sorry for the late update).

    Is there no way to send recurring invoices instead of using a system that automatically bills periodically? I really wanted to switch to WP-Invoice but I need to be able to automate sending invoices, with a once-off payment option for each automated invoice instead of working through a system that does auto-billing.

    The workflow would be: I set up recurring invoice -> client receives first invoice and makes a once-off payment through any of the available once-off payment options -> then the next month the system (wp-invoice) send and automated/recurring invoice, same as the last -> the client opens the invoice and makes another once-off payment through any of the available once-off payment options, even a different one than before.

    How can we make this happen?

    I am also looking for the same.

    Thread Starter David Venter

    (@davidventernet)

    Hi Jeremy. Thanks for the response. I have sent a support email referencing this thread but haven’t received any response to that email yet. I will send another, just in case.

    The theme is still under development, many parts aren’t working yet. I’ve just been trying to get the home page fully functional with infinite scrolling before moving on to other functions. I could zip it up and send you what I have at the moment, if that’ll help?

    Thread Starter David Venter

    (@davidventernet)

    So, the whitespace issue was related to sharedaddy, not infinite-scrolling. I’ve managed to resolve it by putting the following in my theme CSS:

    div.sharedaddy:before,
    div.sharedaddy:after,
    div.sharedaddy .sd-block:before,
    div.sharedaddy .sd-block:after,
    div.sharedaddy ul:before,
    div.sharedaddy ul:after {
    	display: inline-block !important;
    }
    
    div.sharedaddy,
    #content div.sharedaddy,
    #main div.sharedaddy {
    	clear: none !important;
    }

    Now I’m still having an issue with the third post being called into the loop showing up twice when Jetpack/infinite-scrolling is enabled.

    Again: Post number 3 should only show up once, in third place, but infinite-scrolling pulls it in again after the new “page load”. making it show up again between post 7 and 8. I’m trying to fix this issue myself but any help would be appreciated. Thanks.

    Thread Starter David Venter

    (@davidventernet)

    The white space issue is caused by JetPack Sharing CSS (or it’s automating position). The whitespace disappears when I tick “Disable CSS and JS” in the admin area. – I could like to keep this enabled. I will try to move the default JetPack sharing position from inside the post content div to below it, and I will report back here if that fixes the JetPack CSS is causing the post to stretch to the same width of the current sidebar div area.

    Thread Starter David Venter

    (@davidventernet)

    I’ve made some progress in resolving the issues. Posts are now loading in the correct order with one exception: Post number 3 loads twice, the first instance in the right position, and the second instance between post 7 and 8. Why is this happening?

    I also still have a lot of unknown white space in the first post that shouldn’t be there.

    Here is my updated index.php

    <?php get_header(); ?>
    	<?php get_sidebar(); ?>
    	<div id="content">
    	<?php while (have_posts()) : the_post();
        get_template_part( 'content', get_post_format() );
    endwhile;
    ?>
    		<?php //else : ?>
    		<?php //endif; ?>
    	</div>
    	</div>
    <?php get_footer(); ?>

    Here is my updated content.php

    <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    			<div class="time-and-date">
    				<div class="post-date"><span class="date-icon">#</span><?php the_time( 'l, F j, Y' ); ?></div>
    				<div class="post-time"><?php the_time( 'h:i A, T' ); ?><span class="time-icon">&</span></div>
    			</div>
    			<a href="<?php the_permalink(); ?>"><?php the_post_thumbnail(); ?></a>
    			<div class="post-title">
    			<a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></div>
    			<div class="post-content">
    				<div class="post-tags">Posted in: <?php the_category(' '); ?> <?php the_tags( 'and tagged: ', ', ', '.'); ?></div>
    				<?php the_content(); ?>
    				<?php wp_link_pages(); ?>
            	</div>
            	<div class="post-meta"><span class="meta-links"><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php //the_title_attribute(); ?>">Permalink</a> | <a href="<?php //comments_link(); ?>">Comments</a> | <a href="http://www.addthis.com/bookmark.php" target="_blank">Share</a></span><br/>
    			</div>
    		</div>

    Please help?

    Thread Starter David Venter

    (@davidventernet)

    Closing this topic as resolved since the issue is caused by a browser error not related to WordPress. Thanks for the assistance WPyogi 🙂

    Thread Starter David Venter

    (@davidventernet)

    Even after a Safari ‘Develop > Empty Cache’ and a ‘Reset Safari’ I still see it like this: http://d.pr/i/9Iie

    Thread Starter David Venter

    (@davidventernet)

    Ok, now I feel really really dumb LOL. I was using safari, mostly. I’ve cleared cache a few times and still experienced the issue, thus I’ve ruled out cache as being the issue. Though I haven’t checked the site in any of my other browsers. Now that you’ve mentioned that what you see is how it’s supposed to be, i checked on chrome and firefox and it was fine. I’ve cleared Safari’s cache again and it’s still looks “wrong” in Safari. Maybe there is something wrong with my Safari browser. I’ll look into it.

    Sorry for wasting your time and thank you for your assistance!

    Thread Starter David Venter

    (@davidventernet)

    Only the DV logo and DAVIDVENTER.NET is supposed to be light, according to my CSS, everything else on the blue top bar should be dark/black. Also the “share” links at the bottom of the posts should be dark, not white. Not sure how or why the link CSS from the .site-title-container div class rolled over into other random parts of the site.

    I’m checking on the validator errors now. Thanks for sharing that.

Viewing 15 replies - 1 through 15 (of 18 total)