Nikki T
Forum Replies Created
-
Update: Ok, so I found out it was because our other guy had turned our links into pretty links. But this shouldn’t affect if beaver works or not. It works on our copy-site and my local wordpress as well with pretty links.
But he also mentioned something about caching. Any advice would be appreciated.
I simply raised the priority when adding the filters 🙂
add_filter(‘mce_external_plugins’, ‘register_tinymce_javascript’,99999999);
add_filter(‘mce_buttons_3’, ‘add_mce_buttons’,99999999);
Thank you so much for the reply. 🙂
Adding the mce filters with a higher priority worked!
Btw, why not only remove buttons that expect the admin environment then? Is that not possible?
Forum: Fixing WordPress
In reply to: How do I add custom options to appearance menu?Thank you for the reply, Craig 🙂
Is it possible to add custom options to menus in “appearance”?
Certainly, see here: https://codex.wordpress.org/Function_Reference/add_theme_page
What i meant by this is custom options or fields to navigation menu(you go to
Appearance->Menus). Id like to say, add an option to choose what color each menu item will have on the frontend(by placing a field in the menu-options on each menu-item). I can’t seem to find anything about that in the reference…Forum: Plugins
In reply to: [Cyclone Slider] Multiple sliders on one page?Why wouldn’t it be?
Forum: Fixing WordPress
In reply to: Best way to create new elements with plugin?I found out what I needed. All i needed was to make my own Custom Post types 🙂 Easy peasy.
Forum: Plugins
In reply to: [Cyclone Slider] IframeI have this problem too. Can you please help?
Forum: Fixing WordPress
In reply to: Looking for a slider plugin that will show post/page contenti tried on a bootstrap theme, but it didn’t really work anyway 🙁
Forum: Fixing WordPress
In reply to: Looking for a slider plugin that will show post/page contentHi i am a bit confused about the plugin… does it only show images?
Also we can’t use bootstrap as we are using a custom theme without bootstrap on it… i assume it’s not going to work then?That’s what we did. but when we remove rights from all other folders/files, things start misbehaving.
Wow. Nvm. I figured it out. I didn’t need to use the group option 🙂 (i dont know if that was the proper way to do it though, but at the very least I should stop trying to solve problems late at night :p). So yea, the whole frontpage is now translated 😀 Thanks so much.
Although I still have no idea how to translate that “read more” link. I am going to dig further into the code and see what I can find.
Anyway it’s most solved now, so I am super duper grateful 🙂
Should I post the snippet of the wpml file here for people to see in case they also want it?Oh and to show you what I’m talking about.. this is the box-codes that display 4 boxes on the front page:
<!--boxes--> <div id="box_container"> <?php for ($i = 1; $i <= 4; $i++) { ?> <div class="boxes <?php if ($i == 1) {echo "box1";} ?><?php if($i == 2) {echo "box2";} ?> <?php if($i == 3) {echo "box3";} ?>"> <div class="box-head"> <a href="<?php echo of_get_option('box_link' . $i); ?>"><img src="<?php if(of_get_option('box_image' . $i) != NULL){ echo of_get_option('box_image' . $i);} else echo get_template_directory_uri() . '/images/box' .$i. '.png' ?>" alt="<?php echo of_get_option('box_head' . $i); ?>" /></a> </div> <!--box-head close--> <div class="title-box"> <div class="title-head"><?php if(of_get_option('box_head' . $i) != NULL){ echo of_get_option('box_head' . $i);} else echo "Box heading" ?></div></div> <div class="box-content"> <?php if(of_get_option('box_text' . $i) != NULL){ echo of_get_option('box_text' . $i);} else echo "Nullam posuere felis a lacus tempor eget dignissim arcu adipiscing. Donec est est, rutrum vitae bibendum vel, suscipit non metus." ?> </div> <!--box-content close--> </div><!--boxes end--> <?php } ?> </div><!--box-container end-->Can you see how this has to interact with Polylang? ._.
Thank you for answering 🙂 I got the slider-stuff to translate and the bottom welcome-footer.Which is amazing.
Although I am not sure I understand exactly how Polylang interacts with with wordpress. I cannot seem to translate the boxes.. Which seem to be grouped. I’m quite confused. Also there is the “read more” link on the slider that I also cant seem to figure out.
How do I find all this stuff out? I have tried re-reading the documentation for both polylang and WPML.
Thank you so much again though 🙂 I will keep playing with the config file to see what I can find out. But help is appreciated.
Forum: Plugins
In reply to: [Polylang] Unbelievable!I’ve found the polylang PLUGIN(yes wordslip) to be compatible with lots of wordpress stuff.
It’s free though, and also for what it’s made for, it works pretty damn well. And why do I need to get over myself? I’m not the one raging all over here. I simply think it’s disgraceful when people lie on reviews out of some personal grudge, and they deserve to be called out on it. Anyway it’s good that you didn’t do it.If you don’t like polylang, then why not get something else, like WPML? Or any of the other numerous multi-language plugins out there.
It’s not like Polylang has promised that it will work in cases that it wont, has it? If it had, then I’d understand your rage better. But right now you are really overreacting.Anyway I can’t say why author hasnt responded yet. Maybe he is just too busy.
Forum: Plugins
In reply to: [Polylang] Unbelievable!How disgraceful that you would lie and say on the reviews that the plugin doesn’t work, when in fact it does, and when only problem seems to be an incompatibility with whatever theme or other plugin you are using. Polylang is free. It’s great that such a good language software even exists without being obligated to pay.