dan77
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] plugin is missing on the www.ads-software.com directoryhere is a screenshot:
https://postimg.org/image/tpac33jl9/Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] required fields bug?We had to use normal contact form, because your plugin stopped working. I tested it on a different theme and it was fine, so I guess it is some kind of script conflict going on there.
The problem was with salient theme from theme forest, fyiThanks for answering thought!
Forum: Plugins
In reply to: [Import Export Suite for CSV and XML Datafeed] blank page after update!!I can confirm that after updating to PHP 5.5 the plugin is showing again and seems to work.
no import check from my side but I will mark topic as resolved, since the blank screen is gone ??Forum: Plugins
In reply to: [WP Store Locator] CSV upload?Hi,
Just a little addition.
I only made it work when I exported the the “wp_wpsl_stores” from phpMyAdmin as “CSV” not the “CSV for Excel”!I created some stores in wordpress before to have the fields filled.
then you can use the markup of the tables in Excel for pasting in your addresses and names and so on…
just save as CSV again.
Import in phpMyAdmin like “cst_surplus” mentioned:
“Columns separated with” “,” and
“Columns escaped with” “\”.
that’s it..thanks everybody to make the csv import such a flow”!
and thanks for the great plugin!!!
cheersthanks!
wow thanks a lot, that was fast!!!
it is working perfectly!
really thanks for taking the time, I hope it will help also others with one page layouts ??one thing for your interest: it seems to pile up the #name each time you click the checkbox, which isn’t a problem in functionality just that you know.
like:
yourURL/#section_name#section_name#section_name#section_namecheers
danhi olly,
thanks I did that already ??
no problem here ??
sorry for not being clear, english is not my mother tongue!
I was talking of providing you the hebrew frontend strings, maybe it makes sense to provide these as well in different languages.have a good one!
danthanks for the fast response.
yeah an ID would definitely a good solution.
thanks for looking into it..regarding the hebrew:
I found the exising hebrew translations files.
I was actually talking about the frontend strings.
I still prefer using the admin in english but the client needs the frontend in hebrew.
I will send you what I got when finished.thanks again.
danno I didn’t mean of the cart ??
I actually mean the refresh of page after clicking pick up delivery checkbox in the cart.
It is a problem if your menu and shopping cart is not on top of the page but rather down on the page. because after refresh the page shows the top again, especially having a big landing fullscreen image it could create confusion for users that after clicking this checkbox you don’t see the cart anymore you need to scroll down again to menu…
take a look:
https://karawane-berlin.org/tahtit/ (still in development)
try to click the check box and you see what I mean ??btw I can provide you the hebrew translation of wppizza if you want?
thanks anyway for your great plugin!
cheers
danForum: Plugins
In reply to: [WP LocalScroll] Offset for Navigationthanks philiprabbett for the good work! the offset works great, even coming from other pages it works!
it would be great if you can add the functionality in the core of the plugin. having a one-page scroll website usually comes with a fixed header, so I guess many people will enjoy this offset-feature.
cheers!
same here! offset doesn’t work if coming from other pages.
it would be great if you can help us. thanks for the good work and your very helpful plugin.
Forum: Plugins
In reply to: [Uber Login Logo] WP 3.8 truncates the custom login logo to width: 80pxthanks harish!
I changed to width: auto; in line 177 of uber-login-logo.php
and it works!public static function replaceLoginLogo() { $img_data = get_option('uber_login_logo'); // use https for background-image if on ssl if (is_ssl()) { $img_data['src'] = preg_replace( "/^http:/i", "https:", $img_data['src'] ); } if ($img_data) { $style = '<style type="text/css">'; $style .= sprintf('.login h1 a { background: transparent url("%s") no-repeat center top; width: auto !important; background-size:%spx %spx; height: %spx;}', $img_data['src'], $img_data['width'], $img_data['height'], $img_data['height']); $style .= '</style>'; $style .= "\r\n" . '<!-- Uber Login Logo ' . self::VERSION . ' ' . self::UBERURL . ' -->' . "\r\n"; echo $style; } }
thank you as well esmi! that is even a more considered solution
regarding the fact of clients messing things up ??thanks alchymyth,
that did it!!
thanks a lot for that fast and easy solution!??
that’s true !
but I want it to disappear in the backend, that the customers wont play around with it.and as far as I know, it wont be good for page load, since it will still load the image..
thanks anyway!