Forum Replies Created
-
AuthorPosts
-
Hey!
Thank you for using the theme!
Please edit the post then look for Screen Options. Enable the excerpt metabox. Use it to specify the excerpt of the post along with the shortcode. I hope that it works.
Regards,
IsmaelHey!
Thank you for using the theme!
I’m sorry but I’m not sure of what it is you’re trying to do. Can give us a link to an example of this hover animation? A screenshot of the link with the zoom effect will help.
Regards,
IsmaelHi!
Thank you for the link.
Can I ask for the authentication password? I’ll ask Josue to check this again.
Cheers!
IsmaelHi erwin_m!
Thank you for using the theme!
You can disable the default lightbox plugin within the theme. Edit js > avia.js, find this code on line 60:
//activates the prettyphoto lightbox $(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});Replace it with:
//activates the prettyphoto lightbox //$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});Best regards,
IsmaelApril 14, 2014 at 2:04 pm in reply to: Styling the Special Heading and SubHeading in the Avia Page Builder #251057Hi GOWD!
Thank you for using the theme!
Right now, it is not possible to change the element’s style directly on the dashboard but Kriesi is creating a new option to make this possible. Please wait for that on the next theme update. You need to apply the modifications using the Quick CSS field or use the Enfold Styling panel to play around with the theme color. Can you please give us a specific element that you want to change?
You can change the special heading text with this on Quick CSS or custom.css:
.main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6 { color: red; }Best regards,
IsmaelHi!
Thank you for the login details.
I visited the menus panel on Appearance > Menus and it looks ok. This is what I see.

