livemesh

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 850 total)
  • Author
    Posts
  • in reply to: Site now LIVE!! #6026
    livemesh
    Keymaster

    Hi Chris,

    Congratulations on your new site. I really like what you have done with our theme. As I mentioned before, can I feature your site on the Extinct item page? Again great job 🙂 .

    in reply to: Problems with mobile layout #4755
    livemesh
    Keymaster

    Here is the Custom CSS (just removed the # before heading tags as meteorite said earlier) –

    @media all and (max-width: 768px) {
    h3 {
    margin-left: 0px;
    margin-right: 0px;
    }
    }
    
    @media all and (max-width: 768px) {
    h4 {
    margin-left: 0px;
    margin-right: 0px; } }
    
    @media all and (max-width: 768px) {
    h6 {
    margin-left: 0px;
    margin-right:0px;
    }
    }
    
    in reply to: Your documentation left out "L" Video Options !!! #4748
    livemesh
    Keymaster
    This reply has been marked as private.
    in reply to: Your documentation left out "L" Video Options !!! #4743
    livemesh
    Keymaster
    This reply has been marked as private.
    in reply to: Weston font Firefox problems #3857
    livemesh
    Keymaster

    Sent the email again. Pls check.

    in reply to: Responsive menu overlapping the logo #3151
    livemesh
    Keymaster

    Can you see if the following Custom CSS helps? Congrats on completion of your site!

    @media only screen and (max-width: 767px) {
    #mobile-menu-toggle {
    right: -15px;
    top: 50px;
    }
    }
    
    in reply to: Home menu link doesn't hover when scrolling back up single page #2899
    livemesh
    Keymaster
    This reply has been marked as private.
    livemesh
    Keymaster

    I will fix the problem when I release the update. But meanwhile you have to append the home url in the menu with a “/”. Change the url from http://nethero.wuhoo.us to http://nethero.wuhoo.us/ . Thanks!

    in reply to: Pricing shortcode #2877
    livemesh
    Keymaster

    Pablo,

    Visual editor many times messes up the HTML markup although I have not anyone complain about pricing table. Visual editor is one of the reasons why create shortcodes for some functions to avoid WordPress visual editor making changes to markup. We released an update to Extinct theme recently just to add a shortcode to address an issue of this type.

    Will take a look at your issue and there is an update coming this week and will include the new shortcode as part of the update. For now, it’s safe to use the HTML tab if WordPress continues to messes up the layout. You can revert to an earlier revision of the page and then make the required changes. Thanks.

    in reply to: Revolution slider css #2875
    livemesh
    Keymaster

    I hope you have loaded the revolution slider sample data file that comes bundled with the theme. Without this, it may be a bit difficult to replicate. Thanks

    in reply to: Menu underline not showing #2872
    livemesh
    Keymaster

    The JS code will look like below in your case –

    $('li.menu-item-4455 > a').click(function(e) {
         return false; // prevent default click action from happening!
         e.preventDefault(); // same thing as above
    });
    
    in reply to: Menu underline not showing #2870
    livemesh
    Keymaster

    As you indicate, probably this is not a big one unless the jump is distracting since the user wants to navigate anyway from the page. To prevent this behavior there are some suggestions below –

    http://stackoverflow.com/questions/1601933/how-do-i-stop-a-web-page-from-scrolling-to-the-top-when-a-link-is-clicked-that-t

    I would suggest you try the second option first (inserting ‘#!’ instead of ‘#’) before trying the first one that suggests a Javascript based solution (will need to modify the js/main.js file). The JS solution might cause trouble with some touch devices which may register a click for invoking the dropdown for the menu item. Hope this helps. Thanks.

    in reply to: Adjust top margin of revolution slider for mobile resolution #2865
    livemesh
    Keymaster

    Pls reply as a private message here with the site URL and I can take a look. Thanks.

    in reply to: Glitch with Slider Revolution (background image squished) #2863
    livemesh
    Keymaster

    Thanks Frank for the information. Really appreciate your time and effort.

    in reply to: Starting with the theme… #2862
    livemesh
    Keymaster

    Glad the video helped. Regarding the query –

    Showcase slides are used in Nivo and Flex Sliders. Nivo Slider and Flex sliders exist just to provide a lightweight option to the users for sliders. Many users do not need the layering, animations and many other premium features that Revolution Slider provides. These features could be overkill for certain types of businesses(medical is one example) that are more information based and less creative in presentation. Flex or Nivo is easy to setup, responsive and perform well. Hope this helps.

Viewing 15 posts - 1 through 15 (of 850 total)