I am having some issues with my wordpress modis theme hamburger button. It's the most random thing I have ever seen with creating websites. Some times when you click the button the shows the pages and on other times it simply does nothing when you click it. I don't know if it's a bad idea to send the link of the website but I will do it any ways www.dcbeauty.co.za would much appreciate if someone could help. Thank you
Related
Thank you very much first of all for fixing instantclick, and removing unnecessary progress bar that helped to reduce size. This is a lot better than original instantclick. But I detected a few issues with instantclick2,
if you click a link a couple of times, this will reload the page or if server or internet connection is a bit slow, page reloads on clicking on a link.
page doesn't load instantly often. It is like, you clicked on a link, and then after a while it loads a new page or a post.
If you could work on this, completely disabling reloading page with multiple clicks and if it is possible to make pages load very instantly, this would be a great help for many people who use instantclick2.
With thanks,
I have recently begun assisting updating my company's website. We have a few video playlists that I noticed have a ton of extra navigation buttons. I have an attached screenshot with the navigation circled.
I cannot figure out where the extra buttons are coming from, so I am unfortunately not even sure what the best questions are to ask here. The best I can find from digging around in the CSS are that there are references to mejs and aria. For all of my toying around. I have not been able to isolate one set of the buttons to go away and still show standard navigation buttons.
Thank you!
Check CSS Styling for input[type='button'] or button in your CSS.
I am a newbie to wordpress development and somehow managed to put together a website - http://www.checkgaadi.com.
However, I am simply not able to get this to work properly on a mobile device.
Have tried several plugins (e.g., WPtouch, WP Mobile detector etc.) which are supposed to help. Here when I tried WPtouch for the first time it went to a "mobile site" and was more or less responsive. There was also a button to switch to desktop site. I clicked this button and now I only see a distorted version of desktop website on mobile, but now I don't find the button to go back to mobile theme. I have tried deleting the plugin and reinstalling, deleting the "wptouch-data" folder etc hoping to clear the cache and several other tricks but nothing seems to bring back that button to switch between desktop and mobile themes.
Anyone who has some experience with WPtouch (or any other simple plugin you recommend) may perhaps tell me how to get that "switch mobile<->desktop" button back? For the moment I have disabled WPtouch on the website so you may not see it.
As a second option, it seems to me that only certain parts of the landing page need fixing (e.g., some CSS tinkering with the topmost part) and mostly it should be okay without really getting into the WPtouch stuff. Could someone please give me guidance with the CSS modifications needed to fix the issue?
Thanks so much.
Just click the "core settings" of Wptouch. Then you will see the general settings. There is a "Desktop / Mobile Switching" option under the "Landing page" option. Put a tick into "Show switch link in mobile view" box. I hope it will work for you
I sincerely apologize if this is a noob question, however I am failrly new to web development and would like to ask the community with some help and advice in creating a type of flashing "new" button on a website.
What I am trying to achieve is an eye catching e.g. "new products" button.
Could anyone point me to a good tutorial for asp .net, JavaScript or jquery.
Thanks in advance and kind regards,
geoNeo
Aside from the poor UI design aspect of having anything blinking on your website, you can create an animated GIF image of a flashing button, and then use the onclick event to redirect the user to your next page when they click on the button.
For the animated GIF, I'd suggest making it blink a couple times, then stay solid for a much longer duration, then loop the animation. That way, you get the user's attention, but in a slightly more subtle way.
I have google plus buttons beside the excerpts on my Wordpress website homepage and archive pages.
I'm using the google plus button code from Google's site:
">
The google plus button only appears beside the first post on the page in Firefox.
It works fine in Chrome.
Any ideas why this would happen? Thanks
It's hard to troubleshoot your issue without seeing some code, but here are a few things I'd check for:
Are you sourcing the plusone.js file more than once? If so, only source it once in a single element.
Do you see any errors on your JavaScript console? If so those probably shed some light on why the buttons beyond your first one are not rendering.
OK, that's only two things. Hopefully this helps anyway :)