Brian

Forum Replies Created


Hi Sebastian,
Open custom.css file https://www.wos.nu/templates/wt_amara_pro/css/custom.css then add

.tm-navbar.uk-navbar {
    background: #000;
}
.uk-navbar-nav > li > a {
    color: #fff;
}

.uk-navbar-nav > li.uk-active > a {
    color: green;
}
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
    color: green;
}

replace the color to suite your needs.


Hi Fred,
Glad your problem is resolved. I found your email about custom work via Spam folder, lol, I will response as soon as possible.
Thank you



If you need crop and resize feature, I recommend you use this component


The add-on does not support CROP and RESIZE images, if you have different images and want all images have same dimensions, you need to do it manually using photo editing tools like photoshop.
Or you can present different image sizes using Masonry layout, like this

The masonary layout will sort images automatically based on the images’s sizes


Glad your problem is resolved.


Hi there,
Ui Simple gallery add-on does not support crop the image size, so if you want to force the size for all images, you need to resize images manually(photoshop, etc).
If you have different images with different size, you can use “Enable masonry effect” feature(The masonry effect creates a layout free of gap even if grid cell have different height.)


Hi Jrvd,
Just go to Joomla Configuration page -> Default Editor -> select Editor – TinyMCE



Hi there,
Sure, just open custom.css file located at joomla/templates/template_name/css/custom.css then add

.login .form-horizontal .controls {
    margin-left: 0px;
}

This reply has been marked as private, meaning that only the original poster and forum moderators can see the content of the reply.


Hi Ivan,
Do you want these boxes get the same height ? The height of these boxes depend on the content length.

NOTE: You can wait for the next release for extra add-ons tomorrow, we will add “mat height” feature as default for info box/testimonial add-ons 🙂



This reply has been marked as private, meaning that only the original poster and forum moderators can see the content of the reply.