Forum Replies Created
- AuthorPosts
You’re welcome.
In your custom CSS, change:
.home .entry-title { display: none; }
to:
.home #content .entry-title { display: none; }
Unfortunately, this requires hands-on custom assistance. It’s not something we can really explain, it’s something that needs to be done. We recommend:
September 5, 2014 at 1:31 PM in reply to: Is there a way to make a sticky header in startup pro #1839Try:
#wrapper { margin: 100px auto 0; } #menu { left: 0; margin-top: 0; position: fixed; top: 0; width: 100%; z-index: 2147483647; }
Where does “Keep updated our latest products and offers….” actually exist?
In footer.php, a footer widget, etc.?
Unfortunately, the solution is not a simple one. There will always be problems with absolute/relative positioning. It’s always best to actually have elements placed, ordered and stacked as close to their appropriate spots as possible, then style padding and margins from there.
The problem is this style block:
#newsletter_textone { bottom: 255px; color: #ffffff; display: block; font-family: arial,helvetica,sans-serif; font-size: 14px; font-style: italic; margin-left: 574px; position: relative; }
Specifically, this line:
bottom: 255px;
. The relative positioning is changing upon signup because the signup form disappears upon signup, hence changing the relative distance/spacing in the area.The grid widget area will respect the ordering, it’s just that if each widget is inconsistent in size with the others they could float/stack strangely. This can be resolved with some custom CSS, but since you don’t have a live example could be difficult to test.
For the social plugin, we highly recommend:
http://wordpress.org/plugins/addthis/
You can also manually insert code from:
https://www.addthis.com/get/sharing
For those hard to reach places.
Sounds good.
Okay, thanks for the follow up.
Excellent, great to hear.
August 26, 2014 at 12:06 PM in reply to: Upgrading from Pro to new version of Pro in WordPress #1820Very close, just missed one step.
Make sure to unzip startuppro.zip first and upload the /startuppro/ folder over the old one in the /themes/ folder. You should get a prompt asking if you want to overwrite and click yes.
Yes, anything is possible, but difficult to test without something live to see.
1. In FileZilla, instead of left-clicking on the startuppro folder, right-click on it and choose “Download”.
2. The changelog is referring to a specific time/event/version. The general upgrade instructions are still good, especially since you’re making a backup first, you should be good to just upload the new folder right over the old one.
You simply need to make sure that you’re setting up your menu custom, that way you can have complete control over its appearance:
You’ll want to edit entry-summary.php (this can be done via a child theme: https://startupwp.com/topic/child-theming/) and just below this line:
<section class="entry-summary">
add:
<?php if ( has_post_thumbnail() ) { the_post_thumbnail(); } ?>
From there we can help you style the featured image in size and placement, please provide a link to one of your category pages and let us know how you want to style it.
Yes, this was an aesthetic design change, you can add them back with:
#container, #breadcrumbs, #twitter-feed { box-shadow: 0 0 5px #aaa; }
Apologies for the late response, we’ve been away due to technical difficulties.
Did you still need help with this?
Have you tried clearing all caches?
Can you share a screenshot of the issue(s) that you’re seeing?
Apologies for this late response, we’ve been away due to technical difficulties.
Did you still need help and if so, with what exact parts?
You’re welcome.
Apologies for the late response.
Did you still need help with this?
Website and logo URLs please.
For anyone else that comes across this issue, the cache just needs to be cleared.
Thank you.
Apologies for the late response.
You must also set the page template to “Left Sidebar”.
Apologies for the late response.
1. Make sure that you’ve opened the package first to pull out startuppro.zip.
2. Make sure that you’re attempting to install startuppro.zip under Appearance > Themes.August 2, 2014 at 1:15 PM in reply to: where can I find the .po and .mo files for translation? #1786http://poedit.net/ is free and does not require the pro version for creating the necessary files.
In our experience, creating these files for you is a disservice as it only makes it increasingly difficult to continue managing for both us and customers.
It’s our job to make sure the theme is translation-ready, but best for the customer to actually manage their own translation files (especially considering there are many many languages and we’re only fluent in one) for consistency, quality and accuracy of the actual translations themselves.
There may be a bit of a learning curve, but in the long run it’s important for customers to manage something as important as wording, while we focus on the design.
Thanks for understanding.
- AuthorPosts