Davood Denavi
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments - wpDiscuz] Recent Update Causing Content Overflow IssueAs I said, I am a developer and we want a more robust fix than just adding some temporary CSS to our child theme that might break on a future update. I also stated that I could write the CSS myself so you did not need to provide it.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Recent Update Causing Content Overflow IssueAn article with comments: https://mechanicalelements.com/shock-absorbers-for-trailers/
An Article without comments: https://mechanicalelements.com/announcing-trailer-parts-kits-for-plans/Please remember I am a developer and I can come up with the CSS myself to fix this. We just do not it to break on a future update that is why I contacted you before adding custom CSS.
Thanks in advance.
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Removing h1s and h2sAfter further digging and studying of the code using Inspector I realized the problem was being caused by the Woocommerce Accordions plugin and we posted over in their support area to get help.
Forum: Plugins
In reply to: [Elementor Website Builder - More than Just a Page Builder] Search Results@aracelil Even when we used Pro and followed the documentation available in the Elementor.com support area the pagination issue was still a problem. This could have been done without Pro all we needed to do is set the pagination option to be infinite scroll.
Forum: Plugins
In reply to: [WooCommerce Accordions] H1s and H2s@magnigenie, @bibhu1995 While you did resolve the issue with the H2 and removing it as well as changing the H1 to an H2 for my client. My client and I were not happy with the communication times or the style of communication used.
Forum: Plugins
In reply to: [WooCommerce Accordions] H1s and H2sYes you did. I don’t feel comfortable doing that. I’d prefer communicating through email if you don’t want to do that here. Please advise how to best find your email address if you don’t want to advertise it here.
Also, please note I did contact you nearly a month ago though the contact form on your website.
Forum: Plugins
In reply to: [WooCommerce Accordions] H1s and H2s@magnigenie It has been over a week since I’ve heard from you in response to what I am asking. My client and, to be honest, me are getting quite annoyed with the response times we are getting from the support team for this plugin and need a solution.
Thanks in advance
Forum: Plugins
In reply to: [WooCommerce Accordions] H1s and H2sThe question I asked at the end of my original was this:
This is all about SEO related concerns they have. Are there PHP hooks or filters that we can use to manage these concerns?
A php hook or filter would be changed in our themes functions file. We are aware that we would then need to add custom CSS to our themes CSS to sytle the H1s. Also, if we are removing H2s we would not need to worry about anything in your code that uses them.
Please tell me what the hook or function is that we would need to use so that it works with your plugin.
Thank you.
Forum: Plugins
In reply to: [Elementor Website Builder - More than Just a Page Builder] Search ResultsI specifically asked for a way to do this without buying Elementor Pro, since we are using Elementor (Free).
Also, I am not talking about the search form. I am talking about the search results page when someone does a search. I have the search form on many sites which are using Elementor (Free) and we want to customize the search results.
Forum: Plugins
In reply to: [Elementor Website Builder - More than Just a Page Builder] Search Results@aracelil After testing everything you suggested I can confirm that none of the solutions resolved the issues I am having on any of my clients websites.
Forum: Plugins
In reply to: [Elementor Website Builder - More than Just a Page Builder] Search ResultsYou are mostly understanding what I said. However, I am not using the default/native WP search functionality on any of my clients sites. We are using the search box that Elementor offers and we have added a custom search template for the results pages. I will see if any of the solutions you provided fix the issue we are having later today and reply again here in this thread once I have tried all the solutions.
Forum: Fixing WordPress
In reply to: Auto Updates Disabled….I added this code at the very bottom of wp-config file and the 5.2 update did not run.
add_filter(?'auto_update_plugin',?'__return_false'?);
add_filter(?'auto_update_theme',?'__return_false'?);
add_filter(?'automatic_updater_disabled',?'__return_true'?);
Forum: Fixing WordPress
In reply to: Auto Updates Disabled….Hi all, any help would be greatly appreciated. I need to know how to disable ALL auto updates, not just core. Also, as @tanusev said this code:
define( ‘WP_AUTO_UPDATE_CORE’, false );
Still allowed the updates to run when 6.5 came out. Is there a way to disable ALL updates of WP, themes, and plugins in wp-config.php?
Thank you in advance.
Forum: Fixing WordPress
In reply to: Auto Updates Disabled….Thank you for the info @ailankola.
However, we want to disable ALL updates not just core… that is why we using the code I shared in my original post… so please answer my original question.
Thanks in advance.
The carousel is a feature of the free version… I am using the same carousel option on many other clients websites which are only using the free version of Elementor and never ran into this problem until now. That is why I posted the problem here.
I believe we found a fix (after no one from Elementor replied to this thread) that solved the problem in an acceptable way for our client. We had to set the image stretch option on our sliders to yes and add the following CSS:
.swiper-image-stretch .swiper-slide .swiper-slide-image { width: 100%; height: 425px; object-fit: cover; object-position: center center; }
I will mark this thread resolved once our client has confirmed they are happy with our solution.
Thank you for not helping us and creating hours of extra work and research for us to resolve this issue by changing settings and not replying to this thread.