M S
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: posts_per_page query only showing 1 no matter whatThanks Michael for the reply. There isn’t much more than the above but here is the whole thing. I feel that the original developer using a mesh up of Underscores, 2013, and a premium theme didn’t hook everything in to work. At least that seems to be common on other issues.
<?php /* Template Name: News */ /* This example is for a child theme of Twenty Thirteen: * You'll need to adapt it the HTML structure of your own theme. */ get_header(); ?> <!-- Blog Grid --> <section class="space-top padding-bottom"> <div class="container"> <div class="masonry-grid"> <div class="grid-sizer"></div> <div class="gutter-sizer"></div> <?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; $temp = $list_of_posts; $list_of_posts= null; $list_of_posts = new WP_Query(); $list_of_posts->query('posts_per_page=-1'.'&paged='.$paged); //var_dump($list_of_posts); ?> <?php if ( $list_of_posts->have_posts() ) : ?> <?php /* The loop */ ?> <?php while ( $list_of_posts->have_posts() ) : $list_of_posts->the_post(); ?> <!-- Item --> <div class="item w2"> <div class="post-tile"> <a href="<?php the_permalink(); ?>" class="post-thumb"> <!-- Featured Image | post_thumbnail() --> <?php if ( has_post_thumbnail() ) : ?> <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"> <?php the_post_thumbnail( 'blog_archive_thmub', array( 'class' => 'blog_archive_thumbnail post-thumb' ) ); ?> </a> <?php endif; ?> </a> <div class="post-body"> <div class="post-title"> <a href="/news/"> <h3><?php the_title(); ?></h3> </a> <span><?php the_excerpt(); ?></span> </div> <?php srh_framework_entry_footer(); ?> </div> </div> </div> <?php endwhile; ?> <?php// twentythirteen_paging_nav(); ?> <?php else : ?> <?php get_template_part( 'content/content', 'none' ); ?> <?php endif; ?> </div> <!-- Pagination --> <?php// twentythirteen_paging_nav(); ?> </div> </section><!-- Blog Grid End --> <?php wp_reset_query(); ?> <?php get_footer(); ?>Forum: Fixing WordPress
In reply to: Warning: call_user_func_array() expects parameter 1I think the end result here is the theme itself. If you rename the theme to make it fall back to the default.. .you can access wp-admin. The end result will be either having the original developer give the theme an update or change themes.
Thanks!
Forum: Fixing WordPress
In reply to: Warning: call_user_func_array() expects parameter 1Thanks @jameshuff. I did renamed the plugins folder with no effect.
The other challenge has been that the wp-admin page is blank screen with only showing the errors at top.
I’ll try to change the theme to see from phpmyadmin.
Thanks!
Eh…it was worth a shot to ask. I appreciate your feedback sir!
Forum: Fixing WordPress
In reply to: Missing Widgets from Widgets Page in WordPressme too š
Forum: Fixing WordPress
In reply to: Missing Widgets from Widgets Page in WordPressI certainly will give that a shot! I may just ask them to move me to a different one all together. That seems to be the safest bet it appears.
It may be a bit but I will diffidently request this and respond once I get some feedback. I sincerely appreciate your help!
Forum: Fixing WordPress
In reply to: Missing Widgets from Widgets Page in WordPressThey turned it off. I just contacted them via chat. They turned it back on (which was suppose to be that way). I did not notice the other sites until the 24th because I thought it was isolated to my test site. Then when I tried the fresh install last week on a new domain… it made me go login and check the others.
Forum: Fixing WordPress
In reply to: Missing Widgets from Widgets Page in WordPressBack around the week of the 14th, they turned off register_globals to see if one of my plugins on the test site would work. I immediately asked them to revert back that setting.
Forum: Fixing WordPress
In reply to: Missing Widgets from Widgets Page in WordPressI appreciate the small direction for the logs :). I’ll dive in and start scanning them.
No, it has just been the last few weeks. I even tried a brand new domain… install… and getting the same problem. I deleted that and reinstalled the previous version of WP to see if that did the trick. No bueno for sure.
Forum: Fixing WordPress
In reply to: Missing Widgets from Widgets Page in WordPressYes, all 3 sites including an additional site I use for testing. That is exactly my point I was trying to tell my hosting provider. :(.
The logs… I’m not versed enough to be able to pinpoint something in the logs. is there anything that you could suggest that I look out for?
Forum: Fixing WordPress
In reply to: Missing Widgets from Widgets Page in WordPressThanks Esmi.
1) fresh install, no plugins used yet. Default widgets not available.
2) Switched to Twenty eleven and also Twenty Ten. No bueno š
3) Did as instructed for Plugins folder. Nothing different. š
4) I uploaded all the fresh files for both. No luck šCould there be a server setting that could be causing a global issue? I have noticed that 3 of my other sites are having the same problems that have not been touched. I am currently NOT using MU.
Appreciate your time!
Forum: Installing WordPress
In reply to: Multiple problems with a clean install.This fixed the admin bar issue for me but I still have no widgets available and am getting an internal server error when trying to upload:
Forum: Fixing WordPress
In reply to: Spacing between Image & Text in SidebarYou are awesome!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Forum: Fixing WordPress
In reply to: Spacing between Image & Text in SidebarLet me give it a shot! Thanks!
Forum: Fixing WordPress
In reply to: Spacing between Image & Text in SidebarHere is the site. It is the right sidebar with her picture. http://www.live-young.com/
*** The issue is the horizontal spacing between the image and text. it is bunched up.
The code used:
<p><img src="http://www.live-young.com/wp-content/uploads/2011/08/Lou-Ann-Donovan.jpg" height="161" Width="140" Border="0" align="left" HSPACE="10" VSPACE="5" /> Iām a Midwest gal who began on a journey to live a healthier life way back when I was in college. Now just like all of you, the twists and turns of my life have led me to where I am today. Passionate about healthy living, family and community, I invite you to Live Young with me!</p>