eatmailyo
Forum Replies Created
-
Hi!
But what they can do if SportsPress conflicting? π
Nop, when I activate a plugin ,it shows “Page isnβt working wordpress”Forum: Fixing WordPress
In reply to: Translate texts in HTMLmost of websites have 2-3 languages ,they have one international language ,what is English and who knows most of people in world.
No I have a lot of pages ,where I need to do translations only for strings or htmlForum: Fixing WordPress
In reply to: Translate texts in HTMLesmi, default language gonna be the international language ,what is English language.
Forum: Fixing WordPress
In reply to: Translate texts in HTMLesmi, I dont want to display two languages simultaneously π
I want to in one language shows one text ,in other language other text ,like translating. For examplelv -> Text1 en -> Text2Forum: Fixing WordPress
In reply to: Translate texts in HTMLesmi, I have a multilanguage page in 2 languages for now and I want to make for both languages
Forum: Fixing WordPress
In reply to: Translate texts in HTMLesmi, I making my own theme.
Forum: Plugins
In reply to: [Asgaros Forum] How to use multi language?Thanks!
Forum: Plugins
In reply to: [Asgaros Forum] How to use multi language?For I example ,I need to make 2 different language forum categories and then with shortcodes show them in pages!? Right?
Forum: Plugins
In reply to: [Asgaros Forum] How to use multi language?I have 2 languages ,and I want 2 forums. How I can use that?
Forum: Fixing WordPress
In reply to: Featured Image in latest newsOh, I forget to add that script
<ul class="news"> <?php $args = array( 'numberposts' => '3' ); $recent_posts = wp_get_recent_posts( $args ); foreach( $recent_posts as $recent ){ echo '<li><a href="' . get_permalink($recent["ID"]) . '" style="color:black">' . $recent["post_title"].'</a> </li> '; } ?> </ul>And now I get some mistake with this. When I switch languages ,my script dont appear at other language, only in default language ,that shows.
Maybe I need to add multilanguage .php file!?Forum: Fixing WordPress
In reply to: No one jQuery doesn't work on my siteI found my mistake in code π
I didnt place
<?php wp_footer(); ?>
In footer.phpForum: Fixing WordPress
In reply to: No one jQuery doesn't work on my site@ravi patel
It shows only this
TypeError: $(...).nivoSlider is not a functionBecause I install Meta Slider
It shows this type of error to all plugins ,who need jQuery