New Topic

StartupWP

Forum Replies Created

Viewing 25 posts - 801 through 825 (of 893 total)
  • Author
    Posts
  • in reply to: Margins & Borders + #461

    StartupWP
    Keymaster

    Actually, we have pretty much full control over the look and feel of your website, just having difficulties understanding the specific areas and how you would like to style them.

    If possible, can you take a screenshot and then perhaps circle the areas you want to style with further notes?

    You may also attempt to find the specific classes/IDs yourself with the methods outlined here, where I can then further help you style them:

    https://startupwp.com/topic/customizing-your-theme/

    in reply to: Positie Nivo Slider #458

    StartupWP
    Keymaster

    Dutch:

    1. Download uw thema en kind thema:

    http://wordpress.org/extend/themes/startupwp
    https://startupwp.com/downloads/startup-child.zip

    2. Geen behoefte om FTP te gebruiken, gewoon unzip ze allebei en kopiëren header.php van de / startupwp / map naar de / startup-kind / map maken van uw gewenste wijzigingen aan in het kind thema header.

    3. Zip ze allebei een back-up en installeer ze allebei zoals gewoonlijk:

    https://startupwp.com/topic/installing-your-theme/
    (negeer bepaalde stappen die de pro-versie te betrekken – u kunt verdriet over het thema map reeds bestaande te krijgen, maar tijdelijk overschakelen naar een ander thema en de oude thema map te verwijderen onder Vormgeving> Thema’s)

    4. Alleen Activeer het kind thema en je moet goed om te gaan.

    Opmerking: Later kunt u het kind thema verder bewerken onder Vormgeving> Editor, maar als u een goede back-up lokaal te houden en nieuwe bestanden toe te voegen zult u wilt beginnen met behulp van FTP.

    English:

    1. Download your theme and child theme:

    http://wordpress.org/extend/themes/startupwp
    https://startupwp.com/downloads/startup-child.zip

    2. No need to use FTP, just unzip them both and copy header.php from the /startupwp/ folder to the /startup-child/ folder making your desired edits to the child theme header.

    3. Zip them both back up and install them both as usual:

    https://startupwp.com/topic/installing-your-theme/
    (ignore certain steps that involve the pro version – you may get grief about the theme folder already existing, just switch to another theme temporarily and delete out the old theme folder under Appearance > Themes)

    4. Activate the child theme only and you should be good to go.

    Note: Later on, you can further edit the child theme under Appearance > Editor, though if you wish to keep a proper backup locally and add new files you will want to start using FTP.

    in reply to: Margins & Borders + #457

    StartupWP
    Keymaster

    Assuming this is one of the customizations you would like to make:

    .GTTabs_divs {
    color: #FFFFFF;
    }

    If you have other specifics in mind, please let us know and we’ll try and accommodate.

    in reply to: Margins & Borders + #454

    StartupWP
    Keymaster

    1. Use:

    nav {
    display: none;
    }

    2. Use:

    #content {
    padding: 0;
    }
    .entry-content {
    margin: 0 !important;
    }

    3. Use:

    #container, #breadcrumbs, #twitter-feed {
    box-shadow: none;
    }

    https://startupwp.com/topic/customizing-your-theme/

    in reply to: Left Right Sidebar Widgets Not working #453

    StartupWP
    Keymaster

    Good to hear.

    in reply to: Positie Nivo Slider #452

    StartupWP
    Keymaster

    Dutch:

    Absoluut. Stel een kind thema:

    https://startupwp.com/topic/child-theming/

    Kopieer dan header.php. Open het en vind deze lijn:

    <?php if ( $options['slider'] ){ echo nivoslider4wp_show(); } ?>

    En verplaats het naar waar je maar wilt.

    English:

    Absolutely. Setup a child theme:

    https://startupwp.com/topic/child-theming/

    Copy over header.php. Open it up and find this line:

    <?php if ( $options['slider'] ){ echo nivoslider4wp_show(); } ?>

    And move it to wherever you like.

    in reply to: Slider help #451

    StartupWP
    Keymaster

    You’re welcome. My guess is that you’re on Mac, seen this issue in the past where it’s a little overzealous about handling zip files. For better handling, you might try:

    http://www.winzip.com/mac/

    in reply to: Slider help #445

    StartupWP
    Keymaster

    Yes, StartupPro1.0.7Package(UnzipFirst).zip contains your entire pro package. Just did a test download, unzipped it and nivo-slider.zip is right their inside sources > plugins.

    Were you able to find it, or still having issues?

    in reply to: Trying to slide sidebar a bit to the right #444

    StartupWP
    Keymaster

    Sorry, missed that part. For free, it’s a little more complicated. You’ll need to setup a child theme:

    https://startupwp.com/topic/child-theming/

    But, in pro as already indicated, you can use a convenient Custom CSS area within the theme options without all the extra work.

    Either way, you’ll want to use one of these methods instead of manually editing the stylesheet for example, otherwise those edits will be overwritten and lost upon upgrading (everytime).

    in reply to: Trying to slide sidebar a bit to the right #440

    StartupWP
    Keymaster

    Actually, we’re working with CSS.

    You should only need to copy and paste the following to your Custom CSS area inside your theme options:

    #content { float: left; padding: 20px; width: 728px; }
    #sidebar { float: right; margin-right: 0; padding: 40px 0; width: 20%; }

    See https://startupwp.com/topic/customizing-your-theme/

    in reply to: No PO or MO Files in StartUp Pro #438

    StartupWP
    Keymaster

    Just tested and verified that it’s working (in both Firefox and Chrome).

    Please try a different browser. Perhaps your computer’s settings of how to handle zip files is misconfigured?

    in reply to: Responsive Design Not Responsive #437

    StartupWP
    Keymaster

    It’s working correctly.

    The design only changes at 320px wide (iPhone portrait).

    If you would like this to occur sooner, you could add:

    @media all and (max-width:480px){#hsidebar, header, nav #s, #content, #sidebar, #lsidebar, #rsidebar, footer, #fsidebar{width:470px;max-width:470px;text-align:left;margin-left:auto;margin-right:auto}nav ul.menu{padding-left:0}nav .sub-menu, nav .children{display:none !important}nav ul li a, nav ul li a:hover{width:439px;max-width:439px;border:0;border-radius:0 !important;margin-left:0 !important}nav #s{width:446px !important;margin-bottom:5px}.entry-content{text-align:left}}

    https://startupwp.com/topic/customizing-your-theme/

    in reply to: No PO or MO Files in StartUp Pro #427

    StartupWP
    Keymaster

    Hi accurate,

    The download link/receipt email has been resent to your sales@ email account (please bookmark this for future reference).

    For page/post titles, try:

    .entry-title {
    line-height: 30px;
    margin-bottom: 15px;
    }

    https://startupwp.com/topic/customizing-your-theme/

    Thank You

    in reply to: No PO or MO Files in StartUp Pro #417

    StartupWP
    Keymaster

    You simply need to update your theme. Check under Dashboard > Updates in your WP admin.

    in reply to: No PO or MO Files in StartUp Pro #413

    StartupWP
    Keymaster

    The Spanish .po and .mo files have now been added.

    in reply to: How to Join #412

    StartupWP
    Keymaster

    Thank you very much for helping out.

    in reply to: Refund #408

    StartupWP
    Keymaster

    Refund issued. We’re sorry that StartupPro wasn’t a good fit for your project.

    Thank You

    in reply to: Refund #406

    StartupWP
    Keymaster

    Hi kochese,

    You’re actually posting in the support forum right now.

    “I want to move the title from the left side of the header to the right side and move the menu down below the background image. I’ve searched your forum and get no results.”

    No one has ever made such a request so there wouldn’t be any available solution to such a request to be discovered. So, you would want to make that request here yourself:

    https://startupwp.com/forum/customization/#new-post

    We can’t help you with something unless you actually ask for help. You might be misunderstanding how WordPress and themes work in general. There is no theme available anywhere that has this feature you’re asking for out-of-the-box because you’re requesting a very specific customization specific to just you and your website.

    You don’t ever need to learn how to code with our themes if you don’t want. Depending on what you want to do you may need to copy and paste some code, provided by us and sometimes move some files around, but we will be here every step of the way. We would love to help you, again, you just need to ask for help (list all the customizations you would like to make and provide the link to your website):

    https://startupwp.com/forum/customization/#new-post

    Otherwise, I’m sorry you’ve misunderstood what StartupPro is and how a WP theme works in general. StartupPro is no different than any other theme that you might try in regards to how you may have thought a theme was suppose to work. Again, we hope you stick around a continue to be apart of the community. We’d love to answer any questions you have and solve any problems you have. You can easily post a new support topic at the bottom of any of the forums: https://startupwp.com/forum/

    If you’re still not interested in asking for help (now that you know how) and you’d still just like a refund, please confirm and we’ll take care of that for you right away.

    Thank You

    in reply to: Install Error #404

    StartupWP
    Keymaster

    Happy to hear.

    in reply to: Where a the menus? #402

    StartupWP
    Keymaster

    No worries.

    For anyone else curious about these settings…

    For setting up menus, please see:

    https://startupwp.com/topic/setting-a-custom-menu/

    For setting up sidebar widgets, please see:

    https://startupwp.com/topic/setting-widgets/

    in reply to: Infinite-scroll Plug-in Help #398

    StartupWP
    Keymaster

    Those are the IDs/classes from the theme being collected by the plugin.

    You’ll need to post the issue here:

    http://wordpress.org/support/plugin/infinite-scroll

    If the plugin author knows what the issue might be, we may be able to accommodate a fix.

    in reply to: Infinite-scroll Plug-in Help #396

    StartupWP
    Keymaster

    The instructions are here:

    http://wordpress.org/extend/plugins/infinite-scroll/installation/

    Doesn’t appear that you need to hack the code to any extent. Are you getting any error messages, is it just simply not working correctly or doing anything at all?

    I recommend also posting here:

    http://wordpress.org/support/plugin/infinite-scroll

    As we’re unfamiliar with this plugin and they should have better insight.

    in reply to: Install Error #395

    StartupWP
    Keymaster

    Looks like your WordPress version is out-dated. You need to be up to at least 3.4, though it’s recommended to stay completely up-to-date all the time. Latest is 3.5.

    in reply to: Trying to slide sidebar a bit to the right #392

    StartupWP
    Keymaster

    You’ve simply made the content too wide and the padding is too much:

    #content {
    float: left;
    padding: 90px;
    width: 800px;
    }

    Update that to:

    #content {
    float: left;
    padding: 20px;
    width: 728px;
    }

    Also, update:

    #sidebar {
    float: right;
    margin-right: 0;
    width: 20%;
    }

    to:

    #sidebar {
    float: right;
    margin-right: 0;
    padding: 40px 0;
    width: 20%;
    }

    Overall, based on your customizations it seems you’re basically not interested/concerned with mobile use. In that case I would just set your minimum width to 1000px so that it’s simply a static/fixed width design for the best use here with your website.

    in reply to: Twitter feed #389

    StartupWP
    Keymaster

    It’s not a bad suggestion, but one that needs to be thought about carefully.

    The reason being is that the settings and theme itself should not become bloated with every bell and whistle that we can dream up and only contain those basics that most users will need.

    This might be considered advanced editing/customization, in which case hacking the code via a child theme to get your desired result is the proper route:

    https://startupwp.com/topic/child-theming/

    For this kind of suggestion we’ll want to wait and see if there is a demand for it from other users as well.

    Thanks

Viewing 25 posts - 801 through 825 (of 893 total)