Forum Replies Created
-
AuthorPosts
-
December 11, 2014 at 6:59 am in reply to: I have problem capitalizing product name and Local delivery is not visible #366514
Hi!
Yeah. My bad. I was confused with the delivery title. I thought I got it working. I was able to reproduce the issue on my installation. The local delivery is not working. I’ll ask the rest of the support to test it.
Regards,
IsmaelHi!
Please post the login details here so that we can take a look. Set it as a private reply.
Cheers!
IsmaelHey!
I don’t think this is possible without major modifications on the theme but you can try to set a minimum height for the content container:
div#main .container_wrap .template-page { min-height: 900px; }Best regards,
IsmaelHey!
Please post the login details here so that we can take a look. You can set the Blog Style of the archive pages (category, tag) on Enfold > Blog Layout > Blog Style.
Best regards,
IsmaelHi!
Edit the catalogue item then apply a link. Look for the Item Link? option.
Best regards,
IsmaelDecember 11, 2014 at 6:15 am in reply to: Buttons on fullscreen slider act strange on mobile #366503Hi!
Please replace the code with this:
@media only screen and (max-width: 768px) { body div .avia-button { height: 50px; min-height: 50px; max-height: 50px; } }Regards,
IsmaelHey!
You can add this on Quick CSS or custom.css:
.single .slide-meta { display: none; }Fix the right padding with this:
.single .avia-content-slider { padding-right: 50px; }And add the Related Stories text above the shortcode on single.php:
echo "<h3>Related Stories</h2>";Best regards,
IsmaelHey!
@DrNoge: Is this ok now? I checked the site again and it’s not blank anymore: http://www.nogiec.com/@msteward22: If possible, please open your own thread.
Best regards,
IsmaelDecember 11, 2014 at 5:57 am in reply to: Testimonials in one column on tablet portrait view #366490Hi!
Please check the site now. The testimonial section should look like this on portrait view:

Regards,
IsmaelHi!
You can try this on Quick CSS:
#top .grid-entry.no_margin.av_one_third { width: 33.3%; padding: 10px; }Adjust the padding.
Regards,
IsmaelHi!
Try this on Quick CSS:
.avia-msie .menu-item .avia-icon-pos-right { float: none; margin-left: 0.5em; bottom: 88px; position: relative; right: -66%; } .avia-msie .header-scrolled .menu-item .avia-icon-pos-right { bottom: 44px;; }Regards,
IsmaelHi Tim!
Thank you for using Enfold.
Do you have the latest version of Enfold? The menu code is a bit different. Set the transparency of the shrink header with this on Quick CSS:
.header_bg { opacity: .5; filter: alpha(opacity=50); }Regards,
IsmaelHey!
There’s an issue with the forum a few a days ago but Kriesi fixed it. Did you set the Notify me of follow-up replies via email setting?
Best regards,
IsmaelHey!
Looks like you removed the background. This is what it looks for me on IE 11:

They look the same on firefox and chrome.
Cheers!
IsmaelHi mmichael1991!
Thank you for using Enfold.
You can try this:
#av_section_2 .avia-animated-number { text-align: right; }Best regards,
IsmaelHi Arjannavanderplas!
Thank you for using Enfold.
No, it’s not possible. You need to translate the posts and the post categories.
Best regards,
IsmaelHi!
Unfortunately, it’s not possible to define a specific width for columns inside the cells but you can set the cell size after adding the number of cells.
Regards,
IsmaelHey!
You can remove the default accordion link with this on Quick CSS but it will also remove the title:
#top .aviaccordion-slide-link { display: none; }Move the caption with this:
#top .aviaccordion-preview-title-pos { left: 20%; bottom: 10%; }Best regards,
IsmaelHi!
I’ll ask the rest of the support team to confirm this. I tested it on safari windows 8 and it doesn’t freeze.
Regards,
IsmaelHi!
You can add html codes on the image caption. Make sure that the Display Excerpt? is enabled. Edit the accordion image then add the button code on the caption text. Something like this:
<a href="#" class="my-accordion-button">LISTEN LIVE VIA MOBILE</a>Add the style of the button on Quick CSS:
a.my-accordion-button { background: blue; padding: 10px; border-radius: 2px; }Cheers!
IsmaelHi Slade!
Thank you for using Enfold.
You can use this on Quick CSS or custom.css:
.avia_transform .avia-table .av_font_icon { opacity: 1 !important; -moz-transform: scale(1); -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }Cheers!
IsmaelDecember 10, 2014 at 3:56 am in reply to: I would like to have a mouse hover over function that changes the image. #365821Hi fixedopsinsight!
Thank you for using Enfold.
You can try the following:
http://scruss.com/blog/2010/01/16/image-rollover-in-wordpress-no-plugins-required/
http://stackoverflow.com/questions/15468037/basic-css-hover-image-swapThis particular request or modification is more than what we can offer as a support team. This task is beyond the scope of support and is not a theme related issue. Please hire a freelance developer or find a third party plugin that coincide with the theme. For further modifications, please visit Envato Studio or Werkpress.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Cheers!
IsmaelDecember 10, 2014 at 3:51 am in reply to: Different Main Navigation Menu and Logo for Custom Post Type? – Fix? #365819Hi!
You need to pass the ids to an array:
is_page( array(3548,4176,4306,3546 ) )Cheers!
IsmaelHey!
Yes, the width of the demo is 1130px. Your website is using 1310px. That’s why the portfolio images on 3 columns look bigger.
Best regards,
IsmaelHey!
Make sure that you set the blog to Multi Author Blog. Other blog style will not show the author image and it will only work for standard post format.
Cheers!
IsmaelHey Snerp!
Thank you for using Enfold.
You can use these selectors to modify the cart dropdown links:
.header_color .cart_dropdown .dropdown_widget li a, #top .header_color .avia_cart_buttons .button, #top .header_color .dropdown_widget .buttons .button, .header_color .cart_dropdown_first .cart_dropdown_link, .header_color .cart_dropdown_link { background-color: #ffffff; color: #333333; }Best regards,
IsmaelHey Antonio!
Thank you for using Enfold.
Reported issues regarding Yoast are declining on the past few weeks, not sure if they just retain the old version. Most of the issues direct to yoast page analysis not working well with the advance layout builder but this is something Yoast has to improve on. Search engines can still crawl content made with the advance layout builder so this is nothing to worry about. Please test it on a development site first.
Best regards,
IsmaelHey!
I tested this on my installation and it is really a problem when it comes to portfolio items. Not sure how we can amend this. I’ll ask the rest of the support team if they have any idea.
Regards,
IsmaelDecember 10, 2014 at 3:29 am in reply to: Form / Select Element: Light Transparent setting makes dropdown text invisible #365806 -
AuthorPosts
