Shape 5

Joomla Templates => Eventfull - Club => : houssam7 January 08, 2017, 12:39:51 PM



: Remove the register section & map question?!
: houssam7 January 08, 2017, 12:39:51 PM
Hi
How can I remove the register section in the template ( I can't find it in the module)?

Also, I want to change the address in the "Where" Section, where I had coordinates for the address, I don't full the address format as its found on the website

Change the copyrights Section?

Home page title ?




: Re: Remove the register section & map question?!
: jonahh January 09, 2017, 01:22:05 PM
Hello,

How can I remove the register section in the template ( I can't find it in the module)?

You need to just go to the Vertex admin area under the General tab and remove any text for register there and then it won't show on the frontend.

Also, I want to change the address in the "Where" Section, where I had coordinates for the address, I don't full the address format as its found on the website

This address that is on top of the map is a custom HTML module published to the "custom_5" module position.

Change the copyrights Section?

This can be edited in the /vertex/footer.php file.

Home page title ?

This can be changed under the Joomla menu manager area. Just go to your main menu and select the "home" menu item and in there you'll see a parameter for "page title" I believe it is.


: Re: Remove the register section & map question?!
: houssam7 January 15, 2017, 04:15:20 AM
I want to specify a coordinates into the map which is in the home page, please help me!
its not only taking address which is working only for US address!

Thanks


: Re: Remove the register section & map question?!
: jonahh January 16, 2017, 01:57:13 PM
Whats the address you want to use?


: Re: Remove the register section & map question?!
: houssam7 January 16, 2017, 02:02:29 PM
https://www.google.com.sa/maps/place/24%C2%B046'04.0%22N+46%C2%B041'30.9%22E/@24.767793,46.6912838,205m/data=!3m2!1e3!4b1!4m5!3m4!1s0x0:0x0!8m2!3d24.767793!4d46.691908


: Re: Remove the register section & map question?!
: houssam7 January 17, 2017, 12:59:17 PM
Any updates???


: Re: Remove the register section & map question?!
: houssam7 January 17, 2017, 01:43:12 PM
Also, how to edit the form and the destinations of the email for:

Newsletter
contact us on home page
contact us form on the contact us page


: Re: Remove the register section & map question?!
: jonahh January 18, 2017, 12:02:26 PM
https://www.google.com.sa/maps/place/24%C2%B046'04.0%22N+46%C2%B041'30.9%22E/@24.767793,46.6912838,205m/data=!3m2!1e3!4b1!4m5!3m4!1s0x0:0x0!8m2!3d24.767793!4d46.691908

Ok remove all text from the 4 address fields in the back and just put the following in the "address" field and leave the other 3 blank:

:
6733 ابي بكر الصديق الفرعي، At Taawun Riyadh 12475 2573


: Re: Remove the register section & map question?!
: jonahh January 18, 2017, 12:06:13 PM
Also, how to edit the form and the destinations of the email for:

Newsletter
contact us on home page
contact us form on the contact us page


Newsletter

This is the S5 MailChimp module. You would need to open up this module and configure it there.

contact us on home page

This is the S5 Quick Contact module. Same as above you would need to open up in your Joomla module admin area and make edits there.

contact us form on the contact us page

This is the built in Joomla contact form. You can configure this under "Components > Contacts > Contacts"





: Re: Remove the register section & map question?!
: houssam7 January 18, 2017, 03:12:33 PM
Thanks was great support,

One more question, I had made the website RTL, how can I load different font for the RTL section, while keeping the same font for the LTR one?

Thanks


: Re: Remove the register section & map question?!
: jonahh January 19, 2017, 12:10:39 PM
To do this you can use php like the following in your index.php file and call your font library in there:

:
<?php if($s5_language_direction == "1") { ?>

add your font here

<?php ?>