-
AuthorPosts
-
raroit Friend
raroit
- Join date:
- September 2010
- Posts:
- 38
- Downloads:
- 2
- Uploads:
- 17
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
March 1, 2014 at 6:18 am #195331Hi,
How can i place something, maybe picture on the empty space on the right (header) – please see attachment
Also, how can i change the date (top-left)
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 1, 2014 at 6:31 am #524839Right side of the logo is the position “search”
So, Add any module in the position “search” . Maybe a custom HTML module with image added to it.
Once done you need to do some cosmetic changes on the width of the logo and the module you add in the position “search”.
you add the module and revert me if you have any width issues. I will help you on that.
raroit Friendraroit
- Join date:
- September 2010
- Posts:
- 38
- Downloads:
- 2
- Uploads:
- 17
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
March 1, 2014 at 7:27 am #524844Hi,
When i add a custom html to search position, the search box comes up as wellhow can i send you login password without everyone knowing
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 1, 2014 at 7:31 am #524845Post the details it as a private message. click on my name you will see a option of private message , click on that.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 4, 2014 at 2:23 am #525141Go to this File: /templates/ja_social/css/template.css
Replace this code
#ja-search { background: url(../images/search-bg.png) no-repeat left top; bottom: 50px; height: 29px; right: 10px; width: 215px; }
with
#ja-search { height: 75px; width: 215px; }
1 user says Thank You to chavan for this useful post
raroit Friendraroit
- Join date:
- September 2010
- Posts:
- 38
- Downloads:
- 2
- Uploads:
- 17
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
March 4, 2014 at 7:44 pm #525328Hi
thanks – it worked
can you please help with the slideshow – to make it visible on the home page only, not when u navigate to other pages?
thanks
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 5, 2014 at 2:00 am #525343Create a .htaccess file in the root directory of the site
Add this code to this
##
# @package Joomla
# @copyright Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.
# @license GNU General Public License version 2 or later; see LICENSE.txt
####
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE!
#
# The line just below this section: 'Options +FollowSymLinks' may cause problems
# with some server configurations. It is required for use of mod_rewrite, but may already
# be set by your server administrator in a way that dissallows changing it in
# your .htaccess file. If using it causes your server to error out, comment it out (add # to
# beginning of line), reload your site in your browser and test your sef url's. If they work,
# it has been set by your server administrator and you do not need it set here.
#### Can be commented out if causes errors, see notes above.
Options +FollowSymLinks## Mod_rewrite in use.
RewriteEngine On
## Begin - Rewrite rules to block out some common exploits.
# If you experience problems on your site block out the operations listed below
# This attempts to block the most common type of exploit `attempts` to Joomla!
#
# Block out any script trying to base64_encode data within the URL.
RewriteCond %{QUERY_STRING} base64_encode[^(]*([^)]*)
# Block out any script that includes a <script> tag in URL.
RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL.
RewriteCond %{QUERY_STRING} GLOBALS(=|{0,2})
# Block out any script trying to modify a _REQUEST variable via URL.
RewriteCond %{QUERY_STRING} _REQUEST(=|{0,2})
# Return 403 Forbidden header and show the content of the root homepage
RewriteRule .* index.php [F]
#
## End - Rewrite rules to block out some common exploits.## Begin - Custom redirects
#
# If you need to redirect some pages, or set a canonical non-www to
# www redirect (or vice versa), place that code here. Ensure those
# redirects use the correct RewriteRule syntax and the [R=301,L] flags.
#
## End - Custom redirects##
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update Your Joomla! Directory (just / for root).
### RewriteBase /
## Begin - Joomla! core SEF Section.
#
RewriteRule .* -
#
# If the requested path and file is not /index.php and the request
# has not already been internally rewritten to the index.php script
RewriteCond %{REQUEST_URI} !^/index.php
# and the request is for something within the component folder,
# or for the site root, or for an extensionless URL, or the
# requested URL ends with one of the listed extensions
RewriteCond %{REQUEST_URI} /component/|(/[^.]*|.(php|html?|feed|pdf|vcf|raw))$ [NC]
# and the requested path and file doesn't directly match a physical file
RewriteCond %{REQUEST_FILENAME} !-f
# and the requested path and file doesn't directly match a physical folder
RewriteCond %{REQUEST_FILENAME} !-d
# internally rewrite the request to the index.php script
RewriteRule .* index.php [L]
#
## End - Joomla! core SEF Section.Until you get this done, your site Inner pages will not work. Please do this asap.
once done check the slideshow if it appears in inner pages either. Then let me know.
raroit Friendraroit
- Join date:
- September 2010
- Posts:
- 38
- Downloads:
- 2
- Uploads:
- 17
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
March 5, 2014 at 7:13 am #525391chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 5, 2014 at 7:31 am #525397Please post your ftp details in PM, will check and update you
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 6, 2014 at 1:41 am #525552I have made some hard code stuff in this file /plugins/system/jat3/jat3/base-themes/default/page/default.php
so as per the change done, the position content-mass-top will work only on home page.
Why the above is done to achieve it?
Since you have added moss tree component as your primary page and the engineering pages are also related to that. this is the reason you were able to see the slideshow on all these pages. Inorder to overcome this i have done the above. In future if you are going to remove/Update things. Please contact me, I will redo this for you.
raroit Friendraroit
- Join date:
- September 2010
- Posts:
- 38
- Downloads:
- 2
- Uploads:
- 17
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
April 5, 2014 at 9:31 pm #529634Hi support,
I’ve changed to ja-social 3 – can you please tell me where to find ‘#ja-search’ settings so i can increase the height and width
I look here: /templates/ja_social/css/template.css … but much has changed
thanks
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
April 6, 2014 at 3:10 am #529638we can do that using css, can you please add the module in your site. so i can provide you a css code for height and width.
raroit Friendraroit
- Join date:
- September 2010
- Posts:
- 38
- Downloads:
- 2
- Uploads:
- 17
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
April 7, 2014 at 7:44 pm #529858Hi support,
The search module is added to the website – can you please provide the css code to change height and width for this module
thanks
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
April 8, 2014 at 2:53 am #529898Hi,
I don’t see any search modules in search position, I kindly request you to post your site admin details in PM.
raroit Friendraroit
- Join date:
- September 2010
- Posts:
- 38
- Downloads:
- 2
- Uploads:
- 17
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
April 8, 2014 at 8:41 pm #530062Hi support,
The revamped website is not loaded yet – the one you see now on the internet will be replaced by the one i’m working on my laptop – there are some changes on the new revamped site, but it is keeping the ma-social theme – i was hoping to get this part done on my laptop mainly because internet speed from my country is really slow – also the client wants to see work in progress before uploading the new revamped website
thanks
AuthorPostsThis topic contains 17 replies, has 2 voices, and was last updated by raroit 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum