siutouamy
Forum Replies Created
-
Forum: Plugins
In reply to: [JM Twitter Cards] JM Twitter Cards 9.1x’D
Forum: Plugins
In reply to: [JM Twitter Cards] JM Twitter Cards 9.1That’s weird, because my admin says:
PHP version: 5.6.30Yeah, same problem.
Just updated the Spanish version of the site:
https://es.yam-mag.comand I get a 500 error in the admin.
This is our regular English version, which runs the same plugins and themes.
https://www.yam-mag.comForum: Plugins
In reply to: [WP Facebook Open Graph protocol] Facebook takes wrong imageCan confirm same issue as reported above. Facebook is picking up the default image if a featured image isn’t set, despite having one set.
I contacted by server provider and they restored my wordpress to my latest version ?? will wait for the update fix then. Thank you, Jeremy.
Forum: Plugins
In reply to: [JM Twitter Cards] Change Summary Image AutomaticallyIt used to be able to set it up to show Summary with Large Image automatically, but with the recent WP and plugin updates, this option has stopped working. Even though mine is set up for Large Image, I have to manually change it every time I post something new. All my past posts are set to the other option, though.
Forum: Themes and Templates
In reply to: [Hueman] Issue parsing HTML iframe codethe thing is the plugin is only acting up with this theme. But I’m also checking up with them.
Forum: Themes and Templates
In reply to: [Hueman] Issue parsing HTML iframe codeGreat. Do you think it’s the same issue with parsing the iframe code?
Forum: Themes and Templates
In reply to: [Hueman] Footer Copyright LinksI don’t think he meant that the footer got changed with the 1.5.7 update, but that his HTML got parsed like regular text so his a, b, em tags don’t render like links, bold or italic text.
I got the same problem with the latest release.
Forum: Plugins
In reply to: [iframe] Not rendering iframeActually, I just realized it might be a hueman issue.
Forum: Themes and Templates
In reply to: [Hueman] Tags no ordered alphabetically?I supposed they changed something, thanks for the replies ??
Forum: Themes and Templates
In reply to: [Hueman] Tags no ordered alphabetically?oh, this is on a single page. here’s a link
https://www.yam-mag.com/reviews/film-reviews/macbeth-2015/Forum: Themes and Templates
In reply to: [Hueman] Hueman Author Page Orderby ArchiveI guess that will have to do. I just wanted to know a way, so when you hit a specific category you didn’t have to see URL?orderby=title&order=ASC and instead get the clean URL.
Forum: Themes and Templates
In reply to: [Hueman] Hueman Author Page Orderby ArchiveNo one can help me to orderby title a specific category?
I know this is probably a long time coming, but if anyone needs it:
wp-content/plugins/post-plugin-library/output_tags.php
line: 37
change to : return apply_filters(‘the_title’, $value, $result->ID);Forum: Plugins
In reply to: [Select Featured Posts] Error with WP 3.5: wpdb::prepare()Is this topic still active?
I’m having this issue with this warningWarning: Missing argument 2 for wpdb::prepare(), ****/banner-garden/bannergarden.class.php on line 404 and defined in *wp-includes/wp-db.php on line 992
$count_of_banners = $wpdb->get_var($wpdb->prepare("SELECT count(*) FROM ".$this->b_table." WHERE b_campaign = ".$camp->c_id));
Warning: Missing argument 2 for wpdb::prepare(), called in /***/banner-garden/bannergarden.class.php on line 383 and defined in /***/wp-includes/wp-db.php on line 992
$name = $wpdb->get_var($wpdb->prepare("SELECT c_name FROM ".$this->c_table." WHERE c_id = ".$c_id));
Warning: Missing argument 2 for wpdb::prepare(), called in /***/banner-garden/bannergarden_frontend.class.php on line 141 and defined in /***/wp-includes/wp-db.php on line 992
$count = $wpdb->get_var($wpdb->prepare("SELECT count(*) FROM ".$this->c_table." WHERE c_id = ".$c_id));
I added “, $id, $name” (can you tell I’m null at this?) as this pointed, and it got rid of the warnings but the plugin isn’t letting me add new banners or modify them.