Cloud Inspector
Forum Replies Created
-
Forum: Plugins
In reply to: [Fast Secure Contact Form] Email input type not workingOf course it gives you access to the buttons. It isn’t bringing up the mobile optimized, email specific keyboard for the html5 standard email input type. Maybe others are having the exact same issue and don’t realize. I have tried clearing my cache, browsing history, everything; on my mobile and my laptop. Even tried on another laptop that had never seen my new site before. Same deal, code output is input type “text”, as in the screenshot. If I could upload the screenshots of my findings, I would. Maybe Mike has an idea…
Again, I appreciate you helping me get to the bottom of this. Please don’t let me come off as unappreciative or disrespectful. I do appreciate, and am grateful for, the plugin AND the support. I just want to make it the best possible.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Email input type not workingThat is correct. A form has many types of inputs that can be used to acquire information from the user. One type of “box” that they can enter info into is an “email” input. That is what I would like to use. This offers mobile users a keyboard with the “@” and “.com” for ease of use. When I select this option, the html that is created by the form is not acknowledging my request for email type input. It can be seen by visiting the link and viewing the source code of the form on the bottom of the page.
Despite my selection the resulting tag still looks like this:
<input name="" id="" TYPE="TEXT"></input>
It should be:
<input name="" id="" TYPE="EMAIL"></input>
Forum: Plugins
In reply to: [Fast Secure Contact Form] Email input type not workingNo. Although I’m not sure why I would. My thought would be that would allow me to “style” the email submission. That isn’t what I want. Go to the link below and inspect the email element at the bottom of the page. The html output is “<input type=”text”>”. There is a selection box for the desired type of input on each form element. I selected “email”. It isn’t working, or am I missing something.
Forum: Themes and Templates
In reply to: [Customizr] 3.2.2 upgrade doubled up main menuI’m not sure it is truly a fix. I went into the “class-header-header_main” file and found that both navbar divs were being created; (.notresp and .resp). I simply deleted the .notresp block of code. Is this a fix? Why is the theme all of a sudden displaying two navbars? Also, I can’t get any of the new features to function, such as sticky header, still no smooth scroll to anchors, and the “don’t display tagline” checkbox. I had to manually remove that also under the site title. Otherwise, on mobile it stacked them twice with the navbar tagline right under the main one. Any thoughts greatly appreciated.
Forum: Themes and Templates
In reply to: [Customizr] no icons on opera mobile – android deviceI am using version 3.1.24 of customizr, which is up to date according to wordpress, with a child theme in place
Forum: Themes and Templates
In reply to: [Customizr] Smooth ScrollThanks for the tip. I have looked in there already. It seems that only the scroll to top section is the only time this is applied. I read in an older post about changing the duration from 700 ms to something longer. This has no effect, not even on the back to top link…
You have to physically copy the code that links to the css files for the metaslider. Paste it into your head section. Then “untick” the “print css” checkbox. Refresh and revalidate. It worked for me. I’m not sure it is the best solution though, as I would have to manually update the link in the event that metaslider updates its css version…you can see the validate (for that error) below.
Forum: Themes and Templates
In reply to: [Customizr] Smooth ScrollI guess I have something wrong. My website has an example in the navbar menu and in the main content area that DON’T work. Maybe you could help me figure out why…I can’t figure it out. Other than that, I love this theme so far. Link is below. The “reach us” link in menu and the “Click to start” button half way down page. Both just jump to the bottom. Any thoughts would be GREATLY appreciated. Thanks.
Also, those comment links go much faster than say, the “back to top” link. I want my anchors to function just like that. Slow and smooth.
Forum: Themes and Templates
In reply to: [Customizr] Adding another slider via shortcodeThanks again for clarification Dave. I went the metaslider route. The main slider still works fine, as does the shortcode for the secondary slider. Thanks much, this theme is pretty solid. The support seems remarkable.
Forum: Themes and Templates
In reply to: [Customizr] Adding another slider via shortcodeI suppose I may have. Thanks for the quick reply Dave. I think that basically told me that I am going to have to add a plugin. I do like metaslider so I don’t have a problem using it. Do you think I should remove the main customizr slider to avoid conflicts then, and just use the metaslider for all instances?