Forum Replies Created
-
AuthorPosts
-
November 5, 2014 at 4:35 pm in reply to: How to change background & font color of Heading Row and Pricing Row #346610
Hey!
For Pricing Row:
.main_color .pricing-table-wrap:nth-child(1) li.avia-pricing-row, .main_color .pricing-table-wrap:nth-child(1) li.avia-heading-row, .main_color .pricing-table li.avia-pricing-row .pricing-extra { background: #ECB876; border-color: #E0A75E; color: #000; font-family: verdana; } .main_color .pricing-table-wrap:nth-child(2) li.avia-pricing-row, .main_color .pricing-table-wrap:nth-child(2) li.avia-heading-row, .main_color .pricing-table li.avia-pricing-row .pricing-extra { background: #ECB876; border-color: #E0A75E; color: blue; font-family: verdana; } .main_color .pricing-table-wrap:nth-child(3) li.avia-pricing-row, .main_color .pricing-table-wrap:nth-child(3) li.avia-heading-row, .main_color .pricing-table li.avia-pricing-row .pricing-extra { background: #ECB876; border-color: #E0A75E; color: orange; font-family: helvetica; } .main_color .pricing-table-wrap:nth-child(4) li.avia-pricing-row, .main_color .pricing-table-wrap:nth-child(4) li.avia-heading-row, .main_color .pricing-table li.avia-pricing-row .pricing-extra { background: #ECB876; border-color: #E0A75E; color: orange; font-family: helvetica; }
Adjust “color: … ” and “font-family: … ” to your wishes.
Cheers!
AndyHi!
Now I only see one search box. Glad you could fix it!
If you have any more questions don’t hesitate to ask us. We are happy to assist.Regards,
AndyHi!
img, a img { height: 300px; width: auto; }
For the excerpt beeing next to picture, could you please give us admin access? post it here as a private reply.
Regards,
AndyHey!
the links on https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=site:la-appraisal.com/&start=60 are working for me. Could you fix it?
Regards,
AndyHi!
I only see the languages “Castellano” and “Valenciano”. There is no “Catalan” added as language.
Best regards,
AndyHi!
You can try to set the correct breadcrumbs using this plugin:
https://wordpress.org/plugins/breadcrumb-navxt/Best regards,
AndyHey!
3.) Go to edit your portfolio page. In Avia Layout Builder right under your picture there is an element which you need to remove (it will only appear while mouse over).
Best regards,
AndyNovember 4, 2014 at 11:12 pm in reply to: Product Description and Product Image light box STILL missing in all VIEWS #346200Hi!
In WooCommerce > Settings > Products > Product Image Sizes
you will see an important sentence:
“These settings affect the actual dimensions of images in your catalog – the display on the front-end will still be affected by CSS styles. After changing these settings you may need to regenerate your thumbnails.”Please follow these instructions using this plugin: https://wordpress.org/plugins/regenerate-thumbnails/
Just deleting and adding them again won’t work!
Cheers!
AndyHi!
Please deactivate all plugins to see if the issue disappear. You won’t loose any configurations. If the issue is not there anymore than activate your plugins one by one and check when the issue appears again.
Best regards,
AndyNovember 4, 2014 at 12:35 pm in reply to: Layer slider not fullwidth – with menu navigation on left – in responssive mode #345824Hey!
In your WordPress Backend go to Layer Slider->Savesorb Slider->Slider Settings->Full width slider settings
and switch off Full-width. Than it should work on iPad for example.Best regards,
AndyHi!
try this in your Quick CSS:
@media only screen and (max-width: 767px) { .avia-fullscreen-slider .avia-slideshow { height: 220px !important; }}
I hope that helps.
Cheers!
AndyHi!
it works fine for me as well on Mac OS X 10.9 with Chrome and Safari.
Which system do you work with? and which Browser are you using? please try to clear browser cache.Cheers!
AndyHey!
Go to Edit frontpage, choose english language. Scroll down and on the right side you will see the the option “Header visibility and transparency”. Right now it is set to “Pas de transparence”, put it instead to “Haut de page transparence”. Enjoy ;)
Regards,
AndyHey!
I am really sorry, I think both me and Arvish thought you were talking about Enfold. So many people are asking us about this theme and the word Eunoia just seemed like Enfold to me :).
Use this code in Quick CSS:
#top .slideshow li img {
width: auto;
height: 600px;
}That should help.
Cheers!
AndyNovember 3, 2014 at 11:20 pm in reply to: Adding an intro text/pic to the top of the blog post #345603Hi!
could you please provide us admin access? post it here as a private reply
Regards,
AndyNovember 3, 2014 at 11:11 pm in reply to: masonry gallery – larger images are being made half size #345600Hi!
Yes, 16 is width and 9 is height.
Maybe it would be easier if you just put all images in photoshop how you want them to be and save the whole thing as one image?Cheers!
AndyNovember 3, 2014 at 10:56 pm in reply to: how to make fullwidth easy slider look okay on mobile #345591Hi!
your current Enfold version is 2.9.2. Please update to the new version 3.0.2.
Regards,
AndyHey!
the hover arrow for welcome dayton image is working for me. Could you fix it?
Cheers!
AndyNovember 3, 2014 at 10:36 pm in reply to: opacity and color of content sections – special headings and text blocks #345575Hey!
If you do the Arvish’ style you could make the color section not full width by adding
position: absolute; width: 75%;
to it. Adjust 75 to whatever is needed.
Cheers!
AndyHey!
3.) Go with this one in Quick CSS:
.woocommerce span.soldout, .woocommerce-page span.soldout { top: 350px; }
Best regards,
AndyNovember 3, 2014 at 9:50 pm in reply to: Testimonial, fullwidth slider, icon lists and pictures not loading #345536Hey!
the weird thing is that in your WordPress backend it says that you have Enfold 3.0.2 installed, but when I look into the browsers source code of your website it says Enfold 2.8.1. Are you sure you copied 100% of the Enfold 3.0.2 files into your FTP server to replace the old files?
Beside this, your site looks fine now to me.
Best regards,
AndyHey!
in your Quick CSS replace this code:
.my-lang { width: auto; float: right; position: relative; right: 10px; top: 4px; } .lang-item { display: inline; }
with that one:
.my-lang { width: auto; position: relative; right: 10px; } .lang-item { display: inline; margin-right: 10px; float: right; margin-top: 6px; }
Cheers!
AndyNovember 3, 2014 at 8:42 pm in reply to: Icon with text not spacing correctly after 3 lines of text #345499Hi!
replace my code above with that one:
[data-av_icon]:before { display: flex !important; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; }
This should help.
Best regards,
AndyHi!
belonging to color section:
add color section in avia layout builder. Open it (color section editor). Scroll down to “Section-ID”. Give it a name, for example “color-section-width” (without quotation marks). Click save. Than go to your Quick CSS and add this code:#color-section-width { position: absolute; width: 70.6%; }
You may need to adjust “70.6” to a different number, so that it fits well.
To change background of “2 WAYS TO ORDER” add this to Quick CSS:
.alternate_color, .alternate_color .site-background, .alternate_color .first-quote, .alternate_color .related_image_wrap, .alternate_color .gravatar img .alternate_color .hr_content, .alternate_color .news-thumb, .alternate_color .post-format-icon, .alternate_color .ajax_controlls a, .alternate_color .tweet-text.avatar_no, .alternate_color .toggler, .alternate_color .toggler.activeTitle:hover, .alternate_color #js_sort_items, .alternate_color.inner-entry, .alternate_color .grid-entry-title, .alternate_color .related-format-icon, .grid-entry .alternate_color .avia-arrow, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery img, .alternate_color .grid-content, .alternate_color .av-share-box ul, #top .alternate_color .av-related-style-full .related-format-icon, .alternate_color .related_posts.av-related-style-full a:hover, .alternate_color.avia-fullwidth-portfolio .pagination .current, .alternate_color.avia-fullwidth-portfolio .pagination a { background-color: #ffffff; }
Instead of “#ffffff” you can use any hex color code you want.
To make the icons bigger use this code:
[data-av_icon]:before { font-size: 30px; }
Adjust “30” to any number you want.
Hope that helps.
Cheers!
AndyNovember 3, 2014 at 7:31 pm in reply to: Incorrect Rendering of Video in Fullscreen Slider with Firefox #345466Hey!
Thank you! and nice to hear that you could fix it. Just open a new ticket if you have any more questions. We are happy to assist you.
Cheers!
AndyHi!
if you want to make a color section sticky add this command to it’s CSS class:
position: fixed;
Best regards,
AndyHey!
Glad you did it! If you have any other questions please let us know. We are happy to assist.
Regards,
AndyNovember 3, 2014 at 6:29 pm in reply to: Multiple problems with "Blank – No Header, No Footer" template. #345423Hi!
– menu:
The template you want to use is called “Blank – No Header, no Footer”. No header means no menu. It is meant to be like this, that’s why “blank”.– Color section and Gravity Forms:
It works for me. I created a test page on your site: http://www.3raintercambio.com/test-2/Could you please provide the page where it is not working for you?
Cheers!
AndyNovember 2, 2014 at 2:07 pm in reply to: How to move the logo to the left on mobile/tablet view? #344848Hey!
replace code with:
@media only screen and (max-width: 990px) { .html_header_top #top .av_logo_right .logo { left: 0; right: 0; }} @media only screen and (max-width: 767px) { .responsive .logo { margin-right: 120px; }}
Hope that helps.
Regards,
Andy -
AuthorPosts