Forum Replies Created
-
AuthorPosts
-
Hey!
We don’t have really have any access with the plugins and we don’t usually support third party plugins. We’re just trying to suggest some plugins that you can use. Maybe you can start with these free plugins:
http://wordpress.org/plugins/pronamic-google-maps/
http://wordpress.org/plugins/wp-google-maps/
http://wordpress.org/plugins/wp-google-map-plugin/Best regards,
IsmaelJanuary 9, 2014 at 5:52 pm in reply to: call to action button on layer slider doesn't display well on mobile #207535Hey Indiatravelz!
Add this on your custom.css or Quick CSS:
@media only screen and (max-width: 767px) { .avia-button.avia-size-large { padding: 5px 20px; } }
Best regards,
IsmaelHey LinkedMediaGroup!
1.) Can you please give us a link to the website? You can add this on your custom.css or Quick to change the header height if you’re using the default header. This will also increase the size of the logo:
#header_main .container, .main_menu ul:first-child > li a{ height:128px; line-height: 128px; }
2.) What is the font you’re trying to use? If it is a google font, you can add this filter on functions.php:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Alef'] = 'Alef'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Alef'] = 'Alef'; return $fonts; }
Replace “Alef” with the google font you’re trying to use.
Cheers!
IsmaelHey Vada!
This is what you can do. Please switch your theme to debug mode. Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
You will be able to see the actual shortcode below the builder. Copy the shortcode that you want to place after each content.
Best regards,
IsmaelHi bloomfashion!
Can you please give us a link to the actual page? I’ll ask Yigit to look. Maybe the section id on the other page is not the same.
Cheers!
IsmaelHey nmillas!
1.) Please try these plugins:
http://wordpress.org/plugins/floating-menu/
http://wordpress.org/plugins/codeflavors-floating-menu/2.) There are header types that includes social icons. You can set it on Enfold > Header > Header Type.
3.) Please hire a freelance developer to add the pop up feature for you.
Best regards,
IsmaelJanuary 9, 2014 at 8:56 am in reply to: Main Menu Font Color in Mobile Version Didn't Change with CSS #207289Hey!
You can change the background color of the mobile menu select using this:
#top .header_color select { border-color: blue; background-color: red; color: #155773; }
Change the arrow select using this:
#top .mobileMenu{ background-image: url(IMAGE URL HERE); background-position: center right; background-repeat: no-repeat; border-radius: 2px; }
Create your own image. The size should be 30x13px.
Best regards,
IsmaelHey!
It will require major modifications with the theme and is beyond the of what we can do as support team. Please hire a freelance developer if you want that kind of portfolio layout. You can visit http://werkpress.com/ for wordpress modifications.
Regards,
IsmaelHey!
Edit header.php, find this code on line 116:
$nav = wp_nav_menu($args); echo $nav;
Below, add this code:
if ( is_user_logged_in() ) { $user = wp_get_current_user(); echo "<div id='header-welcome'>Welcome ". $user->display_name ."</div>"; }
Add this on Quick CSS or custom.css:
#header-welcome { float: left; font-weight: bold; height: 30px; line-height: 10px; margin-left: 20px; }
Best regards,
IsmaelHey!
You can add this on your custom.css or Quick CSS to move the caption more to the right:
@media only screen and (max-width: 479px) { .responsive #top .slideshow_caption { left: 150px; } }
Cheers!
IsmaelHey!
If you have this code on Quick CSS:
#header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a { height: 90px !important; line-height: 90px !important; max-height: none !important; }
Please replace it with:
.logo img, .logo a { height: 90px !important; line-height: 90px !important; max-height: none !important; }
Replace the code that I gave you with:
.fixed_header.social_header #main { padding-top: 111px; }
Remove the title using this:
#top .alternate_color.title_container .main-title { display: none; }
Adjust the breadcrumb container height using this:
#top .title_container .container { padding: 10px 0; min-height: 30px; }
Best regards,
IsmaelJanuary 9, 2014 at 8:19 am in reply to: Enfold Theme: Advanced layerslider stopped displaying #207269January 9, 2014 at 8:09 am in reply to: LayerSlider – how to make only one of several videos auto play #207266Hey!
You can send it to ///. Please add the word “Kriesi” on the subject and the link of this thread on your email.
Cheers!
IsmaelHey tusing!
The space below he header is the main div padding. You can adjust it using this:
.fixed_header.social_header #main { padding-top: 117px; }
Please give us a link to the actual website.
Cheers!
IsmaelJanuary 9, 2014 at 7:40 am in reply to: LayerSlider – how to make only one of several videos auto play #207251Hey!
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 #206731 -
AuthorPosts