Shape 5

Joomla Templates => Blue Group - Club => : aamer66 January 03, 2017, 08:32:19 AM



: Enquiry blue group
: aamer66 January 03, 2017, 08:32:19 AM
Dear Sir,

I am install blue group in : http://habibullah.com.sa/en

I have some Enquiry in this template

you see 4 images in Attach

my Enquiry is :

image p1: I want change this logo Different to logo in header
How can be modified on the Style footer ( logo )

image p2: you can see button  scroll to top in image ( the effect scrolling not working and you can test that ) what is the solution

image p3: after click ( Have a Question  ) you can see error in image
what is the problem and the solution

image p4: I want change font only word ( AJAX Contact Popup Module Available ) in slider to another font
I know  change font all website from Style but i need change only font slider ( how make this )

Thanks,


: Re: Enquiry blue group
: jonahh January 03, 2017, 12:08:27 PM
Hello,


1. To do so you can open up the index.php file and make edits at line 945 to the logo call there. You can just add in your own image path there and remove the below code.

:
	<?php if($s5_pos_logo == "published") { ?>
<div class="s5_logo_module">
<?php s5_module_call('logo','notitle'); ?>
</div>
<?php } else { ?>
<img alt="logo" src="<?php echo $s5_directory_path ?>/images/s5_logo.png" class="s5_logo" onclick="window.document.location.href='<?php echo $LiveSiteUrl ?>'" />
<?php ?>

2. Please be sure your are running Vertex 4.1, if you are let me know and I can dig further into this.

3. You need to enter your Google keys in the admin of the module. There are instructions in the admin of the module on how to do this.

4. This would require custom coding to do this. But the CSS definition you'd need to add the new font family to would be:

:
.jdGallery .slideInfoZone h2 {
font-family: your name here;
}


: Re: Enquiry blue group
: aamer66 January 03, 2017, 02:25:14 PM
2. Please be sure your are running Vertex 4.1, if you are let me know and I can dig further into this.
How to running Vertex 4.1

3. You need to enter your Google keys in the admin of the module. There are instructions in the admin of the module on how to do this.
I am see in the module : S5 Map It with Google but I am not see Google keys ( and how can I get to Google keys )

4. This would require custom coding to do this. But the CSS definition you'd need to add the new font family to would be:
What is name file css


: Re: Enquiry blue group
: jonahh January 05, 2017, 12:10:07 PM
2. To download the update you can get it from here:
http://www.shape5.com/component/option,com_docman/Itemid,96/task,cat_view/gid,307/

And here is the tutorial on how to apply the patch:
http://www.shape5.com/documentation/Vertex-Framework/Joomla-Specific/How-To-Patch-Vertex-In-Joomla-and-Changelog

3. Its not the S5 Map It with Google module in your screenshot its the S5 Contact Popup module. In there you need to enter your API keys.

4. You can add in any file really but we recommend entering it in the /css/custom.css file.