mixos
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress slow response timeThanks for your answer. You can’t see the slow load because the issue is found and fixed. It was a geolocation script that caused the delay.
The same issue here:
Facebook returned an unexpected error: (#1500) The url you supplied is invalid
Do we have to create a new app on Facebook? Has anyone tried that?
Yours
MikeI’ve tried test version and seems that there is no significant affect on page loading time any more. Thanks!
Thanks Héctor, looking forward for a new version..
Forum: Plugins
In reply to: [Mini Loops] [Plugin: Mini Loops] [ml_image]Adding “cache=clear” helped me to get desired results.
Is there any option to clear cache everytime a post is updated?
By default the old thumbnail is keeped.
Mike
I had the same problem with my wordpress site.
Server took around 10sec to generate a single page.. and couldn’t find out why.
Upon disabling “WordPress Popular Posts” plugins the average render time drop to 0.5-1 sec
.. so it seems that there is an issue here ??
Forum: Plugins
In reply to: [News-Ticker] [Plugin: News-Ticker] plugin broke for 3.4Ok, so here is the actual domain: https://www.anixneuseis.gr
I have added this code:
<?php if ( function_exists('insert_newsticker') ) { insert_newsticker(); } ?>
in header.php of my theme (wp-clear v3.0), just above:
<div class="message-box info">
as you see the code in your browser.Thanks
Forum: Plugins
In reply to: [News-Ticker] [Plugin: News-Ticker] plugin broke for 3.4Thanks Daniel..
I tried reinstalling it but no success.
My installation is on domain level, ex. https://www.mydomain.com
Forum: Plugins
In reply to: [News-Ticker] [Plugin: News-Ticker] plugin broke for 3.4Same problem for me here. Page breaks on the point where News-Ticker loads. Here are the last code segment that loads, then blank.
<!-- START TICKER VER 2.1.1 --> <script type="text/javascript" language="javascript"> jQuery(document).ready(function(){ jQuery('#news-ticker').cycle({ speed: 2000, timeout: 2000, height: 300, fx: 'fade', pause: 1, containerResize: 1 }); }); </script> <ul id="news-ticker" style="overflow:hidden;">
Forum: Plugins
In reply to: [Facebook Page Publish] [Plugin: Facebook Page Publish] It is brokenI verify that it’s working now..
Forum: Plugins
In reply to: [Facebook Page Publish] [Plugin: Facebook Page Publish] It is brokenSame here.. issue appeared the last days.
The same problem here… Appeared the last days with no change on my end.
Forum: Plugins
In reply to: Facebook Page Publish – WON'T POST IMAGEI managed to get it working (using plugin version 0.3.5) by adding the correct “meta properties” on header.php of my theme. Looks like below:
<meta property="og:type" content="article" /> <meta property="og:url" content="<?php the_permalink(); ?>" /> <meta property="fb:app_id" content="0000000000000000"/>
Lint Tool: https://developers.facebook.com/tools/lint/
now reads the photo and article correctly.
P.S
Installed plugin version 0.3.8 and noticed that the “meta properties” above doesn’t need to be added manually to my theme. Now it works like a charm without them!
Thanks for the update mtschirs.
Mike
Forum: Plugins
In reply to: Facebook Page Publish – WON'T POST IMAGEHello
Thanks for this great plugin. It’s really easy to setup and use it, but for me, it won’t display images correctly on Facebook.
An example post is this: https://www.jobalert.gr/?p=3007
Facebook page is this: https://www.facebook.com/jobalert.grWhen the plugin is Active, the image is fetched correctly using “URL Linter” but when posted on Wall it doesn’t display the post image, but instead it shows an image from another part of the site (this one: https://www.jobalert.gr/wp-content/themes/Visoko/images/socialicons/stumbleupon.png)
Any ideas would be greatly appreciated.
Mike
Forum: Fixing WordPress
In reply to: Unable to insert pics since upgradeI have the same problem when trying to “Insert into Post” a photo. The problem appears using Opera 11.50 browser. When i click “Insert into Post” i get a blank window and nothing happens.
– I tried disabling plug-ins, but no change
– I tried switching to Twenty Eleven theme, but no changeThe error console on Opera reports this:
[14/7/2011 2:31:48 μμ] JavaScript - https://www.domain.com/blog/wp-admin/media-upload.php?type=image&tab=type&post_id=13487 Inline script thread Uncaught exception: DOMException: INDEX_SIZE_ERR Error thrown at line 1, column 172088 in <anonymous function: setRng>(i) in https://www.domain.com/blog/wp-includes/js/tinymce/tiny_mce.js?ver=342-20110630: g.selectedRange=h.getRangeAt(0) called from line 1, column 160437 in <anonymous function: setContent>(k, j) in https://www.domain.com/blog/wp-includes/js/tinymce/tiny_mce.js?ver=342-20110630: h.setRng(f) called from line 1, column 319323 in <anonymous function: mceInsertContent>(z, D, E) in https://www.domain.com/blog/wp-includes/js/tinymce/tiny_mce.js?ver=342-20110630: p.setContent('<span id="__mce">\uFEFF</span>',{no_events:false}); called from line 1, column 314080 in q(y, x, v) in https://www.domain.com/blog/wp-includes/js/tinymce/tiny_mce.js?ver=342-20110630: u(y,x,v); called from line 1, column 291213 in <anonymous function: execCommand>(x, v, z, p) in https://www.domain.com/blog/wp-includes/js/tinymce/tiny_mce.js?ver=342-20110630: if(r.editorCommands.execCommand(x,v,z)) called from line 21, column 2 in send_to_editor(h) in https://www.domain.com/blog/wp-admin/js/media-upload.dev.js?ver=20110425: ed.execCommand('mceInsertContent', false, h); called from line 4, column 0 in https://www.domain.com/blog/wp-admin/media-upload.php?type=image&tab=type&post_id=13487: win.send_to_editor('<a href=\"https://www.domain.com/blog/wp-content/uploads/2011/07/Contest-TiDiGino6.jpg\"><img src=\"https://www.domain.com/blog/wp-content/uploads/2011/07/Contest-TiDiGino6.jpg\" alt=\"\" title=\"Contest-TiDiGino\" width=\"570\" height=\"381\" class=\"aligncenter size-full wp-image-13491\" /></a>');
Why is there a backslash (\) inside code on the last lines?