KevEd
Forum Replies Created
-
Forum: Plugins
In reply to: [Timeline Express] Option for Icon in dropdown list will not changeHi Evan, thanks for the speedy response.
I’m looking at the posts in the mySQL db now but I can’t see where the icon is referred to.
Maybe I’m not looking in right place? In PHPmyAdmin I searched for all posts types te_announcements and clicked to edit a posts’s table.I’ve attached a link to screenshot of what I can see.
http://www.transdev-online.co.uk/wp-content/uploads/2015/02/Screen-Shot-2015-04-07-at-10.17.21.pngForum: Plugins
In reply to: [Product Catalog 8] Any news on version 2?Hi, the ‘additional product images’ showed up as a feature in the wp plugin search description, but I notice it’s not part of this release?
Can you say when the extra images will be available please? Can you do a paid/pro version any sooner?
I’ll try to bodge a gallery plugin into it.
I noticed a clue to why the sidebar may be pushed off the page.
The div arrangement for the content area is different if the product detail box is on the page.When inspecting the pages with Firebug, the theme’s content area with main and sidebar (ID’d ‘secondary’) are within an enlosing div. http://www.xaveus.com/mazdabongocompany/
On the page which shows a product, the ‘secondary’ is outside the enclosing div. http://www.xaveus.com/mazdabongocompany/toyota-alphards/Does this mean there’s an unclosed div or too many div tags in the cat8 product template?
All site’s pages use same template.
Forum: Plugins
In reply to: [SB Child List] MySQL Warning after upgrade to 4.3Thanks.
The error messages have stopped.
Forum: Plugins
In reply to: [SB Child List] MySQL Warning after upgrade to 4.3Is this this part of the PHP which tries to access the wp database?
—————————-
function sb_cl_get_cat_id_from_name($cat) { global $wpdb; $sql = 'SELECT term_id FROM ' . $wpdb->prefix . 'terms WHERE name LIKE "' . mysql_real_escape_string($cat) . '" OR slug LIKE "' . mysql_real_escape_string($cat) . '" '; $cat_id = $wpdb->get_var($sql); if (isset($_GET['debug'])) { echo '<pre>'; echo $sql; echo '<br />' . $cat_id; echo '</pre>'; }———————————–
What should I do about the ($cat) bit in brackets? should it be () after the esc_sql
I don’t know much about PHP, but I need to get this problem fixed very urgently, its on a very busy site which is losing a lot of its usual trade while the site’s un-editable.
Any chance of hearing from the plugin’s Developer on this thread?
Forum: Plugins
In reply to: [SB Child List] MySQL Warning after upgrade to 4.3Looking at the plugin’s PHP file now, should every instance of mysql_real_escape_string() be replaced by esc_sql() or only certain lines?
Forum: Plugins
In reply to: [SB Child List] MySQL Warning after upgrade to 4.3Hi, I have same problem with the Access Denied error message in the log.
Did the Replace suggested by GrassJockey work?Forum: Plugins
In reply to: [Collapsing Categories] Categories not displaying on wordpress 4.0Update: when inspecting the sidebar with Firebug, the data is there but invisible. I can’t see any CSS setting which could cause this (display:none or visibility:none).
robfelty – could you let us all know if there’s a fix in the pipeline or should we look elsewhere for similar plugin? I have a client’s site project on hold until this is remedied.
Thanks
Forum: Plugins
In reply to: [Collapsing Categories] Categories not displaying on wordpress 4.0Bump,
I have same problem. WP4.1 with Premium theme. The widget is there and the title shows, but having tried as many possible configurations of the widget setting, it’s still no show for the list.
I’ve disabled all plugins.
Forum: Plugins
In reply to: [Magento Wordpress Integration] Sorry, that block could not be found.Hi I have similar problem, I bought the shortcodes plugin just in case my php edits were wrong but still get ‘Sorry, that block could not be found.’ or blank space.
“footer” does work, but nothing else will.
I’ve tried pasting every block name from all over the site, both the text from between the quotes at name=”foo.Bar” and as=”fooBar”
neither work so far. I have tried swapping Default for the custom theme’s name in the WPMI admin/setup but it made no difference.I am attempting to show the product home page listing from this page http://www.stovey.co.uk
Has anyone got any suggestions please?
Hi, ignore my last post. The error was caused because I was refreshing the page which already had the #target in the url. The plugin works perfectly.
Forum: Plugins
In reply to: [Magento Wordpress Integration] PATHoops, it has got worse!
I had to save the MWI settings to leave the page, there followed a message saying edit the functions file which I have done. But the MWI settings fields have now vanished.
I re-checked the functions file, a code syntax error was displayed a curly bracket was missing. I added the curly bracket, the syntax error cleared but the WP MWI settings page still has no fields.
I won’t touch the site until I hear from you.
Forum: Plugins
In reply to: [Magento Wordpress Integration] PATHHi,
I also have the problem with the root path not working.this is the string which should work /home/stoveyco/public_html/app/Mage.php
My Magento install is in the server root, the wordpress site is in a folder /tools on the same root.
I am on Cpanel OS using vWP4.0 and latest version of the plugin.
Thanks.
Forum: Plugins
In reply to: [Iframely – WP media embeds, cards and blocks] FacebookHi,
i am also having problems displaying Facebook fan/business page in an iframe. I have installed framely on two different WP themes and tried v3.8 and 3.9 the only thing displayed on the post or page is the
post title which hyperlinks to the FB page.the url I’m hoping to embed is https://www.facebook.com/pages/Alibi-Z%C3%BCrich/202420663112702
Forum: Plugins
In reply to: [Frontend Uploader] Custom CategoriesHi, I am also attemting to send uploaded posts and media to specific categories. I’ve added a select choicee called categories and entered the category names in the choices list but it’s not working. Can you advise what shortcode I’d need to write to give the uploader a choice of category to post to please?