Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)
  • Thread Starter archetypemkt

    (@archetypemkt)

    Ah…now that you say that, it makes sense!

    Thanks so much for the speedy reply and I’ll do that.

    Irene

    Thread Starter archetypemkt

    (@archetypemkt)

    Actually I think I figured it out. I added

    <?php query_posts( $query_string . ‘&orderby=title&order=ASC’ ); ?>

    On the archive page. It works but if you can quickly see that I did something that may create problems please let me know.

    archetypemkt

    (@archetypemkt)

    I am having the exact same issue. Any ideas?

    I am having the same issue. Hostgator running a scan right now. What a complete drag. I’m on a VPS Server and it was only one of my WP networks that had issues thankfully.

    Looking for resolutions to this as well.

    Thread Starter archetypemkt

    (@archetypemkt)

    Thanks so much. That took care of it for me.

    But on my SFBrowser settings because I am using networked sites.

    Use relative paths (unchecked – but either way works)

    Upload directorywp-content/blogs.dir/XX/files (xx is blog id)

    and changed the rule to: <img src="%file" alt="%name" />

    and that seems to give me a cleaner url link

    <img src="http://www.mydomain.com/wp-content/blogs.dir/XX/files/images/newimage.png" alt="New Image" />

    Thanks again for the post.

    Thread Starter archetypemkt

    (@archetypemkt)

    I get the same type of thing:

    <img src=”http://www.yourdomain.com/wp-content/uploads/../../../wp-content/uploads/images/buttons/image.png” alt=”image” />

    It seems that if I can get rid of the “../../../wp-content/xx/xx” it would be fine. Just not sure sure how do that.

    Thread Starter archetypemkt

    (@archetypemkt)

    If I change it to ‘wp-content/uploads’ it goes into the main blog (blod id #1) files locations.

    I’ve tried several variations and even leaving it blank to go to the root but I don’t seem to be able to get the insert image code to work right.

    Thread Starter archetypemkt

    (@archetypemkt)

    Hi Thanks for the reply. Here is what I see in debug mode.

    <!-- SFBrowser init -debug mode- -->
    		<link rel="stylesheet" type="text/css" media="screen" href="../wp-content/plugins/sfbrowser/css/sfbrowser.css" />
    		<script type="text/javascript" src="../wp-content/plugins/sfbrowser/SWFObject.js"></script>
    		<script type="text/javascript" src="../wp-content/plugins/sfbrowser/jquery.tinysort.min.js"></script>
    		<script type="text/javascript" src="../wp-content/plugins/sfbrowser/jquery.sfbrowser.js?324"></script>
    		<script type="text/javascript" src="../wp-content/plugins/sfbrowser/lang/en_US.js"></script>
    		<script type="text/javascript">
    			jQuery.sfbrowser.defaults.connector = "php";
    			jQuery.sfbrowser.defaults.sfbpath = "../wp-content/plugins/sfbrowser/";
    			jQuery.sfbrowser.defaults.base = "../../..//wp-content/blogs.dir/7/files//";
    			jQuery.sfbrowser.defaults.previewbytes = 600;
    			jQuery.sfbrowser.defaults.deny = ("php,php3,phtml").split(",");
    			jQuery.sfbrowser.defaults.browser = "<div id=\"sfbrowser\"><div id=\"fbbg\"></div><div id=\"fbwin\"><div id=\"winbrowser\"><div class=\"sfbheader\"><h3>SFBrowser</h3><div id=\"loadbar\"><div></div><span>Loading</span></div><ul id=\"sfbtopmenu\"><li><a class=\"textbutton newfolder\" title=\"New folder\"><span>New folder</span></a></li><li><form id=\"fileio\" name=\"form\" action=\"\" method=\"post\" enctype=\"multipart/form-data\"><input id=\"fileToUpload\" type=\"file\" size=\"1\" name=\"fileToUpload\" class=\"input\" /></form><a class=\"textbutton upload\" title=\"Upload\"><span>Upload</span></a></li><li><a class=\"sfbbutton maximizefb\" title=\"Maximize\">&nbsp;<span>Maximize</span></a></li><li><a class=\"sfbbutton cancelfb\" title=\"Cancel\">&nbsp;<span>Cancel</span></a></li></ul></div><div class=\"fbcontent\"><div id=\"fbtable\"><table id=\"filesDetails\" cellpadding=\"0\" cellspacing=\"0\"><thead><tr><th class=\"file\">Name</th><th class=\"type\">Type</th><th class=\"size\">Size</th><th class=\"date\">Date</th><th class=\"dim\">Dimensions</th><th class=\"buttons\"></th></tr></thead><tbody><tr><td class=\"loading\" colspan=\"6\"></td></tr></tbody></table></div><div id=\"fbpreview\"></div><div class=\"sfbbutton choose\">Choose</div><div class=\"sfbbutton cancelfb\">Cancel</div></div></div><div id=\"sfbfooter\"></div><div id=\"resizer\">&nbsp;</div></div><ul id=\"sfbcontext\"></ul></div>";
    			jQuery.sfbrowser.defaults.debug = true;
    			jQuery.sfbrowser.defaults.maxsize = 314572800;
    			jQuery.sfbrowser.defaults.plugins = ['imageresize','filetree','createascii','wp_db'];
    		</script>
    		<!-- SFBrowser plugins -->

    I tried disabling all the plugins and it still didn’t work. I also installed it on a site that doesn’t have any added plugins or themes (http://templates.archetypecms.com) and this install just hangs on the “loading image”).

    This is a networked/multi-site install so maybe that’s the problem – just didn’t see that was a conflict.

    I have the same problem and it’s only when someone tries to register. I get an “empty_both” error.

    http://www.archetypecms.com

    Any help would be appreciated.

    I have been searching for a plain image slider that works with a custom theme for a client and finally found yours – but my client (a law firm) will not even consider having this link on their front page – and honestly, I don’t blame them.

    I also tried the above solution with the plugin css but this does not work.

    I would be happy to donate to get rid of the link but can’t use this at all if the link has to remain.

    This is for a client and I have to finish this project so unfortunately with no response I’ll have to remove.

    Hopefully you’ll respond.

    archetypemkt

    (@archetypemkt)

    This is really a bummer. I have a new client site that I’ve added the <link rel> to the header.php file as well as installed All In One SEO pack thinking adding the extra meta-tags there would help as well and I’m still not able to get the shares to work with an image or even the page description event though in the source code I can see it there.

    I hope someone has a solution for this. I would prefer not to downgrade to WP 8 but this is a pretty big deal.

    archetypemkt

    (@archetypemkt)

    Me too. Works on some of my wordpress blogs but the latest one for client not working.

    I’ve also installed a link rel for an image that should be used when there are no images on the page (works for several of my wordpress blogs).

    If anyone has any ideas that would be great.

    archetypemkt

    (@archetypemkt)

    I can’t get this patch to work. Has anyone been able to get it to work? I have the same issues as hearmegrrl with the long links that lead back to an error page on my blog.

Viewing 15 replies - 1 through 15 (of 15 total)