Forum Replies Created
- AuthorPosts
Sorry, is there a posts page or category page or similar that lists several posts somewhere on your site that we can see live please?
1. Sorry, not knowledgeable of the workings of this plugin, you can ask here:
http://wordpress.org/support/plugin/posts-in-page
2. Unless you’re referring to the plugin, you can manually add the “Read More” break in posts with
<!--more-->
.3. Give this plugin a try:
No worries, we’re always here to help.
1. Okay, this will have to wait for the next official update then.
2. Yes, what exact browser is this occurring in? The provided CSS doesn’t help?
1. In addition to the CSS already provided, try adding:
@media all and (max-width:320px){*{width:inherit !important;max-width:none !important}}
It’ll get you a little closer, but we’ll need to make some official changes to get it just right.
In the meantime, you might also go straight to Appearance > Editor > Stylesheet in your admin and remove all @media styles as a temp fix.
2. Not seeing what you’re seeing, but try:
#wrapper nav #s { background: url("images/find.png") no-repeat scroll right center #B88A00; border: medium none; border-radius: 5px 5px 5px 5px; box-shadow: 1px 1px 1px #000000 inset; color: #888888; height: 13px; width: 200px; } #wrapper nav #s:focus { background: none repeat scroll 0 0 transparent; }
1. There in your theme options you need to check the box to turn on Custom Styles, but actually since you’re using a child theme, probably better just to use:
body, #wrapper{min-width:1000px !important}
2. Try:
#wrapper nav #s { color: #666666 !important; }
3. Try updating to:
footer li { border-right: 1px solid #BF9619 !important; display: inline-block !important; margin: 0 !important; min-width: 58px !important; padding: 1px 5px 1px 2px !important; }
Good to hear.
The more tag isn’t theme-specific, it comes from the WP core and shouldn’t conflict with anything in the theme.
Unfortunately, until we can see a live example there’s not much we can do in way of investigating.
Perhaps you can upload to a temporary test server? You might try adding the more tag when in the Text editor mode (as apposed to the default Visual mode). Perhaps a plugin like the following could help?:
More specific details on how it’s “not working” and link to your website please.
With the small image in the corner issue, see:
So just add:
.nivoSlider img { max-width: none; }
https://startupwp.com/topic/customizing-your-theme/
As far as the transition, it could be related to the same problem, but might be a conflict with other jQuery scripts being loaded onto your site.
Try deactivating all plugins except Nivo and see if that makes a difference. Be sure to clear all caches too.
1. Because the design is responsive to screen size. This can be disabled by increasing the layout’s min-width:
Appearance > StartupPro Options > Custom Styles > Minimum Layout Width > Set to 1000
2. Try:
nav #searchsubmit { background: none repeat scroll 0 0 transparent; border: 0 none; color: transparent; display: block; font-size: 0; height: 23px; left: 100%; margin-left: -28px; position: absolute; width: 21px; }
3. Use:
footer li { border-right: 1px solid #BF9619 !important; display: inline-block !important; margin: 0 !important; padding: 1px 5px 1px 2px !important; }
4. In your Copyright Wording area, remove the
<strong>..</strong>
tags from around it.5. Change:
#menu-my-mega-menu li .sub-container .sub { background: none repeat scroll 0 0 #FFFFFF; border-color: #DBB84D #B88A00 #B88A00 #DBB84D; border-style: solid; border-width: 1px; }
to:
#menu-my-mega-menu li .sub-container { background: none repeat scroll 0 0 #FFFFFF; border-color: #DBB84D #B88A00 #B88A00 #DBB84D; border-style: solid; border-width: 1px; margin-left: 2px; }
Link please and we’ll have a closer look.
Not seeing any issues. Is there a specific page we should look at?
Also, is this happening on a specific device or browser? Screenshot(s) of what you’re seeing please.
You’re welcome.
Sent.
1. Have you read?:
https://startupwp.com/topic/setting-up-the-slider/
Referring to your other topic, the plugins are in the main package zip file, not the startuppro.zip file.
2. Under Appearance > StartupPro, contains all your theme-specific options.
In this case you want to scroll down to about the middle of the page to find:
“Custom Icons / Custom Contact – Set your own additional icons or contact details.” – Here is where you can set these details.
3. Looks like you found the footer menu which might be better for this purpose. If you still want to increase the footer widget link/text size, use:
#menu-footer-menu-1 a { color: #666666; font-size: 16px; }
Please see: https://startupwp.com/topic/customizing-your-theme/
No worries, that’s what we’re here for, to help everyone, from the complete beginner to expert programmers. StartupPro is likely the easiest and most extensible theme out there, it just sounds like you’re learning WordPress basics, which we’ll be here to help every step of the way.
No worries, it’s always easiest to overlook the simplest things.
Happy you’re up and running.
No problem, you’re likely trying to install the package zip you downloaded. You need to first unzip it to find the startuppro zip file inside, and that’s what you want to install.
See full instructions here:
1. Change:
#menu-my-footer-menu { margin-right: 783px; }
to:
#menu-my-footer-menu { display: block; padding: 15px 20px 0; text-align: left; width: 100%; }
Adjust the padding as needed.
2. Use:
#social-facebook { display: inline-block; margin: 10px 5px 10px 0; }
3. Update:
.page-id-563 .entry-content > p:nth-child(2) { background: none repeat scroll 0 0 #EEEEEE; margin: 20px 0; padding: 10px; }
to:
.page-id-563 .entry-content > p:nth-child(2) { background: none repeat scroll 0 0 #EEEEEE; border-bottom: 2px solid #666666; border-top: 2px solid #666666; margin: 20px 0; padding: 10px; }
And add:
.page-id-563 .entry-content { border: 2px solid; margin: 20px 0 0; padding-bottom: 20px; text-align: justify; } .page-id-563 .entry-content > p:nth-child(1) { display: none; }
4. Use:
#slider{display:none} .home #slider{display:block}
5. Not able to recreate, can you provide screenshots of what you’re seeing.
1. Simply remove the social profile theme options and just add the following to the copyright wording area instead:
<div id="followus"> <strong>Follow Us On:</strong><br /> <a href="http://www.facebook.com/uendicom" id="social-facebook"><img src="http://uendi.com/wp-content/themes/startuppro/images/social/facebook.png" alt="Facebook" /></a> </div> © 2013 Uendi.com. All Rights Reserved.
And I believe you already added:
#followus{float:right}
2. Find the Media link in your WP admin main menu, you can upload images there and grab their URLs. Also, we’ve actually gone ahead and implemented a magnifying glass icon to the search field and it will be in the next update, if you’d like to simply wait for that.
3. Try:
.page-id-563 #content { width: 96%; } .page-id-563 .entry-content > p:nth-child(2) { background: none repeat scroll 0 0 #EEEEEE; margin: 20px 0; padding: 10px; }
1. Let’s add the !important declaration to make sure the styles take:
footer li { border-right: 1px solid #666666 !important; display: inline-block !important; margin: 0 !important; padding: 1px 5px 1px 2px !important; }
To move the whole footer menu left:
#menu-my-footer-menu { margin-right: 100px; }
2. Apologies, assumed you had a different social code you intended for this area, here’s the code for your Facebook icon:
<a href="http://www.facebook.com/uendicom" id="social-facebook"><img src="http://uendi.com/wp-content/themes/startuppro/images/social/facebook.png" alt="Facebook"></a>
3. Alternatively, you can use any HTML entity here:
#menu-my-categories-menu li a:before { content: ">" !important; font-size: 10px; padding: 0 10px 0 1px; }
Checkout:
http://www.danshort.com/HTMLentities/index.php?w=arrow
4. Let’s start with:
body nav #s { background: url("images/find.png") no-repeat scroll right center #fff; }
You’ll need to find a magnifying glass icon you want to use. Checkout:
5. Sorry, where’s the exact page you’ve added this to? Not seeing it.
The problem is that the site title structure is different on certain pages for SEO reasons.
So remove the margin from:
#site-title a, #site-title h1 a, #site-title h1 { color: #344997; font-family: Garamond,Georgia,serif; font-size: 40px; font-weight: bold; margin: -100px 0 0; padding: 0 0 0 125px; text-shadow: 0 0 0 #344997; }
And instead add:
#site-title { margin: -100px 0 0; }
Link to your website please.
Also, what files do you have in your child theme?
1. In the order the requests appear in the screenshot:
#copyright { margin-top: 10px; }
and
footer li { border-right: 1px solid #666666; display: inline-block; margin: 0; padding: 1px 5px 1px 2px; }
and
For the follow us section, add the following to your custom copyright wording area:
<div id="followus"> . . . YOUR FACEBOOK/TWITTER CODE HERE . . . </div> © 2013 Uendi.com. All Rights Reserved.
Then some CSS:
#followus{float:right}
2. Try:
#menu-my-categories-menu .sub-menu { display: block !important; margin-left: 0 !important; }
3. Use:
.widget-container { background: linear-gradient(90deg, #DBB84D 0%, #DBB84D 50%, #B88A00 100%) repeat scroll 0 0 transparent; box-shadow: 0 0 5px #CCCCCC inset; margin: 5px -10px; min-height: 750px; padding: 8px 10px; width: 270px; }
4. You’ll want to find an arrow image that you like and then use:
#menu-my-categories-menu li a:before { content: url("http://uendi.com/wp-content/themes/startuppro/images/arrow-right.png") !important; font-size: 10px; padding: 0 10px 0 1px; }
5. What are the details again please.
6. Looks like this might be a computer issue, not WordPress related:
http://botcrawl.com/how-to-remove-coupondropdown-adware-and-uninstall-the-coupondropdown-extension/
Link to your website please. Make sure the slider is active.
- AuthorPosts