Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM › store logo and headers being removed
- This topic has 12 replies, 2 voices, and was last updated 5 years, 1 month ago by WCFM Forum.
- AuthorPosts
- August 16, 2019 at 1:38 pm #76915sdel_nevoParticipant
Hi Guys
since the last update, if a vendor changes anything in the store settings section when these are saved the store logo and the store header image is removed and replaced with the defaults logo and header
they then have to re apply the correct header and logo image
for example
vendor uploads a logo and store header and applies these, after saving these show correctly in there store and store list
the vendor goes to there store manager settings section and puts the store into holiday mode (for example) after saving the logo and store header are removed.they then have to add these again and save for them to be visible
Steve
- August 20, 2019 at 8:05 am #77454WCFM ForumMember
Hi,
vendor uploads a logo and store header and applies these, after saving these show correctly in there store and store list
the vendor goes to there store manager settings section and puts the store into holiday mode (for example) after saving the logo and store header are removed.– Well, I have tried the same but not able to generate this – https://www.loom.com/share/6716bee2988e4493a75a674eb06028ea
If your site has any caches then please clear those and check once.
Thank You
- August 20, 2019 at 12:57 pm #77524sdel_nevoParticipant
Hi Guys
i have added the /store-manager/ url to the LiteSpeed “Do not cache” settings
will ask the vendor to test and will let you knowSteve
- August 22, 2019 at 3:39 pm #77797WCFM ForumMember
OK, please know me.
- August 22, 2019 at 6:13 pm #77871sdel_nevoParticipant
Hi
No change I’m afraid
The vendors logo and header image are being removed when ever any data changes in the setup areaI’m still investigating if this is an issue with my litespeed plugin
I will get back to you when I have more information
Steve - October 4, 2019 at 5:20 pm #85082sdel_nevoParticipant
Hi Guys
sorry for not getting back for a while
the issue appeared to be resolved but with a recent update it’s re-appeared
If a vendor uploads a store logo and a header at the same time then saves it works, there is no issue
if the vendor uploads a logo then saves, then uploads a header and saves, the logo is removed!
if they then select the logo again, the header is removed??looking at the admin media library the images for this vendors store show as unattached, previously these had the attachment of store manager
could that be the problem?
I have attached two images
one image shows the media library for a vendor without this issue
the other shows the media library for a vendor with this issueSteve
Attachments:
You must be logged in to view attached files. - October 8, 2019 at 7:44 pm #85682sdel_nevoParticipant
Hi Guys
Have you been able to take a look into this yet
Steve
- October 12, 2019 at 10:29 am #86431WCFM ForumMember
Hi,
Are you getting this issue at your staging site as well?
If so, then please share that access with me to check this once!
We are not able to generate this in our environment.
Thank You
- October 12, 2019 at 10:47 pm #86565sdel_nevoParticipantThis reply has been marked as private.
- October 14, 2019 at 12:39 pm #86796WCFM ForumMember
Hi,
Well, this issue is coming due to CDN.
As I remember, I had gave you some code for this or added code in your staging site for this CDN compatibility. Can you remember?
Thank You
- October 14, 2019 at 12:42 pm #86797WCFM ForumMember
Well, that code was something like this –
add_filter( 'wcfm_attachment_url', function( $attachment_url ) { $attachment_url = str_replace( 'cdn-caffoot-com.r.worldssl.net', 'www.caffoot.com', $attachment_url ); return $attachment_url; }, 50, 1 );
Is this code still there in this site?
DO you have changed CDN URL? as I do not see current CDN with this – “cdn-caffoot-com.r.worldssl.net”
Now, it’s look like this – dyblnhboe0x0.wpcdn.shift8cdn.comPlease change this in that code –
add_filter( 'wcfm_attachment_url', function( $attachment_url ) { $attachment_url = str_replace( 'dyblnhboe0x0.wpcdn.shift8cdn.com', 'www.caffoot.com', $attachment_url ); return $attachment_url; }, 50, 1 );
Thank You
- October 14, 2019 at 2:08 pm #86812sdel_nevoParticipant
Hi Guys
that’s brilliant, thank you so very much
your support is truly fantastic
Steve
- October 16, 2019 at 12:08 pm #87084WCFM ForumMember
You are always welcome 🙂
- AuthorPosts
- You must be logged in to reply to this topic.