Kaira
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Albar] re-sizing logo-areaHi Ann
You’ll be able to do this editing the “functions.php” on line 60.
add_theme_support('custom-header', array( 'default-image' => '', 'width' => 290, 'height' => 110, 'flex-width' => false, 'flex-height' => false, 'header-text' => false, ));
and change it to be:
add_theme_support('custom-header', array( 'default-image' => '', 'width' => 290, 'height' => 110, 'flex-width' => true, 'flex-height' => true, 'header-text' => false, ));
This will allow you to have a flexible width and height.
Please try that and let me know if it works.
Thanks
Forum: Themes and Templates
In reply to: [Albar] pictures on home pageHi
Do you mean the pictures in the default slider?
See here:
https://demo.kairaweb.com/albar/about/albar-default-slider/Forum: Themes and Templates
In reply to: [Albar] Font Awesome, icons not showingOk ??
Hope you get it sorted.
Forum: Themes and Templates
In reply to: [Albar] Alba Settings showing only the Tab-HeaderSent it now.
Forum: Themes and Templates
In reply to: [Albar] Font Awesome, icons not showingHi
Are you able to see the icons here: https://fortawesome.github.io/Font-Awesome/cheatsheet/
You’ll need to edit the theme files to be able to add icons into the title bar You know how to do this?
Forum: Themes and Templates
In reply to: [Albar] Alba Settings showing only the Tab-HeaderHi Alex
That’s weird. can you give me your email and I’ll send you the theme again.
Thanks
Forum: Themes and Templates
In reply to: [Albar] SliderYes, and the free version also does.
Forum: Themes and Templates
In reply to: [Albar] SliderAwesome ?? thanks
Forum: Themes and Templates
In reply to: [Albar] SliderHi John
Can you give me your email address and I’ll send you a mail asking for temp login details to sort it out for you.
Thanks
Forum: Themes and Templates
In reply to: [Albar] RemoveCheers ??
Forum: Themes and Templates
In reply to: [Albar] RemoveTo do this you’ll need to add custom css in the “Styling Settings” in the theme options in “Appearance” -> “ALBAR Settings” -> “Styling Settings”.
This css will remove the whole bar on all pages:
.page-header {
display: none;
}This will remove the bar on only that page:
.page-id-15 .page-header {
display: none;
}Forum: Themes and Templates
In reply to: [Albar] RemoveHi
Do you want to remove the whole grey bar, or just the text?
Forum: Themes and Templates
In reply to: [Albar] SliderOk, I’ve created a demo site and a page explaining exactly how to add slides to the slider.
Hope this explains it clearly. please let me know if there’s anything you don’t understand.
https://demo.kairaweb.com/albar/about/albar-default-slider/
Thanks
Forum: Themes and Templates
In reply to: [Albar] SliderHi Brokawphoto
You need create a ‘slider’ category under “Posts” -> “Categories” and then under “Appearance” -> “ALBAR Settings” -> “Slider Settings” enter the category ID into the “Slider Categories” section.
It will then show all posts linked to that category.
Set the featured image on those posts for them to show as the slider images.