livemesh

Forum Replies Created

Viewing 15 posts - 196 through 210 (of 850 total)
  • Author
    Posts
  • in reply to: Captcha code for contact form #2343
    livemesh
    Keymaster
    This reply has been marked as private.
    in reply to: Captcha code for contact form #2342
    livemesh
    Keymaster

    Here is the fix to be placed in Custom CSS tab or custom.css file. Did not expect the human check to be used in the footer widget –

    .contact-form .human-check label { display: inline-block; float: left;}
    .contact-form .human-check input { display: inline-block; margin-left: 15px; font-style: normal; max-width: 60px;}
    
    in reply to: Showcase Page Section #2341
    livemesh
    Keymaster

    You can disable the animation from the theme options by checking the option in the General tab of options panel as shown below –

    https://docs.google.com/file/d/0B9j6FQo4cSQFcXBMZE1xTUVYQkU/edit?usp=drivesdk

    You can then follow some of the help provided in the below post to change the screenshot to one of your own. Let me know if you need further help. Thanks –

    https://www.livemeshthemes.com/support/forums/topic/showcase-section/#post-2173

    in reply to: parallax background appdev 1.4 #2340
    livemesh
    Keymaster

    easyePL – looking at the available options. Will post a solution within next few hours. Pls stay tuned. Thanks!

    in reply to: Logo Swap? #2330
    livemesh
    Keymaster

    Yes, it is possible. Pls add the following JS to the js/main.js file at line number 79 this way –

    handler: function (direction) {
                            if (direction == "down") {
                                $("img.standard-logo").attr('src','http://yourdomain.com/sticky-logo.png');
                            }
                            else {
                                $("img.standard-logo").attr('src','http://yourdomain.com/regular-logo.png'); /* Restore back the old logo when moving up */
                            }
                            if (lavaLamp !== null) {
                                lavaLamp.moveLava();
                            }
                        }
    
    in reply to: Portfolio sort stopped working? #2317
    livemesh
    Keymaster

    For tweets, just use Recent Tweets plugin supported by the theme – have to provide lot more information though than the old JTWT one. See more details with step by step instructions here –

    https://www.livemeshthemes.com/support/faqs/twitter-widget-api-v1-1-configuration/

    Also, check at the end of this post for alternative to Photostream plugin –

    https://www.livemeshthemes.com/support/forums/topic/brankic-photosteam-breaking-html5-markup/

    in reply to: Captcha code for contact form #2316
    livemesh
    Keymaster

    Pete – The default contact form just comes with a simple human check which looks for an answer to a simple mathematical question and if incorrect, errors out. No captcha support integrated for this native contact form.

    If you need captcha support, I would ask you load the contact form 7 plugin (the theme supports it by providing the required styling). It’s pretty robust and has lot more functions including integration with another captcha plugin (the contact form 7 plugin comes with the required instructions for this). Thanks

    in reply to: revolution slider not included? #2315
    livemesh
    Keymaster

    The instructions for installing revolution slider should show up on the top of the screen in the admin dashboard and you will have to just follow steps recommended there as seen below –

    https://docs.google.com/file/d/0B9j6FQo4cSQFZmJPVzludGpZdW8/edit?usp=drivesdk

    If for some reason, you have trouble with following the onscreen instructions, you can manually install the revolution slider plugin from the location mentioned by Frank above (i.e., /framework/plugins/revslider.zip). Thanks

    in reply to: Theme not working properly, not responsive. #2314
    livemesh
    Keymaster

    There are two site configuration issues which can be fixed quickly without any fix from the theme side –

    1) Looks like the font-awesome plugin is loaded. You will need to unload it since it is conflicting it with the icomoon icon fonts bundled with the theme. The icon for the mobile menu should show up then.

    If you really want to have font-awesome loaded, you need to modify the file header.php at line number 62 from

    echo '<i class="icon-list-3"></i> ';
    

    to

    echo '<i class="icon-list"></i> ';
    

    BTW, here are icomoon icons bundled with the theme (in case you loaded font-awesome because you could not find information about existing icomoon icons) –

    http://hothanded.com/wp-content/themes/appdev/images/icons/icomoon/sprites/index.html

    When font-awesome loads, it blocks out many of these icons since it takes over as font-family for these icons from icomoon.

    2) You will need to set the retina logo in the Site Logo tab in the options panel. The logo will then show up on retina displays like iPhone/iPad. No need to make the custom fix suggested by Frank then (thank you Frank BTW for the quick help, truly appreciate it).

    Hope this helps.

    in reply to: Feature Request: Separate plugin for testimonials #2299
    livemesh
    Keymaster

    Makes sense Laura. I was thinking along those lines too for both testimonials as well as team page.

    Will consider it in a future update. Glad you enjoy working with the theme 🙂 Thanks!

    in reply to: Private: Browser Jumping on Android Mobile Devices #2298
    livemesh
    Keymaster

    Daryl – Had a look at this beautiful site. You did such a wonderful job – no doubt.

    Not sure you already found a fix for this since I tried reproducing the issue with my Android smartphone and seemed to work perfectly. But then I have an older version of Android installed on it. I may be getting a newer version of Android on a new device today and will check once again to see if the problem recurs.

    Also, regarding the links you sent –

    1) Fixed positioned divs – I cannot see one on your site since sticky menu has been disabled.

    2) translate3d – I did not see instances of this being used on your site. You have Nivo loaded which does not make use this CSS3 animation. We do use Flexslider in our theme for our slider shortcodes but I could not find you using it on this site.

    Wish I could help more with this issue. Will get back to you once I check this site on the newer Android device. Thanks.

    in reply to: Portfolio sort stopped working? #2294
    livemesh
    Keymaster

    Ok, got the URL from your old post. Looks like you have enabled the photostream plugin and some setting there is incorrect or missing.

    Second, you have probably dragged and dropped the old twitter widget part of the theme which stopped working recently and we moved to Recent tweets plugin due to Twitter v1.1 API rollout (my fault – I should have removed it completely).

    Pls remove the erstwhile twitter widget and disable or enter the required data for photostream plugin and you should do fine. Thanks.

    in reply to: How to edit and assign blog thumbnails #2293
    livemesh
    Keymaster
    This reply has been marked as private.
    in reply to: change header backgrounds color #2292
    livemesh
    Keymaster

    You can do the following assuming you need color red 🙂

    .dropdown-menu-wrap ul.sub-menu li {
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    }
    .dropdown-menu-wrap ul.sub-menu { 
    background: red; 
    }
    
    in reply to: Portfolio Visit Website #2291
    livemesh
    Keymaster

    You can change the file single-portfolio.php at line number 87 to insert the required markup. Thanks –

    echo ' '
    
Viewing 15 posts - 196 through 210 (of 850 total)