Delrey Agency
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: No HomepageHi corin
what theme are you using?
I suggest you to switch to default wp theme to verifyForum: Fixing WordPress
In reply to: Не могу зайти на свой wordpressУ вас есть доступ к панели хостинга (cpanel или direct admin)?
Каков URL вашего сайта?Forum: Developing with WordPress
In reply to: Deleting wp users through PostmanYou are welcome.
I don’t know how to do it using rest-api
Alternative solution is to code a function in WP with wp_delete_user function. Then you can call this function with admin-ajax
Forum: Fixing WordPress
In reply to: Billing County is not validare you using woocommerce?
Forum: Fixing WordPress
In reply to: Interest based blog display after registrationHi Anylyarki
You can use a members plugin and you can associate each membership to different category. All memberships will be free and then the user is able to change between them
What I don’t know is to make it possible to choose group of categories / memeberships
Forum: Fixing WordPress
In reply to: Looking for Image Selection Gallery pluginHello Loblanc
“allows me to gallery some images for the user” ?
I don’t understand ??Forum: Fixing WordPress
In reply to: How to create calculator graphs for freeHi loongpatrick
Do you need to use data that is comming from WP?
If not, you can just code the calculator with Javascript and then integrate into WP
Forum: Fixing WordPress
In reply to: Woocommerce with multiple databasesHi Rputs,
yes you can do it with product variations.
Forum: Fixing WordPress
In reply to: Uploading picture using Add via URL ErrorTry with this troubleshotting:
https://en.support.wordpress.com/images/troubleshooting-images/
Forum: Fixing WordPress
In reply to: Form Builder with CSV Lookup Capability?I don’t know any plugin to do it, maybe you can customize ninja forms.
You need custom development.If you know something about coding, you can do it at first outside of WP and then to integrate into WP. You can start with this component for example:
Hi Johannes,
Put this at the end of your style.css file (outside any media query):
.site-header, .site-image-board, .site-footer { background-color:#074e68; }
I just fixed the background color for the header, but there are other elements to fix, for example the footer and the general layout.
Forum: Fixing WordPress
In reply to: How to integrate both retail and b2b in same web siteHi Abhineet,
You can add the best ecommerce plugin for WP
1) Go to wp-admin
2) Go to plugins
3) Add new plugin
4) WoocommerceForum: Fixing WordPress
In reply to: Billing County is not validdo you see this error in Paypal?
Forum: Developing with WordPress
In reply to: Deleting wp users through PostmanDid you install WP multisite?
wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:734
Forum: Fixing WordPress
In reply to: Link picture to someone else’s FB pageCan you put a screenshot to understand better?
thanks