Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle
Search Results for 'contact'
-
AuthorSearch Results
-
In forum: Virtue Theme
OK, so call me an idiot but I can’t get a contact form to display on my home or blog page – all I want is a simple contact form. I’m sure the problem is me but I could use some help. I have been everywhere and done everything I could think of but to no avail. Site is *Login to see link By the way, I love your theme but you could REALLY use some better tutorials, especially for those of us who are just getting started. Thanks for the time and help.
JamesIn forum: Virtue ThemeIn reply to: Free vs Premium Icon Shortcode
Another solution is to use the icon classes rather than the shortcodes, then you can leave the “automatically add paragraphs” checkbox on.
Like this:
< a href=”mailto:[email protected]” class=”icon-envelope2″> [email protected]< /a>
< a href=”http://www.DreamLight.com” class=”icon-screen”> www.DreamLight.com< /a>
< a href=”/contact/” class=”icon-phone”> 978-658-5110< /a>In forum: Virtue ThemeIn reply to: Free vs Premium Icon Shortcode
Here’s what I’m putting in the text widget in the footer… (In the premium version. Free version the same except for slightly different icon names.]
[icon icon=icon-envelope2] [email protected]
[icon icon=icon-screen] www.DreamLight.com
[icon icon=icon-phone] 978-658-5110In forum: Virtue ThemeIn reply to: Free vs Premium Icon Shortcode
Hi Ben, Thanks.
Here’s what the widget codes like in the free version. (using inspect element in Safari to copy the HTML code)
<div class=”widget-1 widget-first footer-widget”><aside id=”text-3″ class=”widget widget_text”><h3>Contact Us</h3> <div class=”textwidget”><p><i class=”icon-envelope-alt” style=”font-size:; color:;”></i> [email protected]<br>
<i class=”icon-desktop” style=”font-size:; color:;”></i> www.DreamLight.com<br>
<i class=”icon-phone” style=”font-size:; color:;”></i> 978-658-5110</p>
</div>
</aside></div>Here’s what the widget codes like in the premium version. Notice the extra <br> after the </i>. I’m not sure where that’s coming from…
<div class=”widget-1 widget-first footer-widget”><aside id=”text-3″ class=”widget widget_text”><h3>Contact Us</h3> <div class=”textwidget”><p> <i class=”icon-envelope2 ” style=”font-size:20px; display=inline-block; color:#444; “></i><br>
[email protected]<br>
<i class=”icon-screen ” style=”font-size:20px; display=inline-block; color:#444; “></i><br>
www.DreamLight.com<br>
<i class=”icon-phone ” style=”font-size:20px; display=inline-block; color:#444; “></i><br>
978-658-5110</p>
</div>
</aside></div>In forum: Virtue ThemeHi, I just upgraded from the free to premium version and have a question about the icon shortcode. I’m using the icon shortcode in a text widget in the footer. In the free version this shows the icon at the beginning of the line of text but in the premium version it’s adding a <br> between the icon and the rest of the line of text. Where is this <br> being added? Can I suppress it in my child theme?
Here’s my site: *Login to see link
It’s still using the free version. I’m editing the premium version offline. You can see the icons from the shortcodes in the footer under Contact US. They display inline, but on the premium version there’s a line break after each icon.In forum: Virtue ThemeIn reply to: Pacifico? Add fonts? bigger shadow in boxed layout?
July 11, 2014 at 8:35 am #12643Ahh if you only have 15 fonts that means your site isn’t loading all the google font options. So most likely that means there is a permissions issue within wordpress. The theme uses $wp_filesystem to grab all the google font options from a json file. If you don’t have permissions set in the wordpress files or there is an out of date mod_security then it might not work. That or your host is blacklisted by google, but I really doubt that. I would contact your host and ask to check your file permissions and your htaccess file.
When you install a plugin you don’t have to enter your ftp information right?
Ben
In forum: Virtue ThemeIn reply to: different appearance of widgets in footer
no never used a child theme. are there any tutorials on this please? I really do want that to be an active link.
Also, one niggly thing. In my top navigation bar I have 6 options but if you hover over the right hand side ‘contact’ option, the background colour doesn’t reach the edge and doesn’t seem to fit the page dimensions properly. Is there a fix for that? thanks Justine
In forum: Virtue ThemeIn reply to: different appearance of widgets in footer
July 7, 2014 at 8:08 am #12350You can add this css to your custom css box:
#containerfooter { padding-top: 60px; background: url('http://thepoppiessingers.com/wp-content/uploads/2014/06/poppies-contact-bar.jpg') no-repeat center top; } @media (max-width: 992px) { #containerfooter { background-size: contain; } }Ben
In forum: Virtue ThemeIn reply to: Contact us
In forum: Virtue ThemeTopic: Create the same footer
In forum: Virtue ThemeTopic: Contact us
Hey !
How can i have a contact us page like in the demo : *Login to see link
I didn’t find the contact us option page
Thanks
In forum: Virtue ThemeIn reply to: Page Troubles
July 4, 2014 at 1:23 pm #12182No I don’t think targeting all paragraph tags are a good idea.
When I look at your page I see:
.contact-us .panel-grid { background-color: #252525; padding: 10px; border-radius: 10px; border: 2px solid #959595; }Is that what you ended up using?
Ben
In forum: Virtue ThemeIn reply to: Page Troubles
In forum: Virtue ThemeTopic: Page Troubles
Here is the page that I am having difficulty with ( *Login to see link ) I am wanting to put a background color on the address, and the google map seperately. I am also wanting to close up the space between the header, and the address. I have tried everything I can figure, but can’t seem to get it.
In forum: Virtue ThemeIn reply to: checking website for malware
July 2, 2014 at 11:29 am #12037Your host (hostgator) would be the ones to help you search for malware. Here are googles steps:
https://support.google.com/webmasters/answer/163634?hl=enBut I think it’s possible you have triggered microsoft smart screen filter of something else. I just can’t guess what it is, have you tried to contact microsoft? According to this you can report your site as safe: http://windows.microsoft.com/en-us/windows7/smartscreen-filter-frequently-asked-questions-ie9
Ben
In forum: Virtue ThemeIn reply to: demo content not loading
June 28, 2014 at 1:14 am #11762Means your server has a low max_php_execution time and low php memory. I would contact your hosting provider and ask theme to increase both in the php.ini file.
Ben
In forum: Virtue ThemeIn reply to: Make the footer smaller
Not really Ben,
This are my tweaks in the footer:
/* Footer */ /*Background Footer*/ footer#containerfooter.footerclass { background-color: rgb(246,240,164); padding-top: 0px; } .footercredits { padding-top: 0px; padding-bottom: 10px; } .widget { margin-top: 10px; } /* #containerfooter { padding-top: 0px; padding-bottom: 0px; } #containerfooter .widget { margin-top: 0px; margin-bottom: 40px; padding-bottom: 0px; } */ .col-md-3, .span3 { margin-bottom: 0px; #containerfooter h3 { font-size: 18px; font-family: Lato; font-weight: 600; } div.secure-shopping { font-size: 14px; font-family: Lato; } a.bfm-vcard-email { font-weight: 500; color: #19871f; } a.bfm-contact, a.bfm-customer-info, a.bfm-data-priacy, a.bfm-impressum, a.bfm-footer-link { color: #19871f; } .footerclass a.bfm-vcard-email:hover, .footerclass a.bfm-contact:hover, .footerclass a.bfm-customer-info:hover, .footerclass a.bfm-data-priacy:hover, .footerclass a.bfm-impressum:hover, .footerclass a.bfm-footer-link:hover { color: #555; } /* Extend padding Body to Footer */ .boxed .contentclass { margin-bottom: 20px; } div.col-md-3.col-sm-6.footercol1 { width: auto; } div.col-md-3.col-sm-6.footercol2 { width: auto; } div.col-md-3.col-sm-6.footercol3 { width: auto; } div.col-md-3.col-sm-6.footercol4 { width: auto; } /*Footer End*/The only thing I’m searching for is the share botton widget align left with widget vcard above. The start of the letters should be left the same.
Any suggestions?
Thanks
Josef
In forum: Virtue ThemeIn reply to: Contact Form not sending emails
June 22, 2014 at 12:28 am #11284Are you sure the server you are working on has a php mail server set up?
You may need to set up a php mail server and you can use a plugin to do it or contact your hosting provider. http://wordpress.org/plugins/wp-smtp/
Ben
In forum: Virtue ThemeHello, I’m having a difficult time figuring out why the contact form on my site is not sending emails. I have the most up-to-date virtue premium theme and am not using a child theme. Any help would be great. Thank you, Here’s the URl: *Login to see link
In forum: Virtue ThemeIn reply to: virtue premium
June 18, 2014 at 12:43 pm #11051It doesn’t sound like your using premium. Did you install it? http://docs.kadencethemes.com/virtue/#installation
As for pages, premium theme doesn’t add any pages. They would all be from past. If you want to start completely fresh you can delete your site and install wordpress then the theme. You can contact your hosting provider for help with that.
Ben
-
AuthorSearch Results


