Login or create new account.

By registering on joomprod.com, you will have immediate access to all our free products and to the public side of our support forum.

Enjoy our subscriptions.

Each of our subscriptions allow you to enjoy the private side of the support forum and all the update of our products for a period ranging from 3 months to 1 year.

Payment And immediate download.

After subscribing to one of our subscription, the products are immediately downloadable.

Login

Or Register
Accueil / forum / Public Forum / Main Forum / [RESOLVED] Search box misarrangement

Support Availability Because we must sleep sometimes

Working days: Monday to Friday.
Reply time: Depending on the complexity of your support issue it's usually between a few hours to 48 hours.

Support is only guaranteed to paid subscribers

AdsManager - End of life

It is with great regrets that we have chosen to end the developpement of Adsmanager and its other associated components.

AdsManager is born 10 years ago and, as of today, the number of new subscriptions and downloads have fallen and we cannot maintain the component anymore.

All active subscribers will be able to continue enjoying support until the end of their subscription.

The components will be free and no support will be provided anymore for the other users.

×

Notice

The forum is in read only mode.

× OLD Forum post could be checked here : forum.joomprod.com

[RESOLVED] Search box misarrangement

More
7 years 8 months ago - 7 years 8 months ago #26255 by zaidmk
[RESOLVED] Search box misarrangement was created by zaidmk
Hello

I came up with this kind of problem after updating template, misalignment of search box. Anyone to help please.
Attachments:
Last edit: 7 years 8 months ago by loic.
More
7 years 8 months ago #26262 by loic
Replied by loic on topic Search box misarrangement
Hello,

In templates/your_template/html/com_adsmanager/mod_adsmanager_search/default.php, remove the line 74 to 78 (the line number can change) :
<label class="control-label">
                        <?php 
                        $title = $field->showFieldTitle($catid,$fsearch,true);
                        echo htmlspecialchars($title)."&nbsp;";
                        ?></label>

Best regards.
More
7 years 8 months ago #26268 by zaidmk
Replied by zaidmk on topic Search box misarrangement
Thanks but the search button remained unaligned. See the image
Attachments:
More
7 years 8 months ago #26277 by loic
Replied by loic on topic Search box misarrangement
Hello,

Could you send me a link to that page ? I will check the css and send you a solution.

Best regards.
More
7 years 8 months ago #26288 by zaidmk
Replied by zaidmk on topic Search box misarrangement
wwwdoteadealsdotcom
More
7 years 8 months ago #26295 by loic
Replied by loic on topic Search box misarrangement
Hello,

In the same file, the submit button code is like that :
<div class="control-group">
    	<label class="control-label">
        </label>
        <div class="controls">
			<input type="submit" class="btn btn-primary" value="Search">
		</div>
	</div>

You need to remove the label tag :
<div class="control-group">
        <div class="controls">
			<input type="submit" class="btn btn-primary" value="Search">
		</div>
	</div>

Best regards.
Moderators: perry
Time to create page: 1.434 seconds
Powered by Kunena Forum