Forum Replies Created

Viewing 15 posts - 301 through 315 (of 339 total)
  • Posted in:
  • in reply to: ATT KYLE: Testimonial change class from h4 to h2 #57067
    lobsterass
    Member
    Post count: 386
    This reply has been marked as private.
    in reply to: ATT KYLE: Custom CSS w underlined headings in 1/3 #56894
    lobsterass
    Member
    Post count: 386

    Worked! Great! 🙂

    I have a couple of similar questions. I’ll open new threads for those.

    Thanx Kyle!

    in reply to: Portfolio Filter #56878
    lobsterass
    Member
    Post count: 386

    I have the same question. Code didn’t work for me.

    Cheers!

    in reply to: Edit under construction page #56596
    lobsterass
    Member
    Post count: 386

    Finally! THANK YOU SO MUCH! I knew it was something I had done wrong somewhere! Great. Ah, such a relief!

    in reply to: Edit under construction page #56569
    lobsterass
    Member
    Post count: 386

    Thanx for the image though. Obviously you can see it. Is it something with my router, as I can’t see that?

    in reply to: Edit under construction page #56565
    lobsterass
    Member
    Post count: 386

    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.

    in reply to: Edit under construction page #56542
    lobsterass
    Member
    Post count: 386

    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.

    in reply to: Edit under construction page #56521
    lobsterass
    Member
    Post count: 386

    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.

    in reply to: Edit under construction page #56506
    lobsterass
    Member
    Post count: 386

    Seems to ba like a 10 min delay for Safari….Now it looks good again. ???

    in reply to: Edit under construction page #56504
    lobsterass
    Member
    Post count: 386

    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.

    in reply to: Edit under construction page #56491
    lobsterass
    Member
    Post count: 386
    This reply has been marked as private.
    in reply to: Edit under construction page #56397
    lobsterass
    Member
    Post count: 386
    This reply has been marked as private.
    lobsterass
    Member
    Post count: 386

    Hi 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!

    🙂
    <3

    lobsterass
    Member
    Post count: 386

    Hi 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”>'.$l['language_code'].'‘;
                    }
                }
            }
        }
     
    return $items;
    }
     
    add_filter( ‘wp_list_pages’, ‘new_nav_menu_items’ );
    add_filter( ‘wp_nav_menu_items’, ‘new_nav_menu_items’ );

    lobsterass
    Member
    Post count: 386
    This reply has been marked as private.
Viewing 15 posts - 301 through 315 (of 339 total)