SemiBur
Forum Replies Created
-
Forum: Plugins
In reply to: [Email Login] Does it allow both user and email log in or just email?Hey guys,
it seems like the nickname login work no more.
The question is how to make it work for the existing users?
Thnx.Hello,
i have the same issue.
Any ideas on how to fix it?
Thnx.Forum: Plugins
In reply to: [mobble] w3 total cache plugin conflict with mobble plugin?Hey guys,
anyone found a solution for this?
It works 50/50, sometimes the cache is built in a right way, sometimes not, and you never know until you check every device and browser each time you rebuild the cache.
I’ve tried adding a mobile-detect.php file to never cache list, it doesn’t help.
Agent groups are on and separated, but it also doesn’t help much.
Any ideas?
Thnx.Hello,
It turned out to be a problem with wp_bootstrap_gallery script. Works perfect without it.
Thnx.Forum: Plugins
In reply to: [WP Design Maps & Places] Custom effects+++
Thnx!Forum: Plugins
In reply to: [WP Design Maps & Places] Custom effectsHey,
1. got it
2. I meant the “Save CSS and effects” button in settings screen.
3. Results in Uncaught ReferenceError: stopAndClearQueue is not definedThnx.
Forum: Plugins
In reply to: [Social Connect] IE and FireFox google login problemHey,
i haven’t seen any answers to this post before now ??
I tried it right now in IE, and it worked.gautam789, what exactly did you change? I have an SSL too, but only on specific pages in the store, not on all the website.
Forum: Plugins
In reply to: [Co-Authors Plus] Post count not correct for some usersNot forking for me too. I tried to update one post for each author and it worked (i got normal post count for each author). But then next day it all went back, same problems – wrong post count. I see the posts on author pages, but the count is 0.
Hi, thnx for your reply.
I tried to use translation plugin ICanLocalize, which i usually use on sites, that just need to be translated to a different language, but it had no use on this one.
I’m confused :/ I can translate the Homepage slug in breadcrumbs, but the Shop….. wooh…Hi all!
crdunst, this actually worked, but… I’m using WPML to manage the website in 3 languages. After adding this breadcrumbs title, i see it in string translation, translate it… But i just see the “Shop” for all the languages… Translations are not working somewhy…Figured it out myself:
line 796: (add /blog)
$urlCurrentPage .= $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"]."/blog".$_SERVER["REQUEST_URI"];
line 804 (add /blog)
$urlCurrentPage .= $_SERVER["SERVER_NAME"]."/blog".$_SERVER["REQUEST_URI"];
Forum: Plugins
In reply to: [Simple Custom post type custom field] Problematic pluginThis is the code:
function parent_menu_header() { global $wp_query,$wpdb; $post_type = $wp_query->query_vars['post_type']; if(!$post_type) { $post_type = $_REQUEST['post_type']; } if(!$post_type) { $post_type =get_post_type( $post ) ; } $row = $wpdb->get_row("select * from ".$wpdb->prefix."scck_content_type where product_machine_name = '$post_type'"); $lbl = $row->menu_label; $row_menu_id = $row->menu_id; $id = "toplevel_page_cck-main-".$row_menu_id; if($post_type) { ?>
Forum: Plugins
In reply to: [Simple Custom post type custom field] Problematic pluginNotice: Undefined index: post_type in /wp-content/plugins/simple-content-construction-kit/wp-simple-cck.php on line 132
Notice: Undefined index: post_type in /wp-content/plugins/simple-content-construction-kit/wp-simple-cck.php on line 134
Notice: Undefined variable: post in /wp-content/plugins/simple-content-construction-kit/wp-simple-cck.php on line 137
Notice: Trying to get property of non-object in /wp-content/plugins/simple-content-construction-kit/wp-simple-cck.php on line 141
Notice: Trying to get property of non-object in /wp-content/plugins/simple-content-construction-kit/wp-simple-cck.php on line 142Forum: Plugins
In reply to: [WP-PageNavi] Change navigation elements containerThnx…
Shame on me….. i didn’t think about doing it this way….Forum: Plugins
In reply to: [WP-PageNavi] Change navigation elements containerK, now the navigation looks like:
<div class="wp-pagenavi"> <span class="current">1</span><a class="page larger" href="">2</a> <a class="nextpostslink" href="">></a> </div>
i want it to be:
<div class="wp-pagenavi"> <div class="current">1</div><a class="page larger" href="">2</a> <div class="myclass"><a class="nextpostslink" href="">></a></div> </div>