JoomGallery with Avatar Slide Galleria Unlimited - joomla2.5

I am using
Joomla 2.5
JoomGallery 2.xx
I have downloaded and installed Avatar Slide Galleria Unlimited
I am trying to use Avatar Slide Galleria Unlimited on top of JoomGallery.
In JoomGallery when i am setting up:
Detail view --> General Settings --> Open Original Image in
I see many installed plugins except of avatar.
Any suggestion how can i make "JoomGallery" to work with "Avatar Slide Galleria"
any help would be much appropriated.

With the Unlimited Edition, Avatar Slide Galleria is module extensions for Joomla to slide images in from JoomGallery. It's not JoomGallery plugin.
Galleria will only be called by Joomla site but not the JoomGallery.
You cuold add the module into your site and set it to show JoomGallery Images.
SETUP MODULE
Login to Joomla Control Panel page as Administrator
Choice Extension>Module Manager.
Click New.
Choice Avatar Slide Galleria.
Set the parameter for your Module silde image from Joomgallery
Avatar slide galleria can slide JoomGallery images by categories and sub categories.
You can chosse categories or sub categories for Galleria to slide them.
Thanks

Related

How to show discount on homepage in Opencart 3.0.3.6 with Journal 3 theme installed?

I have Opencart 3.0.3.6 store with Journal 3 theme installed. Many products have discounted price if customer buy in certain quantity. This discount is visible on the product page when customer click on the product on the home page and load the product page. I want to show quantity discount on the home page like the image.
Opencart Demo site product
Opencart Home Page Product Grid
This is what I am trying to achieve to show discount on home page
I figured out that catalog/view/theme/journal3/template/journal3/product_card.twig file shows content on the homepage or as product grid but I am not sure which controller file it gets it's data from. Can some one please help me to locate the controller file and help with the code?

Adding a multiple Image gallery to a page with text?

I'm learning Wagtail and I'm trying to make a basic Ecommerce style site. The layout will be:
Home Page
-> Products
-> Product 1
-> ...
-> Product N
-> About
-> Contact
In the Product page I want to have a Title, Description, Picture gallery or just display a few pictures and eventually tags (But this post is about the Images). I have checked this Documentation which explain how to add Abstract Images in the View but it leaves me confused on what to import and add to the model, what type? when I just want to add 1,2...n Images on a Product page. The documentation only explains how to add an Image into a form and it leaves me wondering should I use a Django type or Wagtail type?
How would I add the ability to upload/remove images from the admin console Product page?

ionic2 set a page before ionic2-starter-sidemenu

i downloaded the ionic2 starter sidemenu template, now it is showing homepage as first page with sidemenu which is set in app.component.ts as below
rootPage: any = Home;
i'm planning to set my newPage as first page, there should be no side menu, from which i can navigate to the home page by clicking a button,
i added a page 'NewPage' already but no idea about where to set this page.
my ionic version : rc5
Just change the root page to your new page:
rootPage: any = NewPage

Unable to replace spree default logo in spree 2.1.3

Used firebug and inspected Spree default logo is coming from
/assets/store/logo.png
Checked in spree 2.1.3 Version Source code and found default logo is coming from /logo section.
path :
core/app/models/spree/app_configuration.rb
preference :logo, :string, default: 'logo/spree_50.png'
Trying to Override, the default logo using Spree:Config option.
Spree::Config.set(logo: "store/logo.png")
But it's still redirecting to the old image(spree_50.png) and I am unable to replace the default logo.
In application.rb:
Spree.config do |config|
# Example:
# Uncomment to override the default site name.
# config.site_name = "Spree Demo Site"
config.logo = "logo.png"
end
Then add your logo to public/images/ and the logo will show up.
You can place your image at this path.
Inside: app/assets/images/logo/"Your Image"
for eg. app/assets/images/logo/hi5_logo.png**
Inside: config/initializers/spree.rb
Spree.config do |config|
config.logo = "logo/hi5_logo.png" #for default store logo
config.admin_interface_logo = "logo/hi5_logo.png" #for admin logo
end

How to display module Titles Joomla 2.5

Does anyone know how to turn the title (name) of a module in Joomla 2.5 ? On my site http://www.amidsfo.ru/ now all modules no title (name).
If the show title is enabled and still does not show the title, check your template,
you have to call your module something like this:
<jdoc:include type="modules" name="left" style="xhtml" />
The magic section is style="xhtml", so make sure you have it.
From the Joomla Administration page, choose the menu item Extensions/Module Manager
Locate and edit the module for which you want the title to appear
On the page that appears, in the Details pane, directly below the Title is Show Title - make sure that Show is selected