one3rdnerd
Forum Replies Created
-
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: http://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="http://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… http://sunderlandparents.co.uk/events/ and http://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.
Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] All Reviews Now MissingI went and investigated my database tables via php my admin and when I explored the tables for this plugin I got the following response…
MySQL said:
#1286 – Unknown table engine ‘InnoDB’
Any one else had this or know what the issue could be?
Forum: Plugins
In reply to: [Facebook] [Plugin: Facebook] Acces token keeps expiring… =(Im getting this error too. Right pain, as the plugin is great other than this major issue. It posts to my personal timeline every time without fail but not the fanpage.
Forum: Plugins
In reply to: Plugin: Cimy User Extra Fields – Image URL In Rich EditorI have dropped you an email regarding the above.
Thanks
Forum: Plugins
In reply to: Plugin: Cimy User Extra Fields – Image URL In Rich EditorThe last thing I want to do is upset you Marco as I both appreciate your hard work on developing this tool and your prompt assistance. I am just providing what I know.
To create this on an author profile I have created a function in my functions.php file within the theme. (Thesis Theme).
The code used is below.
/* Add Additional Fields to Author Profile */ // Author / User Profiles function my_author_intro($output) { global $wp_query; $curauth = $wp_query->get_queried_object(); if (is_author()) { $authinfo = '<div id="archive_info"><h1>' . $curauth->display_name . '</h1></div>' . "\n"; $aboutbio = '<div id="profile-bio"><span style="color: #535250; font-size: 1.3em; line-height: 1.7em; padding-right: 2em;">' . get_cimyFieldValue($curauth->ID, 'ABOUT') . '</span></div>'; $banner = '<div id="banner"><span style="">' . get_cimyFieldValue($curauth->ID, 'BANNER') . '</span></div>'; $latesttitle = '<div id="latest-title"><h2> Latest Articles </h2></div>'; $output = $authinfo . $aboutbio . $banner . $latesttitle; } return $output; } add_filter('thesis_archive_intro','my_author_intro');You can ignore the banner part of the code as that pulls a banner url through and works fine. The part of interest is the code inside $aboutbio
Does that help you any more? If you provide me an email I will send you a login link to the screen where this is being controlled?
Thanks
Forum: Plugins
In reply to: Plugin: Cimy User Extra Fields – Image URL In Rich EditorThe example url is an author profile url. I am hooking your plugin fields in with this page myself and the first content box you see on this page at the top is created using CIMY. It uses the rich text editor field option and I have added text and an image to this box so it then displays on user profiles? That make sense?
So it is the rich text editor I think which is changing the image urls from absolute to relative to the wordpress install hense the ../wp-content instead of the full image url?
People can fill this field in AFTER registration by logging in and going to Dashboard > Users > Your Profile.
Thanks again.
Forum: Plugins
In reply to: Plugin: Cimy User Extra Fields – Image URL In Rich EditorHi Marco,
I have been on your site and looked for anything related but can’t see it.
Really do not want to waste your time and that wasnt my intention at all.
What I am saying is… regardless of registration disabled if you look at the example link you will notice there is text on the top left of the content area where there should be a photo, if you inspect that part of the source you will see the image url it is trying to pull in begins with ../wp-content which doesnt work, if you edit the source live and just remove the two dots it works fine.
Does that help you understand?
I have upgraded to the latest version of the plugin and the latest version of wordpress.
Thanks, hope your having a nice day.
Hi Marco,
Thanks for the response. I have raised a new ticket at the below link
http://wordpress.org/support/topic/plugin-cimy-user-extra-fields-image-url-in-rich-editor?replies=1
Thanks in advance for any advice or help.