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 / Support / AdsManager Support / After using translation, search button position wr

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.

After using translation, search button position wr

More
8 years 7 months ago #21802 by hadia9683
Hi,

Accordingly to arabic langauge standards, button should be on left side, i used arabic language in website and its showing button on right side.

Could u please advise
Attachments:
More
8 years 7 months ago #21816 by loic
Hello,

There is a css code you must add to display the website right to left instead of left to right.

In the template.css of AdsClarity, add this css code :
html {
direction: rtl;
}

If it doesn't work, you can try added this code to the HTML tag you wish to display right to left.

Best regards.
More
8 years 7 months ago #21822 by hadia9683
Here is the code for search button

<div class="control-group">
<?php if ($searchLabel != "") { ?>
<label class="control-label"><?php echo $searchLabel ?></label>
<?php } ?>

<div class="controls">
<input type="submit" class="btn btn-primary" value="<?php echo JText::_('ADSMANAGER_SEARCH_BUTTON'); ?>"/>
</div>
</div>
</div>
More
8 years 7 months ago #21828 by juloaadmin
is that your solution ? I don't understand this answer
More
8 years 7 months ago #21834 by hadia9683
Sorry for that. I placed your code in template css file, no change happen.

I mean , the above code is there in search file for the button . how to add your suggested code there so direction of the button could be changed
More
8 years 7 months ago #21851 by juloaadmin
You removed it on your website, please readd it we will check on your website directly
Time to create page: 0.374 seconds
Powered by Kunena Forum