Forum Replies Created
-
AuthorPosts
-
Hi emin!
You can increase the width of the search bar with the below css:
.avia-search-tooltip { width: 300px !important; }
Regards,
DakeHey!
Glad to know you got things sorted on your end msbllc :)
Regards,
DakeHi!
You’re welcome Jeebar :)
I might be able to come up with a more conclusive idea of what caused it if I had temporary access to your website.
Regards,
DakeHey CMCEquipment!
What version of IE are you using?
I’m not able to replicate the issues you are referring to in IE 11.
Regards,
DakeHi JeeBar!
Please add the below css to your custom css section:
p a:hover { color: #c46f00 !important; }
Regards,
DakeHi Mario!
When trying to load up your website, I am only seeing and unstyled page.
Cheers!
DakeHey!
Did you allow the entire process to complete itself without errors or interruptions?
Are you able to use any of the other demo templates?
May we have temporary access to your website to take a closer look?
Best regards,
DakeHi!
That can be achieved with quite a bit of customization. So it would be best to enlist the help of a freelancer.
Cheers!
DakeJuly 23, 2015 at 2:37 am in reply to: Color section Background Image on mobile looks horrible #477448Hi acbrent25!
In order to remove the color section background using a media query, please add the below css to your custom css section:
@media only screen and (max-width: 768px) { .container_wrap { background-image: none !important; } }
Best regards,
DakeHey wiwaldi79!
You can try the below css:
.page-id-xx .flex_column .av_one_fifth .flex_column_div .av-zero-column-padding .avia-builder-el-41 .el_after_av_one_fifth .el_before_av_hr .column-top-margin { text-align: right !important; }
Replace the xx after “.page-id-” to the id for that particular page.
Regards,
DakeHey wiwaldi79!
You can manually set a preset size from the “Select custom preview image size” section (including the original size of the image scaled down proportionally based on the number of columns/posts):
http://i.imgur.com/J5e4qpx.png
Alternatievely you can use the below css:
.avia-content-slider .slide-image img { height: 233px; width: 233px; }
Please note that if the original image is not a perfect square, it may appear stretched:
Cheers!
DakeJuly 23, 2015 at 12:41 am in reply to: Parallax background image (in Color Section) has white bar at top #477433Hey!
I’m getting an invalid username error when trying to log in.
Best regards,
DakeHi!
You can remove or reduce the padding below the first heading by using the below css:
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 0px !important;
}Cheers!
DakeJuly 23, 2015 at 12:00 am in reply to: Problem with Menu and Title when Resizing Web page (Responsiveness) #477415Hi!
I added the below css to determine the margin-top for the breadcrumb:
@media only screen and (max-width: 1085px) { .breadcrumb-trail .trail-end { margin-top: 15px !important; } } @media only screen and (max-width: 1085px) { .alternate_color .breadcrumb a { margin-top: 15px !important; } } @media only screen and (max-width: 1085px) { .breadcrumb .sep { margin-top: 15px !important; } }
Regards,
DakeHey!
The portfolio grid should automatically scale each image evenly so that there are 6 columns until the responsive adjustments kick in.
On my end it’s showing up as 6 per row, 3 per row, 2 per row then finally 1 per row.
In order to remove the border, please add the below css to your custom css section:
.grid-entry .inner-entry { box-shadow: none; }
Regards,
DakeJuly 22, 2015 at 10:42 pm in reply to: Parallax background image (in Color Section) has white bar at top #477396Hey!
Thanks for the screenshot :)
May we have temporary access to your website, so we can take a closer look?
Regards,
DakeJuly 22, 2015 at 10:28 pm in reply to: Problem with Menu and Title when Resizing Web page (Responsiveness) #477391Hey!
That’s ok, I went ahead and added the media queries again:
@media only screen and (max-width: 1085px) { #top #wrap_all .alternate_color h1 { line-height: 1.2em !important; } } @media only screen and (max-width: 1110px) { #top #header .av-main-nav > li > a { font-size: 9.5px !important; } }
Cheers!
DakeJuly 22, 2015 at 8:14 pm in reply to: Problem with Menu and Title when Resizing Web page (Responsiveness) #477297Hi!
The line height and font size are now controlled by more accurate media queries.
Best regards,
DakeHey JHU8ghsrr5!
May we have a link to your website so we can take a closer look?
Cheers!
DakeHey!
The documentation Elliot is referring to is the http://kriesi.at/documentation/enfold/ documentation website.
You can find a bit more information here, albeit some of the earlier videos have outdated information:
https://vimeo.com/channels/aviathemes
It would probably be best to source a decent wordpress tutorial to get you started, then if there’s anything specific you need help with, you can generally find a thread of the same question using the search feature.
If all else fails you can create another thread or enlist a freelancer
Regards,
DakeHi fleurkolk!’
You can try usng a portfolio grid with the below settings:
http://i.imgur.com/FKOxYE8.png
This way you can link each image to it’s own portfolio page.
Cheers!
DakeHi cblajos!
It appears that the images are sowing at the correct aspect ratio now.
Were you able to resolve the issue on your own?
http://i.imgur.com/anOKwo4.png
Best regards,
DakeHey Simon!
You’re welcome :)
Please let us know if you ever need help in the future.
Best regards,
DakeHi!
Try the below css:
.av-caption-image-overlay-bg { background-color: transparent !important; }
This should remove the background, but keep the white text.
Best regards,
DakeHey!
I tested on an android and iphone, the hover effect does change color on iphone from other pages.
If the below css change doesn’t make a difference, may we please have temp access to your website again?
#mobile-advanced li > a:hover, .html_header_mobile_behavior #mobile-advanced span:hover, .html_header_mobile_behavior #mobile-advanced span:hover a { background-color: #018db0 !important; color: #ffffff !important; }
Best regards,
DakeHi!
Instead of removing it completely, you could try a negative margin-bottom like the example below:
@media only screen and (max-width: 640px) { .ws { margin-bottom: -20px !important; } }
To reduce the white space below the slider, you can use the below:
@media only screen and (max-width: 768px) { .html_minimal_header #main > .avia-builder-el-0 { margin-bottom: -50px; } }
Bot margin-bottom values can be adjusted to your liking.
Cheers!
DakeHi Rajeev!
The only obvious error I am seeing on a smaller screen size is pictured in the below screenshot:
http://i.imgur.com/5Aeenu1.png
Everything else seems to be displaying fine. I tested on my browser and a nexus 4 in portrait and landscape views.
May we have a screenshot that shows the errors that you are referring to?
Cheers!
DakeJuly 22, 2015 at 2:21 am in reply to: Masonry Grid – On Hover Sheer Color with Title and Caption #476823Hi!
You’re welcome Keith :)
Glad I could help.
Cheers!
DakeHey simonac!
You can try using a media query like the below to adjust the z-index and background size at certain screen sizes::
@media only screen and (max-width: 768px) { #kleckse .av-section-color-overlay { z-index: -1 !important; background-size: contain !important; } }
Regards,
DakeHi!
Glad to know we could help :)
Cheers!
Dake -
AuthorPosts