Forum Replies Created
-
Mod
Quote:I can’t see how it looks on my mobile device yet.Yes, you can. Just append
?am_force_theme_layout=mobileto the end of your URI in the browser.Alternately, go into the Any Mobile Theme Switcher control panel and enable “Do you want to show Switch Mobile Theme link even the vistor is viewing from desktop ?” Then you will get a link on your desktop site to switch to mobile.
Quote:Does the NEO Mobile use the design I am creating in the parent theme? Or does it need to be configured like it was a separate website?Graphene Mobil Neo is a separate theme. If you create a child theme for Neo, it will be base on Neo, not on the Graphene desktop theme. So, yes, configure it as a “separate website”.
Mod
You need to upload an image.
Mod
It may be an issue with JavaScript. Try logging in on using a different browser or a different computer.
It may also be a plugin conflict. Try disabling your plugins and see if the issue resolves itself.
Mod
Graphene is not, in itself, mobile.
Both Graphene Mobile and Graphene Mobile Neo are mobile friendly. Mobile Neo simply has more features than Mobile. You can see a feature comparison here:
https://forum.graphene-theme.com/graphene-mobile-neo/features-comparison/
You can use Graphene Mobile Neo with any desktop theme. Graphene Mobile requires some code modification to work with other desktop themes.
You only need to purchase either Graphene Mobile or Graphene Mobile Neo, not both.
Mod
Just off the top of my head:
You can create a child theme and then create a custom post type that has no menu.
Mod
.entry-content table {
width: 100%;
}will probably work, but using tables for layout is not good practice, as you have discovered.
Mod
In reply to: The description is missing in the head section of the page.
June 1, 2015 at 11:31 pm #44951You’re not saying what is supposed to happen if that
ifstatement is true. You need anechostatement. Try:<?php if ( ( is_home() ) || ( is_front_page() ) ) {
echo '<meta name="description" content="Health News and Reviews" />';
} ?>Please put code in between backtick (
Code:`) characters. It’s usually located above the Tab key on your keyboard.
I’ve fixed it for you in your post, but your original code may have been mangled by the parser. I think I have it correct, though.
More info on
phpif...statement:Mod
In reply to: Home-Slider from graphene-theme does not work in graphene mobile
May 30, 2015 at 1:02 am #44945A comparison of features between Mobile and Mobile Neo is here:
https://forum.graphene-theme.com/graphene-mobile-neo/features-comparison/
Mod
In reply to: How to change font size for "leave a comment" to make it smaller
May 29, 2015 at 3:20 pm #44875Easier way: Use developer tools (F12) to identify the element whose style you need to change.
Be sure to add the appropriate code to Graphene’s “Custom CSS” feature or your child theme style sheet. Don’t edit theme files.
Mod
Are you embedding them using the usual Google Docs embed?
Since this is an intranet, some screen caps would be helpful to see the actual behaviour, since you are likely the only one on this forum embedding Google Docs into a WordPress site.
Moved to Support. Please post in the correct section next time.
