Pearl
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] On_sent_ok multiple forms go to the same linkOK, found a solution for anyone having the same send issue.
Added this script to the Successful Messages field in the contact form titled: “# Sender’s message was sent successfully”: Your message was sent successfully.
<script>window.location.href = ‘https://www.example.com’;</script>
Forum: Fixing WordPress
In reply to: WordPress URL Changed to wrong addressThe wp-config file will be at the root of your WordPress installation, on your server, which you can access through FTP or C-Panel/file manager.
If you are a beginner at WordPress the codex, although the most authoritative guide to WordPress, can feel a bit overwhelming – take a look at this guide to editing the wp-cofig file by WPMUDev, I find it breaks down some of the ‘hard to get your head around’ concepts: https://premium.wpmudev.org/manuals/wpmu-manual-2/creating-and-editing-your-wp-config-php-file/
Forum: Fixing WordPress
In reply to: WordPress URL Changed to wrong addressHi @lekisha – Take a look at Login Trouble article in the codex:
https://codex.www.ads-software.com/Login_Trouble
or the Changing Site URL article in the codex:
https://codex.www.ads-software.com/Changing_The_Site_URLAll the best ??
Forum: Fixing WordPress
In reply to: search boxWhoops! Just realized I replied twice ??
Forum: Fixing WordPress
In reply to: Making all images the same size-about sectionHi @amcu – I would check out the support section for the plugin and see if anyone is having the same issue or direct this question to the plugin creator: https://www.ads-software.com/support/plugin/simple-image-sizes
Forum: Fixing WordPress
In reply to: search boxHi @pryde1919. You could use a plugin to customize the parameters of your search. Take a look at this article 7 WordPress Plugins that Will Improve Your Site’s Search: https://premium.wpmudev.org/blog/wordpress-search/
Or if you’re really feeling adventurous you could make your own Custom Search Results Page: https://codex.www.ads-software.com/Creating_a_Search_Page
??
Forum: Fixing WordPress
In reply to: search boxHi @pryde1919. You could try using a plugin to customize your search parameters. Take a look at this article 7 WordPress Plugins that Will Improve Your Site’s Search https://premium.wpmudev.org/blog/wordpress-search/
Or if you really want to go the extra mile you could create your own custom search results page, see this article in the codex: https://codex.www.ads-software.com/Creating_a_Search_Page
Forum: Fixing WordPress
In reply to: No Result Found PageHi again! Hmm, OK – If you don’t have access to your files via FTP/Control panel you can adjust them through your editor under Appearence > Editor.
Or using using the plugin Advanced Code Editor you can make new files via the editor. https://www.ads-software.com/plugins/advanced-code-editor/
To change the text No result found you will need to make a child theme. If you’re not familiar with child themes/files take a look at the codex article: https://codex.www.ads-software.com/Child_Themes
Forum: Fixing WordPress
In reply to: Accidentally Transferred WebsiteHi @samos22 – You could try changing your URL back via FTP. Take a look through the Changing Site URL article in the codex:
https://codex.www.ads-software.com/Changing_The_Site_URL
or the info in the Login Trouble article in the codex might possibly help too:
https://codex.www.ads-software.com/Login_Trouble ??Forum: Fixing WordPress
In reply to: search boxHi @pryde1919 – could you provide a little more information please? Are you using an ecommerce plugin? If so which one? The more info you can provide on how your WordPress website has been set up the better.
Forum: Fixing WordPress
In reply to: Making all images the same size-about sectionHi again @amcu – That’s right; they need to be in/imported into the media library to be changed using the plugin I suggested. Also – I would test resizing some of the images you already have uploaded first to ensure that the plugin works how you want it to. ??
Forum: Fixing WordPress
In reply to: Making all images the same size-about sectionHi @amcu. You could try this plugin which lets you regenerate the image sizes in bulk in the media library: https://www.ads-software.com/plugins/simple-image-sizes/
Forum: Fixing WordPress
In reply to: No Result Found PageThere are plugins that can adjust the parameters of your search – but to achieve the result in your second link you will need to create a custom search page. I found this tutorial which might help: https://premium.wpmudev.org/blog/build-your-own-custom-wordpress-search/
Forum: Fixing WordPress
In reply to: Creating a page template from home pageHi @handerson91. You could try this plugin which will duplicate your pages/posts: https://www.ads-software.com/plugins/duplicate-post/
Forum: Fixing WordPress
In reply to: No Result Found PageHi @fuegosan. To create a custom search results page, see this article in the codex: https://codex.www.ads-software.com/Creating_a_Search_Page