Forum Replies Created
-
AuthorPosts
-
September 15, 2013 at 3:51 AM in reply to: [Pro] Move custom contact container, change navigation menu font. #1136
StartupWP
KeymasterSounds good.
StartupWP
KeymasterWe’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
StartupWP
Keymasterhttps://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. #1132StartupWP
KeymasterIt’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 #1128StartupWP
KeymasterLooks 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 { } ?>StartupWP
KeymasterGo ahead and activate your icons and we’ll see if there is a way to do this without requiring a child theme.
StartupWP
KeymasterAppearance > 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 #1122StartupWP
KeymasterOkay, we’ll need to do some testing. We’ll get back to you if we’re able to pinpoint the issue. Thanks
StartupWP
KeymasterThe pro slider is different from the free version, so make sure to read:
StartupWP
KeymasterYou’re welcome.
September 10, 2013 at 7:53 AM in reply to: Different Slider for different pages with same template #1115StartupWP
KeymasterEverything looks good, just make sure that
'and"are straight and not curly as that will break the code.StartupWP
KeymasterGive 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 #1111StartupWP
KeymasterStartupWP
KeymasterRemove your custom header CSS and use just:
header { padding-bottom: 0; }StartupWP
KeymasterTry 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.
StartupWP
KeymasterThis 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.
StartupWP
KeymasterOnly if you’ve been editing files directly, please see:
StartupWP
KeymasterAs 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.
StartupWP
KeymasterJust remove “ThanksStartupWP” from the end of the URL, manually copy and paste into your browser.
Thanks
StartupWP
KeymasterMake sure that you’ve checked the box above to allow custom styles.
StartupWP
KeymasterHmm, 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:
StartupWP
KeymasterSure, this should be fairly straightforward with CSS.
What’s the URL of the logo image please?
StartupWP
KeymasterHere’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.
StartupWP
KeymasterSure, update to:
.page-id-492 #black-studio-tinymce-6 { background: #eee; border: 1px solid #ccc; margin-top: 20px; padding: 0 15px 10px; }StartupWP
KeymasterThe simplest thing to do based on what it sounds like you want is this:
#content { width: 96%; } #sidebar { display: none; } -
AuthorPosts
