Forum Replies Created
-
AuthorPosts
-
livemesh
KeymasterHi 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 🙂 .
livemesh
KeymasterHere 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; } }
livemesh
KeymasterThis reply has been marked as private.livemesh
KeymasterThis reply has been marked as private.livemesh
KeymasterSent the email again. Pls check.
livemesh
KeymasterCan 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; } }
November 20, 2013 at 11:53 am in reply to: Home menu link doesn't hover when scrolling back up single page #2899livemesh
KeymasterThis reply has been marked as private.November 20, 2013 at 5:26 am in reply to: Home menu link doesn't hover when scrolling back up single page #2888livemesh
KeymasterI 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!
livemesh
KeymasterPablo,
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.
livemesh
KeymasterI 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
livemesh
KeymasterThe 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 });
livemesh
KeymasterAs 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 –
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.
November 19, 2013 at 12:52 pm in reply to: Adjust top margin of revolution slider for mobile resolution #2865livemesh
KeymasterPls reply as a private message here with the site URL and I can take a look. Thanks.
November 19, 2013 at 12:49 pm in reply to: Glitch with Slider Revolution (background image squished) #2863livemesh
KeymasterThanks Frank for the information. Really appreciate your time and effort.
livemesh
KeymasterGlad 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.
-
AuthorPosts