AccessWinnipeg
Forum Replies Created
-
Forum: Plugins
In reply to: [Advertising Manager] Fatal error when updatingSame here. Site wen’t complete dead after the update to 3.5
Restored back to 3.4.29 and everything is back.
Forum: Themes and Templates
In reply to: [onetone] Video problemIt’s happening on wider resolution screens.
I think there has to be a max width set for the background video… how can we set this via CSS?
My resolution is 1920×1080 and I am seeing this issue.
Here is a screenshot….
PS. GREAT job on the theme!
You forgot to remove the ‘ssl’ and ‘www’….
Should be changed to this:
ga.src = <?php if ( $this->options['gajslocalhosting'] && !empty( $this->options['gajsurl'] ) ) { echo "'" . $this->options['gajsurl'] . "';"; } else { $script = 'dc.js'; if ( current_user_can( 'manage_options' ) && $this->options['debug'] ) $script = 'u/ga_debug.js'; echo "('https:' == document.location.protocol ? 'https://' : 'https://') + 'stats.g.doubleclick.net/" . $script . "'"; } ?>;
Thank you – very weird… i was on 2.0.3.1… reinstalling the plugin worked!
All In One Title Tag output:
<title>.99 for to Spend at Le Chateau Outlet - Access Winnipeg</title>
Forum: Plugins
In reply to: [Bounce] Gmal SSL Support?Fixed by prefixing with ssl://pop.gmail.com in host address.
resolved.
Hi Stefano,
Thanks for the quick response… it turns out it was an error on my part…
I am using WordPress MU and my manual count of users was off… 4300 is the correct number.
Sorry for the trouble and thanks for a great plugin.
Forum: Plugins
In reply to: [Plugin: Advertising Manager] Broken my siteMight I also recommend adding the upgrade instructions to the readme file directly instead of linking to a page.
Forum: Fixing WordPress
In reply to: [Plugin: Advertising Manager] Dashboard NoticeThanks for the fix.
Forum: Plugins
In reply to: [Plugin: Advertising Manager] Broken my siteI had the same thing.
Something about a invalid call to get_adsense… I think it was because adsense-manager was still active when i did the upgrade.
How I fixed it:
– Deleted the advertising-manager directory via ftp so the plugin deactivated (i could not get my site to load at all)
– Reupload the advertising-manager files
– DEACTIVATED adsense-manager
– Activated advertising-managerIf the reason it is breaking is due to adsense-manager being activated. advertising-manager should check for the plugin being deactive before proceeding with the install.