Forum Replies Created
- AuthorPosts
- August 1, 2014 at 11:50 AM in reply to: where can I find the .po and .mo files for translation? #1782
Please see: https://startupwp.com/topic/translating-your-theme-to-your-language/
Because the theme is ever changing we’ve decided it doesn’t make very much sense to maintain language files, and that this should be done by the end-user for their specific projects.
We can of course help you to manage your own translations if/when you have specific questions about the process.
Make sure to update with or download the official stable release and you’ll see that the menu width issue has already been fixed.
Thanks
Thank you for your feedback, we appreciate it. It has been noted and considered.
At this time, there is nothing further to discuss or address on the issue.
We need a lot more feedback from a larger pool of users before considering this a confirmed issue that requires new documentation or other changes. We make no claim about this new mobile menu, so there’s nothing to change in that regard. It still needs time for more feedback.
This is why we sometimes need to close topics, because nothing productive has happened since the first time we closed the conversation. For time, efficiency and in rare cases where abusive or inappropriate behavior is taking place topics must be closed.
Hi osakawebbie,
Please do not create duplicate topics for the same issue. All three of your topics, including the last one (which was still open) have now been combined into one topic.
Generally, we neither explicitly test for or specifically develop for any browsers or devices. In other words, we don’t support or not support any OS, browser or device etc. Instead, we design with standards-compliancy in mind and to keep things simple, clean and as hack-free as is manageable allowing for a solid, easy-to-use and extensible tool for customers.
The extensible part is key here. The default menu is only a default design element, not something that must be used by everyone, it can be both expanded upon or replaced altogether by something more suitable for every individual.
At this time, we have no plans of including a menu that requires JavaScript.
There are also many thousands of plugins when you need to extend your website with something more advanced than what’s found out-of-the-box.
You might give this plugin a try:
http://wordpress.org/plugins/responsive-menu/
Thank you.
Apologies for any miscommunication. Yes, we have tested http://thinkword.com/ on iPhone and the menu is working. From other topic:
“We’ve tried both tapping a parent element that has no link set (or just a #) and one that actually links to a page and they work as intended without refreshing or following on a timeout. It holds open as long as you need to then make your decision.”
The topic has been closed because we can offer no further assistance on this particular issue. Unfortunately, it’s outside the bounds of our current capabilities to test extensively beyond the most popular devices as there are simply too many in the market.
You were absolutely right for reporting the issue, but we simply cannot solve them all.
Thank you.
Yes, showing all links already open (after toggle) is another popular option.
Right now, our mobile menu is unique, original and experimental to give mobile users even more capability than most in a lightweight way.
Since this appears to be working great for most customers and the most popular devices, at this time, we’re not considering redesigning the mobile menu. We need more user feedback before considering any changes.
I realize this may not be what you want to hear, but we need to spend more time with the new menu and we cannot offer any further assistance on this specific issue at this time (closing topic).
Thank you.
Great.
This is most likely a caching issue. Please make sure to clear all caches, especially if using a plugin like W3 Total Cache.
We’ve tried both tapping a parent element that has no link set (or just a #) and one that actually links to a page and they work as intended without refreshing or following on a timeout. It holds open as long as you need to then make your decision.
The dropdowns are pure standard HTML/CSS with no hacks or JS or other gimmicks so there’s nothing to check or change in that regard.
Unfortunately, this appears to be a problem at the device level. iPhone and iPad work fine.
We’re unable to find any resources on Galaxy tapping, why it would work differently from other popular devices or how to adjust those settings.
One popular option that many use for their mobile menu is to simply hide sub-menus, which would be a possible solution:
@media all and (max-width:767px){.sub-menu, .children{display:none !important}#menu a{background-image:none !important}}
We’ve just tested both scenarios, and the menu is working fine. That’s not to say that you’re not experiencing a real edge-case issue of course, but unfortunately, we do not have a solution for you at this time.
Thank you.
You’re welcome.
Just to double-check, you are testing on a smartphone or on your desktop browser? Because the behaviors will be different.
.page-id-44 .entry-content h2:first-child { margin: 0; }
Yes, this is indeed unintended and possibly a bug.
Can you check to see if the issue is present in the demo for you?:
If it is, we have a confirmed bug.
If not, this may be an isolated issue.
Are you seeing this on iPhone/iPad?
Yes, this was simplified within the last few updates.
Here you go:
#menu, #container { border-radius: 10px; }
Yes, this was an experiment to see if we could get some feedback before an update. Unfortunately, it does not look like the community is large enough yet, so we will be returning to regular updates. We might try beta testing again in the future, but for now, it’s proved unproductive.
The 2.5 update has now been pushed live.
This topic is being closed.
For any bug reports, please use: https://startupwp.com/forum/bugs/.
For any suggestions, please use: https://startupwp.com/forum/suggestions/.Thank you.
Yes, this will be fixed. Thank you.
Great to hear. Yeah, there are three basic levels of mobile testing, from least accurate to most accurate:
– Squeezing your desktop browser narrower
– Using simulators like http://quirktools.com/screenfly/ or browser dev tools
– And course, nothing beats testing on the actual devices themselves (also the most difficult because it’s not practical to have access to all the many devices available)We’ll be making another pass-through on the beta soon, but keep the feedback coming.
Thank you.
Yes, you’re the first to leave feedback on the new beta, thanks!
Strange, in our testing touchscreens always worked elegantly with our menu system, with only one tap/click on a parent menu item opening the sub-menu and holding it open to easily decide where to go next, all without needing any special hacks or detection (we try to keep Startup as standardized as possible).
It could be a recent change that broke something, we’ll go back and test this issue.
What exact device(s), browsers, versions were you testing on?
Thank you.
Absolutely, but it’s a plugin you’ll be wanting for such a feature:
http://wordpress.org/plugins/search.php?q=marketplace
http://wordpress.org/plugins/search.php?q=store
http://wordpress.org/plugins/search.php?q=shop
http://wordpress.org/plugins/search.php?q=cartMany plugins will boast responsiveness in their description or as a listed feature, but even if they don’t mention it, it could still be responsive or made to be responsive.
You could try searching Google with terms like “responsive x wordpress widget” and the like.
Mostly, it’ll just require trialling things to find what works best for your project.
You’re welcome.
1. The image is massive, so size it down to say 300px wide for web use.
2. Since you want the logo and the text title, we’ll need to edit header.php. You’ll want to copy it over to a child theme to make the alterations:
https://startupwp.com/topic/child-theming/
3. Just under
<div id="site-title">
in header.php, add:<a href="http://voicemarkstudios.com/" id="logo-icon"><img src="http://voicemarkstudios.com/wp-content/uploads/2014/01/Voice-Mark-finished.png" alt="VoiceMark Studios" /></a>
4. Add the following CSS:
#logo-icon{height:54px;margin-right:10px;float:left}
What exact URL is this feature on?
Have you had a look here?:
1. Use:
#menu ul li a { border-right: none; }
2. Use:
#menu .current-menu-item a, #menu .current_page_item a { background: #fff; color: #f5b7c3; }
3. Use:
#header { padding-bottom: 0; }
4. Use:
h1 { color: #000; }
5. Use:
h2 { color: #f5b7c3; }
Note – Remember to remove the spans.
6. Looks like you’ve already simplified your menu, however a design update is coming soon that will improve the mobile menu. You might try a plugin like http://wordpress.org/plugins/mobile-menu/ in the meantime.
- AuthorPosts