Adam Muiz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to show more than 10 results on my Search Results pageTry adjusting the query settings within your WordPress theme or using custom code. You could also explore plugins that allow more granular control over search results. However, be cautious with modifications to avoid breaking your template.
Forum: Installing WordPress
In reply to: Need to replace old WP site with new. How best to transfer data?Usually, i my self use help from plugin like All in One WP Migration to Save Data or Move site. Maybe it’s help.
Good luck.
Hi Ajay,
Sorry i still not understand to unblock Jetpack with that guide
Now i try Allow IP, using jetpack feature like this : ScreenShoot
Would you like to check if my website use correct configuration to allow jetpack IP
Is it still blocking ?
Thanks
- This reply was modified 3 years, 1 month ago by Steven Stern (sterndata).
- This reply was modified 3 years, 1 month ago by Steven Stern (sterndata). Reason: removed redundant url
Long time ago, I’ve had a similar issue with Update Notifications that couldn’t be hidden.
This is because when the update is interrupted but the update is successful, the problem is that the system does not recognize that the update already done.
Try Re-Install wordpress through the WP Dashboard Screenshoot
Forum: Fixing WordPress
In reply to: Mobile browser directing to TLD and not correct Subdomain- Please make sure the domain configuration is correct.
- Make sure that your sub-domain have no redirect configuration to main TLD.
Forum: Fixing WordPress
In reply to: Login Timeout !- Try deactivate all plugin to troubleshooting
- Try use another web browser.
If you still have problem log in, make sure your hosting server is on good condition.
I already tried to activate and connect Jetpack again, but it is still same.
Each time i click JetPack Plugin on WP Dashboard it consume high RAM usage, that cause my site slow, time out and down for a minutes.
Now i Deactivate it, i hope Jetpack have lite version that only give Traffic Monitor features only, it’s seem will make it more light to use for small hosting.
Thank you
Forum: Fixing WordPress
In reply to: critical error on this website (White Screen)Critical errors are often caused by:
- Plugins
Please deactivate the plugin used on the web for troubleshooting. If you can’t access the wp dashboard you can do it via FTP. - Theme
Not infrequently the template used on the website gives a similar problem, please replace it with another theme and try again.
Forum: Fixing WordPress
In reply to: external links issueMake sure there are no redirect settings in the .htaccess file and the redirection plugin
Forum: Everything else WordPress
In reply to: Change blog layout to 3 columnsI’m sure making three columns like this can be done with the Elementor plugin, this method is more universal for any theme than using settings on a specific template.
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] http://127.0.0.1/I have same problem because move servers
delete file wp-content\uploads\aios\firewall-rules\settings.phpsolved my problem thanks
Forum: Fixing WordPress
In reply to: problem with my wordpressI think you have trouble in your domain or hosting.
And i see that you have server on hostgator
Please contact them about your hosting or domain service.Forum: Fixing WordPress
In reply to: Homepage must be accessed through slug1. Go to wordpress dashboard
wp-admin/tools.php?page=redirection.php
Please make sure that you not make any redirect for your homepage2. Try deactive redirect plugin
3. Make sure homepage not redirected infunctions.php
4. If you using apache make sure homepage is not redirect in .htaccessSalam,
semoga membantu ya 🙂Forum: Fixing WordPress
In reply to: my dashboard wont load properlyIf you have trouble to access your wordpress dashboard
try deactive woocomerce from your FTPGo to hosting provider and manage your wordpress from there,
if still get trouble try contact your hosting support.Forum: Fixing WordPress
In reply to: HTMLYou can use two cell to put image side by side
<table style="border: 0px solid black;"> <tr> <th style="border: 0px solid black;"> <a href="https://herveybaymuseum.com.au/wp-content/uploads/2022/06/Railway-Trolleys_s.jpg"> <img class="alignnone wp-image-3743" src="https://herveybaymuseum.com.au/wp-content/uploads/2022/06/Railway-Trolleys_s.jpg" alt="" width="408" height="306"></a> </th> <th style="border: 0px solid black;"> <a href="https://herveybaymuseum.com.au/wp-content/uploads/2022/06/Railway-Trolleys_s.jpg"> <img class="alignnone wp-image-3743" src="https://herveybaymuseum.com.au/wp-content/uploads/2022/06/Railway-Trolleys_s.jpg" alt="" width="408" height="306"></a> </th> </tr> </table>Hope it’s help you