New Topic

StartupWP

Forum Replies Created

Viewing 25 posts - 251 through 275 (of 893 total)
  • Author
    Posts
  • in reply to: Events Calendar Not Displaying Title in Widget #1847

    StartupWP
    Keymaster

    You’re welcome.

    in reply to: Events Calendar Not Displaying Title in Widget #1842

    StartupWP
    Keymaster

    In your custom CSS, change:

    .home .entry-title {
      display: none;
    }

    to:

    .home #content .entry-title {
      display: none;
    }
    in reply to: Footer Margin #1841

    StartupWP
    Keymaster

    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:

    http://calmestghost.com/

    in reply to: Is there a way to make a sticky header in startup pro #1839

    StartupWP
    Keymaster

    Try:

    #wrapper {
      margin: 100px auto 0;
    }
    
    #menu {
      left: 0;
      margin-top: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 2147483647;
    }

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

    in reply to: Footer Margin #1836

    StartupWP
    Keymaster

    Where does “Keep updated our latest products and offers….” actually exist?

    In footer.php, a footer widget, etc.?

    in reply to: Footer Margin #1833

    StartupWP
    Keymaster

    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.

    in reply to: Footer Margin #1831

    StartupWP
    Keymaster

    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.

    in reply to: Widget order in grid template #1829

    StartupWP
    Keymaster

    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.

    in reply to: Featured images in category view? #1828

    StartupWP
    Keymaster

    Sounds good.

    in reply to: Font Size In Mobile #1827

    StartupWP
    Keymaster

    Okay, thanks for the follow up.

    in reply to: Upgrading from Pro to new version of Pro in WordPress #1823

    StartupWP
    Keymaster

    Excellent, great to hear.

    in reply to: Upgrading from Pro to new version of Pro in WordPress #1820

    StartupWP
    Keymaster

    Very 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.

    in reply to: Featured images in category view? #1819

    StartupWP
    Keymaster

    Yes, anything is possible, but difficult to test without something live to see.

    in reply to: Upgrading from Pro to new version of Pro in WordPress #1815

    StartupWP
    Keymaster

    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.

    in reply to: Navigation bar #1813

    StartupWP
    Keymaster

    You simply need to make sure that you’re setting up your menu custom, that way you can have complete control over its appearance:

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

    in reply to: Featured images in category view? #1812

    StartupWP
    Keymaster

    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.

    in reply to: black menu cross bar #1809

    StartupWP
    Keymaster

    Yes, this was an aesthetic design change, you can add them back with:

    #container, #breadcrumbs, #twitter-feed {
      box-shadow: 0 0 5px #aaa;
    }

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

    in reply to: black menu cross bar #1807

    StartupWP
    Keymaster

    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?

    in reply to: Font Size In Mobile #1806

    StartupWP
    Keymaster

    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?

    in reply to: Theme For Two-Sided Marketplace #1805

    StartupWP
    Keymaster

    You’re welcome.

    in reply to: Splti menu with logo in the middle #1804

    StartupWP
    Keymaster

    Apologies for the late response.

    Did you still need help with this?

    Website and logo URLs please.

    in reply to: Upgrade 2.5 check box #1803

    StartupWP
    Keymaster

    For anyone else that comes across this issue, the cache just needs to be cleared.

    Thank you.

    in reply to: no left sidebar! #1802

    StartupWP
    Keymaster

    Apologies for the late response.

    You must also set the page template to “Left Sidebar”.

    in reply to: Missing Files #1801

    StartupWP
    Keymaster

    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.

    in reply to: where can I find the .po and .mo files for translation? #1786

    StartupWP
    Keymaster

    http://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.

Viewing 25 posts - 251 through 275 (of 893 total)