Left to right menu title problem

Everything to do with Joomla! 3.x templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
jasimkhan
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 148
Joined: Fri Nov 26, 2010 10:29 am
Contact:

Left to right menu title problem

Post by jasimkhan » Sun Apr 16, 2023 8:56 am

Hi!
i had a problem in my website
. Problem is that when on mobile menu and switch the language from english to arabic menu word do not change example is as below
image.png
i had talk with template developer and she replied this
developer reply.png
i do not get what she mean by line "you can give condition to load rtl logo in php file"
How to give this condition

The header section i found in index.php is as below

Code: Select all

<!-- Header
		    ================================================== -->
  <header class="clearfix">
    <div class="logo">
      <?php if($this->countModules('js-language')) { ?>
      <jdoc:include type="modules" name="js-language" style="nomoduletablediv" />
      <?php } ?>
      <?php if($this->params->get('logoFile')==NULL){?>
      <a href="index.php"><img src="templates/transgo/images/logo.png" alt="logo"></a>
      <?php } else { ?>
      <a href="index.php"><img src="<?php echo $logo; ?>" alt="logo"></a>
      <?php } ?>
    </div>
    <?php if($this->countModules('js-menu')) { ?>
    <a class="elemadded responsive-link" href="#"><img src="templates/transgo/images/menu.png" alt="logo">Menu</a>
    <nav class="nav-menu">
      <jdoc:include type="modules" name="js-menu" style="nomoduletablediv" />
    </nav>
    <?php } ?>
    <?php if($this->countModules('js-instruction')) { ?>
    <div class="guide-box">
      <jdoc:include type="modules" name="js-instruction" style="nomoduletablediv" />
    </div>
    <?php } ?>
  </header>
  <!-- End Header -->
I need your support its urgent for me please!
You do not have the required permissions to view the files attached to this post.

Locked

Return to “Templates for Joomla! 3.x”