Davood Denavi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: After moving to .com domaine some plugins still use links to .eeThis is an issue with how your theme or page builder handles urls in the content then. You may have no choice but to use a force SSL plugin such as SSL Insecure content fixer https://ww.wp.xz.cn/plugins/ssl-insecure-content-fixer/
Before using this plugin check with your hosting provider though. some hosting providers have tools that force SSL at the server side allowing you to avoid having to use any plugin on a permanent basis.
Hope this helps. Once you find a solution that works please tag the thread as resolved.
Forum: Fixing WordPress
In reply to: Change “Recent Posts” to another titleDepending on what theme you’re using this may need to be done in a child theme. You can learn more about child themes here: https://developer.ww.wp.xz.cn/themes/advanced-topics/child-themes/
Some themes save the section titles such as the one you are referring to in a page builder or in their settings panel.
Your best bet will be to contact your theme developers support team. If you nees help figuring out how to do that we’d be happy to help but would need a link to your site in order to do so.
Hope this helps get you headed in the correct direction. Please tag the thread as resolved when you find a solution.
Forum: Fixing WordPress
In reply to: HTTPS not securethere are plugins that will help you force ssl. some hosts also provide tools to help with this. I just ran a dns lookup test.. looks like you’re in bluehost. I think they offer a tool that will force https without a plugin. I’d suggest calling them and asking about this.
You may also consider trying to use a plugin such as better search replace https://ww.wp.xz.cn/plugins/better-search-replace/ to search for “http:” without the quotes and replace it with “https:” again without the quotes. When using plugins make sure to search/replace your entire domain name not just the http: portion.
Hopefully this helps. Once you find a solution please mark the thread as resolved.
Forum: Fixing WordPress
In reply to: I don’t see my website correctlyI’d suggest looking in your theme settings and WordPress settings to see if there’s a separate setting for mobile home page. You may have a plugin that’s using a different page as the homepage on mobile. It’s hard to tell without knowing what plugins you’re using. You can contact your themes developer here: https://themefreesia.com/support/
Hope this helps get you headed in the correct direction. Please mark the thread resolved once you have found a solution.
Forum: Fixing WordPress
In reply to: transfer his shopify site to wordpress using a local backupIf the shopify site is no longer up and running you may have to start over from scratch. Unfortunately, their code is incompatible with WordPress.
If the Shopify site is still up and running there are many tools out there to help you import the content and products into woocommerce and WordPress but the design with need to be redone using a WordPress ready theme… a good place to look for themes would be the repository https://ww.wp.xz.cn/themes/search/woocommerce/
Hope this helps. Once you find a solution please mark the thread resolved.
Ah ha. I misunderstood that you just wanted something to run on the front end before data is saved. My bad.
I’m not suggesting you’d work with the data after it’s saved but you do need to know where the data is saved so that you can the save it to right tables don’t you?
Forum: Fixing WordPress
In reply to: Sticky menu bar “jumps”/flicker while scrollingYou’re going to be best off asking the plugin developer for help. I’m not even able to find the plugin your refer to in google.
- This reply was modified 6 years, 8 months ago by Davood Denavi.
Depends on the code you put in the function. Without knowing which forms plugins you want your solution to work with we won’t be able to help you because we don’t know where the data is stored in the database.
There may not be a universal solution. Some forms plugins use the wp_posts table while others use their own table structure!
Forum: Fixing WordPress
In reply to: After moving to .com domaine some plugins still use links to .eeYou could always search for the entire domain. not just the “.ee” using the plugin.
This question will be answered best by the developer of the forms plugin you’re using.
Forum: Fixing WordPress
In reply to: Can’t write a post on an old blogYou will need to seek support from WP.com.
https://en.support.wordpress.com/Chances are since it has been 8 years since you logged into the site it was probably deleted but they would be be the only ones who could help you for sure.
Hope this helps!
Forum: Fixing WordPress
In reply to: A wordpress theme same like this siteThat site is not using WordPress. It was either built using Bluehosts page builder or completely custom. If you want to get a WP site that is very basic like that you can start with the default 2019 theme and modify it to your liking using a child theme https://developer.ww.wp.xz.cn/themes/advanced-topics/child-themes/.
You can also start with a basic theme such as Underscores https://developer.ww.wp.xz.cn/themes/advanced-topics/child-themes/ which would not require the use of a child theme at all.
Hope this helps! Once you find a solution please tag the thread as resolved.
Forum: Fixing WordPress
In reply to: Survey creatingI usually use a forms plugin to create surveys on my clients wordpress sites. My forms plugin of choice is Gravity Forms https://gravityforms.com but WP Forms https://wpforms.com is pretty good too from what I hear. If your only problem with WP Forms is the layout of the survey itself I would suggest writing some custom CSS to change the layout.
Hope this helps. Once you find a solution please tag the thread as resolved.