-
Posts
408 -
Joined
-
Last visited
-
Days Won
4
Everything posted by WireCodex
-
Why I'm still using jQuery in 2019
- 10 replies
-
- 8
-
-
- javascript
- jquery
-
(and 1 more)
Tagged with:
-
Awesome! Keep a record of this post for the future module documentation! You mean "Shipping Package" will be the "Calculate Rate" based on the carriers API?
-
If you're not in a hurry, you can wait the new version of Padloper from @kongondo ... it looks great
-
Like here for the module version ?
-
MarkupSEO - The all-in-one SEO solution for ProcessWire.
WireCodex replied to Nico Knoll's topic in Modules/Plugins
For multi-language SEO tags you can use a FieldtypeFieldsetGroup in your templates (put it on a new tab for easy access): https://processwire.com/blog/posts/processwire-3.0.73-and-new-fieldset-types/ .. echo this vars inside an included file (or use a Markup Region) in the main template file. PS: I never try with FieldtypeFieldsetPage, but can works too -
this request was aborted because it appears to be forged
WireCodex replied to joshuag's topic in General Support
Try to change it in the PHP settings: https://stackoverflow.com/questions/8927404/how-to-change-session-save-path-in-php-ini-file -
Forget it, it was just an idea. I think it doesn't work. That is why ask at the end of the paragraph
-
maybe is more efficient to use: $config-> homepagehits .. increment it by 1 at home.php template file and later echo it at any template file.. you never need to query any additional page (homepage) to get that counter because $config is present always by default at your hand.. hummm.. is this correct?
-
this request was aborted because it appears to be forged
WireCodex replied to joshuag's topic in General Support
check this, I experience that before: -
Markup Regions: Problem with multiple $_POST
WireCodex replied to suntrop's topic in API & Templates
https://github.com/processwire/processwire-issues/issues/224 -
is Shopmaster ... by the way yesterday I bought a license for Padloper .. and I'll be ready for the new version ?
-
This is a solution I was thinking about at the beginning, but it could be very complex for me ... maybe I'll install WP + WC in a subdomain to act as a "router" and then I can connect to the WC API to get/put information the exact information I'll need about prices, inventory and orders ... it's crazy, but I need that tool, so I need to be creative ? Thanks for you response
-
I have a technical question that maybe you can guide me to a solution/idea. I know an online tool that publishes product information and updates prices/inventories regularly from marketplaces such as Amazon, Ebay, etc. to a Wordpress website ... can get the orders information, auto-order it and send back the tracking numbers. All this is done through the Woocommerce API. They don't have an API or CSV option to access this features.. Is it possible to create fake REST endpoints (a clone of WooCommerce) on my site to accept requests from that external website and process this data my way inside PW? The requests to a REST endpoint are POST like in regular forms submits? Sorry I don't have to much technical background about this https://woocommerce.github.io/woocommerce-rest-api-docs/?php#create-a-product https://woocommerce.github.io/woocommerce-rest-api-docs/?php#update-a-product https://woocommerce.github.io/woocommerce-rest-api-docs/?php#retrieve-an-order
-
So, what to do when I want to talk about something I don't like? encryption or obfuscation? W0rdpr3ss? ? We can't fall into these things, no more stress please .. I think with nofollow is enough as everywhere. Anyway nobody will hire that service ?
-
Let's guess ... how much could they be earning with this service? https://profprojects.com/migrate-processwire-to-wordpress/
-
Could be interesting if you can integrate this as an option: https://omnipay.thephpleague.com/ because it has several implementations for gateways by the community: https://omnipay.thephpleague.com/gateways/community/ and can be extended easily... It will be perfect if you can check the backend of Shopify (14 days free trial), is really easy to use and understand for the customers. The workflow concepts and the organization of product information, collections, discounts, inventory, etc is very simple and concise, minimal enough for a regular store. My personal recommendation is to stay away from Magento like UI and concepts. Maybe the backend could use some ideas similar to your Media Manager or Visual Page Selector, I like the visual look and the user interaction.
-
I just added a new Milligram Site Profile ...
WireCodex replied to rafaoski's topic in Themes and Profiles
Excellent! Thanks! Please add this profile to: https://modules.processwire.com/categories/site-profile/- 6 replies
-
- 2
-
-
- site-profile
- css
-
(and 3 more)
Tagged with:
-
PageSpeed Score: F (26%) YSlow Score: E (57%) Fully Loaded Time: 15.2s https://gtmetrix.com/reports/www.natgeotraveller.in/wmXqm1ep ? Confirmed is WP !! PW should look like this: PageSpeed Score: A (90%) YSlow Score: A (94%) Fully Loaded Time: 0.9s https://gtmetrix.com/reports/www.processwire.com/ntrLTyL8 ?
- 33 replies
-
- 1
-
-
- Photography
- Travel photography
-
(and 1 more)
Tagged with:
-
I agree ... more than a preference, I think it's mandatory due to touch screen devices without pointers.. maybe the optional is add or not the hover effect
- 79 replies
-
- 1
-
-
- breadcrumbs
- admin
-
(and 2 more)
Tagged with:
-
Something like this can help you, maybe you'll find their payment method: http://omnipay.thephpleague.com/gateways/community/ https://packagist.org/?query=cryptocurrency
-
Crazy! They are receiving free backlinks, better SEO positioning, more free traffic because the marketing effort is made by the page that publish the RSS content, all that translates to them in money per click on advertising, leads and sales. Maybe we should create Link-Tax-Back to receive a payment for sending our users.
-
http://directory.processwire.com/map/
- 7 replies
-
- 3
-
-
- processwire
- job
-
(and 1 more)
Tagged with:
-
Try to find a calendar script (php or javascript) there are tons on internet, free and paid. Follow the instructions to set/get the data and use it in your template file. https://www.google.com/search?q=Hours+Booking+calendar+php I previously used this http://eonasdan.github.io/bootstrap-datetimepicker/ (javascript), it's for use with bootstrap, you just have to output the plugin config with php and later receive the data using a post.. it's very straightforward
-
HEEELP! This request was aborted because it appears to be forged!
WireCodex replied to WireCodex's topic in General Support
If you check this tutorial https://support.plesk.com/hc/en-us/articles/213367429-How-to-upgrade-MySQL-from-5-1-to-5-5-on-Linux, you can see a note that says "The PHP package can also be updated during this procedure". I did not pay attention to this because I had installed the latest version of PHP, but it seems that anyway the package and its configuration were changed during the upgrade. maybe.. and during the user login at admin too.. because like in my example, it can happen after the installation... At least we need a topic, or a recipe at https://processwire-recipes.com/ or wherever the option we have, to guide beginners like me. Explaining all the test that must be done after "This request was aborted because it appears to be forged" because after my investigation I found several causes for this, and almost 127 forum entries about it. https://www.google.com/search?q=site:processwire.com+"This+request+was+aborted+because+it+appears+to+be+forged" Now, at this moment I can breathe! I want to say a BIG THANK YOU to @flydev who won my admiration and has been a wonderful human being -
HEEELP! This request was aborted because it appears to be forged!
WireCodex replied to WireCodex's topic in General Support
I know, I know. I don't want to be misunderstood here, I love PW .. but I don't like so much the look my boss has in his eyes now .. hehe