Davood Denavi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: long photo load timeSo, I ran a test using url DNS lookup using https://www.ultratools.com/ and it appears you are using CloudFlare. If this is true then you may have that configured incorrectly. I would suggest looking at that configuration.
Hope this helps you.
Forum: Fixing WordPress
In reply to: Add “Recent Posts” pageUnfortunately, that is the only way to remove the posts from your homepage that I know of. Also, I am not sure I understand what you need then. I would suggest looking at Advanced Custom Fields (ACF) for the editable fields you mentioned though. https://ww.wp.xz.cn/plugins/advanced-custom-fields/
Forum: Fixing WordPress
In reply to: Login Plugin for ClientThere’s many different ways to accomplish what you’re looking for.
Take a look at the theme my login plugin
https://ww.wp.xz.cn/plugins/theme-my-login/You’ll also need a membership plugin such as ultimate member to protect the pages with https://ww.wp.xz.cn/plugins/ultimate-member/
Hope this helps.
Forum: Fixing WordPress
In reply to: Add “Recent Posts” pageYes you can set a different page as your homepage under Settings → Reading.
Then set the recent posts page as as your blog page on the same screen.
- This reply was modified 5 years, 11 months ago by Davood Denavi.
Forum: Fixing WordPress
In reply to: “Switched to https but images still http” revisitedYah, there are many search & replace plugins so without a link we have no clue which one you used. Chances are you are using a page builder and you need to change a ton of stuff manually. I would just run with SSL Insecure Content Fixer. Some hosts offer help with this providing an htaccess fix. Maybe contact your hosting provider and ask them for a force ssl fix that uses htaccess. Also, there are couple of know WP friendly hosts have a server side Force SSL option that allows you to get rid of that plugin.
Hope this helps you further.
Forum: Fixing WordPress
In reply to: Can I Use WordPress as Editor With Homestead?I just took a look at their offerings and it is very unlikely that they support wordpress… but you should really be asking them this question they will be able to offer the best answer to it.
That said, if you want affordable WP hosting look at https://ww.wp.xz.cn/hosting/
Forum: Fixing WordPress
In reply to: Question about Caching (Siteground)@andre1990 I am suggesting you use the built in caching services SiteGround offers paired with the NGIX file deliver option because caching plugins can be very hard to configure. While everyone else is suggesting you use a plugin.
Basically, you can use a plugin for caching or use the built-in server-side caching that is offered but do not use both, never use server-side caching options paired with a caching plugin. That will give you a million headaches.
Forum: Fixing WordPress
In reply to: Question about Caching (Siteground)In the case of siteground who @andre1990 is using they can activate CSS/JS minification in the Site Tools interface. No WP plugins necessary.
Same with GZIP compression. No need to use a plugin or modify .htaccess since he is using sigeground it can be done directly in the Site Tools interface.
- This reply was modified 5 years, 11 months ago by Davood Denavi.
Forum: Fixing WordPress
In reply to: Question about Caching (Siteground)You should not need W3 Total Cache or any caching plugins if your host is providing caching services. In fact, most hosts that provide caching services server-side block W3 Total Cache and similar plugins from being used. If you are still experiencing slowness on a host that provides caching server-side chances are there is code that needs to be optimized in your theme or a plugin you are using.
Hope this helps.
Forum: Fixing WordPress
In reply to: Video Header is zoomed in and not centerYou bet. Happy to help any time. Feel free to post here anytime you are having issues with WP and someone will help you. Worst case we will at least be able to direct you to the right place to get the help you need.
Happy Blogging.
Forum: Fixing WordPress
In reply to: Media not uploadingHappy to help any time. Feel free to post here anytime you are having issues with WP and someone will help you.
Happy Blogging.
Forum: Fixing WordPress
In reply to: WP email template wordingHappy to help any time. Feel free to post here anytime you are having issues with WP and someone will help you.
Happy Blogging.
Forum: Fixing WordPress
In reply to: Video Header is zoomed in and not centerI looked closer and actually the theme you are using is Materialis, not Materials. It is a premium theme and they do not offer support here on wp.org. You will need to contact their support directly… you can do that here: https://extendthemes.com/materialis/#support
Edit: Actually, on second look there is a free version of Materialis on WP.org… you can also ask for support here https://ww.wp.xz.cn/support/theme/materialis/
Forum: Fixing WordPress
In reply to: Spam Posts Keeps appearingI am not suggesting to delete the theme. My first suggestion was delete the posts that aren’t your and see if new ones come back. Again, it sounds like you installed demo content. If you did not then the theme has malicious code and you will either need to choose a different theme or ask the theme developer. We are not able to help with theme forest themes here on wp.org. sorry I can not provide further assistance than that.
Forum: Fixing WordPress
In reply to: “Switched to https but images still http” revisitedYou’ll need to use a db search replace plugin to fix this. The one I usually use is https://ww.wp.xz.cn/plugins/better-search-replace/
Hope this helps.