Forum Replies Created

Viewing 9 replies - 16 through 24 (of 24 total)
  • Thread Starter mitchberry

    (@mitchberry)

    The menus won’t change either.. the description still shows under the label, so you see

    Acura
    Acura

    Bentley
    Bentley

    Chevy
    Chevy

    etc, even though i deleted that days ago….. and yeah, i tested it on different computers, it’s not a browser cache issue.

    Thread Starter mitchberry

    (@mitchberry)

    Im not using any other feed software however i did have one installed at sone point.. it was someyhing like “rss to post” because i thought about displaying each product in a post until i realized i would have dead pages when auctions ended. But since then, i deleted the plugin and have also reinstalled wp altogether.

    Still stuck on this issue.

    I thi k host gator forgot about me and i cant even find the ticket they supposedly started for me yesterday

    Thread Starter mitchberry

    (@mitchberry)

    but the developer does have this interesting note..

    “= 0.6 =
    * Added Some More CSS classes
    * Added a donation link for some cheap people I work with and refuse to donate!”

    Thread Starter mitchberry

    (@mitchberry)

    the other files are a read me (that fails to mention cache) and css

    Thread Starter mitchberry

    (@mitchberry)

    function ebffwplugin() {
    	var feedurl = prompt("FEEEEEEEEDDDDD MEEEEEEEEEEEE", "");
    	var items = prompt("how manies", "5");
    	inpost = '[ebayfeedsforwordpress feed="' + feedurl + '" items="' + items + '"]';
        return inpost;
    }
    
    (function() {
    
        tinymce.create('tinymce.plugins.ebffwplugin', {
    
            init : function(ed, url){
                ed.addButton('ebffwplugin', {
                    title : 'Insert eBay Feed',
                    onclick : function() {
                        ed.execCommand(
                            'mceInsertContent',
                            false,
                            ebffwplugin()
                            );
                    },
                    image: url + "/ebay.png"
                });
            },
    
            getInfo : function() {
                return {
                    longname : 'Contnet Mage plugin',
                    author : 'Grzegorz Winiarski',
                    authorurl : 'http://ditio.net',
                    infourl : '',
                    version : "1.0"
                };
            }
        });
    
        tinymce.PluginManager.add('ebffwplugin', tinymce.plugins.ebffwplugin);
    
    })();
    Thread Starter mitchberry

    (@mitchberry)

    [huge file deleted – please use a pastebin for posting lengthy code]

    http://codex.wordpress.org/Forum_Welcome#Posting_Code

    Thread Starter mitchberry

    (@mitchberry)

    Passed to L2 tech support, awaiting answer. Still curious about programatic approaches either through htaccess or header manipulation.

    Thread Starter mitchberry

    (@mitchberry)

    yeah i’m on chat with them right now, and they are looking into “something” but not sure what exactly yet..

    i don’t know what cloudflare is. should i be?

    Thread Starter mitchberry

    (@mitchberry)

    contacted them, they changed the name of a folder and said “that should do it” but i had no way to test it until some time passed. it didn’t fix the issue.

    any idea what direction i could point them aside from changing a folder name? i’m sure it’s level 2 tech support, but, i have to convince them that it is.

    i use hostgator btw.

Viewing 9 replies - 16 through 24 (of 24 total)