logo
Welcome to our new AbleCommerce forums. As a guest, you may view the information here. To post to this forum, you must have a registered account with us, either as a new user evaluating AbleCommerce or an existing user of the application. For all questions related to the older version of Gold and earlier, please go to AbleCommerce Gold forum. Please use your AbleCommerce username and password to Login. New Registrations are disabled.

Notification

Icon
Error

Options
Go to last post Go to first unread
nethrelm  
#1 Posted : Monday, February 18, 2019 3:52:50 PM(UTC)
nethrelm

Rank: Advanced Member

Groups: Developers
Joined: 2/18/2019(UTC)
Posts: 31

I made a copy of the default theme, set the new theme as the store's default theme, and started making changes to it. After changing the logo's image, it always reverts back to the default pet store logo when in editing mode, but correctly displays my custom logo when editing mode is off. I also tried to change the background of the home page (I couldn't find where to do this through the CMS UI so I changed it in the style.css file of the new theme directly). After making the changes, the background didn't update. I tried Ctrl+F5. I verified that the new theme is set as the store default. I verified that the home page is set to use the store default as the theme. However, when you do View Source, all the stylesheet references still point to the default theme:

Code:
<link href="/Themes/Default/Content/font-awesome.min.css" rel="stylesheet" type="text/css">

<link href="/Themes/Default/Content/animate.css" rel="stylesheet" type="text/css">

<link href="/Themes/Default/Content/style.css" rel="stylesheet" type="text/css">

<link href="/Themes/Default/Content/color/dark-blue.css" id="main-color" rel="stylesheet" type="text/css">
<link href="/Themes/Default/Content/custom.css" rel="stylesheet" type="text/css">
<link href="/Themes/Default/Content/skin.css" rel="stylesheet" type="text/css">


Any idea why it's doing this and what I can do to resolve the problem?

Wanna join the discussion?! Login to your AbleCommerce Forums forum account. New Registrations are disabled.

MikeR  
#2 Posted : Monday, February 18, 2019 7:45:26 PM(UTC)
MikeR

Rank: Advanced Member

Groups: Administrators, Developers, Registered, HelpDesk, System, Admin
Joined: 10/18/2018(UTC)
Posts: 183

Thanks: 1 times
Was thanked: 6 time(s) in 6 post(s)
Hi,

I'll test the logo some more, but it's working for me. I recommend adding style overrides to the custom.css file, so updates can be applied without worry of overwriting your changes. I noticed that on the homepage the theme is set to 'sample' instead of 'Use Store Default' so you may want to check that.

Chrome caches things like crazy and ctrl-f5 doesn't mean much to Chrome, get the clear cache add-on. It was quite frustrating until I installed this add on.

https://chrome.google.co...kbjaeellbfkmgnhonkkjfpdn

Kind Regards,
Mike

Edited by user Monday, February 18, 2019 7:45:56 PM(UTC)  | Reason: Not specified

Thank you for your support!
Mike Randolph
AbleCommerce.com
MikeR  
#3 Posted : Monday, February 18, 2019 7:56:11 PM(UTC)
MikeR

Rank: Advanced Member

Groups: Administrators, Developers, Registered, HelpDesk, System, Admin
Joined: 10/18/2018(UTC)
Posts: 183

Thanks: 1 times
Was thanked: 6 time(s) in 6 post(s)
Hi,

One other thing in our latest build the default theme is called 'Sample' instead of default to help avoid confusion. Be sure you are using the latest build AbleCommerce9-RC1-b4895-WAP.zip as there were a lot of fixes since the October release.

Kind Regards,
Mike
Thank you for your support!
Mike Randolph
AbleCommerce.com
nethrelm  
#4 Posted : Tuesday, February 19, 2019 11:50:30 AM(UTC)
nethrelm

Rank: Advanced Member

Groups: Developers
Joined: 2/18/2019(UTC)
Posts: 31

Originally Posted by: MikeR Go to Quoted Post
Hi,

One other thing in our latest build the default theme is called 'Sample' instead of default to help avoid confusion. Be sure you are using the latest build AbleCommerce9-RC1-b4895-WAP.zip as there were a lot of fixes since the October release.

Kind Regards,
Mike


Yes, this seems to be the problem! Although the file made available to my account purports to be and is named "AbleCommerce9-RC1-b4895-WAP.zip", it seems the contents of the zip file are actually still the Beta build 4510. Not sure how this happened, but I need a copy of the actual RC1 build.
MikeR  
#5 Posted : Tuesday, February 19, 2019 12:31:40 PM(UTC)
MikeR

Rank: Advanced Member

Groups: Administrators, Developers, Registered, HelpDesk, System, Admin
Joined: 10/18/2018(UTC)
Posts: 183

Thanks: 1 times
Was thanked: 6 time(s) in 6 post(s)
Hello,

I'm so sorry for the trouble! We have corrected the download and have confirmed it to be correct.

Kind Regards,
Mike Randolph
Thank you for your support!
Mike Randolph
AbleCommerce.com
nethrelm  
#6 Posted : Tuesday, February 19, 2019 1:03:46 PM(UTC)
nethrelm

Rank: Advanced Member

Groups: Developers
Joined: 2/18/2019(UTC)
Posts: 31

Thank you Mike. I have downloaded the corrected file and confirmed that it is the correct build now as well.
MikeR  
#7 Posted : Friday, February 22, 2019 4:55:20 PM(UTC)
MikeR

Rank: Advanced Member

Groups: Administrators, Developers, Registered, HelpDesk, System, Admin
Joined: 10/18/2018(UTC)
Posts: 183

Thanks: 1 times
Was thanked: 6 time(s) in 6 post(s)
Hi,

Did the corrected build resolve the issues you were having?

Thanks!
Mike
Thank you for your support!
Mike Randolph
AbleCommerce.com
nethrelm  
#8 Posted : Monday, May 20, 2019 1:54:49 PM(UTC)
nethrelm

Rank: Advanced Member

Groups: Developers
Joined: 2/18/2019(UTC)
Posts: 31

Yes, it did resolve that particular issue, however I'm having another issue with the logos. This same issue existed before and still exists in RC3. I repeated the process of copying the default ("Sample") theme to create a new custom theme ("OnlineScubaDefault"). When going to Admin > Website > Store Logos it always shows the mobile logo of the store's current default theme regardless of which theme you have selected in the Theme drop down list. So:
1. If I set the Store's default theme to "Sample", then go to Admin > Website > Store Logos and select "OnlineScubaDefault" from the drop down, it still shows the Pet Shop Demo mobile logo in the Mobile Logo box.
Image 1
Image 2

2. If I set the Store's default theme to "OnlineScubaDefault", then go to Admin > Website > Store Logos and select the "Sample" theme from the drop down, it still shows my OnlineScuba mobile logo in the Mobile Logo box.
Image 3
Image 4

It seems like this is probably an issue with the jquery/ajax code, but I haven't looked too deeply into it. I didn't see anything in the Controller code that would cause this.
MikeR  
#9 Posted : Monday, May 20, 2019 2:11:29 PM(UTC)
MikeR

Rank: Advanced Member

Groups: Administrators, Developers, Registered, HelpDesk, System, Admin
Joined: 10/18/2018(UTC)
Posts: 183

Thanks: 1 times
Was thanked: 6 time(s) in 6 post(s)
Thanks for the report, we'll try to replicate it and get it posted for correction.
Thank you for your support!
Mike Randolph
AbleCommerce.com
MikeR  
#10 Posted : Monday, May 20, 2019 2:16:03 PM(UTC)
MikeR

Rank: Advanced Member

Groups: Administrators, Developers, Registered, HelpDesk, System, Admin
Joined: 10/18/2018(UTC)
Posts: 183

Thanks: 1 times
Was thanked: 6 time(s) in 6 post(s)
In my testing, it seems that when you upload a mobile image it gets associated with all the themes.
Thank you for your support!
Mike Randolph
AbleCommerce.com
nethrelm  
#11 Posted : Tuesday, May 21, 2019 12:32:03 PM(UTC)
nethrelm

Rank: Advanced Member

Groups: Developers
Joined: 2/18/2019(UTC)
Posts: 31

Originally Posted by: MikeR Go to Quoted Post
In my testing, it seems that when you upload a mobile image it gets associated with all the themes.


I don't know about that, but if so that's an additional issue separate from what I reported yesterday. It would probably be a good idea to look a the printable logo as well and make sure that it's behaving as intended or if it has the same issue(s).
MikeR  
#12 Posted : Tuesday, May 21, 2019 2:17:32 PM(UTC)
MikeR

Rank: Advanced Member

Groups: Administrators, Developers, Registered, HelpDesk, System, Admin
Joined: 10/18/2018(UTC)
Posts: 183

Thanks: 1 times
Was thanked: 6 time(s) in 6 post(s)
Seems it's correctly added to the theme, just not displayed properly in the admin.

Sorry for the added confusion.

Thanks,
Mike

Thank you for your support!
Mike Randolph
AbleCommerce.com
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.