Forum Replies Created
-
AuthorPosts
-
Hey Studio13SprayTanning,
Please let us know how was the fb code implimented ?
Please try adding it in Enfold > Google Services > Tracking code
Alternatively if you are trying to add the conversion pixel you can give this plugin a try https://wordpress.org/plugins/facebook-conversion-pixel/
Let us know if you have any issue, we are happy to help! :)
Best regards,
Vinay-
This reply was modified 9 years, 1 month ago by
Vinay.
Hi,
Happy Holidays to you too and glad we could help! :)
This is a one time fix you should not have any issue adding buttons in the fututre.
We really appreciate it if you rate our theme on themeforest https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHey robertscott!
To center the buttons we have added the below css
/* Button alignment */ .btn-group{ display:flex; justify-content: center; } .btn { margin: 0 10px; max-width:350px!important; min-width:300px!important; } .avia-button-center{ display:inline-block!important; } @media only screen and (max-width:768px) { .btn-group{ display:inline-block!important; text-align:center; } .btn { margin: 10px 0; } }And made small modification to the way the buttons are structured in advanced layout builder.
We enabled custom css classname support and added the classname .btn for the buttons and .btn-group to the 1/1 row which contains the buttons.

Regards,
VinayHi,
Glad we could help!
We really appreciate it if you rate our theme on themeforest https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
Vinay-
This reply was modified 9 years, 1 month ago by
Vinay.
Hi,
Please try the below code if it don’t work we need to take a clsoer look please post the admin login details in private content area.
@media only screen and (max-width: 767px) and (min-width: 480px) { .responsive #socket .sub_menu_socket { display: block!important; }}Best regards,
VinayHey robertscott,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
h2, h3 { font-weight:100!important; }If the above don’t work for you please share a precise link to your site.
Best regards,
VinayDecember 6, 2016 at 3:32 pm in reply to: Adding a new thumbnail size to Enfold dropdown list #721073Hi,
Glad we could help!
We really appreciate it if you rate our theme on themeforest https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHi,
That cose should be added in your child theme functions.php from Appearance > Editor > functions.php
If you do not have one please download a child theme from http://kriesi.at/documentation/enfold/using-a-child-theme/
Best regards,
VinayHey Munford,
This issue not theme related and is out of scope however since you are a enfold customer we are happy to help :)
Please check the below links to setup up your browser to handle the mailto links
http://stackoverflow.com/questions/17517600/mailto-links-do-nothing-in-chrome-but-work-in-firefox
https://developers.google.com/web/updates/2012/02/Getting-Gmail-to-handle-all-mailto-links-with-registerProtocolHandlerLet us know if you have any questions.
Best regards,
VinayHey johnosjourney,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.current_page_item { background:gold; }Best regards,
VinayHi,
We have an ID to the colorsection and the below css to the Quick CSS section
@media only screen and (max-width: 767px) { #sticky-section { position:fixed!important; top:0; }}It is a bit different from the desktop version, to achieve the exact same effect as desktop on mobile devicves will take a lot of time and we recommend hiring a freelancer.
Best regards,
Vinay-
This reply was modified 9 years, 1 month ago by
Vinay.
Hey mcraig77,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#contact .av_textblock_section{ margin-left:30px!important; }Best regards,
VinayDecember 6, 2016 at 9:27 am in reply to: Testimonial Subtitle below name size and font family #720896Hey mcraig77,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-testimonial-subtitle { /* Add your css here*/ size:14px; font-family:font-family: 'Quicksand' !important; }Best regards,
Vinay-
This reply was modified 9 years, 1 month ago by
Vinay.
Hey serewyn,
Please try this plugin
https://wordpress.org/plugins/font-resizer/screenshots/Best regards,
Vinay-
This reply was modified 9 years, 1 month ago by
Vinay.
Hey mcraig77,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-subheading p:first-child { margin-left: 14px; }NOTE: This will affect all headings to make changes to specific heading please add a #ID to the color section and use the color section ID in the below example.
#color-section-ID .av-subheading p:first-child { margin-left: 14px; }Best regards,
VinayHey mcraig77,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#contact input[type='submit']:hover{ background-color: gold!important; color: #000!important; border-color: gold!important; }Best regards,
VinayHi,
Glad we could help!
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayDecember 6, 2016 at 8:17 am in reply to: How to add the excerpt to a single post on the front end below the title #720873Hi,
It’s not clear what you are trying to achieve. However it appears you are trying to add an excerpt to a single blog post entry and not on the blog post archive page ? Is that correct?
Wordpress do not allow this but if you think this is a theme feature as seen here http://kriesi.at/themes/enfold-overview/ please share the link to the page (close the iframe before copying the URL) and we will surely help you achieve the same :)
If you do not see on our demos please point us to any other site where you see what you are trying to achieve.
Also let us know what is the purpose you are trying to add an excerpt to a single blog post ?
Thank you for reaching out to us, happy to help :)
Best regards,
VinayHi,
I have deactivated the cache plugin to troubleshoot the issue so we can see the css changes.
Added the below css to Quick CSS
/* Mobile Header */ @media only screen and (max-width: 767px) { .header-scrolled #header_main { position: fixed; top: 0; width:100vw; background:#FFF; } }The sticky header works good in mobile and desktop please hardrefresh and review the site :)
Best regards,
VinayDecember 6, 2016 at 7:44 am in reply to: Pasting in custom html (Zoho webform) has a number of problems #720864Hi,
Sorry for the delay, I’m unable to view the pastbin code as it is a private one.
Please give this plugin a try https://wordpress.org/plugins/zoho-forms/
If that don’t work for you please make the pastebin code viewable.
Best regards,
VinayHi,
To hide the slider buttons in mobile view please add the below css
@media only screen and (max-width: 767px) { #top .avia-caption-content .avia-button-center, #top .avia-caption-content .avia-slideshow-button { display: none; }}Best regards,
VinayDecember 6, 2016 at 5:52 am in reply to: Enfold Contact Form Submit button formatting weirdness #720830Hey craigriches,
Please try to delete the button and add it again, If that does not help we need to take a closer look at the backend. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
Vinay-
This reply was modified 9 years, 1 month ago by
Vinay.
Hey mcraig77,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
/*Footer text */ #footer { font-family: 'Quicksand'; } /*Footer Links */ #footer a{ font-family:'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif!important; }Best regards,
VinayHi,
Glad the issue is sorted :)
We really appreciate it if you rate our theme on themeforest https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayDecember 5, 2016 at 3:55 pm in reply to: Contact Form works with CF7 but not with Enfold form #720503Hey rainer0651,
There are various reason why the contact form may not be working on your site. Please try the steps provided in this link http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/
Have you tried contacting you hosting provider with the different results during the different SMTP test?
Let us know if you have any questions, we are happy to help :)
Best regards,
Vinay-
This reply was modified 9 years, 1 month ago by
Vinay.
Hi,
To center the rows please use 1/2 rows and set the max width to the color section by enabling custom css class name support. Adjust the max-width value to reduce the width or increase the width of the content inside it.
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/We also enabled debug mode in case you like to view the page element shortcodes.
http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/.center-content { max-width:1000px!important; position:relative; left:50%; transform:translateX(-50%); }Portfolio elements will automatically centered when you upload more than 3 items or select one column in the portfolio grid options.
Best regards,
Vinay-
This reply was modified 9 years, 1 month ago by
Vinay.
Hey naxiand,
This requires a lot of time to achieve and is out of our support scope however since you are using enfold we are happy to guide you in the right direction.
Please check https://kriesi.at/support/topic/pre-select-dropdown-in-contact-form/#post-275023
Best regards,
VinayHi,
Sorry for the delay, please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.logo, .logo a { max-width:300px!important; }Best regards,
Vinay-
This reply was modified 9 years, 1 month ago by
Vinay.
Hi,
Sorry for the delay, We need to take a closer look at the backend setup. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
VinayHi,
Thank you for the credentials, we added the below css code in Enfold > General Styling > Quick css
.menu-item.av-menu-button-colored { margin:0 7px; margin:0 5px; } li.menu-item.av-menu-button-colored:last-child .avia-menu-text { margin-left: 1px!important; padding-left:10px!important; }Please review the site and let us know if you need any help :)
Best regards,
Vinay -
This reply was modified 9 years, 1 month ago by
-
AuthorPosts
