WPAlex
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP] i cant get my amp pages valid with google validatorI can confirm the posts can’t be validated. Errors I have:
* The attribute ‘href’ in tag ‘link rel=stylesheet for fonts’ is set to the invalid value ‘http://fonts.googleapis.com/css?family=FONT’* The mandatory tag ‘amphtml engine v0.js script’ is missing or incorrect.
* The tag ‘script’ is disallowed except in specific forms.
<script src=”http://cdn.ampproject.org/v0.js” async></script>Will these errors will be fixed in next plugin version?
Thanks.
Forum: Plugins
In reply to: [10Web Map Builder for Google Maps] Store locator – zoom after searchThanks, but why not to use the default Google user pattern:
Search > Found > Zoom In + Details
? Why do you create additional steps to be completed by end users?
Forum: Plugins
In reply to: [WPZOOM Social Feed Widget & Block] Suddenly stopped workinI confirm the issue. Thanks.
Forum: Plugins
In reply to: Empty widget once again – GA Dashboard for WPHere is the code for this:
<?php function get_current_cat_id(){ if(is_category()) $cat_ID = get_query_var( 'cat' ); return $cat_ID; } $k=get_current_cat_id(); $args = array('cat' => $k); echo fps_show($args); ?>Forum: Fixing WordPress
In reply to: Missed admin images and plugin scriptsI’ve made manual re-install. It didn’t help too.
Also this problem doesn’t depend on browser used.
Forum: Plugins
In reply to: SSH SFTP Updater Support – doesn't workI’ve contacted plugin author via his native forum and hope there will be some solution. But now this forum is down ;(
Forum: Plugins
In reply to: [Advanced Blogroll] Sorting on Id does not work after update to WP 3.1.4I’ve found the solution for this:
you need to edit advanced_blogroll.php and replace this code<option value="id" <?php echo ( $orderby == 'id' ) ? 'selected' : ''?>><?php _e('ID', 'advanced_blogroll'); ?></option>with this code:
<option value="link_id" <?php echo ( $orderby == 'link_id' ) ? 'selected' : ''?>><?php _e('ID', 'advanced_blogroll'); ?></option>The author of the solution – snilesh.com
Thanks for the great plugin!
Do you plan to add possibility for unlimited number of review pages?
It would be great.
Forum: Alpha/Beta/RC
In reply to: Missed Schedule2.8.2, IIS, nothing changed.
Forum: Alpha/Beta/RC
In reply to: Missed Schedule2.8.1, windows hosting. Instead of scheduling future posts get published immediately.
It’s most simple & stupid WP bug I have ever seen.
Forum: Alpha/Beta/RC
In reply to: Missed ScheduleHaving 2.7.1 and 2.8 on the windows hosting. Problem exists for both cases. Any updates on how to fix that?
Forum: Fixing WordPress
In reply to: Line Breaks and About Yourselfjakeisonline, you saved me other some hours of life!
BTW, it’s some kind of bug. I have 1 blog with this problem and another without this problem. Both are 2.7.1 and on the windows hosting. Strange…
Forum: Fixing WordPress
In reply to: Sidebar “recent posts” displaying Pages on tag.phpI confirm this situation. It’s a bug or feature probably.
Forum: Themes and Templates
In reply to: next_post_link not interpreting all the passed parameters?anybody? somebody?