danielsysadmin
Forum Replies Created
-
@webdevmattcrom is there a way for me to delete this review? I can’t update the star rating because it was a long time ago and I’m not using the plugin today. But I understand that a permanent 1-star review is not fair as the plugin probably received many updates in the period. I will change the review to a neutral 3-stars until I discover how to delete my review.
Forum: Plugins
In reply to: [Simple Job Board] Form Not submitting@presstigers disabled the plugins, problem persist.
Forum: Plugins
In reply to: [Simple Job Board] Form Not submittingHi, I have a similar problem.
WordPress version: 4.4.2
Website: http://esf-brasil.org/jobs/Browser console error:
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help, check https://xhr.spec.whatwg.org/.
Forum: Themes and Templates
In reply to: [Guardian] Buggy Navbar MenuForum: Themes and Templates
In reply to: [Guardian] Slider on mobileThe viewport problem was not related to the carousel.
I fixed it by eliminating some css rules with this custom css:
.navbar-toggle { margin-left: 0px !important; margin-right: 0px !important; } .navbar-header { margin-left: 0px !important; margin-right: 0px !important;Pagespeed accepted it.
And I also changed the custom css from the first problem to this:
@media only screen and (max-width: 767px){ .btn-lg, .btn-group-lg > .btn{ font-size: 11px !important; padding: 3px !important; margin-top: 5px; } .carousel-indicators { display: none; } .carousel-caption{ top: 5% !important; bottom: 1% !important; } } .carousel-caption{ top: 21% ; bottom: 1% ; }It’s more responsive altough not perfect.
Mod Pagespeed is not a cache, mostly it rewrites jss, css, html and images aiming to reduce size and requests and so load page fasters on the browser. Falcon Engine serves static versions of most visited pages in the site, it does so via RewriteRules and aims to reduce server load during intense use so making the webserver more reliable.
What they have in common? They are kind of reverse proxies, they both gzip compress data and set VARY headers.https://www.sonassi.com/help/magestack/understanding-cache-flow-when-using-pagespeed-and-varnish
But possibly it’s better not to use the two together. Falcon Engine add complexity and a lot of rewrite rules without adding much, especially with using a CDN. I understand that this plugin goal is to offer a fast and easy setup to caching to people that otherwise would be with hands empty.
Forum: Themes and Templates
In reply to: [Guardian] Images in slideshow dissapearing (moving upwards)When using HugeIt Portfolio with Guardian 2.7 there was a bug in the header where it was moved upward, a quarter being outside viewport, and in the bottom appeared a gray bar. With Guardian 2.6 this didn’t happen. Also, when using the plugin the theme font were changed to another. As I’m no longer using this plugin my issue was resolved.
Forum: Themes and Templates
In reply to: [Guardian] Typo in 404.phpYes, I already dit that and that’s it. But page is displaying “No Title” and breadcrumb “Home/”. A full 404 error page only with header and footer would be better although I suppose that is not a bug.
Thanks!
Forum: Themes and Templates
In reply to: [Guardian] Slider on mobileDespite being 8 months old, it also solved my problem. Carousel is displaying nicely in mobile but… Google Pagespeed still inform that:
The page content is 389 CSS pixels wide, but the viewport is only 375 CSS pixels wide. The following elements fall outside the viewport: The element <div class="navbar-header"></div> falls outside the viewport.Forum: Themes and Templates
In reply to: [Guardian] Error display Header sliderI think that is not possible.
Forum: Themes and Templates
In reply to: [Guardian] Images in slideshow dissapearing (moving upwards)I had this problem and it was a conflict with a plugin. Probably using the same css classes id.
Forum: Themes and Templates
In reply to: [Guardian] WP Gallery buggedIt works!
Thanks.
It’s working (when in localhost). Probably an Ajax and network thing. Solved.
OK @dlocc, let’s try. I’m using a Bitnami installer fresh install of WordPress 4.3.1 on a virtual machine. Only default plugins, default theme and still I’m getting the Ajax error and the slowndown. How I debug this error?