stephen_connolly
Forum Replies Created
-
Tizz, yes its still happening.
Forum: Plugins
In reply to: [JM Twitter Cards] Problem with DescriptionForm some reason the function _strip_my_tags is not being executed, from my functions.php script in my theme’s folder.
Anyway, I got around the problem by making the following change in jm-twitter-card.php:
$output .= '<meta name="twitter:description" content="' . jm_tc_remove_lb( wp_strip_all_tags($cardDescription) ) . '"/>' . "\n";Not ideal but works.
Thanks for the help.
Forum: Plugins
In reply to: [JM Twitter Cards] Problem with DescriptionOk, thanks,
I’ve just tried adding a filter (in my theme’s funtions.php) as follows:
add_filter('jm_tc_get_excerpt', 'wp_strip_all_tags($content)');and I tried:
add_filter('jm_tc_get_excerpt', 'wp_strip_all_tags()');but filter is not being called.
Any thought ?
Forum: Plugins
In reply to: [JM Twitter Cards] Modify MarkupAs I mentioned above due to the way of site is setup the twitter:image meta tag on the live site look like this:
<meta name=”twitter:image” content=”/wp-content/themes/themename/images/twitter-card-default-logo.png”/>
As you can see its just outputs relative path.
Please note, your plugin is working fine, it does output the absolute path, but due to our setup we eventually end up with the relative path on the live site.
I think I have found a way around it, by just using the following function:
jmtc_modify_markup
in the documentation you mention this can be used to filter the markup, so can I amend twitter:image meta tag using this function, if so how?
PS I just noticed my initial post wasn’t very clear, apologies for that.
Regards,
SteveForum: Plugins
In reply to: [My Link Order] Problem with sorting orderProblem solved, I updated the plugin to the latest release ( 3.3.2 ) and this fixed the problem.
Forum: Plugins
In reply to: [Breadcrumb NavXT] Problem with PermalinksThanks very much mtekk, that solved the problem.
Regards,
StephenForum: Themes and Templates
In reply to: Pagination with custom post typesProblem solved with help from this post:
http://www.kriesi.at/archives/how-to-build-a-wordpress-post-pagination-without-plugin
Forum: Themes and Templates
In reply to: Pagination with custom post typesYes, I want the numbered links. But I would settle for previous & next links at the moment, as I can’t even get them to work.
Forum: Fixing WordPress
In reply to: Blank screen in Admin SectionProblem solved, it was to do with the hosting. I got the sys admin to have a look.
Thanks for the help.
Forum: Fixing WordPress
In reply to: Blank screen in Admin SectionI don’t know, I haven’t tried that.
Its a company website and its live at the moment. So I can’t change themes.
I’m having similar problems myself. Any help appreciated.
Forum: Plugins
In reply to: [JSON API] [Plugin: JSON API] Permalink SettingsProblem solved…..my .htaccess fie wasn’t writable. So I changed the settings on the file, and just clicked save in the permalink settings.
Forum: Fixing WordPress
In reply to: 404 Error when changing permalinksI don’t think nginx supports .htaccess see thread here:
Forum: Fixing WordPress
In reply to: 404 Error when changing permalinksYes, I’ve tried that but no luck.
Forum: Fixing WordPress
In reply to: 404 Error when changing permalinksThanks Esmi,
Something strange is happening, I have a test version of my site (on the same server) under a subdomain and when I change the permalink options for the test site, there are no issues.
The issue is only with the live version of the site. I’ve had the admin check and Mod_Rewrite is definitely turned on.
Any other thoughts or workarounds ?
Regards….