halluzineyt
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: A lot of WP_Query on home page.Thanks ill try to work on it.
Forum: Plugins
In reply to: [Nextend Twitter Connect] Cant get to authenticate appNope exactly at this url https://api.twitter.com/oauth/authenticate after the process went there it wont redirect anymore.
Forum: Plugins
In reply to: [Nextend Twitter Connect] Cant get to authenticate appCheck the Allow this application to be used to Sign in with Twitter below the callback url on settings. My problem is im being stuck at https://api.twitter.com/oauth/authenticate please tell me once you have figured a way out.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Add to custom field images alsoNo plugin just a plain link of image called by the custom field. Thanks
Forum: Fixing WordPress
In reply to: Apache keeps Crashing Randomly everydayThe server say there is no hardware issues yes its hosted by hivelocity , i mean by crash is that the site goes down but you can access the server only apache dies. Yes apache error logs i have some
[Thu Jun 20 10:09:42 2013] [error] [client 66.249.72.80] Premature end of script headers: index.php [Thu Jun 20 10:09:55 2013] [error] [client 112.205.138.154] File does not exist: /home/flipp/public_html/404.shtml, referer: https://flippish.com/mt-fuji-adventure-angel-reyes-neya-shi/2013/02/10 [Thu Jun 20 09:55:46 2013] [error] [client 49.144.149.66] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
These are my common errors on the log
for the PHP Its just a remodified twentytwelve theme i just added some extra queries and the css design is that what you mean?.
Forum: Fixing WordPress
In reply to: High query getting Out of Memory<ul> <?php require '../../../wp-load.php'; ?> <?PHP require_once('../../../wp-blog-header.php');?> <?php query_posts('showposts=4&cat=44'); ?> <?php while (have_posts()) : the_post(); ?> <li> <div class="image"><a href="<?php the_permalink() ?>"><img src="<?php $values = get_post_custom_values("thumbnail"); echo $values[0]; ?>" style="width:198px;height:115px" border="0" alt="" /></a></div> <h3><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h3> <p> <?php $trim_length = 180; //desired length of text to display $custom_field = 'description'; $value = get_post_meta($post->ID, $custom_field, true); if ($value) { echo rtrim(substr($value,0,$trim_length)). '...'; } ?> </p> <div class="share"> <h6><?php if(function_exists('the_views')) { the_views(); } ?></h6> <div style="float:left"> <a href="https://twitter.com/share" class="twitter-share-button" data-url="<?php the_permalink() ?>" >Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs"); twttr.widgets.load(); </script> </div> <div style="float:left"> <iframe src="//www.facebook.com/plugins/like.php?href=<?php the_permalink() ?>&send=false&layout=button_count&width=450&show_faces=false&action=like&colorscheme=light&font&height=21&appId=386987348003843" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:21px;" allowTransparency="true"></iframe> </div> </div> </li> <?php endwhile; ?> </ul> <div class="seemore_live seemore"><a href="https://flippish.com/category/30-seconds-of-pain/"><img src="<?php bloginfo('template_directory');?>/asset/images/see_more.png" border="0" alt="" /></a></div>
Hello this is the page where i pull my ajax contents this format is same with the others.
Forum: Plugins
In reply to: [Theme My Login] SQL ErrorsSo is it bad somehow?
Forum: Fixing WordPress
In reply to: Help optimizing a wordpress siteThanks i just embed images using custom fields, is there a plugin to optimize images?
Forum: Plugins
In reply to: [Facebook All] Cant Verify Curl/FSOCKOPENI got it fixed but when you click the button the pop up will just close and you wont be logged in.
Forum: Plugins
In reply to: [Facebook Comments] Recent Facebook Comments?beep me too if you find one!
Forum: Plugins
In reply to: [Theme My Login] All Actions Same PageHow Can i perform the old action? Thanks
Forum: Plugins
In reply to: [WordPress Social Login] stopped working on (Theme my login) famous pluginIt works on google chrome when you put the redirection of Theme my login to referrer but doesnt work with firefox i wonder why? it goes to Site.com/login then gives unspecified error#0 ?
Forum: Fixing WordPress
In reply to: next_post_link and previous_post_link loop if there is no post.The plugin is good but is there a way for the previous or next link not hidden when it came into the last post or first post.
Forum: Fixing WordPress
In reply to: Use wp_users from a main blog.Thanks!
Forum: Plugins
In reply to: [Contact Form 7] No uploaded file and link at all.Cant see there why there is no link going to the file on the email. And its not temporary its really not saved at all you wont have a chance to see the file since there is no link going to it in the email.