harrydevries
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] New picker select pseudo elementThanks for the update Sai, i won’t bother with it then for now. As soon as it is released to the mainstream i will implement these new css features.
Forum: Themes and Templates
In reply to: [Storefront] Search bar in headerThanks Shahzeen.
This is indeed the exact css i used to center the bar in the top:
masthead .site-search{ position:absolute;
left: 0; right:0; margin-inline:auto; top:15%}Forum: Themes and Templates
In reply to: [Storefront] Search bar in headerhttps://snipboard.io/pVkovg.jpg
this is the header in big screen.
https://snipboard.io/U4ufoM.jpg
holds op well in small screen stays in middle
breakpoint screen size 769px (display:none)
https://snipboard.io/sy49k2.jpg
prod page at big screen.
No elementor in sight, no gutenberg blocks to be found, everything hand coded the old fashioned way with ofcourse a child theme. No functionalities heavy themeforest theme for me of which i don’t use 50% anyway, i love this lean bones storefront theme in which i can code and style everything by myself the way i want without more then 10 plugins used at the most. Most functionalities are hand coded in functions.php with hooks and functions.
I haven’t made a website in almost 10 years (up until 2017 i used to be a wordpress designer for a big firm in Netherlands) i thought i would have lost my skill . But surprisingly not much has changed. Apart from many new css rules and syntax). especially very many new pseudo elements (which often don’t seem to be working in my environment, for instance the new ::picker pseudo element for styling select boxes and more importantly select dropdowns).
The biggest change in webdesign land is the way that people can design a site now without any css, php and html skill using elementor stuff, blocks and that dreaded AI most recently. For me all these things are a nono. I only do handcoding and hand styling. I used 2500 lines of css styles so far but will compress it to Scss/Sass when the site is finished. I used around so far also 500 lines of code in my functions.php
This webshop is for myself and my brother, as i told i have not been working as a webdesigner since 2017.
- This reply was modified 5 months, 3 weeks ago by harrydevries.
Forum: Themes and Templates
In reply to: [Storefront] Search bar in headerunfortunately the site is still only in localhost but i’ll add screenshot once i know how to do it.
meanwhile i’ll try your code to see if it works well also.
Forum: Themes and Templates
In reply to: [Storefront] How to remove cart icon from the storefront themeGot it thank you.
i got another question i’ll open a new ticket
Thanks for the advice ewout. Indeed it was a php error (of course). Installing and activating a new version of the plugin resolved the issue. So if somebody gets the same problem like the one above just upload and activate a newer version of the plugin.
Hi Ewoud. It worked fine. I did not update the plugin and i also did not update woocommerce and it was all working fine. But Skyberate migrated the website to another hosting environment and then it went wrong, so it must be related to the migration.
i use an old version of woocommerce, its version 2.5.5.
i use a version of the invoice and packing of 2.0.2. it was working fine until the migration.
WordPress version 5.4.9
Current theme: thema2018versie3 (version 1.3.2)
Current plugin: WooCommerce PDF Invoices & Packing Slips (version 2.0.2)
PHP version 7.0.33its talking about an error in line 45 which cause the no block level parent found.
Forum: Plugins
In reply to: [Page scroll to id] highlighted classes not addedstupid me, so obvious and i overlooked it.
Thanks
Forum: Plugins
In reply to: [Geo Mashup] Geo mashup nog showing anything at allok i understand my issue is not going to be solved unless i pay for it i can uderstand that
Just one question, could it be the fault of the hosting that no map is showing? in my test domain (hosted with another hosting company) the maps all were showing perfectly
Hi dima
It were the h3 titles above the selects that gave the problem, so i removed them and removed the titles inside the selects.
THe plugin works great
Hi dima
Here is the link to the filter
http://www.popgroovenieuw.webdesigndiensten.nl/titeloverzicht/
i would like to have the search filers horizontally aligned, i can get that but not really good.
Hey Dima
Works great, thanks.
One more question, would you know how to float the select boxes to the right? (make them float horizontally instead of vertically)
I got that fixed by making the ul like 25% and float it left, and add a margin right of -110px but that looks awfull and the selects are not horizontally allignde but each one is some 20 pixel lower then the next one, swapping the UL for divs and removing the li’s also did not work.
I added a free shipping method with the following conditions:
category equal to xxx
category equal to yyyy
category equal to zzz
etcetera….
subtotal greater or eaqual to 1750Maybe not possible i guess.
I made a shipping class for the specific product instead of calculating shipping costs with weight based shipping. I s till have the 1750 euro free shipping condition enabled in advanced free shipping but even with a shipping class, if somebody orders above 1750 for that specific product the 75 euro for ths shipping class is still calculated for shipping ๐
So it seems not to work for me at all.
I am willing to pay the plugin developer to have a look at it.
Forum: Plugins
In reply to: [Form Lightbox] Activate from Worpress menu iemYes this is possible: to make a contact link in the menu that points to the form lightbox you do the following:
Step 1. head over to Appearance >> Menus and create a menu item with a custom link.
To create a menu item with custom link expand ther “links” box on teh right hand side (open it) you see a box where you can create a Cusutom url and link text.
In the link box you tick a # and in the link text you type in for example “Contact”You have now made a custom link with # as url, and now you can add the link to the menu.
Step 2. Above you open the screen and you see various options. Tick the option Link relation (XFN) and the option CSS classes. now in the menu head over to the newly created item (Contact) and add nofollow to the link relation. To the Css class of the menu item you add a class with a number for example “fl_box-13”
Step 3. Add the shortcode to the footer. Now you must go to your footer template and add the shortcode for the lighbox with your form. Presuming you already made a form in gravity with number 3 the shortcode in the footer will be:
ยด <?php echo do_shortcode( ‘[formlightbox_call title=”Neem contact op” class=”13″][/formlightbox_call] [formlightbox_obj id=”13″ style=”” onload=”false”][gravityform id=”3″ name=”snel contact” title=”false” description=”false”][/formlightbox_obj]’ ) ?> ยด
The object id must be 13, because it must be the same as the number in the css class.
Step 4. hide the form in the footer.
Now you don’t want the form to be visible in the footer, that would not be good so you must hide it.
For this you just put the shorcode in a div with style=”visibility-hidden”