Forum Replies Created
- AuthorPosts
1. Change:
#menu-my-list-of-categories li li:before { content: "▶"; padding: 16px; }
to:
#menu-my-list-of-categories li li { content: "▶"; padding: 0 0 0 13px; }
2. Use:
#menu-my-list-of-categories .sub-menu { display: none !important; } #menu-my-list-of-categories li:hover .sub-menu { display: inline !important; }
3a. Use:
#content input[type="submit"], #content input[type="reset"], #container #searchsubmit, .button, #new-topic { background: none repeat scroll 0 0 #666666; border: 0 none; box-shadow: none; }
3b. When editing your form in the Contact Form 7 options, wrap the asterisks with a span like so:
<span class="aster">*</span>
Then add this CSS:
.aster{color:#FF0000}
4. You’ll either want:
html { border: 10px solid #000000; }
Or:
#container { border: 4px solid #000000; }
You can just add
.blog
in front like so:.blog .attachment-post-thumbnail { height: auto; max-width: 300px !important; }
We’ve purposely left it blank, so to speak.
Use:
.attachment-post-thumbnail { height: auto; max-width: 300px !important; }
Change 300 to your desired width.
Or if you want it to say, float left with a margin for text to wrap around, use:
.attachment-post-thumbnail { float: left; height: auto; margin: 10px; max-width: 300px !important; }
Please see: https://startupwp.com/topic/customizing-your-theme/
1. Use:
#menu-my-list-of-categories li a { display: inline; } #menu-my-list-of-categories li:before { content: "→"; } #menu-my-list-of-categories li { color: #009DD5; line-height: 10px; list-style: none outside none; }
You can replace the arrow symbol with any other, for example see:
http://www.w3schools.com/tags/ref_symbols.asp
2. We might be able to help. Direct link to a page where you’re using this plugin and details of the issue please.
Might be a good idea to also post here in the meantime:
Make sure you’ve read the full instructions here:
1. Use:
nav ul li:hover ul li a, nav ul ul li:hover ul li a, nav ul ul ul li:hover ul li a { border: 0 none; opacity: 1; }
2. Currently the text you’ve added looks something like:
<em>Please don’t hesitate to contact us if you have any questions, comments or messages. </em> <em>We’ll </em> <em>try to repond to everything!</em>
Edit “Contact Us” under Pages and then switch to the Text/HTML editor and make that:
<em>Please don’t hesitate to contact us if you have any questions, comments or messages. We’ll try to repond to everything!</em>
The Visual editor is unreliable and messes things up just like this.
3. For bullets, try:
#menu-my-list-of-categories li { list-style: disc outside none; }
No, this type of customization is definitely meant for CSS.
If we added an option for every possible way to customize something we’d have a very bloated theme on our hands, messy overkill options and simply put, where would it end?
I think once most people get used to CSS they come to enjoy the flexibility.
If you want to learn, we’ve provided the resources to, here:
https://startupwp.com/topic/customizing-your-theme/
If you don’t want to, feel free to always post your requests here and we’ll try our best to oblige. :)
#container { background: #FFFFFF; }
Hi uendi,
It’s hard to keep track of all the things you need help with if you do not keep them itemized.
It also appeared you’ve posted for help on .org which further confuses things.
Please go ahead and start a new topic for the remaining set of customization requests that you have and we’ll be happy to help. Make sure to itemize like so:
1.
2.
3.
And remember to always share your website link in new topics.
This topic is now closed. Thanks
1. Use:
nav ul li a:hover { border: 1px solid #000; box-shadow: none; }
2. It might be a plugin like:
http://wordpress.org/plugins/list-category-posts/
If you share the link to that page we could possibly glean what plugin is being used there, if it is at all and not a custom solution.
3. Need to see your live site for this one, looks like you’re currently in maintenance mode.
4. Use:
.widget-title { border-bottom: 0 none; } .widget-container { background: none repeat scroll 0 0 #EEEEEE; padding: 5px 10px; } .widget-container a { background: none repeat scroll 0 0 #CCCCCC; border: 1px solid #666666; color: #666666; display: block; margin: 5px 0; padding: 5px; text-decoration: none; }
Keep in mind that we’ve only used generic grayscale colors here, find the color codes you want to use here or use a similar tool:
1. Use:
Site Title Spacing:
#branding { margin-bottom: 30px; }
Menu Background Gradient:
nav { background: linear-gradient(#009DD5 0%, #009DD5 50%, #33D0FF 100%) repeat scroll 0 0 transparent; }
Remove Menu Item Borders:
nav ul li a { border-right: 0 none; }
Dropdown Menu Hover Background Color:
nav ul li:hover ul li a:hover, nav ul ul li:hover ul li a:hover, nav ul ul ul li:hover ul li a:hover { background: #000 !important; }
2. You’ll need to edit “Contact Us” under Pages and then change the template to “Sidebar Left”:
http://en.support.wordpress.com/pages/page-attributes/
You’ll then need to create a menu under Appearance > Menus.
Finally, under Appearance > Widgets you can drag the “Menu Widget” to the main sidebar area and assign it the menu you’ve just created.
3. Under Appearance > Widgets you can add widgets to the footer area.
Using a child theme is always optional, not necessary.
If you plan on making only CSS customizations, your theme options will suffice:
https://startupwp.com/topic/customizing-your-theme/
If you need to edit PHP/HTML, you’ll need to setup a child theme:
Bei einem Kind Themas sollten Sie in der Lage, einfach über options.php kopieren und nehmen Sie die Änderungen, ohne den /setup/ Ordner. Bedeutung, werfen Sie einfach options.php direkt in der Child-Theme Ordner.
Sie können eine neue Kopie von http://wordpress.org/themes/startupwp herunterladen und dann entpacken Sie es, greifen footer.php und dann laden Sie sie über die bearbeitete via FTP (fragen Sie Ihren Gastgeber, wenn Sie nicht sicher sind, wie man FTP).
Auch möchten Sie vielleicht in Kind Thematisierung aussehen:
Sorry, we’re not able to understand your request. Please, if you’re more comfortable posting in your first language, please do.
1. Finally see what you mean, you need to turn off comments for that page. See:
https://startupwp.com/topic/removing-comments-from-pages-and-posts/
2. If you want a left sidebar on your “Contact Us” page you need to edit “Contact Us” under Pages and on the right of the page you’ll find a dropdown options “Page Template” that will allow you to set the Sidebar Left template.
3. After you’ve setup 2, you can create a custom menu under Appearance > Menus and then drag the Custom Menu widget and assign it that menu, into the sidebar left area under Appearance > Widgets.
4. This will require hacking the code via a child theme. Perhaps we save this one for later until you’re more comfortable using WordPress and themes?
5. Refer to 1 on turning off comments.
6. Here’s the default CSS:
body { margin-top: 3%; }
Lower or increase 3 as needed. Also, if you’ve picked up the Pro version, you can add CSS much more easily via:
https://startupwp.com/topic/customizing-your-theme/
Which is also a great resource to start learning as a beginner.
No problem, just bookmark https://startupwp.com/user/uendi/ for future use and you can always track your account history there.
Slider. Yes, the plugin needs to be activated and setup for this to work. I would just uncheck the slider option in your theme options until you’ve had a chance to do so.
Contact Form. I assume you’re using?:
http://wordpress.org/plugins/contact-form-7/
You need to copy and paste the contact form shortcode into your “Contact Us” page content under Pages. Of course make sure to actually setup the contact form in the plugin’s settings.
Upgrading. https://startupwp.com/topic/upgrading/ / https://startupwp.com/topic/installing-your-theme/ – If you upgrade to pro, all content and settings will seamlessly transfer to the pro theme. You’ll only have a problem if you’ve been editing files directly in the parent theme. One note though is that you’ll also have the pro slider plugin that you’ll need to setup:
Hello uendi,
Looks like you created a topic 3 days ago of the same name which we answered, just wanted to make sure you saw that?:
https://startupwp.com/topic/newbie/
Looks like you have some different questions though.
Slider. Just to be sure, is this the plugin you’re using?:
http://wordpress.org/plugins/wp-nivo-slider/
1. Use:
nav .current-menu-item a, nav .current_page_item a { color: #FFFFFF; text-shadow: 1px 1px 1px #333333; }
2. Use:
nav ul li a { padding: 0 25px; }
3. Use:
nav #searchform { margin: -40px 7px 0 0; } #wrapper nav #s { background: none repeat scroll 0 0 #0909B8; }
4. Checkout this plugin:
http://wordpress.org/plugins/theme-my-login/
5. Checkout a plugin like:
http://wordpress.org/plugins/posts-in-page/
Contact Form. Apologies, not sure what you’re asking for this one.
Since you’re on the free version, do make sure that you’re using a child theme so that you don’t lose your customizations upon upgrading:
Welcome.
You might still be misunderstanding. The code styling can’t be good or bad, or ugly, because there is no codestyling. Realizing that more in-depth explanation is probably needed here for anyone that wishes to child theme, we’ve gone ahead and written up:
https://startupwp.com/topic/understanding-the-theme-code/
Update – Mind you that you’re fully welcome to agree or disagree with our method even after fully understanding, there is nothing further to discuss on this issue as we have no intention of changing this and this topic is no longer constructive. Topic closed. The initial issue you reported has been fixed (won’t see it until 1.1.4) you’ll be happy to hear and we’ll be carefully going over the theme code again to fix definite issues like this.
Thanks
1. This is outlined in great detail in the features list here:
2. A favicon is the little image you see next to URLs in your browsers window. Widgets are little sections at the side of the page for example where you can add all sorts of features, say a Facebook fan box, email subscription signup form, list of recent blog articles etc.
3. Yes, we can help you with the CSS customization, or in pro you can set this directly in your theme options.
4. Yes, this will require CSS.
5. Absolutely.
6. Please see https://startupwp.com/topic/setting-a-custom-menu/
7. Yes, because even if you request a customization that involves code we can most likely write it up for you and share where you need only copy and paste.
StartupPro is a lot easier to use and more self-contained. Startup will require setting up a child theme:
There’s no need to overwrite/hide anything in this theme. We were very careful to only have features appear if, and only if you actually set them up.
So, just don’t use the Social Profile URLs and instead use the custom area to manually set whatever icons you like. Suspect you’re interested in upgrading, but haven’t yet? You’ll see the example right away in pro and it should make sense.
Both the free and pro versions were recently reviewed file by file, line by line by a 3rd unbiased party and given a clean bill of health.
The theme code is semi-minified/unformatted on purpose, so that isn’t an issue. You’re welcome to open up in your favorite editor and format however you like.
As far as the “\t\t\t\t” “bug”, we’ll check with development on this right now.
No problem, refund issued.
Link to your website please.
- AuthorPosts