w2sparkle
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] Neve issue with the Spectra pluginHi @bvytis,
The video is not that clear, I also had a hard time seeing what is actually happening there. The problem we are talking about is that when you use the full width container, it is not full width, it gets a wide margin on the left side and on the right side the content continues outside the screen. In the video you can see that the form fields continue outside the screen on the right side.
Forum: Themes and Templates
In reply to: [Neve] Neve issue with the Spectra pluginHi,
The Spectra dev team tried to debug the issue and here is a recording that they sent me and asked if I could share it with the Neve theme author: https://share.getcloudapp.com/p9uL9op1 . They also said that they would love to assist if there is something they can do about it on their end to fix the issue.
Forum: Themes and Templates
In reply to: [Neve] Neve issue with the Spectra pluginHi @plantprogrammer and @poonam9,
Thank you for your answers.
Unfortunately, I do not have a link to give, because I (luckily) did the update on my localhost. I noticed this problem a few months ago already and have not been able to update my live site since that, because it will affect the layout on almost every page. I tried Neve together with Spectra on another clean WordPress install as well, and it was the same problem there, so the issue is not because of some code that I have inserted on my site.
I rolled back the Neve theme quite a few versions, but the issue remains. Before this, I already told the Spectra support that I am quite sure that the problem came after some of the Spectra updates lately, but still I got the answer that it is more a Neve issue and not a Spectra issue as the block works as it should on other themes.
I see that I cannot upload screenshots here, but just to explain the problem again: when you add a full width Spectra container, there is a big margin on the left and on the right, the block just continues outside the screen so that you do not see all the content.
Thank you for trying to help.I now updated to the latest version, but there was not a fix for this issue. The theme I’m using is Neve.
Hi,
Thank you for your kind answer and for solving this so fast! I am impressed, I have never gotten an answer on a support question and a problem fixed this fast before, amazing support! I have updated the plugin and can confirm that it is working great! Thank you so much!Under each thumbnail in my gallery, I have links like this:
<a href="http://www.mysite.com/wp-content/gallery/testgallery/testpicture.jpg" download>Download this image</a>. When saved, the download attribute is removed and I am left with:<a href="http://www.mysite.com/wp-content/gallery/testgallery/testpicture.jpg">Download this image</a>. So now, when the link is clicked there is no pop-up window asking where you want to save the file. I want my clients to be able to download pictures from my gallery as easy as possible and this worked fine before.Forum: Plugins
In reply to: [eCommerce Product Catalog Plugin for WordPress] How to edit classic-list.phpPerfect! You really made my day, this was exactly what I needed. Everything works great now. Thank you so very much, you are doing a great job!
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Several Add to quote buttonsHi,
Thank you so much for your answer. I am still struggling with this, is it possible to get a more detailed description please, I am not sure how to write the code for a button like that? Sorry about this and thanks again.Forum: Themes and Templates
In reply to: [Virtue] Menu with arrowsThat plugin did not have the feature I am looking for, at least not the free version of it. I will try to find some other plugin for this. Thank you Kevin for the help!
Forum: Themes and Templates
In reply to: [Customizr] Parent menu link not working on mobileI read elsewhere that there have been some changes made at some point, so that on mobile, navbar-wrapper should also have the class tc-open-on-click. So I guess I need to change something in the code I linked to here earlier. Could I get some help with that since I am not so good at PHP? Thank you in advance.
Forum: Themes and Templates
In reply to: [Customizr] Parent menu link not working on mobileIs there any way to send the link to you privately @menakas ?
Forum: Themes and Templates
In reply to: [Customizr] Parent menu link not working on mobileI am using this code: https://gist.github.com/eri-trabiccolo/846b1b32ecab51bff366, in the functions.php of my child theme. Is there something in that code that is causing the problem?