Zee Cornelius
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Permalink IssueHi Ed! (@erishel)
Thank you for your reply.
I’ve checked my .htaccess and tried to update it (although it’s the same thing).
The permalink issue is still not fixed.I still think I might be blind-sided or missing out something. It’s frustrating that I cannot do a simple troubleshoot.
Thank you for help thus far!
Forum: Plugins
In reply to: [The Events Calendar] Permalink IssueThank you, @tonyromero. But I don’t have “Relative URLs” though.
Oh my, Jeff. Thank you. I didn’t realise the option was necessary.
THANK YOU, JEFF! ??
Hi Jeff
I did include my ID and enabled it too.
I just checked on the source code against the GA support page (https://support.google.com/analytics/answer/2444872?hl=en&utm_id=ad)
There is one line that is needed to be changed from:
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'https://www') + '.google-analytics.com/ga.js';
to this:
ga.src = ('https:' == document.location.protocol ? 'https://' : 'https://') + 'stats.g.doubleclick.net/dc.js';
Where can I edit this?
Forum: Plugins
In reply to: [ShareThis Dashboard for Google Analytics] Suddenly quit workingHi @esmi, I did mention I’ve already have my own topic. I am just updating everyone here what I saw on GA’s page.
Forum: Plugins
In reply to: [ShareThis Dashboard for Google Analytics] Suddenly quit workingI realised there’s no update to this topic. Although my GA didn’t quit working altogether, it is asking for an update. I posted a new topic (though the title has a typo): https://www.ads-software.com/support/topic/tracking-code-needs-and-update
I hope we can get an update or at least a reply from the plugin author here.
Thanks all!
Forum: Fixing WordPress
In reply to: Upgrading 3.5.2 failed; Install Page showing insteadI am unable to turn off any cache as I am not even able to login. I am given the Welcome Page to the installation process.
I have tried steps 4 onwards (according to your steps) but I am still having the installation process shown to me when I tried to go to my wp-admin.
When I tried to go to a known page within the site (eg: Contact Us page), the URL is automatically added with “wp-admin/install.php”. The error is then shown: This webpage has a redirect loop. Error code: ERR_TOO_MANY_REDIRECTS.
When I checked on my site’s error log, this was found:
[28-Jun-2013 00:07:43] WordPress database error MySQL server has gone away for query SELECT option_value FROM wp_options WHERE option_name = ‘_transient_doing_cron’ LIMIT 1 made by _get_cron_lockBut I have no idea what those two errors mean.
Forum: Fixing WordPress
In reply to: Upgrading 3.5.2 failed; Install Page showing insteadAnyone, please?
Forum: Fixing WordPress
In reply to: Upgrading 3.5.2 failed; Install Page showing insteadWhat is the risk if I were to proceed with a Manual Update?
I’m quite worried about losing posts/images/etc.Any help/suggestions, please?
Forum: Fixing WordPress
In reply to: Login works on Dashboard, not WebsiteHi Katie, do you have a “WP Super Cache” on? You might want to try switching it off, then trying on Chrome.
Forum: Fixing WordPress
In reply to: Featured Image Not ExportedAdditional to the above, the corresponding featured images which are in the “wp-contents/uploads” folder did get exported & imported. They are not reflected in the admin’s edit post page; the featured image are blank as if they were not set at all.
Forum: Plugins
In reply to: [The Events Calendar] Twenty Eleven Theme not showing Events CalendarHi Rob
I didn’t customize it in any way. But I did lots of trial & error and figured it was a “clash” with some other plugins I was testing out. But I really cannot deduce which plugins.
But thank you for your reply anyway.
Forum: Plugins
In reply to: [WooCommerce] Show only top level product category on home pageSorry, I’ve figured this out. each product I don’t want seen is set to “hidden”.
Forum: Plugins
In reply to: [WooCommerce] Show only top level product category on home pageHi, I hope I’m not intruding. I am trying to do the same for my shop.
I have added the shortcode:[products ids="27,31"]
However, at the bottom all products including the child products are showing again.
Am I missing something out from the shortcode?My working page: kedaichetak.com/shop
Thank you in advance for the help!
Forum: Themes and Templates
In reply to: Post stuck in front of slider in MagazinumHi all
I managed to get the reply from WPZoom:
Open file /functions/wpzoom-core.php, and replace this line:
wp_register_script('jquery', ("https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"), false, '');
with:
wp_register_script('jquery', ("https://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js"), false, '');