glenwheelerltd
Forum Replies Created
-
We can do step one as every time we activate the plugin (even using yours on step 3) the site backend dies.
This is why I was wondering there there was an SQL query we could run to purge the db settings / configs
Thanks,
GlenHey Guys,
I am now having this issue whilst the plugin is active. Latest version of the plugin. As soon as I remove the plugin I am then able to login again. When I reactivate the plugin or add it back I then get the same message website is experiencing a technical issue.
This seemed to have happened when I create a few new popups for the site. Since then I get the error.
Is there a way I can possibly flush a DB table of the other popups I’ve created?
Any ideas and support would be amazing.
Thanks
Glenthanks for this, it doesn’t seem to let me edit my initial post but can confirm this worked
I have the following code that doesnt seem to work with WordPress 3. Could you help fix it?
<?php
$args = array(
‘post_type’ => ‘product’,
‘meta_key’ => ‘_featured’,
‘meta_value’ => ‘yes’,
‘posts_per_page’ => 1,
);$featured_query = new WP_Query( $args );
if ($featured_query->have_posts()) : while ($featured_query->have_posts()) : $featured_query->the_post(); ?>
<div class=”botm cont-centre”>
<h2>Featured Book</h2><div class=”book-feature”>
<?php if(has_post_thumbnail()): ?>
<?php
$image_title = esc_attr( get_the_title( get_post_thumbnail_id() ) );
$image = get_the_post_thumbnail( $post->ID, ‘product-thumb’ , array(
‘title’ => ‘Book cover of’ . $image_title,
‘alt’ => ‘Book cover of’ . $image_title
));echo $image;
?>
<?php else: ?>
/images/no-cover.jpg” alt=”No book cover available, blank cover” title=”No book cover available for this result” />
<?php endif; ?>
</div><?php
$title = get_the_title();
$authors = get_field(‘book_author_select’);
$publisher = get_field(‘book_publisher’);
$pubished = get_field(‘book_year_published’);
$condition = get_field(‘book_condition’);
$cover_type = get_field(‘book_cover_type’);
$edition = get_field(‘book_edition’);
$book_id = get_field(‘book_id’);
$isbn = get_field(‘book_isbn-13_number’);
$isbn10 = get_field(‘book_isbn-10_number’);
$price = $product->get_price_html();
$narrative = get_field(‘book_narrative’);
?><div class=”book-content”>
<ul class=”book-details”>- Title: <?php echo $title; ?>
- Author: <?php echo $authors[0]->post_title; ?>
- Publisher: <?php echo $publisher->post_title; ?>
- Published: <?php echo $pubished; ?>
- Edition: <?php echo $edition; ?>
- Ref: <?php echo $book_id; ?>
<div class=”book-desc”>
<h3>About The Book</h3>
<p><?php echo $narrative; ?></p></div>
</div>
<?php endwhile; ?>
</div>
<?php endif; wp_reset_query();?>Forum: Plugins
In reply to: [List category posts] Remove title attribute from linksInstead of doing any functions.php work you can simply add something like this to your template.
<ul class=”nav”>
<?php wp_list_categories( array(
‘orderby’ => ‘name’,
‘taxonomy’ => ‘product_cat’,
‘depth’ => 1,
‘title_li’ => ”,
‘hide_title_if_empty’ => true,
‘use_desc_for_title’ => 0,
‘include’ => array( 28, 27, 8, 29, 43, 31 )
) ); ?>Forum: Themes and Templates
In reply to: [LitheStore] Featured Products not showing after updateI’m still having this problem. We are selecting a product for our homepage but it doesn’t seem to appear in place of the last one. Any ideas?
Thank you Mike, really appreciate your support
OK so I figure a way to do this as a temp fix until Renzo adds them to the plugin itself.
1. Open the plugin folder
2. Go to Lib Directory
3. View.php
4. On line 95 you’ll see this <?php for($i=1;$i<=10;$i++){ ?>
5. Change this line where you see the number 10 to something like 15 or 20 and this will give you the extra fieldsAny update on this at all guys? really need this increasing to 15 – 20 fields?
Yes, same with me. I could really do with this as we are trying to Track UTM sources upon sign up, how fast could you get this in place? Strange how you cannot add your own?
I know the concern is based around the amount of data being sent down the pipe but its pretty basic stuff I guess?
Please add the feature to support.
Thanks,
GlenForum: Plugins
In reply to: [Contact Form 7 Extension For Mailchimp] Data not sending to MailchimpHi @ahamaton,
Renzo did help me away from this board via the support area. Drop him a message there as he has suggested and he will be happy to help I am sure.
Thanks,
GlenForum: Plugins
In reply to: [Contact Form 7 Extension For Mailchimp] Data not sending to MailchimpHey Renzo, you’re the developer though right?
Forum: Plugins
In reply to: [Contact Form 7 Extension For Mailchimp] Data not sending to MailchimpDoes anyone have any ideas what the exclamation mark might mean? Ive checked everything on this and still nothing? Do you guys get Exclamation marks on your tabs?
No idea, probably quite a few. I enjoy helping people where I can, designers or developers.
Not sure where “Wheelie” came from? Quite childish, and a bit odd to give me that name when you have no idea who I am. My name is Glen Wheeler as you can see.
Anyway, this is ridiculous. Your responses are no longer helpful so please don’t reply.
Thanks for any support given so far.
Yep, I am on everything ?? I like the web community, they are all pretty pleasant people. But yes, you know absolutely nothing about me…What’s my favourite colour? What dog do I have? Please provide answers…Am I being trolled?
Yep, my google presence is pretty rad. I’m found pretty easy which is good for business usually.
No, you’re not rude thinking I’m a designer…you’re rude because it comes across as if you think designers are not very smart.
I’m here, I’m real.
500 posts! in 11.5 months go you, you have a lot of free time on your hands. I’ve been on Twitter for quite some time and have 20,000 tweets, how good is that? I don’t post that often on www.ads-software.com…starting to regret my 6th post though…it’s turning into a proper headache.
I’ve not judged you once…you’ve just judged hundreds of thousands of designers.
— End —
If anyone see’s this post, i’d love some good support an ideas on my issue, much appreciated guys. ThanksGlen