Forum Replies Created
-
AuthorPosts
-
February 16, 2022 at 11:52 pm in reply to: Favicon vs. Logo being displayed when sharing website on WhatsApp, FB, etc. #1341000
Hi @Rikard
Thanks so much!
I installed Yoast SEO, however it is now not showing any image despite that I uploaded one in the correct spot in the plugin. Please see the screenshot attached.
Do you know what might be the reason and how to fix it?
Hello,
I believe there should be an easier way to fix this without the .htaccess file.
What determines what is shown up in the display URL? Is that not handled by DNS Records, the A Name, or something similar? I just compared the settings with another website I host and they look equal to me, so it’s not understandable for me why the display URL appears differently for the new site.
Hey @yigit,
Is there an easy way to edit/add this code to the .htaccess file?
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]I don’t have an FTP installed and don’t need it. Which way would you recommend to add this code to .httaccess file that is easy and fast?
Thank you,
Thank you @mike, perfect!! :-)
+ attachments that were not in the last message
Hi Ismael,
Ok, thank you for letting me know!
In that case (that setting it up with AWS SES requires a paid Pro version), I want to go with the free setup WITHOUT AWS SES. So we can just ignore AWS SES and focus on resolving the “usual setup”.
In that case my current status is the following:
– When emailing directly to the email address (please see in private content below) I set up with AWS SES, the emails get delivered immediately.
– I have now set up Contact Form 7 as you advised, followed the implementation steps and also went through the best practices. Everything seems to be set up correctly, however I always receive this error message: https://savvyify.com/img/image/g0EX
– As mentioned in my previous message, I also
a) added the filter in the functions.php file (please see screenshot attached with its integration)
b) manually specified the from address in the contact form’s Content > Backend > Your from address fieldNevertheless it is not working and I cannot find the reason in the troubleshooting guides.
I would really appreciate if you could help out to set it up the normal way.
Thank you,
I played around more time now to make it work and this is my current status:
– When emailing directly to the email address (please see in private content below) I set up with AWS SES, the emails get delivered immediately.
– I have now set up Contact Form 7 as you advised, followed the implementation steps and also went through the best practices. Everything seems to be set up correctly, however I always receive this error message: https://savvyify.com/img/image/g0EX
– As mentioned in my previous message, I also
a) added the filter in the functions.php file (please see screenshot attached with its integration)
b) manually specified the from address in the contact form’s Content > Backend > Your from address fieldNevertheless something is wrong and I cannot find the reason in the troubleshooting guides.
I would really appreciate if you could help out here!
I have now completed the steps you advised:
1) Added the filter in the functions.php file –> Please see screenshot attached.. I believe that integration is correct?
2) Also Contact Form 7 plugin is installed now. I don’t fully understand though if it automatically connects to the Enfold contact form?
3) Also manually specified the from address in the contact form’s Content > Backend > Your from address field.Nevertheless, the email from the contact form is still not reaching.
Could you please have a look where the issue resides? Would appreciate your help on this to finish the contact form :-))
February 13, 2022 at 8:09 am in reply to: Table with Widgets / Small Custom Images and Text Fields #1340345I moved the table until it is finalized to the page below. Thank you in advance, looking forward to hearing from you!
February 12, 2022 at 11:30 pm in reply to: Displaying 2 Widgets – 36x36px – Next to Each Other on All Screen Sizes #1340314Hi @ismael
I added the namings “mf-footer-mail” and “mf-footer-linkedin” to the 2 columns as “Custom ID Attribute” (and also added “mf-footer” as the “Custom ID Attribute” for the color section, however it’s still not clear for me what I need to replace in the code to make it work across all pages:
@media only screen and (max-width: 767px) {
#top #wrap_all .flex_column.av-kzbx94lc-0865b210f7d84bd719b709dfe2b258da, #top #wrap_all .flex_column.av-kzbx3c10-9015bc4b90fe961b12754f30ae1ac4a2 {
width: 49%;
float: left;
margin-left: 1%;
}
}When I got into Inspect on the page, I cannot find columns named “mf-footer-mail” and “mf-footer-linkedin”.
Could you please help me to be able to finalize this?
Thank you,
Please still keep this thread open @yigit – I still need to work on this and may still have a follow up question.
Hi Yigit,
How long should this take me to implement, knowing that I have no experience with Enfold and WordPress implementations yet?
It would help me to put the necessary time aside to make this work :)
Thank you,
As it has been 2 days and I would like to resolve the topic of the slider, would it be possible to get your advice and support on it please?
I would really appreciate it! :-))
February 12, 2022 at 3:43 pm in reply to: Table with Widgets / Small Custom Images and Text Fields #1340273Hi @Ismael,
Apologies, I had briefly removed it to test another layout. I have it back in the page now if you’d like to check / inspect it.
I applied the Quick CSS you shared, however it’s still far from the design / layout I’d like it to have:
1. For instance, the background color has not changed despite the new Quick CSS code. How can I change the color of the headline row as well as the font color within the headline?
2. The images / icons on the left are currently showing very large. How can I ensure they show in the original size 64x64px?
3. For the table only (not the rest of the website), I would like the links and texts to be displayed in color “#e50000ff”. How can I do that, do you possibly know the custom CSS for that?
4. For the table grid, I would like to remove all the vertical grid lines, HOWEVER KEEP the horizontal grid lines. Could you share with me how to do that as well, please?Thank you so much in advance, really appreciate it!! :-)
February 12, 2022 at 3:25 pm in reply to: Displaying 2 Widgets – 36x36px – Next to Each Other on All Screen Sizes #1340272Hi @Ismael
I added the name “footer-final” in the color section’s Developer Settings under custom CSS class. However when expecting the page (see link below), I can’t see “footer-final” reflected anywhere in the footer. Could you please check why it may not be working / what I did incorrectly?
Also, what exactly do I need to replace in the below code for “footer-final” to make it work? I replace this whole string “.flex_column.av-kzbx94lc-0865b210f7d84bd719b709dfe2b258da”?
@media only screen and (max-width: 767px) {
#top #wrap_all .flex_column.av-kzbx94lc-0865b210f7d84bd719b709dfe2b258da, #top #wrap_all .flex_column.av-kzbx3c10-9015bc4b90fe961b12754f30ae1ac4a2 {
width: 49%;
float: left;
margin-left: 1%;
}
}The footer is a color section, not a column, hence I’m also a bit confused.
Thank you in advance for your guidance!
I played around more with the Testimonial Slider and tried all the layout options. It doesn’t work for me.
I’d like to have a simple slider for text boxes that only activates on mobile screens and where the user can go to the next slide by clicking on 3 dots below the slider. (Due to the text there’s no space to display arrows left and right)
Thank you in advance for your suggestion!! :-)
February 10, 2022 at 2:49 pm in reply to: Logo Size Mobile/Tablet + Scaling of Menu Bar on Medium Size Screens #1339992Thank you!! :-)
Hi @Ismael
The testimonial element doesn’t fit the rest of my page at all. Please see screenshot attached: https://savvyify.com/img/image/gFh8
I want the reviews to be displayed in 3 text boxes next to each other so they fit the rest of the website.Please also see the 2nd screenshot (https://savvyify.com/img/image/gH7B) which shows the reviews how I added them as normal text blocks. It looks a lot better.
The only thing I would need to solve for is to display the 3 1/3 columns (with a text box in each) next to each other / as a slider.
How can I achieve that to display 3 1/3 columns as a slider, no matter if the content is a testimonial or sth. else?
Thank you again for your advice!! :-)
Thank you @Ismael!
Works perfectly now!
February 10, 2022 at 8:50 am in reply to: Displaying 2 Widgets – 36x36px – Next to Each Other on All Screen Sizes #1339914Hi @Ismael
It works perfectly now on my main “Home” page!
2 last questions:
1) To make it work across all pages, can I just save the color section (in which the 2 images/widgets are in) and add it on the other pages?
2) I would like to remove some space below the 2 widgets/images across all screen sizes. However when checking for padding and spacing, it shows 0px everywhere already. How can I decrease the space between the 2 widgets and the bottom of the page in this case?Thank you again, really appreciate it! :-)
Thank you @yigit @guenni007
It’s working now! :-)
February 9, 2022 at 12:31 pm in reply to: Displaying 2 Widgets – 36x36px – Next to Each Other on All Screen Sizes #1339784Hi @Ismael
There seems to be still some problem on some sizes: When I reduce the screen size on my laptop to the minimum (I would assume that’s tablet size?), then the 2 images still jump into 2 rows: https://savvyify.com/img/image/ft1f
I believe that’s why because the Quick CSS you provided only applies to actual mobiles and tablets, not laptops?
February 9, 2022 at 12:20 pm in reply to: Table with Widgets / Small Custom Images and Text Fields #1339782Hi Ismael,
Thank you in advance!
Please find the link to where you find the table attached.
I look forward to hearing from you,
MarkusFebruary 9, 2022 at 12:19 pm in reply to: Displaying 2 Widgets – 36x36px – Next to Each Other on All Screen Sizes #1339781Hi Ismael,
Thank you – both images/widgets do appear in the same row now! :)
To make it the same as on Desktop, I would still like to add a 1% Space Between Columns. What do we need to add to the Quick CSS code to make that work?
Also, the code currently only works on the “Home” page.. when you go to any other page on my website, the two widgets/photos are still in 2 separate lines on Mobile. What do we need to add for this to apply it across all pages?
Thank you! :-)
Hi @Ismael,
Thanks for the solid advice on the various topics, appreciate it!
Where do I find the “functions.php file” so that I can paste the custom code there that you shared?
Hey @Ismael
Which slider should I use to be able to apply “Styling > Testimonial Style”?
I see 3 options that may work based on their title (however it’s difficult for me to know as there are a lot of sliders to choose from):
1) Content Element > Content Slider
2) Media Element > Accordion Slider
3) Media Element > Advanced Layer SliderWhich one shall I use to achieve the testimonial slider?
Thank you!
February 8, 2022 at 10:31 am in reply to: Table with Widgets / Small Custom Images and Text Fields #1339554Hi @Ismael,
Perfect, the table works and I added the images and required links/texts. Now the only thing that’s left is to adjust the design/layout so it looks the same as table here: https://www.solveforhappy.com/connect/
My open questions to achieve that layout/design:
Please also see here: https://savvyify.com/img/image/fA7L1. How can I change the color of the headline row as well as the font color within the headline row?
2. The images are currently showing very large. How can I ensure they show in the original size 64x64px?
3. For the table only (not the rest of the website), I would like the links and texts to be displayed in color “#e50000ff”. How can I do that, do you possibly know the custom CSS for that?
4. For the table grid, I would like to remove all the vertical lines. Could you share with me how to do that as well, please?Thank you so much in advance, really appreciate it!! :-)
February 8, 2022 at 9:59 am in reply to: Table with Widgets / Small Custom Images and Text Fields #1339550Found it – please ignore my last message. I may still have a follow up question on making it work.
February 8, 2022 at 9:58 am in reply to: Table with Widgets / Small Custom Images and Text Fields #1339549Hi @Ismael
I cannot see any Content OR Media Element that is called “Table Element”. Where do I find it exactly?
Thanks,
February 8, 2022 at 9:55 am in reply to: Displaying 2 Widgets – 36x36px – Next to Each Other on All Screen Sizes #1339547Hi @Ismael
What I am supposed to add where you wrote “/* Add your Mobile Styles here */”? What do you mean with Mobile Styles?
I always want to show the 2 columns that contain the 2 tiny images in 1 row, regardless of screen size. Please see the 2 images highlighted here in Green: https://savvyify.com/img/image/f2D3
Thank you again!
-
AuthorPosts