Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)
  • This exact thing is happening to my slider as well. First it loads all the images in 2 horizontal rows and then when the jQuery begins, after 1-2 seconds it transforms into 1 row.

    I have a suspicion it is facebook or google+ injecting their code, but i am still looking for the proof.

    This warning is still there and in 24 hours it creates a 1 meg sized error log file full of those warning on a very low volume website:

    [23-Jan-2014 15:55:07 UTC] PHP Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method AdminerForWP::get_object() should not be called statically in /wp-includes/plugin.php on line 429

    It can be fixed by adding PUBLIC STATIC in front of the function name but i havent looked for it.

    Go to Appearance > Widgets and see if you have a Sidebar called Everywhere or something by a different name that basically is on every single possible theme page. If you do , empty it.

    If you also have this in your functions.php file, then you will not have a sidebar on product pages.

    /*————————————*/

    remove_action( ‘woo_main_after’, ‘woocommerce_get_sidebar’, 10);

    /*————————————*/

    After 8 hours of trying , the only thing I minified was my penus. Please make it work.

    Thread Starter treccase

    (@treccase)

    Hi,

    I only have the 4 plugins part of the WPML (WPML translation: manager, strings, main, images) and the theme.

    Thank you so much for your answer. I think the theme and the translation plugin are not as compatible as claimed, and yes there are too many flushes but beyond my capabilities .

    Thanks again, and thanks for making this plugin.

    Bonjour,

    I read your instructions very carefully to make sure I didn’t miss anything regarding the php file you created to help clone WPML.

    However I was unable to find anything about the type of warranty you offer with this file and whether you can guarantee that the primary language of the post will indeed be identical to that of the website.

    Would you please briefly go over that very important facet of your wonderful file? Thank you and keep up the good work.

    Thread Starter treccase

    (@treccase)

    Sorry for the long delay, didn’t subscribe to post, stupid me.

    Those rewrite rules are still there in red. If you want here they are:

    [^/]+/([^/]+)/comment-page-([0-9]{1,})/?$	index.php?attachment=$1&cpage=$2	missing
    [^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$	index.php?attachment=$1&feed=$2	missing
    [^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$	index.php?attachment=$1&feed=$2	missing
    [^/]+/([^/]+)/trackback/?$	index.php?attachment=$1&tb=1	missing
    [^/]+/([^/]+)/?$	index.php?attachment=$1	missing
    ([^/]+)(/[0-9]+)?/?$	index.php?name=$1&page=$2	missing
    [^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$	index.php?attachment=$1&wc-api=$2	missing
    [^/]+/([^/]+)/wc-api(/(.*))?/?$	index.php?attachment=$1&wc-api=$2	missing
    ([^/]+)/wc-api(/(.*))?/?$	index.php?name=$1&wc-api=$3	missing
    ([^/]+)/comment-page-([0-9]{1,})/?$	index.php?name=$1&cpage=$2	missing
    ([^/]+)/page/?([0-9]{1,})/?$	index.php?name=$1&paged=$2	missing
    ([^/]+)/(feed|rdf|rss|rss2|atom)/?$	index.php?name=$1&feed=$2	missing
    ([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$	index.php?name=$1&feed=$2	missing
    ([^/]+)/trackback/?$	index.php?name=$1&tb=1	missing
    [^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$	index.php?attachment=$1&cpage=$2	missing
    [^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$	index.php?attachment=$1&feed=$2	missing
    [^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$	index.php?attachment=$1&feed=$2	missing
    [^/]+/attachment/([^/]+)/trackback/?$	index.php?attachment=$1&tb=1	missing
    [^/]+/attachment/([^/]+)/?$	index.php?attachment=$1	missing
    (.?.+?)(/[0-9]+)?/?$	index.php?pagename=$1&page=$2	missing
    .?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$	index.php?attachment=$1&wc-api=$2	missing
    .?.+?/([^/]+)/wc-api(/(.*))?/?$	index.php?attachment=$1&wc-api=$2	missing
    (.?.+?)/wc-api(/(.*))?/?$	index.php?pagename=$1&wc-api=$3	missing
    (.?.+?)/comment-page-([0-9]{1,})/?$	index.php?pagename=$1&cpage=$2	missing
    (.?.+?)/page/?([0-9]{1,})/?$	index.php?pagename=$1&paged=$2	missing
    (.?.+?)/(feed|rdf|rss|rss2|atom)/?$	index.php?pagename=$1&feed=$2	missing
    (.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$	index.php?pagename=$1&feed=$2	missing
    (.?.+?)/trackback/?$	index.php?pagename=$1&tb=1	missing
    .?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$	index.php?attachment=$1&cpage=$2	missing
    .?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$	index.php?attachment=$1&feed=$2	missing
    .?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$	index.php?attachment=$1&feed=$2	missing
    .?.+?/attachment/([^/]+)/trackback/?$	index.php?attachment=$1&tb=1	missing
    .?.+?/attachment/([^/]+)/?$	index.php?attachment=$1	missing
    ([0-9]{4})/?$	index.php?year=$1	missing
    ([0-9]{4})/wc-api(/(.*))?/?$	index.php?year=$1&wc-api=$3	missing
    ([0-9]{4})/page/?([0-9]{1,})/?$	index.php?year=$1&paged=$2	missing
    ([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$	index.php?year=$1&feed=$2	missing
    ([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$	index.php?year=$1&feed=$2	missing
    ([0-9]{4})/([0-9]{1,2})/?$	index.php?year=$1&monthnum=$2	missing
    ([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$	index.php?year=$1&monthnum=$2&wc-api=$4	missing
    ([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$	index.php?year=$1&monthnum=$2&paged=$3	missing
    ([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$	index.php?year=$1&monthnum=$2&feed=$3	missing
    ([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$	index.php?year=$1&monthnum=$2&feed=$3	missing
    ([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$	index.php?year=$1&monthnum=$2&day=$3	missing
    ([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$	index.php?year=$1&monthnum=$2&day=$3&wc-api=$5	missing
    ([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$	index.php?year=$1&monthnum=$2&day=$3&paged=$4	missing
    ([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$	index.php?year=$1&monthnum=$2&day=$3&feed=$4	missing
    ([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$	index.php?year=$1&monthnum=$2&day=$3&feed=$4	missing
    author/([^/]+)/?$	index.php?author_name=$1	missing
    author/([^/]+)/wc-api(/(.*))?/?$	index.php?author_name=$1&wc-api=$3	missing
    author/([^/]+)/page/?([0-9]{1,})/?$	index.php?author_name=$1&paged=$2	missing
    author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$	index.php?author_name=$1&feed=$2	missing
    author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$	index.php?author_name=$1&feed=$2	missing
    search/(.+)/?$	index.php?s=$1	missing
    search/(.+)/wc-api(/(.*))?/?$	index.php?s=$1&wc-api=$3	missing
    search/(.+)/page/?([0-9]{1,})/?$	index.php?s=$1&paged=$2	missing
    search/(.+)/(feed|rdf|rss|rss2|atom)/?$	index.php?s=$1&feed=$2	missing
    search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$	index.php?s=$1&feed=$2	missing
    comments/wc-api(/(.*))?/?$	index.php?&wc-api=$2	missing
    comments/page/?([0-9]{1,})/?$	index.php?&paged=$1	missing
    comments/(feed|rdf|rss|rss2|atom)/?$	index.php?&feed=$1&withcomments=1	missing
    comments/feed/(feed|rdf|rss|rss2|atom)/?$	index.php?&feed=$1&withcomments=1	missing
    wc-api(/(.*))?/?$	index.php?&wc-api=$2	missing
    page/?([0-9]{1,})/?$	index.php?&paged=$1	missing
    (feed|rdf|rss|rss2|atom)/?$	index.php?&feed=$1	missing
    feed/(feed|rdf|rss|rss2|atom)/?$	index.php?&feed=$1	missing
    .*wp-register.php$	index.php?register=true	missing
    .*wp-app\.php(/.*)?$	index.php?error=403	missing
    .*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\.php$	index.php?feed=old	missing
    robots\.txt$	index.php?robots=1	missing
    portfolio_entries/([^/]+)/?$	index.php?portfolio_entries=$1	missing
    portfolio_entries/([^/]+)/page/?([0-9]{1,})/?$	index.php?portfolio_entries=$1&paged=$2	missing
    portfolio_entries/([^/]+)/(feed|rdf|rss|rss2|atom)/?$	index.php?portfolio_entries=$1&feed=$2	missing
    portfolio_entries/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$	index.php?portfolio_entries=$1&feed=$2	missing
    portfolio-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$	index.php?attachment=$1&cpage=$2	missing
    portfolio-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$	index.php?attachment=$1&feed=$2	missing
    portfolio-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$	index.php?attachment=$1&feed=$2	missing
    portfolio-item/[^/]+/([^/]+)/trackback/?$	index.php?attachment=$1&tb=1	missing
    portfolio-item/[^/]+/([^/]+)/?$	index.php?attachment=$1	missing
    portfolio-item/([^/]+)(/[0-9]+)?/?$	index.php?portfolio=$1&page=$2	missing
    portfolio-item/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$	index.php?attachment=$1&wc-api=$2	missing
    portfolio-item/[^/]+/([^/]+)/wc-api(/(.*))?/?$	index.php?attachment=$1&wc-api=$2	missing
    portfolio-item/([^/]+)/wc-api(/(.*))?/?$	index.php?portfolio=$1&wc-api=$3	missing
    portfolio-item/([^/]+)/comment-page-([0-9]{1,})/?$	index.php?portfolio=$1&cpage=$2	missing
    portfolio-item/([^/]+)/page/?([0-9]{1,})/?$	index.php?portfolio=$1&paged=$2	missing
    portfolio-item/([^/]+)/(feed|rdf|rss|rss2|atom)/?$	index.php?portfolio=$1&feed=$2	missing
    portfolio-item/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$	index.php?portfolio=$1&feed=$2	missing
    portfolio-item/([^/]+)/trackback/?$	index.php?portfolio=$1&tb=1	missing
    portfolio-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$	index.php?attachment=$1&cpage=$2	missing
    portfolio-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$	index.php?attachment=$1&feed=$2	missing
    portfolio-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$	index.php?attachment=$1&feed=$2	missing
    portfolio-item/[^/]+/attachment/([^/]+)/trackback/?$	index.php?attachment=$1&tb=1	missing
    portfolio-item/[^/]+/attachment/([^/]+)/?$	index.php?attachment=$1	missing
    product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$	index.php?attachment=$1&cpage=$2	missing
    product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$	index.php?attachment=$1&feed=$2	missing
    product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$	index.php?attachment=$1&feed=$2	missing
    product/[^/]+/([^/]+)/trackback/?$	index.php?attachment=$1&tb=1	missing
    product/[^/]+/([^/]+)/?$	index.php?attachment=$1	missing
    product/([^/]+)(/[0-9]+)?/?$	index.php?product=$1&page=$2	missing
    product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$	index.php?attachment=$1&wc-api=$2	missing
    product/[^/]+/([^/]+)/wc-api(/(.*))?/?$	index.php?attachment=$1&wc-api=$2	missing
    product/([^/]+)/wc-api(/(.*))?/?$	index.php?product=$1&wc-api=$3	missing
    product/([^/]+)/comment-page-([0-9]{1,})/?$	index.php?product=$1&cpage=$2	missing
    product/([^/]+)/page/?([0-9]{1,})/?$	index.php?product=$1&paged=$2	missing
    product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$	index.php?product=$1&feed=$2	missing
    product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$	index.php?product=$1&feed=$2	missing
    product/([^/]+)/trackback/?$	index.php?product=$1&tb=1	missing
    product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$	index.php?attachment=$1&cpage=$2	missing
    product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$	index.php?attachment=$1&feed=$2	missing
    product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$	index.php?attachment=$1&feed=$2	missing
    product/[^/]+/attachment/([^/]+)/trackback/?$	index.php?attachment=$1&tb=1	missing
    product/[^/]+/attachment/([^/]+)/?$	index.php?attachment=$1	missing
    product-tag/([^/]+)/?$	index.php?product_tag=$1	missing
    product-tag/([^/]+)/page/?([0-9]{1,})/?$	index.php?product_tag=$1&paged=$2	missing
    product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$	index.php?product_tag=$1&feed=$2	missing
    product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$	index.php?product_tag=$1&feed=$2	missing
    product-category/(.+?)/?$	index.php?product_cat=$1	missing
    product-category/(.+?)/page/?([0-9]{1,})/?$	index.php?product_cat=$1&paged=$2	missing
    product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$	index.php?product_cat=$1&feed=$2	missing
    product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$	index.php?product_cat=$1&feed=$2	missing
    type/([^/]+)/?$	index.php?post_format=$1	missing
    type/([^/]+)/page/?([0-9]{1,})/?$	index.php?post_format=$1&paged=$2	missing
    type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$	index.php?post_format=$1&feed=$2	missing
    type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$	index.php?post_format=$1&feed=$2	missing
    tag/([^/]+)/?$	index.php?tag=$1	missing
    tag/([^/]+)/wc-api(/(.*))?/?$	index.php?tag=$1&wc-api=$3	missing
    tag/([^/]+)/page/?([0-9]{1,})/?$	index.php?tag=$1&paged=$2	missing
    tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$	index.php?tag=$1&feed=$2	missing
    tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$	index.php?tag=$1&feed=$2	missing
    category/(.+?)/?$	index.php?category_name=$1	missing
    category/(.+?)/wc-api(/(.*))?/?$	index.php?category_name=$1&wc-api=$3	missing
    category/(.+?)/page/?([0-9]{1,})/?$	index.php?category_name=$1&paged=$2	missing
    category/(.+?)/(feed|rdf|rss|rss2|atom)/?$	index.php?category_name=$1&feed=$2	missing
    category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$	index.php?category_name=$1&feed=$2	missing
    shop/page/([0-9]{1,})/?$	index.php?post_type=product&paged=$matches[1]	missing
    shop/(feed|rdf|rss|rss2|atom)/?$	index.php?post_type=product&feed=$matches[1]	missing
    shop/feed/(feed|rdf|rss|rss2|atom)/?$	index.php?post_type=product&feed=$matches[1]	missing
    shop/?$	index.php?post_type=product	missing

    I tried to add them the same way the above poster tried (just not as author), i tried adding them to the .htaccess file like this

    RewriteRule feed/(feed|rdf|rss|rss2|atom)/?$ index.php?&feed=$1 [L]

    but they just completely make wordpress stop working, not a single page works if added to htaccess. I am out of ideas. lol.

    Thanks in advance.

    It worked for me when i entered the page like this:

    no checkbox clicked

    url: xxx.com/some-name-of-page/

    i used: */some-name-of-page

    notice there is no end slash

    Thread Starter treccase

    (@treccase)

    I installed your competitor’s plugin, and as soon as I activated it, your shortodes started working in the widget. And if I turn the competitor plugin off, your shortcodes stop working in the widget. It is hilarious.

    I looked at all sql being executed and compared, and the only difference is that when your competitor plugin is activated there is just one extra database call, take a look:

    SELECT DDB_4_posts.* FROM DDB_4_posts WHERE 1=1 AND DDB_4_posts.post_name = 'test1' AND DDB_4_posts.post_type = 'shortcodepro' AND (DDB_4_posts.post_status = 'publish') ORDER BY DDB_4_posts.post_date DESC 
    
    require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/xxx/template_builder.php'), xxx_elements, xxx_columns, dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, WP_Widget_Text->widget, apply_filters('widget_text'), call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, MV_ShortcodesPro_Base->do_shortcode, MV_ShortcodesPro_Base->get_by_slug, get_posts, WP_Query->query, WP_Query->get_posts

    There is 0 difference in the firebug html when comparing the versions (i removed the jquery/css your competitor was injecting and your plugin works perfectly, but as as soon as i deactivate competitor, the widget no longer executes the shortcode)

    Your plugin with competitor activated:

    </div><!-- .column (end) --><div class="column grid_6 last"><div class="widget-area"><aside id="text-3" class="widget widget_text"><div class="widget-inner"><h3 class="widget-title">Top10</h3>			<div class="textwidget">shortie da code</div>

    Your plugin without competitor activated:

    </div><!-- .column (end) --><div class="column grid_6 last"><div class="widget-area"><aside id="text-3" class="widget widget_text"><div class="widget-inner"><h3 class="widget-title">Top10</h3>			<div class="textwidget">[do action="test1" a="android"/]</div>

    Weird eh? You are missing something important. ultimate shortcode is the plugin that i call your competitor, and i like it less than yours, since its made mostly for newbies but in any case…

    Thanks,

    Nick

    I am not sure what you are even asking, perhaps that’s the reason nobody is answering. Also you got to do some leg work yourself and make an effort which motivates developers to help you out.

    You do know that there are sites that already have this? Instead of reinventing the wheel, why not just go there and see how they’ve made responsive sites that use this plugin and adapt their code to your project.

    Here is a hint. Just about every theme by Kriesi uses this js file and his last 5 themes are responsive.

    Ofcourse not. No plugin or service exists that can guarantee a 100% malware/backdoor free theme without going over it line by line visually.

    With that in mind however, this plugin in my opinion is the best there is, since it will point out dubious code, or external links and then its up to you to examine that code or those links, and determine if the link is to google.com or to viagra-master.com, and then remove or keep it.

    I just used every malware/security/virus plugin that’s available for free on wordpress.com, to test a theme I know for a fact has an add injector through a fake jquery link and an encrypted php backdoor.

    Only this plugin notified me about the fake jquery link while this plugin and one other notified me about the encrypted backdoor out of the 6 i tested.

    If you use this along with bulletproof plugin, your chances of getting hacked or using a bad product will significantly decrease.

    learn ftp. u need to know login, password, and ftp address. u need to add that info into dreamweaver. ask your host for ftp info.

    I think rtucker means that he never found the free option on the website.

    It’s there. The people who don’t finish reading the instructions on the website assume that the plugin is only good for 2 weeks and think they were lied to. It’s free as advertised. (see below)

    This a quote from their site “How does the free trial work?
    You can test run ManageWP for 14 days. After that period we will ask you to select a plan or you can continue to use the Free plan.”

    All it says is that after 2 weeks they will ask if you want to pay, and if you don’t then they say thank you and leave you alone to use their product for free.

    have same problem, but with rackspace cloudfiles. minified css & js option grayed out on w3 total cache . please help.

    Hi,

    Use Nginx Compatibility by Vladimir Kolesnikov to setup your permalinks running on nginx (it does basically the same thing as defunctlife wrote above + more)

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