Forum Replies Created
-
AuthorPosts
-
Hey petersandin!
You can create facebook menu item on Appearance > Menus. Go to Links and add the URL and then label it Facebook, add the menu. Click Screen Options on the top right corner then enable CSS Classes. Edit the Facebook menu item then add the css class “facebook”. You can now style the facebook menu item using this selector.
#top .main_menu .menu li.facebook { display: block; width: 32px; height: 32px; background: red; text-indent: 9999px; }
Change the background property to background: url(‘FACEBOOK ICON URL HERE’);
Regards,
IsmaelHi murphy88!
Can you please post a screenshot of what you’re trying to do? A link to your site will help.
Best regards,
IsmaelHey!
Edit index.php, find this code:
$title = __('Blog - Latest News', 'avia_framework'); //default blog title
Replace it with:
$title = __('Latest', 'avia_framework'); //default blog title
Regards,
IsmaelHey simonac!
What type of header are you using? Please check on Header > Header Type. You can adjust the opacity of the header background. Add this on your custom.css or Quick CSS:
.header_bg { opacity: .2; filter: alpha(opacity=20); }
Regards,
IsmaelHey SolingLover!
You can add this on your custom.css or Quick CSS to adjust the size of the header meta and phone number.
.social_header .phone-info span { font-size: 20px; height: 40px; } #top .social_bookmarks { height: 40px; }
Regards,
IsmaelHi!
Do you have the latest version of Enfold? I think Kriesi fixed this on the latest updates of the theme.Can you please give us a link to the website? Deactivate all your plugins then test it on another browser. I tested this on my end and it doesn’t produce any backslashes on the code.
Best regards,
IsmaelNovember 1, 2013 at 4:03 am in reply to: Change the All in category filter of page builder / change order of filter #183258Hey 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!
Ismael -
AuthorPosts