Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter WebmasterSAM

    (@webmastersam)

    Hey thanks for the reply. I’ll try to help/explain where ever I can.

    What do you mean with “unclear at time”?
    Some things that confused me were the “connect to piwik” tab and the “enable tracking” tab how are these two tabs different?

    Why am I connecting to piwik if I still have to insert a header/footer with my tracking code? Doesn’t supplying the tracking code to the footer/header provide all the information that piwik needs? I’m guessing that the “connect to piwik” tab is what pulls the graphing information into the wordpress dashboard.

    Maybe you can just give me list of options you would hide?

    I would just make the plugin as simple as possible. I don’t know about most users but I’m using piwik alongside Jetpack Stats(which I believe does a good job displaying its graphs and information)

    I don’t know what they are called but I would have One dashboard “Box” for piwik showing visits and then within that box a link to a different page with the rest of the graphs and information. That way the user can select what he wants to see using the screen options(top of screen) and not the wp-piwik settings.

    Other
    I’ve tried finding that error message but was unable to reproduce it, But I did notice that the link to piwik in the “Overview” box is incorrect. I don’t know how your constructing it but I get https://www.mysite.com/home4/username/public_html/analytics/piwik/ where it should be https://www.mysite.com/analytics/piwik/ Its basically its just adding the full path to the site url.

    Thread Starter WebmasterSAM

    (@webmastersam)

    Thanks for your help Doug. I was able to figure out what I needed to do. I wanted to build a search query url for specific tags with the “or” operator. It turns out what I was looking for was here, http://codex.ww.wp.xz.cn/Class_Reference/WP_Query
    and usuing my example tags the search url would be http://www.example.com/?tag=planes,trains,boats

    eg the or operator is a comman, and the and operator is a plus sign.

    Thanks again.

    I’m getting the same problem. I have always got this error and Asking for help doesn’t seem to work, the wordpress team blames it on my web host and my web host blames it on wordpress. I’ve done everything from install and run the compatibility test to reinstall wordpress on my server. I hope this gets resolved but most likely not, there are threads asking about this problem from a year ago that are never resolved just closed. Good luck to you man I’ll be checking back in to see if this gets worked out but I won’t hold my breath.

    WebmasterSAM

    (@webmastersam)

    I’d like to see this fixed as well. I’m also having a, most likely related, problem where the twitter button does not send the correct URL for the tweet and subsequently not counted correctly.

    WebmasterSAM

    (@webmastersam)

    I’m having this same problem, It worked for a while then I diactivated it because I was getting messed up stats and then I could never reactivate it. I was already installed and running when i used my hosting providers WordPress auto install. the error im getting is…

    Error Details: The Jetpack server was unable to communicate with your site [HTTP 400]. If you are hosted with Go Daddy, they are aware of this issue, and we at WordPress.com are working with them to fix it. If your site is hosted elsewhere, please contact Jetpack Support: http://jetpack.me/support/

    Please someone help fix this I tried going to jetpack support and to my hosting provider for help and they both keep saying “its the other guy”

    Thread Starter WebmasterSAM

    (@webmastersam)

    I tried deactivating all of my plugins, didn’t work. Would this be a theme related problem or an underlying core problem in my installation? I would like to figure this out so if your reading this please post your thoughts.

    WebmasterSAM

    (@webmastersam)

    I also have this problem. I’m using a simple redirect on my pages to send users to a different part of my website (shop,community,etc). Also when one of those pages show up in a search result it redirects from the search page to where ever that page was redirected to.

    You can check out the problem on my page: http://www.spaceageminds.com

    The pages that redirect is “Products” and all of its subpages and “Community” and all of its subpages.

    If you do a search for “community” the page shows up in the results and after 1 or 2 seconds redirects the user.

    edit: Also I don’t have a search.php in my theme. I’m using a modified Lightword theme I think this is the code responsible for my search but I have limited wordpress skills so I might be wrong.

    // SEARCH BOX / WORDPRESS BASIC SEARCH OR GOOGLE CSE
    
    function lw_searchbox(){
    global $lw_remove_searchbox, $lw_google_search_code;
    $lw_google_search_code = trim(str_replace(" ","",$lw_google_search_code));
    if($lw_remove_searchbox != "true")
    if(!empty($lw_google_search_code)){
    ?>
    <form action="http://www.google.com/cse" method="get" id="searchform">
    <input type="text" class="textfield" name="q" size="24" id="s"/>
    <input type="submit" class="button" name="sa" value="" id="go"/>
    <input type="hidden" name="cx" value="<?php echo $lw_google_search_code; ?>" />
    <input type="hidden" name="ie" value="UTF-8" />
    </form>
    <?php }else{ ?>
    <form method="get" id="searchform" action="<?php bloginfo('url'); ?>"> <input type="text" value="" name="s" id="s" /> <input type="submit" id="go" value="" alt="<?php _e('Search'); ?>" title="<?php _e('Search'); ?>" /></form>
    <?php
    }
    }

    Anything at all would be helpful.
    Thank you.

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