Forum Replies Created
-
AuthorPosts
-
January 9, 2014 at 7:40 am in reply to: LayerSlider – how to make only one of several videos auto play #207251
Hey!
Please post the login details here as a private reply. We would like to inspec the LayerSlider.
Regards,
IsmaelHi Chris!
Can you please give us a link to the website? Post the login details here as a private reply.
Regards,
IsmaelHi!
The code you used is incorrect. Please use the code I posted above then modify the css:
.main_menu ul:first-child > li > a { font-size: 18px; font-family: 'Short Stack', cursive !important; }Remove browser cache then reload the page.
Best regards,
IsmaelJanuary 9, 2014 at 7:22 am in reply to: ENFOLD – EasySlider -> fixedHeigth instead of fixed width #207246Hi!
On the Easy Slider element there is an option to select the image size, “Slideshow Image Size”. This will give you a specific height for all images.
Best regards,
IsmaelJanuary 9, 2014 at 7:07 am in reply to: Breadcrumbs with full path terms (taxonomy) for post type #207241Hey!
What type of header do you have? You can actually remove the default breadcrumb then add the navXT breadcrumb plugin. Edit header.php, find this code on line 185:
do_action('ava_after_main_menu'); ?>Below, add this code:
<div class="navxt"> <?php if(function_exists('bcn_display')) { bcn_display(); }?> </div>Add this on your Quick CSS or custom.css:
.navxt { position: absolute; right: 0; top: 73px; } .breadcrumb.breadcrumbs.avia-breadcrumbs { display: none; }Remove browser cache then reload the page.
Regards,
IsmaelHi!
How did you add the font? You can add this on functions.php to add the font properly, find this code on line 3:
global $avia_config;Below,add this code:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Short Stack'] = 'Short Stack'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Short Stack'] = 'Short Stack'; return $fonts; }You can now select the “Short Stack” font on Theme Options > Styling > Heading and Body fonts.
Regards,
IsmaelJanuary 9, 2014 at 6:47 am in reply to: Manual sort order in gallery lost after clicking button "Add/Edit Gallery" #207236Hi blende64!
You have a lot of plugins installed. Maybe one of them is causing the issue. Deactivate them one at a time, see if it fixes the issue. I tested this on my end and the sort order is not lost when I added new image on the gallery.
Best regards,
IsmaelHey claesekberg!
You have an old version of the theme. Please download the latest version of the theme on your themeforest account then watch this video by Devin on how to update the theme via FTP: http://vimeo.com/channels/aviathemes/67209750
Best regards,
IsmaelHi Chenan!
Please remove or deselect the Blog page on Theme Options > Where do you want to display blog? option. Maybe, the other blog page is pulling the settings from the default wordpress blog or index.php. :)
Best regards,
IsmaelHi!
Edit the portfolio item then look for Screen Options, enable the Excerpt. You can specify the excerpt there.
Cheers!
IsmaelHey!
You can manually add the html code of the button on the Caption Tex field. It will looks something like this:
<a href="LINK HERE" class="avia-slideshow-button avia-button-light" data-duration="800" data-easing="easeInOutQuad">Click me</a>Regards,
IsmaelHey bymenjil!
Go LayerSlider WP > Global Settings > Slideshow > turn off “Random slideshow” option then turn on the “Animate first slide” option.
Cheers!
IsmaelHey deyowulf!
Can you please give us a link to the website? What is the font you’re using? Are you working on a localhost?
Cheers!
IsmaelJanuary 8, 2014 at 8:58 am in reply to: How Can I Change the Height of the Header and/or Remove Social Icons Bar #206731Hi creativeyes!
Edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code on line 443:
$categories = get_categories(array( 'taxonomy' => $params['taxonomy'], 'hide_empty'=> 0 ));Replace it with:
$categories = get_categories(array( 'taxonomy' => $params['taxonomy'], 'hide_empty'=> 0, 'orderby'=> 'name', 'order'=> 'DESC' ));Refer to this link for more order parameters: http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters
Regards,
IsmaelHi!
The animation is removed on my end. Please remove browser cache or test it on another browser.
Regards,
IsmaelJanuary 8, 2014 at 8:38 am in reply to: Single Author Big Preview Image Size Different on Blog Page and Category Page #206712Hi erikkIsrael!
Insert the 1/2 column layout then go to Media Elements panel. Insert the Video element by dragging the icon to the 1/2 column layout. Configure the video element.
Please watch this video by Devin to learn more about the theme: https://vimeo.com/channels/aviathemes/64927359
Regards,
IsmaelJanuary 8, 2014 at 8:35 am in reply to: blank page after updating main page; simple wilder won't show images #206709Hi!
You have a lot of plugins installed. Please try to deactivate them specially the “Fusion Core” plugin. Remove browser cache then reload the page a few time. Test it on another browser.
Cheers!
IsmaelJanuary 8, 2014 at 8:22 am in reply to: How Can I Change the Height of the Header and/or Remove Social Icons Bar #206701Hi!
If you want to remove the whole header_meta container, use this:
#header_meta { display: none !important; }Add this to adjust the main div padding:
.fixed_header.social_header #main { padding-top: 117px; }Cheers!
IsmaelJanuary 8, 2014 at 8:20 am in reply to: Single Author Big Preview Image Size Different on Blog Page and Category Page #206698Hi!
You can add this on your custom.css or Quick CSS:
.big-preview.single-big { padding: 0; margin-bottom: 10px; }Cheers!
IsmaelJanuary 8, 2014 at 8:16 am in reply to: Main Menu Font Color in Mobile Version Didn't Change with CSS #206696Hi deyowulf!
You can use this for the mobile view menu text color:
#top .header_color select { color: red; }Regards,
IsmaelHi!
1.) You can edit framework > php > class-form-generator.php, find this code on line 519:
$this->elements_html .= " <span class='value_verifier_label'>$number_1 + $number_2 = ?</span>";2.) I’m sorry but can you please elaborate? A screenshot will help.
Cheers!
IsmaelJanuary 8, 2014 at 8:02 am in reply to: How can I have a unique message instead of just a blog excerpt? #206692Hi Barabbas!
Edit a post then look for Screen Options at the top right corner of the post editor. Enable the Excerpt option. You can then specify an excerpt manually.
Cheers!
IsmaelJanuary 8, 2014 at 7:58 am in reply to: Single Author Big Preview Image Size Different on Blog Page and Category Page #206688Hey!
Can you please give us a link to the actual post? You can remove the default wordpress comment section using this:
.comment-entry.post-entry { display: none; }Cheers!
Ismael -
AuthorPosts

