Forum Replies Created
-
AuthorPosts
-
Hi,
Did you make sure to hard clear your cache?
Best regards,
Jordan ShannonHey JKarr,
The link you posted just takes us to the coming soon page. Please provide admin info so we can login and look into this issue further, or you can disable the coming soon page.
Best regards,
Jordan ShannonHey tivo_designs,
Just make sure that you are setting you color sections (where it looks like you have added the background to) to at least 100% of browser window height. https://snag.gy/BsxyM2.jpg
Best regards,
Jordan ShannonHey slui,
You can use the buttons css class to target them and then adjust the border-radius to round them as much as you need. For example
.avia-button{ border-radius:60px; }
Best regards,
Jordan ShannonHi,
Add the following to quick css:
#menu-resources-footer-menu.menu .menu-item{ font-size:.85em!important; } #text-2 .textwidget .textwidget{ font-size:.85em!important; }
This should match the size to column to excluding the italics.
Best regards,
Jordan ShannonHi,
Great! We will await your approval.
Best regards,
Jordan ShannonMay 12, 2017 at 10:14 pm in reply to: Solution idea FullScreen Slider image link and one button #792527Hey Jörg,
Thank you for your input! We will keep this in mind for future users who encounter this issue.
Best regards,
Jordan ShannonHey Kimberly,
Which text style do you want all 3 of them to have? The style of column 1, 2, or 3?
Best regards,
Jordan Shannon-
This reply was modified 8 years, 1 month ago by
Jordan Shannon.
Hey rhae,
Could you please provide login info so we can look into this issue further?
Best regards,
Jordan ShannonHey Chipsybg,
Can you please upload a screenshot? I am not able to recreate the issue. Please see my screen:
Best regards,
Jordan ShannonHey jolian123,
Add the following to quick css:
.avia-testimonial-row .avia-testimonial_inner{ padding:5px!important; } .avia-testimonial.av_one_full{ border-radius:5px; } .avia-testimonial.av_one_full .avia-testimonial_inner .avia-testimonial-content p{ font-size:13px!important; line-height:20px!important; } .avia-testimonial.av_one_full img.attachment-square.size-square{ max-width:50%!important; } .avia-testimonial.av_one_full .avia-testimonial-meta-mini{ font-size:13px!important; } .avia-testimonial.av_one_full .avia-testimonial-image{ height:100px!important; }
Let me know if this works for you.
Best regards,
Jordan ShannonMay 12, 2017 at 9:16 pm in reply to: Image Resizing Issue – Identical Size Images but very 2 different results #792500Hi,
I am glad this was able to be fixed. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
I’m glad Sarah’s solution was able to help you. If you need additional help, please don’t hesitate to let us know here in the forums.
Best regards,
Jordan ShannonMay 12, 2017 at 12:32 am in reply to: How to Reduce Vertical Spacing Between Image and Special Heading Elements #791978Hi,
I’m glad you were able to get this figured out. If you need additional help, please don’t hesitate to let us know here in the forums.
Best regards,
Jordan ShannonHi,
No, your custom CSS code in Quick CSS field is safe. If you have added any in enfold/css/custom.css file, then please have a backup as that file will be overwritten – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Jordan ShannonMay 11, 2017 at 9:47 pm in reply to: How to Reduce Vertical Spacing Between Image and Special Heading Elements #791936Hi,
Add the following to quick css:
.av-special-heading.av-special-heading-h2.custom-color-heading.blockquote.modern-quote.modern-centered.avia-builder-el-8.el_after_av_image.el_before_av_textblock{ margin-top:10px!important; }
Adjust the margin to whatever you need.
Best regards,
Jordan Shannon-
This reply was modified 8 years, 1 month ago by
Jordan Shannon.
Hi,
I am glad Rickard was able to help you. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
I’m glad Victoria was able to help you! If you need additional help, please don’t hesitate to contact us here in the forums.
Best regards,
Jordan ShannonMay 11, 2017 at 9:33 pm in reply to: How to Reduce Vertical Spacing Between Image and Special Heading Elements #791926Hey mestech,
Please provide a link to the page/site in question.
Best regards,
Jordan ShannonHi,
I adjusted the css to the following and it seems to have worked:
.entry-content-wrapper.clearfix.standard-content { overflow: hidden !important; }
Best regards,
Jordan ShannonHi,
The child theme should be pulling styles from the altered parent theme. Copy the styles from the parent theme into the child theme including any quick css that was in the parent theme. If your changes are not immediately visible, please be sure to clear your cache.
Best regards,
Jordan ShannonHey peanuttario,
Actually that is placeholder text so it has to be styled as follows:
input[type="email"]::-webkit-input-placeholder { color: #fff!important; } input[type="email"]::-moz-placeholder { /* Firefox 19+ */ color: #fff!important; } input[type="email"]:-ms-input-placeholder { /* IE 10+ */ color: #fff!important; } input[type="email"]:-moz-placeholder { /* Firefox 18- */ color: #fff!important; }
Best regards,
Jordan Shannon-
This reply was modified 8 years, 1 month ago by
Jordan Shannon.
Hi,
Yes, currently the styles are being pulled from the unaltered folder.
Best regards,
Jordan ShannonHi,
No problem at all. If you need additional help, let us know here in the forums.
Best regards,
Jordan ShannonHi,
Yes it will show you how to set-up a child theme for your site. Again, be sure to copy all of the custom css (including quick css) of the parent theme into child theme and you should be just fine.
As always, remember to perform a full back-up before proceeding.
Best regards,
Jordan Shannon-
This reply was modified 8 years, 1 month ago by
Jordan Shannon.
Hey artisforever,
Please post a link to the site/page in question so we can have a better understanding of what you need.
Best regards,
Jordan ShannonHey Mark,
It is all the same. Enfold 2017 is a demo of the Enfold theme.
Best regards,
Jordan ShannonHey charmedrunning,
First please view the following: http://kriesi.at/documentation/enfold/using-a-child-theme/,
It is a great idea to use a child theme as it assures that your site will be safe from updates related breaks or data loss.
As for keeping your current customization, copy all of your custom CSS into the child theme style.css file. If some of it does not work then try using the !important override like so.
a { color: red !important; font-size: 12px !important; }
Best regards,
Jordan ShannonHi,
There seems to be a style also labeled “!important” that seems to be taking effect over your style. Within your file structure try a search and replace of
.post .entry-content-wrapper { overflow: visible !important; }
Best regards,
Jordan Shannon-
This reply was modified 8 years, 1 month ago by
Jordan Shannon.
-
This reply was modified 8 years, 1 month ago by
-
AuthorPosts