elvagabundo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [eStore] After Update – Custom CSS gone and cannot restorewent back further and managed to get it working (ie managed to get to the old customization codes to use in the updated site)… a good lesson to not only trust the backups bc it was quite a worry
found it, donation plugin was the culprit. sorry to bother you, thanks for now.
- This reply was modified 5 years, 4 months ago by elvagabundo.
Same as now as far as i know, i haven’t changed the structure.
https://chocoladeverkopers.nl/winkelmand/ (shopping basket)
https://chocoladeverkopers.nl/checkout/ And then the checkout.Forum: Themes and Templates
In reply to: [eStore] lazy loading homepage featured images not fully shownHello Rajesh, took some time but appreciate you checking. However, it still is the same, across browsers, also on mobile. Specifically for the featured images on the homepage and both in several browsers and on mobile. It’s only on the row that says ‘nieuwste chocolades/newest chocolades’
Best,
Paul.found out that if i enter it in header.php of the theme and not in functions.php of the child it does work as it should. probably somehow my mistake (not supposed to put it in functions.php?) but just wanted to let you know
i really appreciate the effort, however i’m afraid i can’t share those because my customer data is in there. however ill try to set up a copy of the store without customer data on a different domain in the next week. and if i can do that ill first also see if i can enable and disable the other plugins one by one.
no then it works fine
Forum: Themes and Templates
In reply to: content not covering background in Firefox 4.0adding min-height:800px to the layout css is a good workaround but i don’t think this is the proper solution?
here’s the layout css
/* LAYOUT: One-Column (Right) Fixed DESCRIPTION: Two-column fixed layout with one sidebar right of content */ #main { min-width:960px; margin:0 auto; position:relative; } #container { width:660px; float:left; margin:0 0 0 200px; } #containerhome { width:980px; margin-left: auto; margin-right: auto; } #contenthome { margin:0; width:520x; overflow:hidden; } #content { margin:0; width:550x; } .main-aside { width:250px; float: right; position:relative; } #secondary { clear:right; } #subsidiary { width:960px; margin:0 auto; overflow:hidden; } #subsidiary .aside { width:300px; float:left; margin:0 20px 0 0; } #subsidiary #third { margin:0; } #main .module, #main .single-post { margin-right: 10px; } .fixed { width:500px; margin:0 auto; }