-
Posted a reply to Visual Form Builder error interferes with Widget list, on the site WordPress.org Forums:
Hi IN order to fix this issue, please add the following code to your theme… -
Created a topic, [WP Encryption - One Click Free SSL Certificate & SSL / HTTPS Redirect for WordPress] Awesome, on the site WordPress.org Forums:
Awesome -
Posted a reply to Login cookie error because of child theme, on the site WordPress.org Forums:
Yes, actually mostly it happens when you put some blank lines after closing pup tag… -
Posted a reply to I can’t access wp-admin, on the site WordPress.org Forums:
Can you please send me this file, so i can check and resend you new… -
Posted a reply to Search Form on all pages., on the site WordPress.org Forums:
Yes, but if you want to hide it on multiple pages, you can do it… -
Posted a reply to Search Form on all pages., on the site WordPress.org Forums:
the easiest way is to add the following css: .page-id-201 form#search_form { display: none; } -
Posted a reply to Group articles and send them to a specific e-mail address, on the site WordPress.org Forums:
I think we can do this by adding custom code in theme functions.php Please refer… -
Posted a reply to Title displays but no content, on the site WordPress.org Forums:
Hi Can you please share url of the page which is causing issue. It may… -
Posted a reply to Access Denied message – but do have access to WPAdmin, on the site WordPress.org Forums:
Great! -
Posted a reply to Object Not Found on trying to access, on the site WordPress.org Forums:
ok, can you please login to wp-admin and enable permalinks Settings-> Permalinks -
Posted a reply to Icons not loading, on the site WordPress.org Forums:
Please change your website url to https://darruaabh.com or install and activate plugin really simple ssl,… -
Posted a reply to Object Not Found on trying to access, on the site WordPress.org Forums:
are you able to access wp-admin? -
Posted a reply to Access Denied message – but do have access to WPAdmin, on the site WordPress.org Forums:
Can you please check your file permissions, index.php should have permissions 644, it can be… -
Posted a reply to submenu dont work, on the site WordPress.org Forums:
It is related to auto-optimize plugin settings, if you will disable plugin, it should fix… -
Posted a reply to Missing Temp Folder – PHP Version Issue, on the site WordPress.org Forums:
Please add the following line to your wordpress wp-config.php file, it should solve issue: define('WP_TEMP_DIR',dirname(_FILE_).… -
Posted a reply to I can’t access wp-admin, on the site WordPress.org Forums:
Please add following line in wp-config.php file in wordpress directory ini_set('display_errors',0); define('WP_DEBUG',false); -
Posted a reply to Login cookie error because of child theme, on the site WordPress.org Forums:
Can you please share your child theme zip with me, so that i can debug… -
Posted a reply to My own database(s) with WP?, on the site WordPress.org Forums:
Hi sdlinda, Yes, you can easily do this in wordpress and within wordpress database by… -
Posted a reply to Lost password, password reset doesn’t work, on the site WordPress.org Forums:
Hi John, Resetting your password is quite easy if you have some knowledge about cpanel… -
Posted a reply to Can’t get rid of white space, on the site WordPress.org Forums:
Hi Jmpavo, Did you add the above css in wordpress custom css area under customize… -
Posted a reply to Captcha loads 2 times, on the site WordPress.org Forums:
also, please share links to both pages.. -
Posted a reply to Captcha loads 2 times, on the site WordPress.org Forums:
Sure, I would have to try changing code, can i get ftp access to website,… -
Posted a reply to Suggestions for two blogs in one WordPress?, on the site WordPress.org Forums:
cant we create 2 categories in wordpress and add posts to their relevant categories. then… -
Posted a reply to Can’t get rid of white space, on the site WordPress.org Forums:
Thanks for update jmpavo. Glad to know that :) -
Posted a reply to Span Tags visible on frontend – archive title, on the site WordPress.org Forums:
Glad to know, that it helped :) -
Posted a reply to Changed url now cannot access my dashboard and site is not working, on the site WordPress.org Forums:
Please read following article for details: https://www.wpbeginner.com/wp-tutorials/how-to-change-your-wordpress-site-urls-step-by-step/#:~:text=For%20this%20method%2C%20you%20will,edit%20the%20wp%2Dconfig%20file. -
Posted a reply to Core 5.5 SiteMap Feature, on the site WordPress.org Forums:
can you please let me know plugin you are using to generate sitemap? -
Posted a reply to Changed url now cannot access my dashboard and site is not working, on the site WordPress.org Forums:
in order to fix this you can edit you wp-config.php file and add these 2… -
Posted a reply to I couldn’t able to access my wordpress Dashboard Login, on the site WordPress.org Forums:
Your website has been hacked and will need to be cleaned. If you like I… -
Posted a reply to Span Tags visible on frontend – archive title, on the site WordPress.org Forums:
pls try to replace this code echo esc_html($title) with echo strip_tags($title) -
Posted a reply to Captcha loads 2 times, on the site WordPress.org Forums:
Hi, can you try removing following code from functions.php once: define( 'RECAPTCHA_SITE_KEY', 'your_site_key' ); define(… -
Posted a reply to Can’t get rid of white space, on the site WordPress.org Forums:
Hi Displaying a category title is not a good idea, because post can be associated… -
Posted a reply to Can’t get rid of white space, on the site WordPress.org Forums:
pls add these 2 css rules to fix issue .ast-separate-container.ast-two-container #secondary .widget { padding: 1em… -
Posted a reply to problem while migrating my web site from remote server into my localhost, on the site WordPress.org Forums:
Hi it might be possible that your website has non https to https redirect in… -
Posted a reply to Elementor Not Loading Anything and Broke My Site Error in Code, on the site WordPress.org Forums:
Hi With wordpress 5.5, wordpress has removed support for old jquery functions, due to which…