jeemer
Forum Replies Created
-
I couldn’t wait for a response any longer so I’ve found a fix.
Somewhere else on the forum someone suggested the following;
Okay I finally found a way, on line 40 in template_thumbnails.php and changed this :
$post_thumbnail_html = get_the_post_thumbnail( null, $dimensions[‘size’] );
to
$post_thumbnail_html = get_the_post_thumbnail();
their line didn’t work exactly for me, but with a bit of tinkering I found that this does work, for me anyway;
$post_thumbnail_html = get_the_post_thumbnail($post_id, ‘thumbnail’);
The only other suggestions I saw for people asking similar questions were talking about rebuilding thumbnails, something which is completely unnecessary for me as my thumbnails exist and are working fine, YARPP just wasn’t picking them up.
Any ideas? :/
Forum: Plugins
In reply to: [Genesis Latest Tweets] The Twitter API returned an errorI’m still getting this issue with this plugin right now ??
Yeah I didn’t get these issues resolved at all. I didn’t set that. Tweeted the creator the same day I posted this, he replied a while later apologising and said he’d look into it, never heard back I’m afraid :/
Thanks for replying.
-it will happen during setup, before any additional plugins are installed. it’s also happening across a multitude of sites, some using no plugins and others using many different plugins.
-it happens before any changes are made to the default theme.
-as mentioned, it happens without additional plugins installed :/
Ok – you can link to a tab but it requires an underscore, ie #_tab3
The problem is that if someone clicks the link in tab 1, is sent to the last tab, then returns to the first tab the link is no longer valid. This is because the url now includes the anchor tag at the end, and therefore thinks it’s already there.
What I’m looking for is the code to simulate the tab itself being clicked, so that I can apply it to a link and it can be clicked repeatedly by the user if required, without reloading the page :/
Forum: Plugins
In reply to: WP ecommerce product category title also shows as first product titleI’m guessing you probably have fixed or given up on this, but I managed to find a fix looking around.
Apparently some people get a problem where the first product has no title instead of the category name glitch. The fix is to add an extra call of the product title to the while loop on wpsc-products_page.php
Details are here:
https://code.google.com/p/wp-e-commerce/issues/detail?id=681
I did what the guy in the first post has done, and it’s worked perfectly. Hope this helps ??
Forum: Fixing WordPress
In reply to: Footer moving in IE when using dynamic post pull-inI hadn’t bothered to look at that, schoolboy error I suppose.
The problem is right up there in the code I posted. The <b> tag isn’t closed. For some reason that was throwing the whole footer off for IE.
Cheers!
I’ve found a couple of old threads (4-5 months old) talking about this problem.
https://www.ads-software.com/support/topic/plugin-publish-2-pingfm-not-working
Basically when activated, Publish 2 Pingfm stops access to submenus for other WordPress plugins across the board. The WordPress error “You do not have sufficient permissions to access this page.” appears.
When Publish 2 Pingfm is deactivated, everything works as normal.
I only started using this plugin in the last couple of weeks, so I assume that this problem was solved a few months ago, but has cropped up again with the most recent version of WordPress.
Any workarounds for this, or upgrades expected for the plugin?
Forum: Plugins
In reply to: [Publish 2 Pingfm] stopped working againSorry – didn’t realise if I marked this as a problem under the plugin itself it would post a second thread, thought that would send an email to the creator. Delete this thread if required.
Forum: Fixing WordPress
In reply to: Issue with “divider” images between blog posts on blog homepagenevermind – thought of a simple way around it
Forum: Fixing WordPress
In reply to: Quicky – top article title displaying incorrectly in IE/OperaI’ve added a slight top margin to the date calendar to stop it appearing flush with the top in those two browsers, but I don’t want to add any more of a top margin because it will make all the other articles further down the page look worse.
It still just doesn’t display the top article in the same way as the following articles in IE and Opera. Can anyone help with this?
Forum: Fixing WordPress
In reply to: Changin archive page titleBump… anyone got any ideas on this one? Having the same problem..
it’s ok it’s sorted i hadn’t closed a comment tag! d’oh!