merida90
Forum Replies Created
-
I just saw that the problem only occurs in the private mode of Firefox.
Forum: Fixing WordPress
In reply to: Replaced pdf-file cannot be foundThank you for your reply. I will try this.
When I type the link address below, the pdf file loads correctly.
But I cannot see the folder “07”(marked bold in the link below) on the server. Does anybody know the reason?https://zeroclamp.com/wp-content/uploads/2023/07/Betriebsanleitung_Nullpunktspannsystem_DE_EN.pdf
Forum: Themes and Templates
In reply to: [Spacious] How to get the main menu above the headerThis is solved. I had to upload a header image in the customizer area. Then there is the option to shift the navigation menu above or below the header image.
Forum: Plugins
In reply to: [WooCommerce] Force download no longer workingThat’s the reason why it didn’t work:
A rewrite rule had recently been added to the .htaccess file that redirects all pages to the secure connection. Here the URL of the page was specified with https://meineseite.com, i.e. without “www”.
However, on the links to the “download-only” files, the “www.” was included, which caused the forced download to stop working.
(However, this redirection had no effect on the links to the pdf files. No idea why … )
Forum: Plugins
In reply to: [WooCommerce] Force download no longer workingSolved.
Forum: Plugins
In reply to: [WooCommerce] Force download no longer workingThis is solved.
Forum: Fixing WordPress
In reply to: Vertical alignment of elements in top navigation menuThank you very much !!
That worked perfectly.
Forum: Themes and Templates
In reply to: [Spacious] Header Spacious child theme – reduce white spaceSolved.
In customizer – header I chose the second variation which is more compact, but is aligned left.
As I need alignment right I added the following css to the Additional CSS section:.spacious-header-display-four .bottom-menu .main-navigation {
float: right;
margin-top: -20px;
margin-bottom: 10px;
}`Forum: Fixing WordPress
In reply to: Elementor accordion – Click area ABOVE the actual linkI just saw that the snipboard screenshot link does not work. Sorry.
This one should work:Forum: Plugins
In reply to: [WooCommerce] WooCommerce background colour issueThat worked, thank you very much!
Forum: Plugins
In reply to: [WooCommerce] WooCommerce background colour issueThank you all for your replies.
This makes the background of the WooCommerce container white, which is fine.
.woocommerce .elementor-container {background-color:white !important;}
But there is still a border on the right and left side of the container (marked red in the screenshot below) which is transparent. I have no idea how to address this area.
.woocommerce .elementor-container {background-color:white !important;}Forum: Plugins
In reply to: [WooCommerce] WooCommerce background colour issueHi Rafy,
Thank you very much for your reply.
Your code works perfectly well. The only thing is that the background of the actual website (which is a boxed layout) is also white now.
https://snipboard.io/ANZbws.jpgThis should remain light grey, otherwise the website looks a little bit “lost” .
https://snipboard.io/ThOAbG.jpgDo you have an idea how I can restrict this to the body of the website?
Kind regards
MeridaForum: Plugins
In reply to: [WooCommerce] How to edit text in WooCommerce cartThank you for your reply.
In the meantime I found a solution. I use the plugin “Real-Time Find and Replace”, as there are only 2 or 3 expressions I want to change. This plugin is easy to use and works.Forum: Plugins
In reply to: [WooCommerce] Add to cart button no longer working after updateThanks to Roxanne that’s resolved!
Forum: Plugins
In reply to: [WooCommerce] Add to cart button no longer working after updateRoxanne,
A thousand thanks for your effort!I have entered a price of “0” and both add-to-cart buttons (default WC and Elementor) work perfectly well now. I use a catalogue mode plugin and did not think that I need a price to make this work.
You saved my day!