goddesskarla
Forum Replies Created
-
Forum: Plugins
In reply to: [AddToAny Share Buttons] Chrome says about problem with plugin’s cookieSubscribe
Forum: Plugins
In reply to: [WPS Hide Login] The URL of lost passwordDid you find a resolution? Thanks! K
Checking on this as well.
Thanks!
Forum: Plugins
In reply to: [Favorites] Personal favorite list?Same question here!
Forum: Plugins
In reply to: [Registrations for WooCommerce] Product is currently out of stock errorHow did you resolve the issue? Thank you! Karla
Forum: Fixing WordPress
In reply to: images in the media library are not showingAny Resolution?
Forum: Plugins
In reply to: [Responsive Full Width Background Slider] Thumbnail below image.So no way to change the size of the thumbnails? OR to change the scale percentage of the image?
Forum: Plugins
In reply to: [Responsive Full Width Background Slider] Thumbnail below image.Anyone?
Forum: Fixing WordPress
In reply to: Database info errorThank you, I have checked that.
I have checked the table prefix as well.Looking at the database posts and pages are missing. I am having the host restore the latest backup to see if I can retrieve the information.
I never thought a new (quick)install would delete the database. I didn’t see that anywhere in the notes.
Forum: Plugins
In reply to: [Abandoned Cart Lite for WooCommerce] Fatal Error ??anyone?
Forum: Fixing WordPress
In reply to: Adding posts to home pageIt is still showing posts from all categories.. and the header is
query_string: query_stringForum: Fixing WordPress
In reply to: Adding posts to home page[email address moderated – this forum does not provide support via email]
I will give you access to the testing server .. if that would assist you and save time?
Thank you so MUCH! Karla
Forum: Fixing WordPress
In reply to: Adding posts to home pagethank you!
Forum: Fixing WordPress
In reply to: Adding posts to home pageHere is the complete code for the two additions to the page..
I don’t mind paying you for your time if you can get this to work in the next hour.
<table width="100%" border="0" cellpadding="75" cellspacing="0"> <tr> <td width="50%" valign="top"> <h3>News</h3> <?php query_posts( array( 'category__and' => array(4), 'posts_per_page' => 3, 'orderby' => 'title', 'order' => 'DESC' ) ); ?> <?php while (have_posts()) : the_post(); ?> <li><a>"><b><?php the_title(); ?></b></a></li> <a>">Read More</a> <?php endwhile;?></td> <td valign="top"> <h3>Blog</h3> <?php wp_reset_query();?> <?php query_posts (query_string . 'cat=3' ); ?> <?php while (have_posts()) : the_post(); ?> <li><a>"><b><?php the_title(); ?></b></a></li> <a>">Read More</a> <?php endwhile;?></td> </tr> </table>Forum: Fixing WordPress
In reply to: Adding posts to home pageWhen I add the & it disables the slider.. 8(
~bangs head on desk~
Any other ideas?
Thank you! K