tinyracket
Forum Replies Created
-
Forum: Plugins
In reply to: [WPGlobus - Multilingual WordPress] Translations won't savethanks
Forum: Plugins
In reply to: [WPGlobus - Multilingual WordPress] Translations won't savethanks, Alex.. I opened one just now.
Forum: Plugins
In reply to: [WPGlobus - Multilingual WordPress] Translations won't saveYes, those are the ones. Sorry, I should have given you the specific links.. thank you.
Forum: Plugins
In reply to: [WPGlobus - Multilingual WordPress] how to make only one flagExcellent, thank you.
Forum: Plugins
In reply to: [WPGlobus - Multilingual WordPress] how to make only one flagWhile I’m at it, I might as well ask about how to enable translations on the other little bits of text on the site, such as ‘previous’ ‘next’.. ‘view all’.. all those elements of the site that aren’t a post, category etc..
thanks again.
Forum: Plugins
In reply to: [WPGlobus - Multilingual WordPress] how to make only one flagHi Alex,
It’s based on a theme called Directory Starter. I have a child theme active.
https://wpgeodirectory.com/downloads/directory-starter/
thanks again for the help.
BiL
Forum: Plugins
In reply to: [WPGlobus - Multilingual WordPress] how to make only one flagHi Alex,
I am also trying to change the logo for different languages on my site. I understand what this code does, but I don’t understand how to use it in my particular case
if ( class_exists( 'WPGlobus' ) ) { if ( WPGlobus::Config()->language == 'en' ) { echo '<img src="logo-en.png" />'; } else { echo '<img src="logo-ar.png" />'; } }
this is the header code I’m trying to work with, from header.php
<div class='site-logo'> <a href='<?php echo esc_url( home_url( '/' ) ); ?>' title='<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>' rel='home'><img src='<?php echo esc_url( get_theme_mod( 'logo', false ) ); ?>' alt='<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>'></a> </div>
I know the code is looking to the database for the image src.. is it somehow possible to add the language to it? I’m only using French and English.
the site in question is here
https://www.pspkingston.com/advantage
help would be greatly appreciated.
BiL