Post by stonekgraff » Thu Jan 31, 2019 4:17 am

hello
on Version 2.3.0.2,
I try to find where is the "search" on front end , I use this theme oganiopencart ,
and if you can see near to the "cart" but has no search.
on the header.tpl there is the code

Code: Select all

<div class="search-containers pull-right"><?php echo $search; ?></div>
you know anyone to enable the search?

New member

Posts

Joined
Wed Mar 14, 2012 2:18 am

Post by xxvirusxx » Thu Jan 31, 2019 5:24 am

Check in Modules, maybe has a search module.
Or in theme options.

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by stonekgraff » Thu Jan 31, 2019 8:41 pm

nothing like that.
its crazy....

New member

Posts

Joined
Wed Mar 14, 2012 2:18 am

Post by xxvirusxx » Thu Jan 31, 2019 8:45 pm

From themeforest preview images all skins have search.
See in the zip file maybe is a module for search... or ask theme developer.

Theme is not free to download and verify...

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by stonekgraff » Thu Jan 31, 2019 10:06 pm

hello
I do it before I port here my problem, they dont give me yet any answer.
on documentation nothing say about the search.

New member

Posts

Joined
Wed Mar 14, 2012 2:18 am

Post by stonekgraff » Thu Jan 31, 2019 11:03 pm

you know any other custom search to can I use?

New member

Posts

Joined
Wed Mar 14, 2012 2:18 am

Post by xxvirusxx » Thu Jan 31, 2019 11:51 pm

I think isn't possible for missing search. I see search code on css...

You send email to developer, and no help?
https://themeforest.net/item/ogani-orga ... 8/comments

Then you can try to post in Comercial section on this forum for a paid custom job.

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by stonekgraff » Fri Feb 01, 2019 3:14 am

yes I know I see that and the code of the head, I contact with them they give me a email but also told me they keep out for supporting for the next 10days because holiday :P
so I keep looking how to fix that.

New member

Posts

Joined
Wed Mar 14, 2012 2:18 am

Post by IP_CAM » Fri Feb 01, 2019 7:53 am

Well, the Demo has no Search in the Header either, since they
could NOT get it aligned well anymore , after placing the Logo
in the Middle, as I assume. Back to the drawing Board, as a
real OC Theme-Dev would say. :-)
http://ogani4.demo.towerthemes.com/
But they tried, but never real successful, as it looks:
http://ogani3.demo.towerthemes.com/
http://ogani2.demo.towerthemes.com/
---
Image

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by xxvirusxx » Fri Feb 01, 2019 3:23 pm

Is a css issue

From stylesheet.css if you search this code (should be line 551)

Code: Select all

@media(min-width: 992px){
	#search > button i {
		color: #999999;
	}
And change this code

Code: Select all

	.search-container > i{
		display: none;
	}
in to

Code: Select all

	.search-container > i{
		/*display: none;*/
	}
Search will show

Or you can delete/comment entire code and check if is ok

Code: Select all

@media(min-width: 992px){
	#search > button i {
		color: #999999;
	}
	.search-container{
		margin-top: -12px;
	}
	.search-container > i{
		display: none;
	}
	#search{
		width: 250px;
		background: none;
		border: 2px solid #e7e4dd;
		border-radius: 20px;
	}
	#search > button{
		border: none;
		border-radius: 0;
		box-shadow: none;
		padding: 0;
		font-size: 25px;
		position: absolute;
		top: 10px;
		right: 15px;
		line-height: 1;
		color: #fff;
		background: none !important;
		z-index: 2;
	}
}
Then you can replace this code

Code: Select all

.search-container{
	float: right;
	position: relative;
	z-index: 113;
	margin-right: 30px;
}
with this one

Code: Select all

.search-container{
	float: right;
	position: relative;
	z-index: 113;
	border-right: 1px solid #777777;
	padding-right: 10px;
	margin-right: 10px;
}

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by stonekgraff » Wed Feb 06, 2019 5:57 pm

Thank you alot.
You are great!!!!!

New member

Posts

Joined
Wed Mar 14, 2012 2:18 am
Who is online

Users browsing this forum: Baidu [Spider] and 209 guests