csit
Forum Replies Created
-
I have the same problem the logo is so big
you can go to the admin panel –> user registration –> setting –> login option tab –> Registration URL, then enter your https://test.cancard.com/registration/ and save.
if you don’t want all users access the wordpress default wp-login or register page you can go to the admin panel –> user registration –> setting –> login option tab –> Prevent Core Login, checked and save, Please make sure that you have created a login or my-account page which has a login form before enabling this option.
I found the way to solve this question,
I copy the /user-registration/myaccount/ folder and files in my child theme
I edit the dashboard.php and change the line:
esc_url( ur_logout_url( ur_get_page_permalink( 'myaccount' ) ) )
to
esc_url( ur_get_endpoint_url( 'user-logout' ))
and then I edit the navigation.php and change the line:
esc_url( ur_get_account_endpoint_url( $endpoint ) );
to
esc_url( ur_get_endpoint_url( $endpoint ) );
then after save, my account page endpoint link will display correctly when I click the language switcher to switch other language
ok I found the way to remove the unnecessary css and js if the page has not use the Gallery box Block, here is the code in my child theme funcitons.php:
function child_enqueue_styles() {
if( !has_block(‘glsb/gosign-gallery-box-block’) ){
wp_deregister_style(‘gosign-gallery-box-slick-slider-css’);
wp_deregister_style(‘gosign-gallery-box-slick-slider-css-theme’);
wp_deregister_style(‘gosign-gallery-box-fancybox-css’);
wp_deregister_style(‘gosign-gallery-box-block-frontend-css’);
wp_deregister_script(‘gosign-gallery-box-slick-slider’);
wp_deregister_script(‘gosign-gallery-box-fancybox-js’);
wp_deregister_script(‘gosign-gallery-box-block-backend-js’);
}
}
add_action( ‘wp_enqueue_scripts’, ‘child_enqueue_styles’, 15 );sorry this is my fault, I had disable the jquiry in my theme funcitons.php
sorry this is my fault, I have disabled the jquery in my theme functions.php
I disabled the wp-optimize cache function and then backup again on my server, download and restore is ok now
Forum: Plugins
In reply to: [Kirki Customizer Framework] home slider not working properlyno, no errors. in the google browser I need to ‘Empty cache and Hard reload’ to let the slider work , but after ‘Empty cache and Hard reload’ I refresh the browser normally again , the slider images not show
Fatal error: Uncaught Error: Call to undefined function wc_get_loop_prop() in C:\Bitnami\wampstack-7.3.16-0\apps\wordpress\htdocs\wp-content\plugins\woocommerce\includes\class-wc-query.php:376 Stack trace: #0 C:\Bitnami\wampstack-7.3.16-0\apps\wordpress\htdocs\wp-content\plugins\woocommerce\includes\class-wc-query.php(363): WC_Query->adjust_total_pages() #1 C:\Bitnami\wampstack-7.3.16-0\apps\wordpress\htdocs\wp-includes\class-wp-hook.php(289): WC_Query->handle_get_posts(Array) #2 C:\Bitnami\wampstack-7.3.16-0\apps\wordpress\htdocs\wp-includes\plugin.php(249): WP_Hook->apply_filters(Array, Array) #3 C:\Bitnami\wampstack-7.3.16-0\apps\wordpress\htdocs\wp-includes\class-wp-query.php(3190): apply_filters_ref_array(‘the_posts’, Array) #4 C:\Bitnami\wampstack-7.3.16-0\apps\wordpress\htdocs\wp-includes\class-wp-query.php(3448): WP_Query->get_posts() #5 C:\Bitnami\wampstack-7.3.16-0\apps\wordpress\htdocs\wp-includes\post.php(2053): WP_Query->query(Array) #6 C:\Bitnami\wampstack-7.3.16-0\apps\wordpress\htdocs\wp-content\plugins\ki in C:\Bitnami\wampstack-7.3.16-0\apps\wordpress\htdocs\wp-content\plugins\woocommerce\includes\class-wc-query.php on line 376
您的站点遇到了致命错误。了解更多在WordPress中调试的信息。
### WordPress Environment ### WordPress address (URL): https://127.0.0.1/wordpress Site address (URL): https://127.0.0.1/wordpress WC Version: 4.4.0 REST API Version: ? 1.0.15 WC Blocks Version: ? 3.1.0 Action Scheduler Version: ? 3.1.6 WC Admin Version: ? 1.4.0 Log Directory Writable: ? WP Version: 5.5 WP Multisite: – WP Memory Limit: 512 MB WP Debug Mode: ? WP Cron: ? Language: zh_CN External object cache: – ### Server Environment ### Server Info: Apache PHP Version: 7.3.16 PHP Post Max Size: 40 MB PHP Time Limit: 120 PHP Max Input Vars: 1000 cURL Version: 7.68.0 OpenSSL/1.1.1c SUHOSIN Installed: – MySQL Version: 8.0.18 Max Upload Size: 40 MB Default Timezone is UTC: ? fsockopen/cURL: ? SoapClient: ? 您的服务器未启用 SoapClient 类 - 某些使用SOAP的支付网关插件可能会罢工。 DOMDocument: ? GZip: ? Multibyte String: ? Remote Post: ? Remote Get: ? ### Database ### WC Database Version: 4.4.0 WC Database Prefix: wp_ 数据库总的大小: 23.82MB 数据库数据大小: 18.40MB 数据库索引大小: 5.42MB wp_woocommerce_sessions: 数据:0.02MB + 索引:0.02MB + 引擎 InnoDB wp_woocommerce_api_keys: 数据:0.02MB + 索引:0.03MB + 引擎 InnoDB wp_woocommerce_attribute_taxonomies: 数据:0.02MB + 索引:0.02MB + 引擎 InnoDB wp_woocommerce_downloadable_product_permissions: 数据:0.02MB + 索引:0.06MB + 引擎 InnoDB wp_woocommerce_order_items: 数据:0.02MB + 索引:0.02MB + 引擎 InnoDB wp_woocommerce_order_itemmeta: 数据:0.05MB + 索引:0.03MB + 引擎 InnoDB wp_woocommerce_tax_rates: 数据:0.02MB + 索引:0.06MB + 引擎 InnoDB wp_woocommerce_tax_rate_locations: 数据:0.02MB + 索引:0.03MB + 引擎 InnoDB wp_woocommerce_shipping_zones: 数据:0.02MB + 索引:0.00MB + 引擎 InnoDB wp_woocommerce_shipping_zone_locations: 数据:0.02MB + 索引:0.03MB + 引擎 InnoDB wp_woocommerce_shipping_zone_methods: 数据:0.02MB + 索引:0.00MB + 引擎 InnoDB wp_woocommerce_payment_tokens: 数据:0.02MB + 索引:0.02MB + 引擎 InnoDB wp_woocommerce_payment_tokenmeta: 数据:0.02MB + 索引:0.03MB + 引擎 InnoDB wp_woocommerce_log: 数据:0.02MB + 索引:0.02MB + 引擎 InnoDB wp_actionscheduler_actions: 数据:0.02MB + 索引:0.11MB + 引擎 InnoDB wp_actionscheduler_claims: 数据:0.02MB + 索引:0.02MB + 引擎 InnoDB wp_actionscheduler_groups: 数据:0.02MB + 索引:0.02MB + 引擎 InnoDB wp_actionscheduler_logs: 数据:0.02MB + 索引:0.03MB + 引擎 InnoDB wp_commentmeta: 数据:0.02MB + 索引:0.03MB + 引擎 InnoDB wp_comments: 数据:0.02MB + 索引:0.09MB + 引擎 InnoDB wp_fv_player_playermeta: 数据:0.02MB + 索引:0.03MB + 引擎 InnoDB wp_fv_player_players: 数据:0.02MB + 索引:0.00MB + 引擎 InnoDB wp_fv_player_videometa: 数据:0.02MB + 索引:0.03MB + 引擎 InnoDB wp_fv_player_videos: 数据:0.02MB + 索引:0.03MB + 引擎 InnoDB wp_icl_content_status: 数据:0.00MB + 索引:0.00MB + 引擎 MyISAM wp_icl_core_status: 数据:0.00MB + 索引:0.00MB + 引擎 MyISAM wp_icl_flags: 数据:0.00MB + 索引:0.00MB + 引擎 MyISAM wp_icl_languages: 数据:0.00MB + 索引:0.01MB + 引擎 MyISAM wp_icl_languages_translations: 数据:0.10MB + 索引:0.11MB + 引擎 MyISAM wp_icl_locale_map: 数据:0.00MB + 索引:0.00MB + 引擎 MyISAM wp_icl_message_status: 数据:0.00MB + 索引:0.00MB + 引擎 MyISAM wp_icl_mo_files_domains: 数据:0.05MB + 索引:0.02MB + 引擎 InnoDB wp_icl_node: 数据:0.00MB + 索引:0.00MB + 引擎 MyISAM wp_icl_reminders: 数据:0.00MB + 索引:0.00MB + 引擎 MyISAM wp_icl_string_packages: 数据:0.01MB + 索引:0.00MB + 引擎 MyISAM wp_icl_string_pages: 数据:0.02MB + 索引:0.03MB + 引擎 InnoDB wp_icl_string_positions: 数据:0.17MB + 索引:0.02MB + 引擎 MyISAM wp_icl_string_status: 数据:0.00MB + 索引:0.00MB + 引擎 MyISAM wp_icl_string_translations: 数据:1.37MB + 索引:0.82MB + 引擎 MyISAM wp_icl_string_urls: 数据:0.02MB + 索引:0.02MB + 引擎 InnoDB wp_icl_strings: 数据:0.54MB + 索引:0.16MB + 引擎 MyISAM wp_icl_translate: 数据:2.65MB + 索引:0.04MB + 引擎 MyISAM wp_icl_translate_job: 数据:0.03MB + 索引:0.01MB + 引擎 MyISAM wp_icl_translation_batches: 数据:0.00MB + 索引:0.00MB + 引擎 MyISAM wp_icl_translation_downloads: 数据:0.02MB + 索引:0.00MB + 引擎 InnoDB wp_icl_translation_status: 数据:2.21MB + 索引:0.01MB + 引擎 MyISAM wp_icl_translations: 数据:0.24MB + 索引:0.19MB + 引擎 MyISAM wp_links: 数据:0.02MB + 索引:0.02MB + 引擎 InnoDB wp_mwt_search_history: 数据:0.02MB + 索引:0.00MB + 引擎 InnoDB wp_mwt_search_terms: 数据:0.02MB + 索引:0.00MB + 引擎 InnoDB wp_options: 数据:2.52MB + 索引:0.13MB + 引擎 InnoDB wp_postmeta: 数据:2.52MB + 索引:1.88MB + 引擎 InnoDB wp_posts: 数据:4.52MB + 索引:0.23MB + 引擎 InnoDB wp_term_relationships: 数据:0.11MB + 索引:0.06MB + 引擎 InnoDB wp_term_taxonomy: 数据:0.11MB + 索引:0.11MB + 引擎 InnoDB wp_termmeta: 数据:0.06MB + 索引:0.06MB + 引擎 InnoDB wp_terms: 数据:0.14MB + 索引:0.14MB + 引擎 InnoDB wp_tm_taskmeta: 数据:0.02MB + 索引:0.03MB + 引擎 InnoDB wp_tm_tasks: 数据:0.02MB + 索引:0.02MB + 引擎 InnoDB wp_usermeta: 数据:0.06MB + 索引:0.03MB + 引擎 InnoDB wp_users: 数据:0.02MB + 索引:0.05MB + 引擎 InnoDB wp_wc_admin_note_actions: 数据:0.02MB + 索引:0.02MB + 引擎 InnoDB wp_wc_admin_notes: 数据:0.02MB + 索引:0.00MB + 引擎 InnoDB wp_wc_category_lookup: 数据:0.02MB + 索引:0.00MB + 引擎 InnoDB wp_wc_customer_lookup: 数据:0.02MB + 索引:0.03MB + 引擎 InnoDB wp_wc_download_log: 数据:0.02MB + 索引:0.03MB + 引擎 InnoDB wp_wc_order_coupon_lookup: 数据:0.02MB + 索引:0.03MB + 引擎 InnoDB wp_wc_order_product_lookup: 数据:0.02MB + 索引:0.06MB + 引擎 InnoDB wp_wc_order_stats: 数据:0.02MB + 索引:0.05MB + 引擎 InnoDB wp_wc_order_tax_lookup: 数据:0.02MB + 索引:0.03MB + 引擎 InnoDB wp_wc_product_meta_lookup: 数据:0.02MB + 索引:0.09MB + 引擎 InnoDB wp_wc_reserved_stock: 数据:0.02MB + 索引:0.00MB + 引擎 InnoDB wp_wc_tax_rate_classes: 数据:0.02MB + 索引:0.02MB + 引擎 InnoDB wp_wc_webhooks: 数据:0.02MB + 索引:0.02MB + 引擎 InnoDB wp_yith_wcwl: 数据:0.02MB + 索引:0.02MB + 引擎 InnoDB wp_yith_wcwl_lists: 数据:0.02MB + 索引:0.06MB + 引擎 InnoDB ### Post Type Counts ### attachment: 164 custom_css: 1 customize_changeset: 2 lana_download: 1 nav_menu_item: 101 page: 192 post: 368 product: 78 product_variation: 59 shop_coupon: 5 shop_order: 30 wc_membership_plan: 9 wc_user_membership: 16 wp_block: 45 ### Security ### Secure connection (HTTPS): ? 您的站点当前未使用HTTPS。了解HTTPS和SSL证书。 Hide errors from visitors: ?错误信息不应显示给访客。 ### Active Plugins (27) ### WPML Multilingual CMS: 来自 OnTheGoSystems – 4.3.18 Autocomplete WooCommerce Orders: 来自 Liam McArthur – 1.3.1 – 安装的版本未使用有效的 WooCommerce 4.4.0 版本进行测试 Disable/Remove Google Fonts: 来自 Fonts Plugin – 1.1.4 Display Posts: 来自 Bill Erickson – 3.0.2 Yoast Duplicate Post: 来自 Enrico Battocchi & Team Yoast – 3.2.5 Easy WP SMTP: 来自 wpecommerce,alexanderfoxc – 1.4.1 FAQ Block For Gutenberg: 来自 Dilip Bheda – 2.3 Featured Image by URL: 来自 Knawat Team – 1.1.6 FV Player: 来自 – 7.4.32.727 Kirki Customizer Framework: 来自 David Vongries – 3.1.5 Limit Login Attempts Reloaded: 来自 WPChef – 2.15.1 OSS DownloadList: 来自 沈唁 – 1.0.1 Search Analytics: 来自 Cornel Raiu – 1.3.4 Search Exclude: 来自 Roman Pronskiy – 1.2.6 Search Limiter & Blocker: 来自 Serkan Algur – 1.1 UpdraftPlus-备份/恢复: 来自 UpdraftPlus.Com,大卫·安德森 – 1.16.26 Payment gateway for WooCommerce - Woo Alipay: 来自 Alexandre Froger – 1.1.3 – 安装的版本未使用有效的 WooCommerce 4.4.0 版本进行测试 Direct Checkout For Woocommerce Lite: 来自 Centangle Interactive – 1.0.2 – 安装的版本未使用有效的 WooCommerce 4.4.0 版本进行测试 Payment gateway for WooCommerce - Woo WeChatPay: 来自 Alexandre Froger – 1.3.15 – 安装的版本未使用有效的 WooCommerce 4.4.0 版本进行测试 WooCommerce Multilingual: 来自 OnTheGoSystems – 4.10.1 – 安装的版本未使用有效的 WooCommerce 4.4.0 版本进行测试 WooCommerce: 来自 Automattic – 4.4.0 WP-Optimize - Clean, Compress, Cache: 来自 David Anderson Ruhani Rabin Team Updraft – 3.1.2 WP微信: 来自 Alexandre Froger – 1.3.14 WPML String Translation: 来自 OnTheGoSystems – 3.0.13 WPML Translation Management: 来自 OnTheGoSystems – 2.9.10 YITH WooCommerce Wishlist: 来自 YITH – 3.0.13 – 安装的版本未使用有效的 WooCommerce 4.4.0 版本进行测试 ### Inactive Plugins (7) ### Bulk Move: 来自 Sudar – 1.3.0 TWP Import Export: 来自 Themes4WP – 0.1 Velvet Blues Update URLs: 来自 VelvetBlues.com – 3.2.9 WP Cloudflare Super Page Cache: 来自 Salvatore Fresta – 4.3.4.3 WP Maintenance Switch: 来自 Mitch – 1.0.1 WP Open Social: 来自 Link (XiaoMac.com) – 5.0.3 WP Statistics: 来自 VeronaLabs – 12.6.13 ### Settings ### API Enabled: – Force SSL: – Currency: USD ($) Currency Position: left Thousand Separator: , Decimal Separator: . Number of Decimals: 2 Taxonomies: Product Types: external (external) grouped (grouped) simple (simple) variable (variable) Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog) exclude-from-search (exclude-from-search) featured (featured) outofstock (outofstock) rated-1 (rated-1) rated-2 (rated-2) rated-3 (rated-3) rated-4 (rated-4) rated-5 (rated-5) Connected to WooCommerce.com: – ### WC Pages ### 商店base: #310 - /%e4%ba%a7%e5%93%81%e4%b8%ad%e5%bf%83/ 购物车: #311 - /%e8%b4%ad%e7%89%a9%e8%bd%a6/ 结算: #312 - /%e7%bb%93%e7%ae%97/ 我的帐户: #1813 - /%e6%88%91%e7%9a%84%e5%b8%90%e6%88%b7/ 条款和条件: #2143 - /terms-of-service/ ### Theme ### Name: Giga Store PRO child Version: 1.5.3 Author URL: https://themes4wp.com/ Child Theme: ? Parent Theme Name: Giga Store PRO Parent Theme Version: 1.5.3 Parent Theme Author URL: https://themes4wp.com/ WooCommerce Support: ? ### Templates ### Archive Template: 您的主题有个woocommerce.php文件,您将不能覆盖woocommerce/archive-product.php这个自定义模板,因为 woocommerce.php 的优先级高于 archive-product.php 的优先级,这是为了防止显示问题。 Overrides: giga-store-pro-child/woocommerce/single-product\product-image.php giga-store-pro-child/woocommerce/single-product\product-thumbnails.php giga-store-pro-child/woocommerce/single-product\tabs\description.php ### Action Scheduler ### 完成: 15 Oldest: 2020-07-24 20:34:17 +0800 Newest: 2020-08-19 15:16:22 +0800
Forum: Plugins
In reply to: [Kirki Customizer Framework] Not allowed to load local resource:the problem is gone !
I just delete “/wp-content/fonts” the “fonts” directory and reload the website page , then the “fonts” directory recreate and redownload the fonts in “/wp-content/fonts” and the css path automatically becomes the website url not the local url:
——————–if the fonts css src url looks like the follow———–
@font-face {
font-family: ‘Oswald’;
font-style: normal;
font-weight: 400;
src: url(C:\Bitnami\wampstack-7.3.13-0\apps\wordpress\htdocs/wp-content/fonts/oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUtiYySUhiCXABTV.woff) format(‘woff’);
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
——-then delete “/wp-content/fonts” the “fonts” directory and reload the site–
——-Now the src url is the site url————————————————
@font-face {
font-family: ‘Oswald’;
font-style: normal;
font-weight: 400;
src: url(https://yourwebsite.com/wp-content/fonts/oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUtiYySUhiCXABTV.woff) format(‘woff’);
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
————————————————————————————–I using the wechat open platform and wechatpay .
I have an official account, but I don’t use it because there are many restrictions then the open platform.
Yes I using the Wechat Open platform + WechatPay not the Wechat Official Accounts Platform. here is my settings on wp-weixin plugin
the H5 needs call back url ? if need, the url is?
Now it works!
Yes I put the my_website/wc-api/WC_WechatPay/ in the Native field.
but the error since I put the wrong AppSecret key in the API secure key field therebut i have never config the api secure key