New Topic

StartupWP

Forum Replies Created

Viewing 25 posts - 326 through 350 (of 893 total)
  • Author
    Posts
  • in reply to: Disable Mobile Theme #1637

    StartupWP
    Keymaster

    Start with:

    #wrapper {
      min-width: 1000px;
    }

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

    And if you need further help, please share a link to your website where there’s an example of the table issue.

    Thank you.

    in reply to: Footer Menu #1635

    StartupWP
    Keymaster

    Please bookmark https://startupwp.com/user/uendi/ for future reference so that you can find all your previous topics, replies, subscriptions etc.

    By simply adding this line min-width: 1000px; should actually solve most of the problems you’re having here:

    #menu-my-footer-menu {
      background: url("http://uendi.com/wp-content/uploads/2014/05/FooterMenu.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
      border-top: 1px solid #816100;
      clear: both;
      display: block;
      height: 350px;
      left: 0;
      margin-top: 90px;
      position: absolute;
      text-align: center;
      width: 100%;
      min-width: 1000px;
    }
    in reply to: Footer Menu #1631

    StartupWP
    Keymaster

    Looks like you added inline styles:

    <span style="font-family: arial, helvetica, sans-serif; font-size: 14px; font-style: italic; color: #FFFFFF; position: relative; bottom: 174px; left: 115px;">
    Keep updated with our latest products and offers from</span>

    So, however/wherever you’ve embed these you would need to go in and adjust the left style.

    in reply to: Footer Menu #1629

    StartupWP
    Keymaster

    It’s not a pretty solution, but:

    @media all and ( max-width: 1000px ) {
    #menu-my-footer-menu .menu-item-5650 a {
      left: 30px;
      position: absolute;
      top: 76px;
    }
    }
    in reply to: Start Up Options #1627

    StartupWP
    Keymaster

    This line is regarding automatic updates which require online access.

    We recommend testing online in a live (but hidden from public view of course) test install anyways for the best accuracy.

    Local testing usually cannot simulate exact server configuration and testing on your actually hosting account helps to avoid any surprises.

    in reply to: Background image not loading properly… #1626

    StartupWP
    Keymaster

    You’re welcome.

    in reply to: Background image not loading properly… #1623

    StartupWP
    Keymaster

    Add the following to your Custom CSS area:

    body {
      background: url("http://401regimenclassic.com/wp-content/uploads/2014/05/backshield.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    You’ll also want to update the social icons and copyright line so that they are more visible with:

    #social a img {
      background: #fff;
      opacity: 1;
    }
    #copyright, #copyright a {
      color: #fff;
      font-size: 16px;
      text-shadow: 1px 1px 1px #000;
    }

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

    in reply to: Background image not loading properly… #1621

    StartupWP
    Keymaster

    Can we get the link to both, your website, and the background image?

    in reply to: Nivo Slider #1619

    StartupWP
    Keymaster

    From all reports, the license nag appears to simply be a bug that doesn’t actually interfere with your use of the plugin.

    in reply to: Refund #1618

    StartupWP
    Keymaster

    Refund issued, you’re welcome.

    Hopefully you’ll give us another try for one of your projects in the future.

    Thank you.

    in reply to: Refund #1615

    StartupWP
    Keymaster

    @mafiosa5 – No worries, if you are not interested in our support to help you troubleshoot what the problem is (after you’ve checked the instructions: https://startupwp.com/topic/installing-your-theme/), please cancel the PayPal dispute you’ve started and we’ll get you a proper refund right away.

    Thank you.

    in reply to: Unzip File #1613

    StartupWP
    Keymaster

    You should only be attempting to install startuppro.zip that is contained within the main package zip that you initially downloaded.

    Please see: https://startupwp.com/topic/installing-your-theme/

    in reply to: Unzip File #1610

    StartupWP
    Keymaster

    Simply double-click on it, your computer will 99% likely be equipped to take it from there.

    in reply to: Hide Woocommerce Search Bar #1608

    StartupWP
    Keymaster

    Yeah, don’t always rely on the preview as it’ll only attempt to give an indication, but usually isn’t 100% accurate. It’s all apart of using different tools, finding their strengths and weaknesses and utilizing them best to get the job done.

    in reply to: Hide Woocommerce Search Bar #1606

    StartupWP
    Keymaster

    Looking at http://www.goutresolve.com/cart/ – Is “Cart” actually a page listed under Pages in your WP admin?

    If so, you can edit that page and change the Page Template to No Sidebar. Repeat for any other pages you want to make the change to.

    in reply to: Move Newsletter To Footer Menu #1604

    StartupWP
    Keymaster

    You’re welcome.

    in reply to: Social Profile Settings #1603

    StartupWP
    Keymaster

    You’re welcome.

    in reply to: Social Profile Settings #1599

    StartupWP
    Keymaster

    There are a number of ways to customize, answered here:

    https://startupwp.com/topic/social-media-icons/

    in reply to: Move Newsletter To Footer Menu #1598

    StartupWP
    Keymaster

    Not exactly sure what to advise here. However you got the initial newsletter widget to work, can you appropriate to the footer area?

    Perhaps you may want to follow up in that support topic where you first found the code.

    in reply to: Move Newsletter To Footer Menu #1595

    StartupWP
    Keymaster

    Can you add it back to the footer so we might be able to see and test the issue?

    in reply to: Move Newsletter To Footer Menu #1593

    StartupWP
    Keymaster

    Is the newsletter feature a plugin or manually coded in?

    Have you looked at trying to place the widget in the Footer Widget area under Appearance > Widgets or to paste the newsletter code into a Text widget there?

    While perhaps not ideal, a quick solution for the footer area that’s covering up your footer links is to add height: 0; to #copyright.

    in reply to: Nivo Slider not working #1592

    StartupWP
    Keymaster

    Although you posted in a topic that sounds similar to the issue you’re having, it actually is not. In fact, no one else has reported the problem you’re reporting. The reason this is important is that it narrows down the troubleshooting to there most likely being a specific issue in your setup and not an issue in WP, the theme or the plugin, although that is still possible.

    Next, we’ll want to check that everything is up-to-date, WordPress, theme and plugins?

    You’ll also want to just double-check the instructions again:

    https://startupwp.com/topic/setting-up-the-slider/

    If it’s still a no go, at that point, it’ll probably be easiest to get your login info privately by email and then investigate directly. If necessary, do we have permission to request info and access by email?

    Thank you.

    in reply to: Nivo Slider not working #1587

    StartupWP
    Keymaster

    @theoldscientist – Often, this means a jQuery or plugin conflict.

    Also, are you using a caching plugin like W3 Total Cache or WP Super Cache and have you tried deactivating all plugins except for Nivo?

    in reply to: Hide Post From Google Search #1585

    StartupWP
    Keymaster

    You’re welcome.

    in reply to: Hide Post From Google Search #1583

    StartupWP
    Keymaster

    Say you wanted to block access to http://yourwebsite.com/your-page-slug-here/ you could try:

    RewriteRule ^your-page-slug-here$ - [F]

Viewing 25 posts - 326 through 350 (of 893 total)