Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › "my account" page won't load
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › "my account" page won't load
- This topic has 15 replies, 4 voices, and was last updated 11 years by Melanie – SUPPORT.
-
Posted in: Neighborhood
-
September 13, 2013 at 2:01 am #21617
Hopefully, this isn’t too lame of me, but the “my account” page does not work. I continually get the following error:
“Failed to open page. Safari can’t open the page…because Safari can’t establish a secure connection to the server…”
Is there some sort of security setting that I am missing? Or is it though my host? Sorry. I’m very confused.
I know the page exists because if I edit the page, it has the WooCommerce short code of [woocommerce_my_account], and I have assigned that page to the “my account page” through the WooCommerce settings.
Help! Thank you oh so much.
September 16, 2013 at 12:08 am #22034Hi,
Can you show us your website link?
and give the direct URL of the account’s page.
Thanks,
laranz.September 16, 2013 at 1:08 am #22042This reply has been marked as private.September 16, 2013 at 10:56 pm #22235Hi,
Give this a read: http://docs.woothemes.com/document/ssl-and-https/
Let me know, what you got.
Thanks,
laranz.September 18, 2013 at 4:13 pm #22706This reply has been marked as private.September 18, 2013 at 9:21 pm #22754Hi,
For google fonts go to, wp-content\themes\neighborhood\includes\swift-framework\options\fields\google_webfonts\jquery.fontselect.js
line #1057 you look something like this
cssUrl: 'http://fonts.googleapis.com/css?family=',
change that to
cssUrl: '//fonts.googleapis.com/css?family=',
You can follow this technique in logo upload too, but unfortunately there is no option to type its URL. So I forward this to the developer to show some insights.
Thanks for your patience.
Thanks,
laranz.September 18, 2013 at 9:38 pm #22761I just changed line 1057 as you instructed but I still get the same error when I put my URL into http://www.whynopadlock.com/index.html. I don’t think that made any difference.
September 18, 2013 at 10:04 pm #22764Hi,
Oh sorry I didn’t notice that, that is from the revolution slider. you need to edit this files
\neighborhood\wp-content\plugins\revslider\inc_php\revslider_output.class.php line #1075: \neighborhood\wp-content\plugins\revslider\rs-plugin\css\captions-original.css: line #1 \neighborhood\wp-content\plugins\revslider\rs-plugin\css\captions.css: line #1 \neighborhood\wp-content\plugins\revslider\views\templates\slide.php line #8
Let me know, that fixes the Google font issues by revolution slider, other issues I already forward this to the developer, he will reply you as soon as possible..
Thanks,
laranz.September 18, 2013 at 10:15 pm #22766This reply has been marked as private.September 18, 2013 at 10:23 pm #22768Hi,
Yes!
Thanks for your patience.
Thanks,
laranz.September 18, 2013 at 10:24 pm #22771๐ Yes, some good news!
September 23, 2013 at 7:40 am #23304Hi there,
If you go to the WordPress Media section, and edit the image, what is the File URL shown for one of the above files?
– Ed
September 23, 2013 at 2:07 pm #23433This reply has been marked as private.September 25, 2013 at 12:29 pm #23716Ok, think I’ve sorted this.
First off, can you try re-adding/re-saving your images in the theme options. Think this may need to be re-done now you’ve swapped to https.
If not, then please can you edit /includes/swift-framework/options/fields/upload/field_upload.php and above line 13 add:
$value = str_replace('http://', '//', $value);
Then re-save your options.
Hope that helps, let us know.
– Ed
September 25, 2013 at 3:32 pm #23759It worked! I only had to do the first thing, which is to re-load the images. Thanks for the suggestion.
By the way, for neophytes like me, it might save you a lot of questions if you make a note in your theme documentation that you must switch to https in order to use WooCommerce. I never really thought about it until I couldn’t view the account page, etc.
Thanks again for your help! ๐
-
Posted in: Neighborhood
You must be logged in and have valid license to reply to this topic.