Sean Davis
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Semplicemente — Sidebar moved down! Help!Hi there,
The HTML structure of your site is all wrong. I’ve compared yours to both the demo and my own local testing environment and your structure is wrong. Have you many any modifications to the theme’s template files?
Forum: Themes and Templates
In reply to: [evolve] Post excerpts: Prevent HTML stripping?No problem at all! Even a lot of experienced users don’t know about it. They know the Excerpt box is there but they automatically assume it will also strip the HTML. Because of this common misconception, I even wrote a post about it. http://buildwpyourself.com/wordpress-manual-excerpts-more-tag/
Glad I could help!
Forum: Themes and Templates
In reply to: [Innovation Lite] Grey Bar displayed below the menu itemHi Aaron,
The gray bar above the slider has a search form in it. It also hosts the “Top Menu” menu location. You can see the way it looks in the theme’s screenshot image. That is intentional.
Looks like there’s a mistake in the syntax of your PHP. Can you please go to http://snippi.com/ and paste the exact code you’re trying to use into a new Snippi then link it here? I will look at it and see if I can point out the error.
Forum: Themes and Templates
In reply to: [Customizr] Make header menu one line only, in all browsers.Hi there,
This is happening because of size limitations and the number of items you have in the menu. There isn’t much that can be besides having less content in the menu. When my screen is big enough in both Chrome and Firefox, all of the menu items display on one line.
Forum: Themes and Templates
In reply to: [Fruitful] Override style.cssHi there,
I’m not the author of the theme, but I should be able to help until the theme gets updated. A child theme is probably the best approach. Since you already have one, test and make sure it’s actually working by adding a random style to an element.
Once you’re sure it’s working, the only way you’ll be able to override those parent theme styles with the !important declaration is to use the declaration yourself in the child theme.
For example, the parent theme uses this CSS in its stylesheet:
.main-navigation ul ul:hover > a { color:#333 !important; text-shadow:none !important; }To override that, you need to not only use the !important declaration, you also need to strengthen the CSS selector:
.menu-wrapper .main-navigation ul ul:hover > a { color:#444 !important; text-shadow:1px 1px #000 !important; }You basically have to match the parent and then go one step further in CSS selector strength.
Please note that this is not ideal. Important declarations should be avoided. But until the parent theme removes them, that is how you can override them.
Forum: Themes and Templates
In reply to: [SKT Hotel Lite] No have Widgets for Footer?Hi there,
This theme does not appear to have widgetized areas in the footer. Instead, there are a few customization options in the customizer (Appearance -> Customiz. The Footer Area, Contact Details, and other sections are what you would use to customize the footer.
Forum: Themes and Templates
In reply to: Increase tittle-width in twenty eleven child themeHi there,
The title is already the full width of the padding content area. But because the words are so bulky, the text wraps way early. http://glui.me/?i=80pvzf4df1ys9yz/2015-10-22_at_12.25_PM.png/
How exactly are you wanting it to look instead?
Forum: Themes and Templates
In reply to: [Spacious] Image caption not showing in sidebarI only see one image in your sidebar and it has a caption. Did you sort this out already?
Forum: Themes and Templates
In reply to: Semplicemente — Sidebar moved down! Help!Can you post a link to your site? There isn’t much that can be done without inspecting the page to find the cause of the problem.
Forum: Themes and Templates
In reply to: [NewGamer] Problem with menuHi there,
Can you post a link to your site so we can see the behavior? I know of a reason why this would happen but the theme appears to account for it. So seeing the issue on your site will definitely help.
Forum: Themes and Templates
In reply to: [evolve] Post excerpts: Prevent HTML stripping?Hi there,
WordPress actually has built in post excerpt capabilities. When you go to the Add/Edit Post screen, you should see a section called Excerpt somewhere below the post content box. If not, scroll to the top of the screen and click the Screen Options tab. Then check the box for Excert. It should appear then. What you type there will not have its HTML stripped.
Hi Taryn,
Were you able to solve the problem using the methods in the documentation?
Hi there,
I think you are looking for custom add to cart links. You can read about how to use them here: http://docs.easydigitaldownloads.com/article/268-creating-custom-add-to-cart-links
Hi Ankit,
I’m sorry for the delayed reply here. I wasn’t able to replicate the issue and neither was anyone on the team. Could you go to Downloads -> Tools -> System Info and paste the contents here?