bbruno
Forum Replies Created
-
Forum: Plugins
In reply to: [SlimStat Analytics] [Plugin: WP SlimStat] having troubles seeing pageany luck? Really would like to try and use your product…
Forum: Plugins
In reply to: [SlimStat Analytics] [Plugin: WP SlimStat] having troubles seeing pagewhich uses jquery…my guess is thats where the conflict is.
Forum: Plugins
In reply to: [SlimStat Analytics] [Plugin: WP SlimStat] having troubles seeing pagethe clash is with “wordpress nextgen galleryview”
Forum: Plugins
In reply to: [SlimStat Analytics] [Plugin: WP SlimStat] having troubles seeing pageand there is a clash with one of the plugins. Turned them all off. Slimstat worked.
Forum: Plugins
In reply to: [SlimStat Analytics] [Plugin: WP SlimStat] having troubles seeing pageall in one seo pack
contact form 7
disable canonical url redirection
exclude pages from navigation
google xml sitemaps
image widget
lightbox plus
nextgen gallery
next gen gallery view
page links to
pixopoint menu plugin
secondary html contentForum: Plugins
In reply to: [SlimStat Analytics] [Plugin: WP SlimStat] having troubles seeing pageI wonder if there is a clash with a plugin…
Forum: Plugins
In reply to: [SlimStat Analytics] [Plugin: WP SlimStat] having troubles seeing pageI have installed and reinstalled to no avail…
Forum: Plugins
In reply to: [SlimStat Analytics] [Plugin: WP SlimStat] having troubles seeing pagei am not seeing any…
Forum: Plugins
In reply to: [SlimStat Analytics] [Plugin: WP SlimStat] having troubles seeing pageI do.
Ok. figured my problem out. You need to make sure you are calling the wp_footer in your footer.php file.
<?php /* Always have wp_footer() just before the closing </body> * tag of your theme, or you will break many plugins, which * generally use this hook to reference JavaScript files. */ wp_footer(); ?>
Forum: Plugins
In reply to: Contact 7 and watermarksOk. fixed it. My theme did not have the wp_footer to call any javascripts at the end of the document. Added, works like a charm!
Did anyone figure this out?
Forum: Plugins
In reply to: Contact 7 and watermarksTook out the class, made no difference.
Forum: Networking WordPress
In reply to: subdomain mapping for multisiteAlso, upfront, I am by no means an expert at this. Its just really fresh in my memory. I have been working with it this past week and will end up having 30 different domains all using the same wordpress install.
Pretty cool once you figure it out…
Forum: Networking WordPress
In reply to: subdomain mapping for multisiteare you using an A-record with your host company? Pointing that A-record to an IP address? Both domains need to have an A-record with your ip address.
Every hosting company is different…thats how I handled mine.