Marc Anderson
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Downloading with Amazon S3Be great to know how to fix this as I’m having the same problem with s3 links which require authorization. I’m getting the following error –
<Error>
AuthorizationQueryParametersError
<Message>
Error parsing the X-Amz-Credential parameter; the region ‘us-east-1’ is wrong; expecting ‘ap-southeast-2’
</Message>
<Region>ap-southeast-2</Region>
</Error>I’ll open a new thread on this as well, but thought I’d post here in case someone has a solution based on the original thread.
Forum: Plugins
In reply to: [TPG Get Posts] remove "by {author}" from bylinegreat – I got it now! I checked my version and I hadn’t properly updated , it was showing version 0.0.0(!) – I updated to 3.0 and the byline is now displaying as required.
Thanks for your support!
Forum: Plugins
In reply to: [TPG Get Posts] remove "by {author}" from bylineThanks for that, but I tried it & it’s still showing the “By admin” author info – am I missing something?
Still stumped on this one – I’ve been working at it for a few days already – the jquery call in my functions.php file is as follows:
if (!is_admin()) add_action(‘wp_print_styles’, ‘gpp_immense_stylesheet’);
function gpp_immense_stylesheet() {
wp_register_style( ‘gpp-supersize-style’, get_bloginfo(‘stylesheet_directory’).’/library/js/supersized/css/supersized.css’);
wp_enqueue_style( ‘gpp-supersize-style’);
}
// load jquery and core slider functionality
if (!is_admin()) add_action( ‘wp_enqueue_scripts’, ‘load_js_im’ );
function load_js_im( ) {
wp_enqueue_script(‘supersize’, get_bloginfo(‘stylesheet_directory’).’/library/js/supersized/js/supersized.3.1.3.js’, array( ‘jquery’ ) );Any ideas why the supersized-loader js file is not loading & why it is preventing the page from fully loading?
Forum: Themes and Templates
In reply to: Change url link in website logoThanks guys – problem solved.
The file I needed was header-extensions.php
located in wp-content/themes/base/library/extensions
this may be a helpful reference for anyone else using Graph Paper Press themes
Forum: Fixing WordPress
In reply to: Individual posts not showing up in google search resultsDaisy,
thanks for the tips – I will get to work adding some categories & tags, it was something I had done on my previous blog but when I migrating to a new host I have obviously forgot to do a few things.
I know basic HTML – what would you suggest re: entering keywords for Google 2 pick up?
Also what would u suggest re: metaname / keywords?
thanks
Forum: Fixing WordPress
In reply to: Individual posts not showing up in google search resultsI solved this problem in my case by switching to a new host. I was using Go Daddy but after a few other host-related problems, I decided to switch to Blue Host & within a few days Google has now picked up my individual posts again.
Hope this helps.