one3rdnerd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress Thesis Categories don't work any moreI work with the Thesis framework on a daily basis.
Want to send me the details of this issue to my email at [Email deleted]
Thanks
[Moderator note: Please do not solicit one-on-one help via outside channels on the community support forums.]Yeah, for this to work the plugin must add support for custom taxonomies such as the product category being created with WooCommerce. For now because I have only a few categories I am resorting to manually adding these pages to the sitemap, though would be nice to have this automated.
Forum: Plugins
In reply to: [Root Relative URLs] Conflict with Disqus Comment System PluginI’m also experiencing this issue. Any ideas?
Forum: Plugins
In reply to: [Easy Author Image] Button deosnt work on WP MULTISITESame problem here, I do not have access to all user accounts to login to each and upload. So this must be an issue with this plugin and not a conflict since it works for my user account on my profile page but not the user profile page.
This does not work with all themes. Also using the excerpt option also does not work with some themes.
I wanted to use the shortcode instead but it shows default buttons and not the ones I specifically selected.
Is there a reference sheet for all of the buttons somewhere?
The free or premium version? I didn’t see this feature added to your changelog or anything, do you have some info about how this works with your plugin?
Has this option been added yet? I have the same issue.
I have a print client who needs a product like so
Size of paper
A1
A2
A3
A4
A5Type of paper
Matt
Laminate
RecycledThickness
0.2mm
0.3mm
0.4mmand so on and so on, and thus we end up with close to 1000 variations.
If your plugin could import this feature with the variation price then it would make that task a LOT QUICKER!
PLEASE get back to me.
ooops my bad, I came across this thread when googling my error but it must have been a different part.
Thanks
ooops my bad, I came across this thread when googling my error but it must have been a different part.
Thanks
I am getting this error now.
pache2/pixelloop-error.log
[Mon Jul 08 14:45:16 2013] [error] [client 90.206.209.32] WordPress database error Multiple primary key defined for query ALTER TABLE c2sjh_wpcreviews ADD PRIMARY KEY (id) made by require_once(‘wp-admin/admin.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), call_user_func_array, WPCustomerReviews->init, WPCustomerReviews->check_migrate, WPCustomerReviewsAdmin->createUpdateReviewTable, dbDelta, referer: https://pixelloop.org/wp-admin/update.php?action=upgrade-plugin&plugin=wp-customer-reviews%2Fwp-customer-reviews.php&_wpnonce=df8baca746Is this something that can be patched again? is this the same or different to the previous error?
Yeah I get this too, I wanted to use this plugin with a custom post type where it outputs the thumbnails but it seems to do it on all post types which have a thumbnail.
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] Open lightbox on page load?I would really like to hear if this feature has been added or not to the latest version?
Forum: Plugins
In reply to: [The Events Calendar] Couple of Queries…Brilliant that worked for me, thank you ??
Forum: Plugins
In reply to: [The Events Calendar] Couple of Queries…Hi Jonah,
That looks right up my street! I will give those a try in a moment, thank you.
On another note I also want to call single events through with a custom query, at the moment to pull posts through into a static page I use the below
$custom_loop = new WP_Query('posts_per_page=8&offset=1'); echo '<div class="my-arch-right"><ul class="archive-list">'; if ( $custom_loop->have_posts() ) : while ( $custom_loop->have_posts() ) : $custom_loop->the_post(); echo '<li><a class="archive-link" href="' . get_permalink() . '">' . get_the_title() . '</a></li>'; endwhile; wp_reset_query(); endif; echo '</ul><a class="archive-more" href="https://sunderlandparents.co.uk/events">See More Events</a></div><div style="clear:both;margin-bottom:15px;"></div>';
But I want to also call the latest 5 events as well into the function beneath this one. Which are would I need to be looking at adjusting?
Thanks again, keep up the good work guys.
Forum: Plugins
In reply to: [The Events Calendar] Couple of Queries…Hi Rob,
Due to Thesis 2 being too new and a pain with plugins in many cases the site in question is using the 1.x framework of thesis, to be specific the latest version which is 1.8.5
The option within your plugin to choose the templates available doesn’t seem to actually activate. I tried selecting no_sidebars template but it doesn’t actually apply.
All I really need is the php conditionals so I can use the code I normally would when doing something like
if is page then use this template
but I of course need to say if is events single page or events list page then add this body class, and also so I can call the thesis no sidebars template to use the full width.
Currently it looks like this… https://sunderlandparents.co.uk/events/ and https://sunderlandparents.co.uk/event/young-achievers-youth-arts-exhibition/ because it loads the events template inside the default thesis page template which has a sidebar, and you cannot apply the no_sidebars template via your settings inside the dashboard or by any other wp-admin means, so I have the code which I know does this via my functions file for any other page or post aka is_single or is_page etc but not how to call these pages your plugin creates?
Thanks for the feedback, this is a site for a client, the plugin is really good.