Forum Replies Created
- AuthorPosts
- September 15, 2013 at 3:51 AM in reply to: [Pro] Move custom contact container, change navigation menu font. #1136
Sounds good.
We’ve just answered your other two topics:
https://startupwp.com/topic/buttons/
https://startupwp.com/topic/pro-move-custom-contact-container-change-navigation-menu-font/Are you sure you’d like to go back to free?
You’ll no longer have access to the latest major versions of:
https://startupwp.com/topic/using-included-premium-plugins/
Which have already been updated to version 2 by the way and we’ll be updating Pro with eventually.
You might want to go back over the feature list (https://startupwp.com/) again real quick before giving your final confirmation.
If you give final confirmation of your refund request and your purchase was made within the last 60 days, we’ll get you refunded right away.
Thanks
https://startupwp.com/demo/shortcodes/ – No, they simply work out-of-the-box.
Simply paste in the shortcode to a page for example like so:
[sp_link to="http://yourlink.com/to/whatever/"]Click Here[/sp_link]
And that’s it.
September 13, 2013 at 5:22 AM in reply to: [Pro] Move custom contact container, change navigation menu font. #1132It’s not really a bug, but a style preference, one that we happen to agree with mind you. But, we’re not slated for any updates soon.
Are you using a child theme? We can show you how to make the customization the proper way.
Please see https://startupwp.com/topic/child-theming/. Let us know once you have that setup.
Otherwise, if you’d simply like to wait for the next update instead of moving into child theming, that’s fine too. Just note that there’s no current ETA for the next update.
Thanks
September 12, 2013 at 3:45 AM in reply to: Different Slider for different pages with same template #1128Looks like it was just missing one bracket:
<?php if ( is_home() && $options['slider'] ) { echo '<div id="slider">'.do_shortcode('[nivoslider slug="slider"]').'</div>'; } elseif ( is_page(39) ) { echo '<div id="slider">'.do_shortcode('[nivoslider slug="slider2"]').'</div>'; } else { } ?>
Go ahead and activate your icons and we’ll see if there is a way to do this without requiring a child theme.
Appearance > StartupPro Options > Social Profile Settings > Number of Tweets to Show > Set to 1 and Save
September 10, 2013 at 10:39 AM in reply to: Different Slider for different pages with same template #1122Okay, we’ll need to do some testing. We’ll get back to you if we’re able to pinpoint the issue. Thanks
The pro slider is different from the free version, so make sure to read:
You’re welcome.
September 10, 2013 at 7:53 AM in reply to: Different Slider for different pages with same template #1115Everything looks good, just make sure that
'
and"
are straight and not curly as that will break the code.Give this a try:
header, #slider { margin-bottom: 0; padding-bottom: 0; } #branding { height: 100%; max-height: 75px; } #logo { height: 75px; width: 100%; }
September 10, 2013 at 1:18 AM in reply to: Different Slider for different pages with same template #1111Remove your custom header CSS and use just:
header { padding-bottom: 0; }
Try simply:
.entry-footer{display:none}
Not quite sure what your additional questions are, if there are any, please expand and provide a link to your site if so.
This is changed on a page by page basis.
Edit an individual page under Pages and you’ll find the Page Attributes option to the right, this is where you can change up the page template.
Only if you’ve been editing files directly, please see:
As much as we absolutely hate saying this, we really do!
You may want to hire a web pro to assist with some of your customizations as the support process just isn’t practical for everything.
Just remove “ThanksStartupWP” from the end of the URL, manually copy and paste into your browser.
Thanks
Make sure that you’ve checked the box above to allow custom styles.
Hmm, apologies, it’s become a bit confusing, this one.
What files are you editing for this specific customization?
Also, looks like your code got cut short, please go ahead and use:
Sure, this should be fairly straightforward with CSS.
What’s the URL of the logo image please?
Here’s what we’re seeing in IE10:
https://startupwp.com/downloads/support/uendiie10.png
Make sure to eliminate compatibility view as being the problem:
http://windows.microsoft.com/en-US/internet-explorer/use-compatibility-view
1. Wherever you manually placed the comment count code, wrap it with a link.
2. Not sure then, sounds like you’ve tried just about everything practical already.
Sure, update to:
.page-id-492 #black-studio-tinymce-6 { background: #eee; border: 1px solid #ccc; margin-top: 20px; padding: 0 15px 10px; }
The simplest thing to do based on what it sounds like you want is this:
#content { width: 96%; } #sidebar { display: none; }
- AuthorPosts