Forum Replies Created
-
AuthorPosts
-
November 1, 2013 at 4:03 am in reply to: Change the All in category filter of page builder / change order of filter #183258
Hey oliviad!
Are you talking about sort filter for portfolio items?
1. Please add this on your functions.php:
add_filter('avf_portfolio_sort_first_label','avia_change_portfolio_label', 10, 2); function avia_change_portfolio_label($all, $params) { $all = "Name of your label"; return $all; }2.) Edit config-templatebuilder > avia-shortcodes > portfolio.php, find thi code:
$output .= "<span class='text-sep ".$category->category_nicename."_sort_sep'>/</span>";3.) Edit the same file again and look for this code on line 410:
//get all categories that are actually listed on the page $categories = get_categories(array( 'taxonomy' => $params['taxonomy'], 'hide_empty'=> 0 ));Replace it with:
//get all categories that are actually listed on the page $categories = get_categories(array( 'taxonomy' => $params['taxonomy'], 'hide_empty'=> 0, 'orderby' => 'title', 'order' => 'DESC' ));Regards,
IsmaelHey!
There is no filter for the seperator. You need to manually edit the file again and look for this code on line 269:
$output .= "<span class='tag-seperator'>/</span>";Best regards,
IsmaelHey!
Please add this on your custom.css or Quick CSS to remove the scrollbar:
.four.units.single-product-main-image.alpha { overflow: hidden; }Cheers!
IsmaelHi!
You can add this on your custom.css or Quick CSS to remove the transparency of the header:
.header_bg { opacity: 1; filter: alpha(opacity=100); }I’m sorry but I don’t understand the problem with the button. I clicked it and it goes down like it should.
Best regards,
IsmaelNovember 1, 2013 at 3:12 am in reply to: button text color changed to black after upgrading to 2.3.2 #183245Hi jono713!
First, please use the non-fixed header with social icons then add this on your custom.css or Quick CSS:
#header_meta { display: none; } #header { position: fixed; } /*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/ #header_main .container, .main_menu ul:first-child > li a{ height:55px; line-height: 55px; }Best regards,
IsmaelHey!
If you want to change the overall font size for posts. You can add this on your custom.css or Quick CSS:
body, body p { font-size: 15px; }Regards,
IsmaelNovember 1, 2013 at 12:56 am in reply to: 206 Partial message displayed when child theme is activeted. How to tackle this? #183207Hey kriru!
You have an old version of the theme. Please download the latest version on your themeforest account then we’ll get back on you.
Regards,
IsmaelHey prezzemolo!
Thank you for using the theme!
Sorry but this is a beyond of what we can do as support team. Please hire a freelance developer to add the feature for you. You can visit odesk.com or freelancer.com.
Best regards,
IsmaelHey Jan!
This is possible. Just add an image and edit it. You can add html tags on the caption area of the images. Something like:
<a href="LINK HERE" target="_blank">Read More...</a>Regards,
IsmaelHi kaMai!
You replace these lines with the get_post_meta for custom fields:
//on single page replace the link with a fullscreen image if(is_singular()) { $link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url'); } //echo preview image if(strpos($blog_style, 'big') !== false) { if($slider) $slider = '<a href="'.$link.'">'.$slider.'</a>'; if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>'; }Cheers!
IsmaelHey 500Webmaster!
You can use Media Queries to adjust the position of the a certain element. First, edit the layers then go to the Attribute panel. Give each of these layers a unique id. You can then use Media Query to move them on a specific position when you’re viewing on a mobile device. Note that there are crappy Android screens. We really can’t fix the slider on those devices. The website looks great on mobile. Check here: http://responsinator.com/?url=http%3A%2F%2Fsiptrunkplus.com%2F
Best regards,
IsmaelHey!
Please try this on your custom.css or Quick CSS:
html { -webkit-font-smoothing: antialiased; }Cheers!
IsmaelHey!
Sorry but you need to hire a freelance developer to modify the partner element. It can’t automatically update the shortcode whenever you use it on another page.
Cheers!
IsmaelHi LA_BREVA!
Can you please give us a link to the website? The Header image you posted is not working.
Regards,
IsmaelOctober 31, 2013 at 3:15 am in reply to: Shortcodes to 'Ajax Portfolio' preview text editor do not work correctly #182776Hi t3lgroup!
Can you please give us a link to the website? Do you have the latest version of Enfold. Please deactivate all plugins then try again. Post the login details here as a private reply.
Best regards,
IsmaelHi jenerdman!
What kind of Blog Style do you have for your single post page?
Regards,
IsmaelOctober 31, 2013 at 3:08 am in reply to: enfold 2.4.1 name should be left crumbs Product Name #182772Hi livemx!
You can choose not to display the Header on single product pages. Edit the product then look for Header Settings > select Don’t display header.
Best regards,
IsmaelHi!
This is a screenshot of your website on IE10. Everything looks ok.

Best regards,
IsmaelOctober 31, 2013 at 2:53 am in reply to: "[LayerSliderWP] Slider not found" after migration to new server #182760Hi!
You’re using a very old version of the theme. You might need to recreate the slider from scratch. The new version of the theme has an Import and Export slider capability. You might want to try that.
Cheers!
IsmaelHi!
I tried the plugin that you mentioned and the Total Load Time is 3.0682seconds avg on my end. I have minimal plugins installed.
Best regards,
IsmaelHi!
I added a featured image on this post and it works fine.
http://www.geoclima.com/wp-admin/post.php?post=3732&action=edit&message=1
http://www.geoclima.com/geoclima-new-website/
Regards,
IsmaelHey vollern!
You can create a button using the Advance Layout Editor then inspect the button element. Copy the actual html code. Edit header.php, find this code:
do_action('ava_after_main_menu'); ?>Below, add the html code for the button.
<div class="avia-button-wrap avia-button-center avia-builder-el-0 avia-builder-el-no-sibling "><a href="" class="avia-button avia-icon_select-yes avia-color-theme-color avia-size-medium avia-position-center "><span class="avia_button_icon" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">Click me</span></a></div>Cheers!
IsmaelHey!
Please try this:
.bottle{ display: none; width: 153px; height: 737px; position: absolute; left: 75px; top: 54px; z-index: 1000; } .home .bottle{ display: block !important; width: 153px; height: 737px; position: absolute; left: 75px; top: 54px; z-index: 1000; }Best regards,
IsmaelHey skosmer!
Please use this plugin: http://wordpress.org/plugins/relevanssi/
Use the Exclusions and restrictions to exempt the Portfolio page.
Cheers!
IsmaelHi gianmarizzi!
Can you please post a link to your website? Firefox should render the fonts properly. A screen cast or video to the second issue will help. I don’t think we can reproduce that on our end.
Cheers!
IsmaelHey!
Looks like WPML and LayerSlider is not compatible with each other yet. You can create a different slider for each language.
http://wpml.org/forums/topic/how-to-translate-layerslider-wp-text/
Best regards,
Ismael -
AuthorPosts
