toimisto
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Store Locator] oops something went wrong on localhostI apparently had disabled the javascript api in console which fixed errors on the webpage BUT I’m still facing same error in wp-admin and unable to setup starting point.
Google Maps API error: MissingKeyMapError
Thanks for your help!
Forum: Fixing WordPress
In reply to: disable captcha: cant login (images broken)ok sorry plugin issue
Forum: Plugins
In reply to: [Contact Form 7] How to track formAnyone?
Forum: Plugins
In reply to: [WooCommerce] There was a problem connecting to the payment gateway.same fix worked here thank you
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Author tag not workingOk thanks for helping out. I have no clue whats the problem its not working on any of the five test servers we’ve gone through and will remain complete mystery
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Author tag not workingIt doesn’t make any difference we’ve tried everything. <?php the_author(); ?> returns blank regardless even if it would be the only thing there. Some interference maybe with the page and post loop im not sure… We’ve however tried to do everything to the page template also.
<li class="item"> <!-- post thumbnail --> <?php if ( has_post_thumbnail()) : // Check if thumbnail exists ?> <?php the_post_thumbnail('large'); // Declare pixel size you need inside the array ?> <?php endif; ?> <!-- /post thumbnail --> <!-- post title --> <?php the_content(); ?> <!-- /post title --> <!-- post details --> <div class="post-meta"> <a href="<?php the_permalink(); ?>"> <?php the_author(); ?> </a> <a href="<?php the_permalink(); ?>"><span class="date"> <?php echo human_time_diff( get_the_time('U'), current_time('timestamp') ) . ' ago'; ?> </span></a> </div> <!-- /post details --> </li>
Forum: Plugins
In reply to: [WP Document Revisions] fix admin document search (jumps to post_type=post)Ok i see the problem now. I have same categories for posts and documents which messes up things. Is there a way to separate these?
Forum: Plugins
In reply to: [WooCommerce] Never hide add to cart button (variables)Hmm yeah I wonder is there a method showing the button without core modifications. I can manage the popup etc but just need to get the darn button to show first. Ideally the quantities would be in the dropdown and this whole ‘feature’ wouldn’t exists.
Anyhow I cant seem to find default size option anywhere from the admin…
Forum: Plugins
In reply to: [mqTranslate] Problem using mqTranslate, WP 3.9 and Advanced Custom FieldsThere was a hack for this in qtranslate:
Replacing
qtrans_save(switchEditors.pre_wpautop(o.content));with
if (ed.editorId.match(/^qtrans_/)) {
qtrans_save(switchEditors.pre_wpautop(o.content));
}in qtranslate_javascript.php
Could something similar exist for mqtranslate?
Forum: Plugins
In reply to: [qTranslate] I have delete all qTranslate Plugins Quit for ever :/Yeah I wish wpml could have came to the rescue but have to say compared to qtranslate its not nearly as good. Confusing to use and with advanced custom fields plugin makes extra work so it would be easier to have just duplicate pages for different languages. Might be ok for blogs or text heavy sites.
Forum: Plugins
In reply to: [qTranslate] qTranslate and WordPress 3.9.neither haxmedia version or mqtranslate does not work with advanced custom fields plugin dammit
Forum: Plugins
In reply to: [qTranslate] qTranslate and WordPress 3.9.Is there a better alternative for qt since it seems pretty unstable for future updates?
nevermind works after resetting the plugin. Cheers!
Same here very good thank you
Forum: Plugins
In reply to: [Contact Form DB] Is there a limit?Ok its not the limit. Its just that columns in admin table are in TOTAL random order!
Is there a fix? I have columns like year: revenue: staff: etc for multiple years that would really need to be displayed next to each other now its impossible to find right data…