Forum Replies Created
-
AuthorPosts
-
Hi juliuspang!
Thank you for using the theme.
Please use this on Quick CSS or custom.css to remove the 1px gap on the slider:
.avia-slideshow-inner { overflow: visible; width: 100%; }Best regards,
IsmaelHey!
I’m sorry but you might need to hire someone if you want the navigation to perform that way. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
Cheers!
IsmaelJuly 13, 2014 at 4:52 am in reply to: Enfold – Change number of portfolio columns depending on screen width #290713Hey mattock!
Thank you for visiting the support forum!
Add this on Quick CSS or custom.css to adjust the width of the portfolio items on iPad view:
@media only screen and (max-width: 989px) and (min-width: 768px) { #top .grid-sort-container .no_margin.av_one_fifth { width: 25%; } }Great work! Love the portfolio.
Best regards,
IsmaelHey sineadh!
Thank you for using the theme.
Please post the website url here. We need to inspect it. A screenshot will help. :)
Regards,
IsmaelHi!
Thank you for the link although I’m not really sure which blog style you’re referring to since you added an iframe link. Do you want this kind of blog? http://kriesi.at/themedemo/?theme=enfold
If that’s what you want, on Enfold > Blog Layout > Blog Style. Select Multi Author Blog.
Regards,
IsmaelHey!
Thank you for the update.
The ziparchive class is not enabled on your installation. If you check on the layer slider import/export panel, you’ll see the warning: http://www.purepepper.de/wp-admin/admin.php?page=layerslider
It says: “Status: ZipArchive isn’t avilable”.
Regards,
IsmaelHey df50!
Thank you for using the theme.
Please edit magazine.php, find this code on line 512:
if($loop !== 1 && !empty($this->atts['first_big_pos'])) $output .= "</div>"; $output .= "</div>"; } return $output;Below, add this code:
if($loop !== 1 && !empty($this->atts['first_big_pos'])) $output .= "</div>"; $output .= "</div>"; } else { $output .= "<div class='av-magazine-group {$css}'>"; echo "My awesome message here"; $output .= "</div>"; } return $output;Cheers!
IsmaelHey!
Thank you for the update.
I tested and the execution limit time max out so please try to increase the limit to 120. Refer to this link for more info: http://codex.wordpress.org/Common_WordPress_Errors#Maximum_execution_time_exceeded
Cheers!
IsmaelHey Thomas!
Thank you for using the theme.
Unfortunately, you need to hire someone if you want to add the Newscast accordion slider. Anyway, they are the same accordion slider. What do you mean by “its dark”? Are you referring to the caption background? You can change it with this:
#top .aviaccordion-preview-title-wrap { position: relative; display: table; height: 100%; width: 100%; background: #000; background: rgba(0,0,0,0.5); padding: 0; filter: alpha(opacity=60); }Change the background color and opacity.
Best regards,
IsmaelJuly 13, 2014 at 4:05 am in reply to: Masonry Gallery – Overlapped thumbnails on mobile devices #290699Hey!
Thank you for using the theme.
You can use this on Quick CSS or custom.css to disable the captions on mobile devices especially on iPhones:
@media only screen and (max-width: 767px) { .main_color .container .av-inner-masonry-content { display: none; } }Cheers!
IsmaelHi!
Thank you for the update.
Right now, we’re still looking into making more simple but you can try this:
On a text editor, add this code:
<a class="iframe-popup" href="kriesi.at">Open PopUp</a>Then edit js > avia.js, look for this code on line 6:
$(document).ready(function() {Below, add this code:
$('.iframe-popup').magnificPopup({ type: 'iframe', iframe: { patterns: { kriesi: { index: 'kriesi.at', id: '/', src: 'http://%id%' } } } });Change url on the index parameter.
Regards,
IsmaelJuly 13, 2014 at 3:26 am in reply to: New Glassy header do not work with custome header size #290685Hey pako69!
Thank you for using the theme.
It looks fine when I tested it on my end. Please post the website URL here. We would like to check it.
Cheers!
IsmaelHey!
Thank you for the update.
Please edit the masonry gallery then look for Image Title and Caption. Select “Display Neither”.
Cheers!
IsmaelHey!
Also, try logging out and in again on wordpress dashboard. Maybe this is just a cache issue.
Cheers!
IsmaelHey!
Thank you for using the theme.
If possible, please avoid creating duplicated posts. Please refer to this link: https://kriesi.at/support/topic/no-follow-in-the-comments/
Regards,
IsmaelHi!
Thank you for the update.
You can add this on functions.php to disable the theme session but this might break the breadcrumbs:
add_theme_support('avia_no_session_support');If you have the time, please try this fix: https://kriesi.at/support/topic/help-trying-to-understand-error-message/
Best regards,
IsmaelHi courtney_martin!
Thank you for using the theme.
Please add this on Quick CSS or custom.css to remove the slider on mobile device:
@media only screen and (max-width: 767px) { .page-id-2 div#full_slider_1 { display: none !important; } }Note that videos on the sliders won’t play on mobile device so you have to add a fallback image.
Regards,
IsmaelHey!
Thank you for using the theme.
I checked the website and the layer slider looks good. Sometimes the preview might differ because some stylesheets are not loaded on wp dashboard like shortcodes.css etc. What you can do is estimate the adjustments to make it just right on the frontend. Anyway, please download the latest version of the theme Enfold 2.9.1. Some really cool stuff added on the latest patch. Enjoy the theme!
Regards,
IsmaelHey!
Thank you for using the theme.
If you want to remove the title and leave the breadcrumbs. Please add this on Quick CSS or custom.css:
.title_container .main-title { display: none; }Regards,
IsmaelHey themanwhoknows!
Thank you for using the theme!
Do you mind if we take a look at your installation? Please go to Enfold > Header Layout > Extra Elements panel. Disable the Header Secondary Menu.
Regards,
IsmaelHi!
Thank you for visiting the support forum.
Actually it is possible now. Download Enfold 2.9.1, you’ll see arrows to move the table columns and rows.
Best regards,
IsmaelHi Kevin!
Thank you for using the theme!
Actually, you can re-order them manually. Just click on the arrows to move the rows up and down and columns, left and right. Make sure that you’re using Enfold 2.9.1.
Regards,
IsmaelHey!
Like Dude suggested you can overwrite the wp files to remove the affected file but if a plugin is forcing this files to be modified then you’ll have to disable that plugin. Contact the plugin author if the issue persist.
Best regards,
IsmaelHi JuanRamonMarin!
Thank you so much for using the theme.
Please add this on functions.php to add the rel=”nofollow” attribute on comment links:
function add_nofollow_to_reply_link( $link ) { return str_replace( '")\'>', '")\' rel=\'nofollow\'>', $link ); } add_filter( 'comment_reply_link', 'add_nofollow_to_reply_link' );Regards,
IsmaelHi!
Thank you for using the theme.
@Guenni007: Thank you for the tip. :) The theme should work back and front end on major browsers.
@paulchiao: Do you mind if we take a look at your website? Please post the website url here. Make sure that you’re running Enfold 2.9.1.Best regards,
IsmaelHi!
Thank you for the link.
Please use this on Quick CSS or custom.css:
.single div.entry-content { margin-top: 25px; }Regards,
IsmaelHi wonderfultravel!
Thank you for using the theme.
Can you please explain the issue further? The theme only have two layout options, boxed and stretched. If you don’t like both, I guess you’ll have to hire someone to modify the theme for you.
Best regards,
IsmaelHey!
Thank you for the screenshot.
Where can we find these products? I just don’t see it anywhere on the site. Please post the actual page url here. Add this on Quick CSS or custom.css to maximize the opacity of the shop buttons:
.avia_cart_buttons { opacity: 1; }Regards,
IsmaelHi!
Thank you for the screenshot.
Please use this:
#top .av-main-nav > li > a { position: relative; top: 20px; } .avia-menu-fx { position: absolute; bottom: 19px; } #top .header-scrolled .av-main-nav > li > a { top: 5px; } .header-scrolled .avia-menu-fx { bottom: 3px; }Cheers!
IsmaelHey!
Thank you for the link.
You can add a unique selector for each Avia Elements. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
add_theme_support('avia_template_builder_custom_css');Edit the Special Heading then add custom css selector. Let’s use heading-margin for example. Add this on Quick CSS or custom.css to align the heading with the text:
.heading-margin { margin-top: 10px; }Refer to this link for more info: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
If you don’t want to add a custom css selector, use this instead:
div.av-special-heading.av-special-heading-h3.avia-builder-el-4.el_before_av_textblock.avia-builder-el-first { margin-top: 10px; }Best regards,
Ismael -
AuthorPosts
