PeggyLP
Forum Replies Created
-
Hello,
This might provide some insight:
Formatting a valid From: HeaderForum: Plugins
In reply to: [Contact Form & SMTP Plugin for WordPress by PirateForms] Pirate Forms 1.05Hello,
This might also provide some insight:
Formatting a valid From: headerHello,
To make the circles display without showing the value, enter the following code in a custom css plugin:.skill1 {
color:transparent !important;
}
.skill2 {
color:transparent !important;
}
.skill3 {
color:transparent !important;
}
.skill4 {
color:transparent !important;
}Regards,
PeggyForum: Plugins
In reply to: [Contact Form & SMTP Plugin for WordPress by PirateForms] Pirate Forms 1.05Hi,
Here is a screenshot of my email inbox
Thank you,
PeggyHello,
I have updated to version 1.06. I am having two issues with this plugin:1. The From address – The email notifications I am getting should have the senders email address in the From field, but it has my email address. It looks like I am getting email notifications from myself.
2. On the notification email text, there is a section that says “Sent from page:” and it lists a page that doesn’t even have a contact form.
On the plugin settings, what is the proper value to put in the first field under Options – Contact notification sender email?
Thank you,
PeggyHi,
Perhaps this will explain my problem better than I can –Problem: Scripted E-mails appear to come from username@box###.BlueHost.com
I would appreciate any help!
Thank you,
PeggyForum: Themes and Templates
In reply to: [Zerif Lite] Testimonial widgetsSorry – I don’t think I got those links right!
My site – https://www.foodpantrysolutions.com
Example site – https://sycamorehillrv.com/
Thanks!
Forum: Themes and Templates
In reply to: [Zerif Lite] Testimonial widgetsHello,
Here is my site – foodpantrysolutions.comI couldn’t find the exact example I looked at previously, but here is a site that is similar – https://sycamorehillrv.com/
Thank you,
PeggyForum: Plugins
In reply to: [Contact Form & SMTP Plugin for WordPress by PirateForms] Pirate Forms 1.05Hi,
I am assuming you want a screenshot of my email inbox, so here it is.If you want to see something else, let me know.
Thank you,
PeggyForum: Themes and Templates
In reply to: [Zerif Lite] Latest News Featured ImageHi Ambika,
I’m glad it worked for you. I don’t know if you can have an image carousel on the Big Title section with Zerif Lite. I think it is possible with the Pro version.Regards,
PeggyForum: Themes and Templates
In reply to: [Zerif Lite] Latest News Featured ImageHi Ambika,
The “Take a Closer Look” section on my website is the “Latest News” section in the Zerif Lite Theme. You can activate the section from your WordPress Dashboard under Appearance => Customize. Scroll down to the Laatest News Section. Here, you can uncheck the box that says Hide Latest News Section and also enter the Title and Subtitle you want for the section.The content displayed in the Latest News Section comes from Posts. They are displayed with most recent post first, so if you want yours to display in a particular order, you need to create your posts accordingly. By default, the Main screen displays your four most recent posts. If more than four posts are entered, the theme will add right and left scrolling, as in the carousel look.
To remove the numbers from the colored circles on the About Us section requires custom css code. You will need to install a custom css plugin. I use the WP Add Custom CSS plugin.
First, go to Customize Theme and scroll to the About Us section. For each Feature#1 thru Feature#4, set the percentage to 100.
Next,enter the following custom css code:
.skill1 {
color:transparent !important;
}
.skill2 {
color:transparent !important;
}
.skill3 {
color:transparent !important;
}
.skill4 {
color:transparent !important;
}I hope this is helpful for you.
Thank you,
PeggyForum: Themes and Templates
In reply to: [Zerif Lite] Latest News Featured ImageHi,
I have since replaced all of my images with essentially the same image so the appearance is consistent, so unfortunately, it is not now visible on my site. My site is https://www.foodpantrysolutions.comThank you,
PeggyForum: Themes and Templates
In reply to: [Zerif Lite] using More tag on postsHi,
Thanks. I’m really looking forward to this fix!Peggy
Forum: Themes and Templates
In reply to: [Zerif Lite] Embedded Youtube video size problemI’ll read more about it.
Thanks for all of your help!Forum: Themes and Templates
In reply to: [Zerif Lite] Embedded Youtube video size problemHere’s what I’m using and the video is too small and narrow:
On View Video page:
<div class=”video-container”><iframe src=”https://www.youtube.com/embed/DuoJjWv3Ndk?rel=0&enablejsapi=1″ width=”420″ height=”315″ frameborder=”0″ allowfullscreen=”allowfullscreen”></iframe></div>Custom css:
.video-container {
display: block;
margin: 1rem auto;
width: 420px;
height: auto;
}.video-container iframe,
.video-container embed {
width: 100% !important;
height: auto !important;
}