Please try to test it on another browser or another computer if possible.
Cheers!
IsmaelHi ChristophTaschler!
Thank you for using the theme!
We are not sure of the issue as of this moment. If you don’t mind, we would like to ask for the website url. Do you have any plugins other than WPML? A screenshot of the issue will surely help. Thanks!
Best regards,
IsmaelApril 14, 2014 at 1:49 pm in reply to: Temporarily disable or hide parts of a text or an element #251044Hey Nin0!
Thank you for using the theme!
Yes, that is possible. Just use the html comment tag. Make sure that you switch the editor to Text or HTML mode. Add something like this:
<!-- THIS IS A HIDDEN TEXT -->I hope that helps.
Regards,
IsmaelHi basmati!
Thank you for using the theme!
Yes, it is somehow possible but you should not upload any logo on Enfold > Theme Options. Just leave it blank. Add this on functions.php:
add_filter('avf_logo_final_output', 'avf_logged_logo_final_output'); function avf_logged_logo_final_output($logo) { $headline_type = "h1"; if($dimension === true) $dimension = "height='100' width='300'"; //basically just for better page speed ranking :P $loggedinlogo = "<img {$dimension} src='LOGGED IN LOGO IMAGE URL HERE'>"; $loggedoutlogo = "<img {$dimension} src='LOGGED OUT LOGO IMAGE URL HERE'>"; if ( is_user_logged_in() ) { $logo = "<$headline_type class='logo bg-logo'><a href='".$link."'>".$loggedinlogo."$sub</a></$headline_type>"; } else { $logo = "<$headline_type class='logo bg-logo'><a href='".$link."'>".$loggedoutlogo."$sub</a></$headline_type>"; } return $logo; }Change the image url for the logged in user and for the logged out users. I hope that helps.
Regards,
IsmaelHey!
On the tenth color section that you have on the page, please set the background attachment to scroll. Add this on Quick CSS or custom.css:
@media all and (min-width: 1024px) { .avia-section { background-attachment: fixed !important; } }Please let us know what happens.
Regards,
IsmaelHi!
Thank you for using the theme.
Did you use WP MigrateDB or WP MigrateDB PRO plugin when you transfer the website? Please try to regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelHi!
Thank you for using the theme.
As of now, I’m not sure if I understand the issue correctly. We would like to see the actual website. We will give you a proper response once we have a better understanding of the issue. Thanks!
Cheers!
IsmaelHi german_photographer!
Thank you for using the theme!
I haven’t tried creating multisites through wordpress but I think it is better to update the theme through FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
IsmaelHey!
How did you create the links for the accordion? Can you please provide us with an example? I’m sorry but we can’t fix the error if we can’t reproduce the accordion links. Much better if get to see the site once it goes live.
Cheers!
IsmaelHey!
Did you add a color section with a background image on the portfolio page? If you don’t mind, please provide us a link to the portfolio page. Please try to add this on Quick CSS:
.avia_mobile #top .av-parallax-section{ z-index: 0 !important; }Cheers!
IsmaelHi!
Are you still having header issues? Can you please elaborate the problem? We’ll be happy to assist you with it. If you added some css modifications for the header before updating the theme, you might want to remove those css modifications then configure the header settings again.
Best regards,
IsmaelHey jjma!
Thank you for using the theme!
When you say image rotator, you mean the slider? This is not possible if you’re just using the default Advance Layout Builder. First of all, you need to switch the builder to debug mode. Refer to this link: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You will be able to see the actual shortcode below the builder. Shortcodes can be combine then, like this example. A combination of Iconbox shortcode with the Easy Slider shortcode inside:
Note that you have to configure the easy slider first. If you’re finish with the slider you can place the shortcode inside the iconbox’s content.Best regards,
IsmaelHi wholereneducation!
Thank you for using the theme!
You can remove the other tabs on combo widget with this on Quick CSS or custom.css:
.widget_tab_recent, .widget_tab_comments, .widget_tab_tags { display: none !important; }Cheers!
IsmaelApril 13, 2014 at 9:52 am in reply to: Jump of around 5px to the left and then back on every page load on a mac #250714Hi Linda!
Thank you for using the theme!
First of all, you’re using an old version of the theme. Please download the latest version 2.6.2 from your themeforest account then update the theme via FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/
If you don’t mind, after you update the theme, please post the website url here. We would like to check it on our end.
Cheers!
IsmaelApril 13, 2014 at 9:48 am in reply to: double the image size of a blog style: single author small preview. #250713Hi Tim!
Thank you for using the theme!
Please add this on Quick CSS or custom.css to increase the size of the small preview image:
.small-preview { width: 162px; height: 162px; line-height: 162px; left: -45px; } .template-blog .blog-meta { margin-right: 10px; }I hope that helps.
Regards,
IsmaelHey!
Please use this to fix the logo:
@media only screen and (max-width: 480px) { .responsive .mobile_slide_out .logo img { margin: 0; width: 80%; } .responsive .mobile_slide_out .logo { position: relative; top: 20px; left: 0; } }Cheers!
IsmaelHey!
Glad we could help.
Which google font are you trying to use? In order to use google fonts, you need to embed or call a certain google font on the head tag. For example, we’ll try the Lato font. Visit this page then get the code: http://www.google.com/fonts/#QuickUsePlace:quickUse/Family:Lato
We’ll use this on functions.php:
add_action('admin_head', 'avf_add_custom_google_font'); function avf_add_custom_google_font() { echo "<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>"; }After that, use this on Quick CSS or custom.css to change the font family of the menu:
.av-main-nav > li > a { font-family: 'Lato', sans-serif; }I hope that helps.
Cheers!
IsmaelHi!
Glad you figured it out! Thanks for sharing. If you have any questions, let us know.
Best regards,
IsmaelApril 13, 2014 at 9:28 am in reply to: Images in Masonry Galerie looks out of focus (on retina display) #250701Hi!
You can insert the code at the very bottom of functions.php. Go to Appearance > Editor, look for functions.php. I’m not sure if that is going to work in your case but please give it a try.
Best regards,
IsmaelHey!
I’m sorry if I upset you with my response. I just can’t reproduce the issue no my end and I don’t find any clue on the support forum when I search over for the same topic. I’m really not sure what is the causing the issue but I’ll ask Dude to check this out.
Thank you for understanding.
Cheers!
IsmaelHey!
Thank you for the link.
The aspect ratio option is for video slides only. It won’t affect how the image thumbnail turns out. You can choose the thumbnail size for the easy slider on “Slideshow Image Size” option. For example, please use the “Magazine (710×375)” thumbnail size which I think is the best thumbnail size for your slider. Edit functions.php, find this code on line 100:
$avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazinesReplace it with:
$avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375, 'crop'=>false ); // images for magazinesThis will prevent the theme from cropping the edges of the image thumbnails. Make sure that you uploaded the images with sizes close to that ratio. Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
IsmaelApril 13, 2014 at 9:12 am in reply to: Gravity forms progress bar hidden when advancing to next page on multi page form #250698Hey!
I’m sorry but we’re still not sure how to fix this. Did you open a ticket on the Gravity Forms plugin forum? I’m sure they can help.
Cheers!
IsmaelHi!
Thank you for the link.
You can’t see the custom css class but it is added on the special heading element. I’m not sure why. I added latest-recipes-heading for example. Please add this on Quick CSS or custom.css to modify the special heading using the custom css class that I added.
.main_color .latest-recipes-heading > .av-special-heading-tag { color: red; }This will turn the special heading latest recipes text to red. I’ll ask Dude for clarification.
Best regards,
IsmaelHey Mark!
Thank you for the screenshot.
Is the site live? If you don’t mind, we would like to inspect it. You can control the mobile menu activation on Enfold > Header > Mobile Menu > Header Mobile Menu activation. Choose the second option. This should force the mobile menu on devices with 990px screen width below and probably fix the issue.
Cheers!
Ismael -
AuthorPosts
