Venus is a flexible style Joomla templates, you can use the template for every purposes. We includes in Venus many amazing Joomla components such as: joomla image slider, Joomla content tab, Joomla content slider, Joomla photo gallery… Moreover, the rich typography library allow user to present the content in smart ways.
Another amazing feature is that you can download our library of template styles, typography and Joomla modules which is updated usually. The additional updates can be easy applied to Venus so your Joomla website would always be fresh and interesting.
We encourage you see our live demo (please follow bellow link)
Venus is available for FREE download right bellow or at byjoomla.com
Author’s Website: byjoomla.com










hi i need a template for
hai! i need use this tempalte.. but when install this error to appear. please help me.
Error! Could not find an XML setup file in the package.
Hi,
Please note these point:
- The package you downloaded from here contains Venus template and free add-ons packed inside. Please un-zip the package and find the appropriate installation package.
- This template is for Joomla 1.5 only.
Email directly to us at admin@byjoomla.com
Hey, I really like this layout. I’ve downloaded it and unpacked the zip. When I install it and make that my default, I get an error:
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /hsphere/local/home/oceancom/ourseniorservices.com/templates/bj_venus/html/com_content/frontpage/default.php on line 7
any idea what I’m doing wrong?
@Amanda:
Your server is under PHP 4, which does not support OBJECT OPERATOR. Please upgrade to PHP5
I have the same issue as Amanda but I am on php5. Please advise.
I’ve downloaded and installed ok all BJ_Venus template (all components) to become familiar with it. But, I need help on how to set up. Pictures and text doesn’t show.
Any good tutorial on this wonderful development. I would like to buy it once I become familiar with it.
Thanks!
Maria
had this error:
Template Install: Another template is already using directory: “D:\Hosting\6631712\html\templates\bj_venus”
I have installed this template including all 4 extensions attached.
But when browse my local site, it show message as following:
Parse error: syntax error, unexpected $end in C:\xampp\htdocs\AI\templates\bj_venus\html\com_content\frontpage\default_item.php on line 157
Could you please advise how to solve it ?
@kevin: You can check your PHP version under Joomla! Administration (backend) > Help menu > System Info. If you are certain you have PHP5 and still receive the error, please post the exact error here or send us an email admin@byjoomla.com
@maria: It’s quite a big questions. There’s nothing special in using our template and modules, you can get used to it easily. We have some tutorials on our Blog (http://byjoomla.com/blog), we have a document bundled with PRO/DEV package (in which most of them are on Blog), we have Ticket System and Email out there to help you. So don’t worry if you have some troubles.
@Deborah: Please remove/delete the current bj_venus folder before installing the new one
@Destiny: This error has been fixed in our new version. Please download the new version in our official website (http://byjoomla.com/download)
what comment extention do you use here?
Here is the error I get. Can you help? Thanks.
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /home/content/f/c/a/fcalvagna/html/templates/bj_venus/html/com_content/frontpage/default.php on line 7
Hi FC,
You are using PHP4, which does not support OBJECT OPERATOR. Please upgrade to PHP5.
hadoan
i use wamp 2.0 when i installed ok all BJ_Venus template, i get the error below
Notice: Undefined variable: header in C:\wamp\www\site\templates\bj_venus\index.php on line 102
i use wamp 2.0 when i installed BJ_Venus template, i get the error below.
Notice: Undefined variable: header in C:\wamp\www\site\templates\bj_venus\index.php on line 102Notice: Use of undefined constant _ISO – assumed ‘_ISO’ in C:\wamp\www\site\templates\bj_venus\index.php on line 20
Deprecated: Function split() is deprecated in C:\wamp\www\site\templates\bj_venus\index.php on line
Notice: Undefined variable: advert1 in C:\wamp\www\site\templates\bj_venus\index.php on line 137
Notice: Undefined variable: headline in C:\wamp\www\site\templates\bj_venus\index.php on line 144
Please help
Hi!
I use EasyPHP 2.0(Apache/2.2.13 (Win32) PHP/5.2.10 ) and Joomla_1.5.20-Spanish-pack.
I have installed Venus template including and extensions attached (com_bjimageslider_2.5.4, mod_bj_content_slider, mod_bj_dropdown_menu, mod_bj_imageslider_2).
But I get these errors at top of the website:
Notice: Use of undefined constant _ISO – assumed ‘_ISO’ in D:\EasyPHP5.2.10\www\templates\bj_venus\index.php on line 20
Notice: Undefined variable: header in D:\EasyPHP5.2.10\www\templates\bj_venus\index.php on line 103
Notice: Undefined variable: user5 in D:\EasyPHP5.2.10\www\templates\bj_venus\index.php on line 116
Notice: Undefined variable: toolbar in D:\EasyPHP5.2.10\www\templates\bj_venus\index.php on line 123
Notice: Undefined variable: advert1 in D:\EasyPHP5.2.10\www\templates\bj_venus\index.php on line 138
Notice: Undefined variable: headline in D:\EasyPHP5.2.10\www\templates\bj_venus\index.php on line 145
Could you please help me to solve it ?
Thank you.
Cel.
I have similar problems to others that have asked here.
Template loads fine and I have 1 component and 3 modules from yourselves all with a nice green tick. No pictures though. System info as below:-
PHP Built on: Linux web173.extendcp.co.uk 2.6.9-89.0.26.ELsmp #1 SMP Sun May 30 09:31:52 EDT 2010 i686
Database Version: 5.1.48-community-log
Database Collation: utf8_general_ci
PHP Version: 5.2.14
Web Server: Apache/2
Web Server to PHP interface: cgi
Joomla! Version: Joomla! 1.5.20 Stable [ senu takaa ] 18-July-2010 18:00 GMT
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.5; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET4.0C; .NET CLR 3.0.30729; InfoPath.2; AskTbBT4/5.8.0.12304)
Can you help
Hi,
@chris, celia, kenny: it’s because your server is set to report all notice. To turn it off, please add this line to the second line of bj_venus/index.php file (the first line is “<?php"):
error_reporting(E_ALL ~ E_NOTICE);
Hope this helps
Hi!!
First of all, thanks for answering my question. I tried to include your line:
error_reporting(E_ALL ~ E_NOTICE);
And I got this error:
Parse error: syntax error, unexpected ‘~’ in D:\EasyPHP5.2.10\www\templates\bj_venus\index.php on line 2
So I googled it and I found the next modification:
error_reporting(E_ALL & ~E_NOTICE);
It works perfectly!
Thank you very much.
Hi
I used the line
error_reporting(E_ALL & ~E_NOTICE);
makes absolutely no difference the line
error_reporting(E_ALL ~ E_NOTICE);
throws up an error
Going to give up on this template I think, I need a reliable, tested template that I can then purchase for my cusotmers when I am happy with it.
@Celia: sure, my mistake
@Kenny: we are constantly improving our product
You have to unzip the file first then look inside the folders for and file called bj_venus_1.5.1.zip thats the one you install and it will work.
Hi I install the template and the extensions. Then I upload two photos but the image slider doesn’t work.
Hi,
@Arce: have you set the Category Id parameter in Image Slider module yet? It is the ID of the category you want to show images.
le por ahí que les salia un error al momento de isntalar el tema venus mira si instalas todo el archivo zip descargado de este lugar te saldrá error no se encuentra el archivo xml creo o algo así lo q tienes q hacer es simplemente descargarlo y luego descomprimirlo antes de subirlo, después te saldrá una carpeta con el mismo nombre de tu archivo zip y dentro de esa carpeta hay dos una q dice venus package y el otro q dice terms and condition, dale doble clic en la carpeta Bj venus joomla 1.5 template y ahí encontraras un archivo zip nuevamente con el nombre de Bj venus 1.5.1 es es archivo zip el cual debes de subir e instalar espero te sirva ami me funcion bye
How do I install the package ?!! :S
it setups without the extensions !
I had previously uploaded the free version of the Bj! image slider. I have just purchased the developer version of the add-on. I keep getting this message “BJ! Image Slider 2 Free version (jQuery version). BJ! Image Slider component must be installed first .” I am pretty certain I installed this first as that was what I had before I purchased the developer version. Any help would be greatly appreciated.
Let me add the developer version was the image and content slider combined.
@Marah: Hi, if you have purchased PRO/DEV version, please contact us via our email admin@byjoomla.com or send a ticket at our Ticket System http://byjoomla.com/support. In that way, we can help you better.
Hi,
Switching off the error reporting works just fine for me. Those running on WAMP I also read that running PHP 5.3.X, which is what WAMP runs on with the latest release causes a few bugs with Joomla and certain templates, so try switching to PHP 5.2.X . Tried 5.2.11 , but that didn’t help. Maybe it does for you.
Cheers
hi,
please help me with this issue. when i tried to upload my image in imageslider it gives me an error “GD doesn’t seem to be present” what seems to be the problem? your help is very much appreciated. thanks.
@php5xxx: Your server does not support GD library, which is needed to process image. You should contact your hosting to turn on this function
I am on 1and1 webserver(linux based).
I get this error upon launching.
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /homepages/46/d321293973/htdocs/CMS/templates/bj_venus/html/com_content/article/default.php on line 9
it works now.
The problem is: somehow my .htaccess got renamed to htaccess. After i corrected the missing “.” in the filename, things look smooth
Hello,
I get a bunchy of this, please help
Notice: Undefined variable: toolbar in /home/aptocomp/public_html/templates/bj_venus/index.php on line 123
Notice: Undefined variable: advert1 in /home/aptocomp/public_html/templates/bj_venus/index.php on line 138
Notice: Undefined variable: headline in /home/aptocomp/public_html/templates/bj_venus/index.php on line 145
MAIN MENU
Home
Entrada / Registro
Notice: Undefined variable: top in /home/aptocomp/public_html/templates/bj_venus/index.php on line 159
Notice: Undefined variable: banner in /home/aptocomp/public_html/templates/bj_venus/index.php on line 173
Notice: Undefined variable: right in /home/aptocomp/public_html/templates/bj_venus/index.php on line 180
@Agucho: put this line at the very first of bj_venus/index.php file (after the first line <?php )
error_reporting(E_ALL & ~E_NOTICE);
Thank so much.
Thanks for your nice template.
I have installed dropdown menu component also.
nw I cant unpublish the default main menu.
nw there are two main menus.
help me….
Looks nice…..hope its work on my site…^^
Looks very good, I will try to install on my site very soon , Thanks.
i installed the template and all its extensions. when i preview the site i get error message says …
JQuery is needed. please choose to load JQuery at ….. back end
i enbled JQuery inside each extension parameter but the error still there !!!
please HELP!
Nice template !
instalo la plantilla y sus extensiones pero cuando ingreso a la pagina no me aparece nada… que puedo hacer ya he intentado de todo…. ayuda por favor….
I like the template, thank you!
I have installed the introslider 2 and have it up but it only displays the first image/txt. It fades out and comes back with the same image. It is the first image in the list (all are assigned to the same category) no matter how I shuffle the images in the component setup. Any ideas?
Actually, it came right apparently when I changed some modules settings but it still doesn’t show titles?
Also, I’m trying to remove the right column for a wider center. I tried editing the layout.css but it doesn’t appear to have changed anything. Can you advise on what I can do? Thanks
Hi, I’ve uploaded the template and the extensions, but the result as you can see is this:
http://www.bsforwarding.com
Why?
Hello,
I am developing a new site, and am experiencing the module and BJ templete free.
Templete installed, modules and components of the package.
Unfortunately I came across an error in module BJ_image_slider_2_free.
In tests I conducted the module had a malfunction when changing page. To correct display is needed to refresh the page (F5).
jquery.js error line 116
http://…..modules/mod_bj_imageslider_2/mod_bj_imageslider/js/jquery.js
I thank you to focus on helping
Nice Package – both template and included add-ons are superb. Nice work!
hey, i have installed the template , in my local . but i am not able to upload pics it shows
“GD doesnt seems to be present”