Digital experiences for all disciplines
Forum Replies Created
-
-
This reply has been marked as private.
Worked! Great! 🙂
I have a couple of similar questions. I’ll open new threads for those.
Thanx Kyle!
I have the same question. Code didn’t work for me.
Cheers!
Finally! THANK YOU SO MUCH! I knew it was something I had done wrong somewhere! Great. Ah, such a relief!
Thanx for the image though. Obviously you can see it. Is it something with my router, as I can’t see that?
Like I said, I AM putting the “under construction plugin” to ACTIVE and I do save settings. I check the site from two differnet computers with cleared cache and restared browsers.
As I want the site to be live, I do change it back before I write you back. Of course.
I am checking with three different browsers. I work in Firefox. I’m not signed in and I have cleared cookies + restarted Safari and Chrome. I’ve also checked the site from another computer. It remains live allthough my settings are as in the image below. This issue is very uncomfortable because I never know when I’m live or not.
Could you please clarify that with an image of what it looks like? I have put HTML code there but I can’t see what it looks like live. Everytime I turn the “under construction” plugin on “active” mode, I can’t see the live result.
Seems to ba like a 10 min delay for Safari….Now it looks good again. ???
Even though I set that plugin to “Off” my Safari asks for certificate and the logo and sliders don’t find their images now. Please see image. I have cleared cache and restarted Safari. I got latest versions of everything.
This reply has been marked as private.This reply has been marked as private.March 5, 2014 at 2:18 pm in reply to: Rev slider black line in top + not responsive in Firefox + Slider shadow opacity #54517Hi Ed!
1B. I swear I tried the code when you gave it to me. I must have messed up somehow because there was no change then but now it is. Sorry. Super! THANKS! Now, when I have it, I can play around with the values myself.
2A. Yes. I subscribe to you slider update thread. Rev slider still does this but it seems to be a loading issue(?) when resizing windows or flipping phone landscape/portrait. Rev slider freezes cut off but the issue get solved when I reload the whole page. Too bad older people may not get this.
2B. YOU ARE THE CHAMP! YES! I friggin love you! Thank you so much, Ed!
I appreciate the special attention. Great help. Thank you again!
🙂
<3March 5, 2014 at 2:05 pm in reply to: Portfolio categories invisible – and translate FILTER OUR WORK #54511Hi Ed!
Yes, you’re right. Sorry, for not knowing who to ask. It’s WPML. Their support gave me these functions:
Please add this code into your “functions.php”:
function new_nav_menu_items($items) {
Â
    if (function_exists(‘icl_get_languages’)) {
        $languages = icl_get_languages(‘skip_missing=0’);
Â
        if(1 < count($languages)){
Â
            foreach($languages as $l){
                if(!$l[‘active’]){
                    $items = $items . ‘<li class=”menu-item”>‘;
                }
            }
        }
    }
Â
return $items;
}
Â
add_filter( ‘wp_list_pages’, ‘new_nav_menu_items’ );
add_filter( ‘wp_nav_menu_items’, ‘new_nav_menu_items’ );March 5, 2014 at 12:19 pm in reply to: Portfolio categories invisible – and translate FILTER OUR WORK #54461This reply has been marked as private. -