kronos

Forum Replies Created

Viewing 50 posts - 151 through 200 (of 340 total)
  • Author
    Posts
  • in reply to: Site Footer #12218
    kronos
    Customer

      I can help, do you have a link to your site?

      kronos
      Customer

        I’m not sure if you can change the widget title to an h1. I think it’s possible, but you would have to add some code/php filter to make the change. Although you could just manually add it in if you’re already using a text widget. That’s exactly how they did it in a couple places on the demo.

        <h1>Title goes here</h1> and if you want to add a class to it you can <h1 class="widgettitle">Title goes here</h1>

        Does that help?

        in reply to: Primary Nav to Float Right #12053
        kronos
        Customer

          Yes just go to your Menu page and change the order of your menu.

          in reply to: Changing Length of Homepage Picture #12052
          kronos
          Customer

            150px = Top

            0 = Left/Right

            120px = bottom

            So however much space you add to the top make sure and add that to the bottom as well.

            in reply to: Home Feature 1 (Left) #12051
            kronos
            Customer

              That happened because the width pushes it past the widget area. Add the width back, but add 99% and it will show up again.

              in reply to: Is Epik 1.4 compatible with WP 3.9? #12046
              kronos
              Customer

                Yes it should be fine since it’s just covering the design, but it’s the Genesis Framework that you’d need to make sure of since it handles all of the other parts of the theme. The demo looks to be running on the latest version.

                Also, if you’ve made changes to any part of your theme make sure and back it up first, because replacing the files will override what you’ve done.

                in reply to: Logo positioning in Epik #12044
                kronos
                Customer

                  Forgot to mention I don’t have an iPad, so I didn’t want to make any guesses.

                  So anyone out there with an iPad can you please check #3 ?

                  in reply to: Edit css option #12040
                  kronos
                  Customer

                    Are you sure that isn’t your WordPress installation? Possibly Jetpack or another plugin?

                    in reply to: Changing Length of Homepage Picture #12039
                    kronos
                    Customer

                      You’ll have to add a widget (even if it’s an empty text widget) inside of the slider area, but you shouldn’t have to add them to any of the other widget areas. You can increase the padding for the slider, or add a min-height to it as well.

                      in reply to: Home Feature 1 (Left) #12038
                      kronos
                      Customer

                        There is a width of 300px added that should either be removed or adjusted –

                        .home-feature-bg-alt .featuredpage .page,
                        .home-feature-bg-alt .featuredpost .post {
                            float: left;
                            margin: 0;
                            overflow: hidden;
                            padding: 0 0 5px;
                            width: 300px;
                        }

                        This can be found on line 1403 in your style.css file.

                        in reply to: Theme demo export available? #12033
                        kronos
                        Customer

                          There is an XML file included inside the XML folder, but that will upload the content (posts, pages, etc) but it doesn’t load widget areas (not sure why). I saw mentioned in another thread that they were going to use a plugin to export everything so users can import the widgets.

                          Adding content inside of the widgets can be done by dragging whichever widget you want into a widget area. They’re using text widgets for the demo, so use one of those and add some text/html and thats pretty much it.

                          in reply to: Logo positioning in Epik #12032
                          kronos
                          Customer

                            To remove the logo on mobile browsers add the following code to your mobile section of your css –

                            .epik-black .site-header {
                            	background: none !important;
                            }
                            in reply to: How to keep Head-BG showing on Non Home Pages? #11971
                            kronos
                            Customer

                              That shows up from the image you add in your css under the .head-bg

                              background-image: url(images/home-img-1.jpg);

                              in reply to: Site Text Title Font Size #11845
                              kronos
                              Customer

                                Check out line 1669 for your site-header, and you can decrease the font from there.

                                in reply to: Secondary Navigation issue on mobile #11435
                                kronos
                                Customer

                                  You’re welcome 馃檪

                                  in reply to: Secondary Navigation issue on mobile #11431
                                  kronos
                                  Customer

                                    It’s the “float: right” part that you added which throws it off. You can keep that code, but you’d need to add float: none in your mobile section so it will override it when viewed on smaller browsers.

                                    kronos
                                    Customer

                                      It looks fine to me, I just tested with a Galaxy S4. I’ve seen someone mention that Android phones/Operating Systems are fragmented and render websites different than each other, it’s not consistent. So one phone may have issues while another will work perfectly fine. It could just be an OS issue, but it’s very difficult to know how to fix exactly especially if it’s an issue with Android software.

                                      in reply to: Secondary Navigation issue on mobile #11418
                                      kronos
                                      Customer

                                        Do you have a link to your site so I can see the issue?

                                        in reply to: Picture on front page not scaled properly on Android phone #11417
                                        kronos
                                        Customer

                                          I’d need a link to your site in order to see what’s going on.

                                          in reply to: How to add widgets from home page theme to inner pages #11361
                                          kronos
                                          Customer

                                            The home widgets are meant for the homepage, only. The other pages and post pages use the Primary and Secondary Sidebar widget areas. you can change the layout of the primary and secondary widget areas at the bottom of the page/post editor.

                                            in reply to: How to add widgets from home page theme to inner pages #11328
                                            kronos
                                            Customer

                                              Have you seen the Code Snippets and tutorials at the top of the Epik forum? – https://appfinite.com/forum/epik-theme-support/ The yellow sticky posts at the very top. You would add that code inside of a text widget whenever you want to use the code.

                                              The home widgets only show up on the homepage. For other pages, you can add content inside of the Primary and Secondary sidebar….and that will show up depending which layout you have setup. You can change layouts at the bottom of the page or post editor.

                                              in reply to: How to centered the Price Table ? #11320
                                              kronos
                                              Customer

                                                The pricing table was originally designed for 4 tables, so if you only need 3, then you could adjust the width of them all so it stretches to each end.

                                                Look on line 726 in your css and change the width to around 33% or so until you get the width you want –

                                                .plan-col, 
                                                .plan-col-popular {
                                                    width: 33%;
                                                }
                                                in reply to: How to reduce padding of Home Feature 7 #11318
                                                kronos
                                                Customer

                                                  The padding is coming from line 1338 in your css –

                                                  .home-feature-bg .wrap {
                                                  margin: 0 auto;
                                                  overflow: hidden;
                                                  padding: 40px 0 0;
                                                  width: 1140px;
                                                  }
                                                  in reply to: How to change the link color ? #11316
                                                  kronos
                                                  Customer

                                                    Looks like you’ve already found it? It’s on line 2649 in your css. –

                                                    .footer-widgets a {
                                                        color: #01b1c1;
                                                    }

                                                    The main footer area is on line 2728 –

                                                    .site-footer a {
                                                    color: #aaa;
                                                    font-weight: 400;
                                                    }
                                                    in reply to: How to change font ? #11302
                                                    kronos
                                                    Customer

                                                      it looks like you already added in place for your headers, but to do it sitewide you’ll need to look for this –

                                                      body {
                                                      	background: #f2f2f2;
                                                      	color: #333;
                                                      	font-family: 'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
                                                      	font-size: 18px;
                                                      	font-size: 1.125rem;
                                                      	font-weight: 300;
                                                      	line-height: 1.625;
                                                      }

                                                      Then you’ll need to follow whatever tutorial they have to setup the font with the theme. Just do a search for whoever you’re getting the font from (whoever is hosting it).

                                                      in reply to: How to change the link color ? #11301
                                                      kronos
                                                      Customer

                                                        Where exactly do you want to change this? There are multiple places in your theme that use different code, so I’d need to know which part you’re looking to change

                                                        in reply to: Text widgets vanished from home page! #11298
                                                        kronos
                                                        Customer

                                                          This is definitely not a Child theme issue, this all depends on other plugins you have installed, your WordPress Installation, or your Hosting company. There’s no telling what it could be, it could be a number of different things, but I would take a look at any of the suggested areas mentioned above to see what the cause is.

                                                          in reply to: Customized site not responsive #11297
                                                          kronos
                                                          Customer

                                                            If you make changes to any part of your css it could have an effect on your responsive code depending on what you change. The responsive section does enable everything to adjust for mobile, but if you add or change your widths in the main section of your code then it could throw things off if done improperly. You’ll have to go through your customizations and figure out where you made the changes in order to know what all you’ll need to adjust.

                                                            If it were 1 or 2 things I’d take a look, but it looks like there are a bunch of changes which caused this, which would take quite a bit of time to go through and figure out…..you may need to hire someone to go through and fix everything if you’re unable to find it all.

                                                            in reply to: What Slider To Use? #11296
                                                            kronos
                                                            Customer

                                                              The slider in the demo is the Genesis Responsive Slider…

                                                              “Why is this not documented”

                                                              It actually is, it’s located in your Read Me file. It’s also located in the General tutorials page – https://appfinite.com/tutorials/

                                                              “Is it because it doesn鈥檛 matter which slider is used?”

                                                              No it does not matter which slider you use. You can use any slider you want, they only have that slider in the demo as an example. Which is great because I wouldn’t want a theme that puts limits on what I can and can’t use. I personally use a couple premium sliders from codecanyon when I want something complex….but if I just need something simple to show images then I use the Genesis Responsive Slider.

                                                              The Genesis Responsive slider works perfectly fine with the latest WP (not sure what suggested it wasn’t tested). Just because it says it hasn’t been updated in a while doesn’t mean it won’t work. If plugins are created simple, and coded properly they won’t always need to be updated all the time if their done right the first time. Although if there are changes in WP that would require an update to the plugin, then StudioPress (the creators of that plugin) are usually quick to get it updated in time….they’re pretty good at doing that. So just give it a try, and if you don’t like it, then search the WordPress plugin area for another slider….you’ll have nothing to lose since it is free.

                                                              in reply to: Collapsing (responsive) primary nav menu #10960
                                                              kronos
                                                              Customer

                                                                Did you get it working like you needed?

                                                                in reply to: Remove render-blocking javascript #10957
                                                                kronos
                                                                Customer

                                                                  If your plugins are adding the scripts (assuming they are since Legacy doesn’t have any on the homepage)…then you would probably need to adjust those plugins. If the plugins have hooks/filters etc that allow you to edit/move things around then you could add it inside your themes functions file. That’s about all I can think of. If you need more specifics you would probably need to contact the plugin developers to see how you can make those adjustments.

                                                                  in reply to: Hack columns to be 1/3 – 2/3 ? #10947
                                                                  kronos
                                                                  Customer

                                                                    You could try using the same columns they have in the theme and add the first one as – one-third as the class for the first div, and then add one-half for the second div on the right. You could either adjust the width of the one-half class in your css to be wider, or just copy the code from the one-half, rename it, and then add your own code if you plan to use the one-half code in other parts of your site and want to keep everything consistent

                                                                    <div class="one-third first">
                                                                    <p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what is on your mind.</p>
                                                                    </div>
                                                                    
                                                                    <div class="one-half">
                                                                    <p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.</p>
                                                                    </div><!--formatted-->
                                                                    in reply to: Links not working on website #10943
                                                                    kronos
                                                                    Customer

                                                                      Seems to be working fine for me. I just checked in all of my browsers and everything is working.

                                                                      Which links aren’t working for you in particular?

                                                                      in reply to: Collapsing (responsive) primary nav menu #10886
                                                                      kronos
                                                                      Customer

                                                                        He mentioned in another thread that he’ll be adding this to the theme by default in a future update. Here is one of the links that I found from the forum – http://bit.ly/Ob2bQ7 That’s what I used.

                                                                        Make sure you remember to add the javascript code in your functions file, as well as the javascript file inside of the “lib” folder. If you leave one of those steps out then it won’t work. So make sure you have the javascript added.

                                                                        in reply to: Using the slider as a text widget, non responsive. #10827
                                                                        kronos
                                                                        Customer

                                                                          Your site shows a white page and says “Error establishing database” when I visit your link.

                                                                          in reply to: Using the slider as a text widget, non responsive. #10808
                                                                          kronos
                                                                          Customer

                                                                            I can’t see your page at the moment, do you have a link to your site?

                                                                            If you used another column (assuming you want 3 columns) you should actually change the word “half” to “third” instead.

                                                                            kronos
                                                                            Customer

                                                                              I’m not sure which link you want to change, the new or old version?

                                                                              Whichever one it is, you would look for .site-header or .head-wrap in the new version.

                                                                              …and #header or #head-wrap in the old version.

                                                                              in reply to: How to setup widgets for anything other than home page #10695
                                                                              kronos
                                                                              Customer

                                                                                Yes you can create multiple homepages by turning it into an actual page template. Right now it’s just the homepage, but you can convert it into a template. Take a look at @Eric’s comment for more info – https://appfinite.com/topic/home-page-layout-to-be-applied-to-internal-pages/#post-9566

                                                                                in reply to: Black background #10694
                                                                                kronos
                                                                                Customer

                                                                                  Your background is already black. If you want to make it darker look on line 2423 since you’re using the dark color scheme and change the color to #000

                                                                                  .ally-dark {
                                                                                      background-color: #222;
                                                                                      color: #aaa;
                                                                                  }
                                                                                  in reply to: Featured Header Image #10688
                                                                                  kronos
                                                                                  Customer

                                                                                    I’m not exactly sure how they have that setup…..but I’m guessing it would require quite a bit of time/coding to do. The closest thing I can think of is to add a widget area right after the header, and then use a plugin like “Custom Sidebars” to reuse that widget area on multiple pages to show your different images. Here is a tutorial on how to do something like that – http://bit.ly/1gi3o1E

                                                                                    If you want something different, like your featured image to show on different pages automatically, maybe you could ask that person how they did it. The worst thing they can do is say no, or not respond, but hey, it’s worth a try 馃檪 I do it all the time!

                                                                                    If anyone has any ideas on how this is done feel free to chime in.

                                                                                    in reply to: Black background #10687
                                                                                    kronos
                                                                                    Customer

                                                                                      Ok, so is this resolved?

                                                                                      in reply to: How to setup widgets for anything other than home page #10686
                                                                                      kronos
                                                                                      Customer

                                                                                        The only other widgets are the Primary and Secondary Widget areas…..those are the ones that show up on your Pages and Posts (depending on which layout you have setup). The homepage widgets are designed to only show up on the homepage, while the Primary and Secondary widgets show up on all other pages if your layout allows it to.

                                                                                        in reply to: Proper way to center text and button Home Feature #3 Gray #10659
                                                                                        kronos
                                                                                        Customer

                                                                                          Looks fine to me.

                                                                                          in reply to: Black background #10656
                                                                                          kronos
                                                                                          Customer

                                                                                            There appears to already be a black background. I assume you got it fixed?

                                                                                            in reply to: Proper way to center text and button Home Feature #3 Gray #10632
                                                                                            kronos
                                                                                            Customer

                                                                                              Yes that will work as well. That’s the “inline” way. Some people use css to do it if they plan to use the same code/class on multiple parts of the site and would rather manage all of them together at once, vs going through each inline code and making changes.

                                                                                              I would add the class and the css myself….you could also add all of the content inside one div and add the text-align: center to it and it would automatically center all of the text without having to add `style-“text-align: center;”‘ ….either way will work, just use whatever your comfortable with.

                                                                                              in reply to: Proper way to center text and button Home Feature #3 Gray #10628
                                                                                              kronos
                                                                                              Customer

                                                                                                Can they be in divs? If so, you can add this –

                                                                                                <div class="center"><p>An on-site photo shoot, extensive photo editing and delivery of appropriately licensed images included in all proposals.</p></div>

                                                                                                Or –

                                                                                                <p class="center">An on-site photo shoot, extensive photo editing and delivery of appropriately licensed images included in all proposals.</p>

                                                                                                Then add the styling for the “.center” class in your css –

                                                                                                .center {
                                                                                                    text-align: center;
                                                                                                }
                                                                                                in reply to: Proper way to center text and button Home Feature #3 Gray #10624
                                                                                                kronos
                                                                                                Customer

                                                                                                  text-align: center; is what you can use. Here is a link explaining – http://stackoverflow.com/questions/11478067/replacement-for-center

                                                                                                  in reply to: Using the slider as a text widget, non responsive. #10584
                                                                                                  kronos
                                                                                                  Customer

                                                                                                    Easiest way is to use the columns – http://demo.appfinite.net/epik/columns/

                                                                                                    <div class="one-half first">
                                                                                                    <p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.</p>
                                                                                                    </div>
                                                                                                    
                                                                                                    <div class="one-half">
                                                                                                    <p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.</p>
                                                                                                    </div>
                                                                                                    in reply to: How to add mini vertical lines to separate text in footer #10417
                                                                                                    kronos
                                                                                                    Customer

                                                                                                      I have no idea if you’re inserting it wrong. I would need a link to your site in order to be able to see what’s going on.

                                                                                                      in reply to: How to add mini vertical lines to separate text in footer #10367
                                                                                                      kronos
                                                                                                      Customer

                                                                                                        Are you referring to a border? –

                                                                                                        border-left: 1px solid #ddd;

                                                                                                        border-right: 1px solid #ddd;

                                                                                                      Viewing 50 posts - 151 through 200 (of 340 total)