asrar7
Forum Replies Created
-
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Backup no longer worksHi Dear Support Team,
i am trying to take backup which is almost 5GB but every time i try i get this error: Unable to write to: /var/www/html/wp-content/plugins/all-in-one-wp-migration/storage/error.log. Technical details
Dear @anghelemanuel99
When I deactivate the WPS Hide login plugin then it works fine without the piece of code (which is uploaded via a simple plugin) how can I make to work alongside the WPS Hide Login plugin.
Note: what page name should I put in the below code especially to replace with ‘home’??
add_action( 'plugins_loaded', 'trpc_exclude_tp_from_pages', -1 ); function trpc_exclude_tp_from_pages(){ $do_not_translate_path = <strong>array('home');</strong> foreach ( $do_not_translate_path as $path ){ if ( !empty($path) && strpos($_SERVER['REQUEST_URI'], untrailingslashit($path)) !== false ){ add_filter( 'trp_allow_tp_to_run', function(){return false; } ); } } }
Dear @anghelemanuel99
i checked that permalinks and its fine. And i used this piece of codes in an empty plugin but still cant logout in none-default language.
anything els to try please?
dd_action( 'plugins_loaded', 'trpc_exclude_tp_from_pages', -1 ); function trpc_exclude_tp_from_pages(){ $do_not_translate_path = array('used_the_slug_to_of_WPS Hide plugin'); foreach ( $do_not_translate_path as $path ){ if ( !empty($path) && strpos($_SERVER['REQUEST_URI'], untrailingslashit($path)) !== false ){ add_filter( 'trp_allow_tp_to_run', function(){return false; } ); } } }
Dear @anghelemanuel99,
Appreciate your reply, i go to check permmalinks and did not find pretty links option there. I am using %sample-post% permalinks types
looking forward to hear from you
this is my non-default language website link.
https://www.wingrocer.com/cn/Hi @rossviviano
I already created a ticket and shared the details of the issue and the system report as well.
You may check it out.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Google API keyDear Steven,
thanks for your fast reply. the API key worked now, but the map in the admin page does not load in order to track the location via location names.
Hi @wpbean
Thanks for the reply.
Alright, i used the Category portfolio INCLUDE and EXCLUDE OPTIONS but did not affect in the category .Forum: Fixing WordPress
In reply to: Spaces between sections after updat WP to 5..0.3@bcworkz thanks the issue solved
Forum: Fixing WordPress
In reply to: Error establishing a database connectionHi everyone
I am facing this error when i importing sql database to phpmyadmin:
SQL query
—
— Dumping data for tablewp_nextend2_smartslider3_slides
—INSERT INTO
wp_nextend2_smartslider3_slides
(id
,title
,slider
,publish_up
,publish_down
,published
,first
,slide
,description
,thumbnail
,params
,ordering
,generator_id
) VALUES
(5, ‘Full 2’, 2, ‘2015-11-11 08:19:28’, ‘2025-11-12 08:19:28’, 1, 0, ‘[{\”type\”:\”layer\”,\”lastplacement\”:\”absolute\”,\”desktopportraitfontsize\”:100,\”desktopportraitparentalign\”:\”center\”,\”desktopportraitparentvalign\”:\”middle\”,\”desktopportraitalign\”:\”center\”,\”desktopportraitvalign\”:\”middle\”,\”desktopportraitleft\”:-68,\”desktopportraittop\”:95,\”desktopportraitwidth\”:261,\”desktopportraitheight\”:90,\”id\”:\”\”,\”uniqueclass\”:\”\”,\”class\”:\”\”,\”crop\”:\”visible\”,\”rotation\”:0,\”parallax\”:0,\”adaptivefont\”:0,\”generatorvisible\”:\”\”,\”desktopportrait\”:1,\”desktoplandscape\”:1,\”tabletportrait\”:1,\”tabletlandscape\”:1,\”mobileportrait\”:1,\”mobilelandscape\”:1,\”name\”:\”More\”,\”namesync[…]MySQL said
#1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘s
(9, ‘1465237060_resolutions-11.png’, 3, ‘2018-09-30 06:27:15’, ‘2028-10-01 06:’ at line 9
Forum: Fixing WordPress
In reply to: Error establishing a database connection@jnashhawkins thanks for your response. I created database and i used before it but here i think login credentials are different in wp-config and Phpmyadmin. How to access phpmyadmin when you lost your password ?