jokubas2000k
Forum Replies Created
-
Hi @sitesandsearch,
Could you explain step by step what you did to make it work?
I tried @momo-fr’s advice but it did not work for me..
Thanks in advance!
Hi @sitesandsearch,
No, unfortunately I don’t have a solution yet.
I also noticed that the Fit To Screen option makes the section very small on Mobile. So until I find a way to properly fit a section to screen I set the Height of the section to Min Height of 100 VH. It still doesn’t take into account the header and extends the section more than it should but at least it looks better on Mobile than with the Fit To Screen option.
If you find a better solution, let me know. I’ll do the same.
Cheers
Forum: Themes and Templates
In reply to: [OceanWP] Different headers for separate pagesOk, I found a way to use different headers for separate pages.
I create a header at Theme Panel > My Library using Elementor. And then choose the header for the separate pages at Pages > Edit Page > Header > Header Style > Custom Header.
Is this the correct way of doing it?
Thanks in advance
Hi @abidhasan112,
It worked, thanks!
I have another question. It’s not really related with Essential Addons but you might know what I’m talking about.
Is it possible to center align the icon list but keeping the icons in a straight line on top of one another? It’s hard to explain so please take a look at these images:
Left alignment: https://ibb.co/0VVdpkW
Center alignment: https://ibb.co/yhD7Vgn
This is how I want it (Photoshopped): https://ibb.co/Bqb7msNThanks in advance!
list-style: none !important;
worked.Thanks @abidhasan112!
Hi @abidhasan112,
Thanks this worked; however, a black dot appeared on the left: https://ibb.co/CmyD31d
Is it possible to remove it? Or at least change the colour of it to white so it’s not visible.
Thank you for your help!
Hi @abidhasan112,
This did not help. I added this CSS:
.advanced-accordion-1 .eael-accordion-tab-title { text-align: center !important; display: list-item !important; }
And here’s the result: https://ibb.co/bbmGmqP
display: list-item !important;
just added some kind of dot under the Toggle Icon.This is what I’m trying to achieve (this is photoshopped): https://ibb.co/YT1xcWj
Is this possible?
Thanks
Hi @abidhasan112,
Thanks, this helped but I have another question.
Is it possible to center the Toggle Icon as well? I would like the Toggle Icon to stay next to the Title on the left.
The custom CSS you provided centered the title but left the Toggle Icon to stay as it is: https://ibb.co/8nCCvMm
Thanks in advance
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] PayPal card icon blurryHi @benmcd0nald,
This snippet completely removed the payment icons for both PayPal and Stripe.
It worked, thanks!
One last question, I want the Submit button to match all of the other buttons on my website: https://ibb.co/S0V03cq
Regular:
border: 2px solid;
border-color: #000000;
border-radius: 100px;
background-color: #FFFFFF;
color: #000000;
font-weight: 600px;Hover:
border: 2px solid;
border-color: #000000;
border-radius: 100px;
background-color: #000000;
color: #FFFFFF;
font-weight: 600px;Could you please give me a snippet that would change that?
Thanks
Forum: Everything else WordPress
In reply to: Accepting paymentsI’m based in Lithuania.
I currently have WooCommerce with Stripe and PayPal setup. I have disabled the WooCommerce Cart functionality with a plugin and allow only 1 product purchase at a time. This allows me to just use the checkout functionality.
I was thinking to create a bunch of separate products with different prices ranging from $45 to $500 and give customers links to a checkout page with the appropriate cost.
But I thought there might be a more effective way of accepting payments.
Ok, thanks.
I have another question.
Is it possible to change the alignment of the “Submit” button? I want it to be in the middle.
Thanks
I followed your instructions.
I created 2 email notifications. Admin Email which I receive after a form submission and Customer Email which the customer receives after submitting the form.
Now if I reply to the Admin Email the reply appears in the customer’s inbox. But it’s a reply to the Admin Email and not the Customer Email. I wanted to be able to reply to the same email that the customer receives. Is that possible?
Admin Email:
https://ibb.co/4Sp8Ly1
https://ibb.co/1GZgWbFCustomer Email:
https://ibb.co/st5GYxK
https://ibb.co/hKL5zZ0Also, I have a few other questions.
What are the CC and BCC Emails for? What scenario would these be used in?
All of the email notifications that get sent out get marked as “dangerous” on Gmail. I’m not using an Email Address with my domain name yet, is that why?
https://ibb.co/rvhKCN1Thanks
The form is at the very bottom of the homepage.
Thanks