Davood Denavi
Forum Replies Created
-
I am asking you to tell me what file to look at to find the code that was already written.
Forum: Fixing WordPress
In reply to: Post editor display issueYou said in the first sentence of your original post you are using OceanWP and Elementor. So you need to contact OceanWP or Elementor support.
https://ww.wp.xz.cn/support/plugin/elementor/
https://ww.wp.xz.cn/support/theme/oceanwp/Because the blog is not using Elementor that means you need to contact OceanWP. It honestly sounds like a problem with their theme based on what you said.
Forum: Fixing WordPress
In reply to: How to set a DNS proxy redirection on a wordpress site ?You might want to consider using a CDN service which also offers DNS management features such as CloudFlare.
Hope this helps.
Forum: Fixing WordPress
In reply to: Post editor display issueIt sounds to me like it is a theme issue causing a conflict with the post editor. Are you using Classic editor for the blog posts? If not, you are using OceanWP so you need to contact them regarding this issue https://ww.wp.xz.cn/support/theme/oceanwp/.
Forum: Fixing WordPress
In reply to: My site is suddenly “not secure” any moreThis is a question for your hosting provider. It sounds like the certificate expired and you need to renew it which in many cases means installing a new one. Your hosting/server provider will be able to guide you though the process of fixing this and installing the new certificate.
Forum: Fixing WordPress
In reply to: Featured Image not showing upHi, using the developer tools in Chrome I was was able to see that the theme for the website you are managing was built custom by the old developer. Chances are the old developer did not include the code in the archive.php and/or single.php of the theme.
I’d suggest looking at this: https://developer.ww.wp.xz.cn/themes/functionality/featured-images-post-thumbnails/ for help adding it into the correct places in the php file.
Hope this helps.
Forum: Fixing WordPress
In reply to: Hide Previous Post Next PostTry adding the below CSS to your Custom CSS.
nav.post-nav.group { display: none; }Hope this helps, if it does not try adding !important like the code below:
nav.post-nav.group { display: none !important; }Do your best not to use !important unless you have to it is generally not considered development standards to use it. Feel free to let me know if you are having to use it to get your desired result or if neither of these solutions work. I will try to think of another solution for you if needed.
Happy Blogging!
Forum: Fixing WordPress
In reply to: Amazon Assoicate linksNope no mistake. I’ve seen what you are trying to do be done with Custom fields tied to custom coding in a child theme. The code @pvancil is trying to embed might not be working correctly because it needs to be done how I described… I am not sure though because I am not extremely familiar with the amazon affiliate html coding he is using because the two sites where I have helped implement this both use custom fields and a child theme to embed it in the post so that the code can not be accidentally deleted when editing the post in the wp-admin post edit screen.
Forum: Fixing WordPress
In reply to: Amazon Assoicate linksI think this might require using a child theme and doing some custom coding. I’d suggest contacting the theme support community for your theme here: https://ww.wp.xz.cn/support/theme/new-york-business/ and asking them if they have a way of adding custom fields. Generally I would say to look into using ACF https://ww.wp.xz.cn/plugins/advanced-custom-fields/ but I am not sure it will actually allow you to embed the links the way you want.
Also, if you are using Classic Editor you can add custom fields without a plugin using the custom fields meta box and then create a child theme to add the custom coding to force the fields to work correctly. Here is more info about child themes: https://developer.ww.wp.xz.cn/themes/advanced-topics/child-themes/.
Hope something in what I’ve said helps you. I will try to help further once I see your reply.
Forum: Fixing WordPress
In reply to: Hide Previous Post Next PostI check the site you provided a link to with your post and I do not see the Previous & Next post links you are referring to. I would be happy to provide you the specific CSS that would accomplish this for the theme you are using but since I do not see them I can not. Kindly let me know which theme you are having the problem with so I can get you the CSS you need for the theme you are using.
Forum: Fixing WordPress
In reply to: This is Inconvenient ?There is no risk in doing that because premium plugins have to check for updates that way else the user of the plugin won’t be able to use the auto update feature built into wordpress if they want to do that.
That said, if it is a free plugin that is also available here on WP.org it should be using the WP.org url as the place to check for updates. I personally have not seen any free plugins which are available here on WP.org that use their own website to check for the updates.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] General Question about restoresThank you @bcrodua for your reply. One other general question is there an easier way to delete the
-olddirectories created by UpdraftPlus without accessing the server.Forum: Fixing WordPress
In reply to: Pages titles DuplicationIf I am understanding your question correctly you can hide the page title using this custom css:
h2.page-titlebar-h { display: none; }You’d add that CSS in the Theme Customizer Additional CSS found under
Appearance → Customize → Additional CSSI noticed you are using the Guten theme by Kaira. So, if you are having problems finding the Additional CSS area I mentioned please contact your theme developers, you can do so here: https://kairaweb.com/contact/.
Hope this helps.
Forum: Fixing WordPress
In reply to: WordPress Media Library not selecting picturesThis could be caused by a series of issues. I’d suggest installing jQuery Migrate helper to see if that resolves your issue. https://ww.wp.xz.cn/plugins/enable-jquery-migrate-helper/ if it does you will need to debug using the health check and troubleshooting plugin https://ww.wp.xz.cn/plugins/health-check/ to figure out exactly what is causing the problem.
Hope this helps.
Forum: Fixing WordPress
In reply to: Remove from cart ButtonThere should be a remove from cart button built into WooCommerce. If it is not showing up that means there is a conflict between your theme and a plugin. I’d suggest contacting the developers of your theme, WooCommerce https://ww.wp.xz.cn/support/plugin/woocommerce/, and Elementor Pro https://elementor.com/support/.