kronos

Forum Replies Created

Viewing 50 posts - 201 through 250 (of 340 total)
  • Author
    Posts
  • in reply to: Dropdown menu for secondary nav #10331
    kronos
    Customer

      No problem, glad everything is working!

      in reply to: Header color #10325
      kronos
      Customer

        Yes that is exactly what I’m referring to. You would need to look for the .head-wrap and change the background color to the color that you want –

        .head-wrap {
            background: #303236;
            margin: 0 0 40px;
        }
        in reply to: Dropdown menu for secondary nav #10323
        kronos
        Customer

          When creating your menus, just drag the menu that you want to start as a dropdown over to the right so it will indent. Here is the documentation from WordPress – http://en.support.wordpress.com/menus/

          And here is a video – http://www.youtube.com/watch?v=ybow7FytaKw

          in reply to: Footer color #10313
          kronos
          Customer

            Look for this on line 2630 –

            .footer-widgets {
            color: #aaa;
            font-size: 16px;
            font-size: 1rem;
            line-height: 1.4;
            }

            And look for this on line 2648 –

            .footer-widgets p {
                color: #fff;
            }

            And for the links, look for this on line 2644 –

            .footer-widgets a {
                color: #fff;
            }
            in reply to: Epik theme widgets #10312
            kronos
            Customer

              @arjanbakker There is a Read Me file in your theme folder that explains how to get the basics setup. It also includes a link to the tutorials for this theme which is located at the top of the Epik Forum. They are the Yellow Sticky Posts at the top. There are also General tutorials in the menu above – https://appfinite.com/tutorials/ which also explains how and where to setup the slider.

              in reply to: Header color #10311
              kronos
              Customer

                If it’s the background color (the entire color that surrounds the background of the header) then you would adjust this in your css. Look for this in your css – .head-wrap and you can change the background color from there.

                in reply to: nav bar menu item spacing problem #10303
                kronos
                Customer

                  Awesome! Glad I could help 馃檪

                  in reply to: Footer color #10290
                  kronos
                  Customer

                    Would need a link to your site to in order to tell you which part will need to adjusted.

                    in reply to: Header color #10289
                    kronos
                    Customer

                      Which color are you referring to? The header/logo or the background color of the entire header?

                      in reply to: nav bar menu item spacing problem #10285
                      kronos
                      Customer

                        @provirtual You can remove the letter spacing on line 1991 in your css –

                        .genesis-nav-menu {
                        color: #ccc;
                        font-size: 13px;
                        font-size: 0.8125rem;
                        font-weight: 700;
                        letter-spacing: 1px;
                        letter-spacing: 0.1rem;
                        line-height: 1.5;
                        }

                        Specifically this – letter-spacing: 0.1rem; …removing that from the above code fixes it.


                        @bf2426
                        I would still need a link in order to know what your issue is, otherwise there is no way to know since there is nothing I can inspect. Whenever you have one available I can take a look.

                        in reply to: Epik theme widgets #10267
                        kronos
                        Customer

                          You can drag a “Text” widget there, and then add the content inside of that widget. Genesis Child themes don’t come with Shortcodes (it’s not good practice, see here – http://justintadlock.com/archives/2011/05/02/dealing-with-shortcode-madness ). What they’ve done here is added the html that you can use inside of the widget areas. The html used in the demo can be found at the top of the Epik Forum – https://appfinite.com/forum/epik-theme-support/ (they are the yellow highlighted sticky posts)

                          in reply to: Divide "feature-5" widget area into 2 widget areas #10264
                          kronos
                          Customer

                            You would have to create another widget area next to it. It will take some basic PHP skills, but you can do this from your home.php file. Create your widget area and add it right under the home-feature-5 widget area. You’ll also need to register the new widget you create in your functions.php file (next to the others). And lastly you would need to create some css to style it in the way that you want, in addition to restyling the home-feature-5 widget.

                            in reply to: nav bar menu item spacing problem #10257
                            kronos
                            Customer

                              Your image isn’t show up, but we would need a link to your site in order to know what the issue is (images won’t be enough to inspect everything). If you can, try using the forums search since there are a lot of threads that cover something like this. I just saw this – https://appfinite.com/topic/epik-header-image-navigation-area/#post-8430 and sounds like your issue may be similar. Let me know if that works, if it doesn’t then post a link and I can see what it is.

                              in reply to: How to add logo besides homepage #10195
                              kronos
                              Customer

                                The only thing I can think of is to add your logo like normal, and then add display: none; for the header code…. You would need to add .home in front of your header code so it triggers the homepage only.

                                in reply to: I want to use the portfolio columns in the default template #10183
                                kronos
                                Customer

                                  Do you have a link to where this is taking place? I’m not quite understanding what you’re referring to exactly.

                                  in reply to: Jumpy Hover Effect in Legacy HTML5 #10182
                                  kronos
                                  Customer

                                    It’s showing up fine on my end. But the code that is causing it is the hover code you added at the bottom of your css –

                                    #accomm:hover {
                                        background-position: 0 -200px;
                                    }

                                    I tested in a couple browsers and it’s still showing smooth as it should.

                                    in reply to: Epik My Site PLEASE HLP #9981
                                    kronos
                                    Customer

                                      You already tried disabling all other plugins and trying that? Or maybe reinstalling WordPress?

                                      in reply to: Epik My Site PLEASE HLP #9947
                                      kronos
                                      Customer

                                        Epik didn’t crash your site, you most likely have other issues. There are no other reports of this happening, so you probably have something installed on your WP installation which is conflicting with other things.

                                        Epik won’t prevent any plugins from installing, there is no code inside of it that will do that.

                                        We would definitely need more information to know what’s going on, but I can assure you that Epik is not causing your issues. Do you have a link to your site?

                                        in reply to: Footer Widgets – Adding 4th Widget #9935
                                        kronos
                                        Customer

                                          Yes it’s easy to add one, but you’ll have to add the css for it. So if you’re familiar with css then it shouldn’t be a problem.

                                          To add one look in your functions file near line 124 or so and you’ll see this –

                                          //* Add support for 3-column footer widgets
                                          add_theme_support( 'genesis-footer-widgets', 3 );
                                          in reply to: Struggling to align elements in Header #9899
                                          kronos
                                          Customer

                                            I don’t see the code added in your stylesheet. Are you using a caching plugin or something that may be preventing the code from showing up…..or did you remove the code? I would need to see the code in there in order to know what needs to be adjusted.

                                            in reply to: Struggling to align elements in Header #9864
                                            kronos
                                            Customer

                                              I still don’t see it, but that code I added above should work. If you add it and the entire widget area falls under the logo to the next line, it’s because there isn’t enough room for the logo area and widget area to fit inside of the 1140px space. You can reduce the width on the logo/title area on line 1895 in your css file –

                                              .title-area {
                                              font-family: "Open Sans",sans-serif;
                                              font-weight: 700;
                                              float: left;
                                              padding: 0;
                                              padding: 0;
                                              width: 160px;
                                              }
                                              in reply to: images cut off in slider #9858
                                              kronos
                                              Customer

                                                Do you have a link?

                                                Usually most people use the Regenerate Thumbnails plugin whenever they add/modify the size of their images in the Slider Settings (or any settings). Just download and run that plugin and it should adjust them automatically – http://wordpress.org/plugins/regenerate-thumbnails/

                                                in reply to: Struggling to align elements in Header #9857
                                                kronos
                                                Customer

                                                  Did you remove it? I don’t see it.

                                                  You would need to add something like this to your css in order to make that happen –

                                                  .header-widget-area section {
                                                      float: left;
                                                  }

                                                  I’m not 100% sure if that will work since the search box isn’t there, but give it a try and see if it does.

                                                  in reply to: Struggling to align elements in Header #9843
                                                  kronos
                                                  Customer

                                                    Yes it’s supposed to do that since they are two separate widgets. Widgets are inside a div in most cases, and most of the time those divs show up on separate lines. In order to do what you’re trying to do, you would probably need to make the widgets float left or right in your css.

                                                    in reply to: Use home page layout widgets on other pages #9818
                                                    kronos
                                                    Customer

                                                      Are you asking is it possible to create the homepage look/layout on other pages? If so, then yes you can. Check out my comment here – https://appfinite.com/topic/make-other-pages-with-the-same-layou/#post-4784

                                                      in reply to: IE 10 Display issues. #9186
                                                      kronos
                                                      Customer

                                                        I don’t have IE either (mac user), but maybe the images in your css are set to 100% width (most Genesis themes are). Perhaps that may have something to do with it? I don’t know for sure, but I thought I’d at least mention that part just in case.

                                                        in reply to: Adding Community section from Agent Press #9165
                                                        kronos
                                                        Customer

                                                          Ok so which part are you referring to? I’m not familiar with Agent press and I dont see which section you’re referring to.

                                                          in reply to: Adding Community section from Agent Press #9119
                                                          kronos
                                                          Customer

                                                            Nothing showed up…

                                                            When you add a link here in the forum make sure it has the http:// part. You won’t need to do anything special, just add it like this – https://appfinite.com and it will automatically show up as a link here.

                                                            in reply to: Adding Community section from Agent Press #9104
                                                            kronos
                                                            Customer

                                                              Have a link so we can see?

                                                              in reply to: sub-nav height #9100
                                                              kronos
                                                              Customer

                                                                Do you have a link?

                                                                in reply to: Font #8979
                                                                kronos
                                                                Customer

                                                                  I see, it looks like the issue isn’t caused by the theme, it’s coming from the text and code you pasted in your content area. If you look at the source code it shows that you added this in when you pasted the text. When pasting things into WordPress you have to make sure you’re just pasting text, otherwise, if you copy/paste from something like Microsoft Word for example, it will add in a bunch of code from Microsoft that isn’t needed for your site.

                                                                  Here is the link to your page source – view-source:http://www.copyandartinaction.com/online-masterclasses/ …..or just right click and view page source to see that it’s all there.

                                                                  You’re going to need to go into your content/page editor and click the “Code” tab so it shows all of the hidden code that was added after you copy/pasted it in. Once you’re in there, then you can erase what you don’t need.

                                                                  Where did you copy/past from?

                                                                  in reply to: Epik Home Page (Rows and Slider) Style Applied to Other Pages #8958
                                                                  kronos
                                                                  Customer

                                                                    What issue?

                                                                    …Yes I have used the plugin before, but it was a long time ago.

                                                                    in reply to: Epik Home Page (Rows and Slider) Style Applied to Other Pages #8940
                                                                    kronos
                                                                    Customer

                                                                      I’ve used custom sidebar and it was decent….you just have to hunt down their docs or figure out how to use it.

                                                                      in reply to: Home Page #8929
                                                                      kronos
                                                                      Customer

                                                                        You’re supposed to do this from Settings > Reading in your WP backend (just like any other theme). This theme should show the latest posts by default if you don’t have any active widgets in your home widget areas…..which is sort of explained here – https://appfinite.com/tutorials/how-to-setup-the-home-and-blog-page/

                                                                        in reply to: Epik Home Page (Rows and Slider) Style Applied to Other Pages #8928
                                                                        kronos
                                                                        Customer

                                                                          This is a similar question that I’ve answered here before – https://appfinite.com/topic/make-other-pages-with-the-same-layou/#post-4784 Feel free to use the search on the main forum page if you need to find more related posts. That link should help you can get started.

                                                                          in reply to: Slider Images Not Displaying After Logo Update #8882
                                                                          kronos
                                                                          Customer

                                                                            Unfortunately it could be anything really. There is no way to know what caused the issue from our end since we can’t see what happened in your backend.

                                                                            If you can, post a link to your site….not sure if that will be enough to know, but it’s worth a try.

                                                                            Anyone else know what the issue could be?

                                                                            in reply to: Category widget does not show portfolio category pages #8881
                                                                            kronos
                                                                            Customer

                                                                              Download this plugin and you won’t have to add or edit any code – http://wordpress.org/plugins/genesis-layout-extras/ …it will show under the Genesis Menu when you hover over it in the admin.

                                                                              in reply to: Category widget does not show portfolio category pages #8878
                                                                              kronos
                                                                              Customer

                                                                                Yes that’s correct, the portfolio page is just a template, and isn’t related to your category widget. When you click your categories in your sidebar it is going to show them all in the blog style format. That’s the way it’s supposed to work in Genesis by default. The portfolio template only shows the posts in portfolio format if you access the page that uses the portfolio template. The category page is a template in and of itself (can be found inside the Genesis Framework) and will show the categories in it’s own way….it’s completely separate from the portfolio template.

                                                                                Hope this helps.

                                                                                in reply to: Epik Slider Image Size #8828
                                                                                kronos
                                                                                Customer

                                                                                  Yes they’re using the Genesis Responsive Slider, and the size in the demo is 1140px width and 400px height.

                                                                                  in reply to: Dumb question: Just bought Epik, but see no Portfolio anywhere #8825
                                                                                  kronos
                                                                                  Customer

                                                                                    Check out the portfolio tutorials in the Tutorials link – https://appfinite.com/tutorials/ their portfolio template is a little different than those themes, but that link should get you setup.

                                                                                    I’ve setup up a few sites using their portfolio template, so if you have any questions I can help.

                                                                                    in reply to: Copyright Info #8798
                                                                                    kronos
                                                                                    Customer

                                                                                      This is in your theme files….BUT I would definitely recommend you access it using an FTP program (you can do a google search for a tutorial on how to setup and use one). You’ll also need an html/css/php editor to edit the files.

                                                                                      You can use the WordPress editor if you want, but beware, if you make an error it will take your entire site down and show a white screen displaying the error, and I haven’t seen a way to undo it since theres no way to go back……Thats why it’s recommended to use FTP and an editor (nearly all developers/designers do this) as you can easily undo any mistakes. But if you’re going to use the WP editor, just make sure you copy and paste everything perfectly to avoid mistakes.

                                                                                      in reply to: Copyright Info #8789
                                                                                      kronos
                                                                                      Customer

                                                                                        That code is from the Genesis Framework….if you look at the StudioPress Code Snippets page you’ll see how to adjust certain parts of Genesis. Look in the Footer Section – http://my.studiopress.com/snippets/

                                                                                        in reply to: Column Classes 2:3 and 1:3? #8737
                                                                                        kronos
                                                                                        Customer

                                                                                          Yes you can do this. Just create two separate divs and and have them both set to float left. Make sure to add the width that you want and that should be it.

                                                                                          in reply to: Using Different Layout for Internal Pages #8709
                                                                                          kronos
                                                                                          Customer

                                                                                            My pleasure!

                                                                                            in reply to: Using Different Layout for Internal Pages #8683
                                                                                            kronos
                                                                                            Customer

                                                                                              It should already be setup that way by default…at least it is for me. If you look in the Genesis Theme Settings you’ll see where you can setup the default layout. Then if you want a specific page or post to use a different layout, you would set that option at the bottom in the layout section.

                                                                                              in reply to: WooCommerce Sidebar/Full Width #8682
                                                                                              kronos
                                                                                              Customer

                                                                                                I haven’t had any issues myself. I had the WooCommerce code registered in the functions file when I setup the site….(this was a client site). You may want to add your link so anyone else that reads this can see what’s going on.

                                                                                                in reply to: Drop Down Menus #8581
                                                                                                kronos
                                                                                                Customer

                                                                                                  You would do this from the Menus page. Just create a menu, and any link that you want to start as a dropdown, create other indented links right under it….basically just drag them over to the right. Here is the documentation on how to do that – http://codex.wordpress.org/WordPress_Menu_User_Guide and – http://en.support.wordpress.com/menus/

                                                                                                  in reply to: Header and Content #8562
                                                                                                  kronos
                                                                                                  Customer

                                                                                                    @BMECOM It appears to still be some confusion here….none of us own this site, or are employed by appfinite. So that’s what was meant by “no one is required to help” ….this site was created and managed by Wes, (who does most of the support)…..anyone else you see here is just a customer/community member, like yourself.

                                                                                                    I don’t think anyone misread what you were saying, everything was perfectly clear. The links to assist you are there, and have always been there….they are not located in the “right column”…(not even sure what you’re referring to when you mention that). The links inside of the yellow/highlighted posts are wrapped around text. So you’re not going to see something that says – “http://link-example.com” you would see something like this – “Epik 1.3 for Genesis 2.0 / HTML5 is now available!“….Based on what you wrote it seems like you were confused, but as long as you got it now that’s all that matters.

                                                                                                    in reply to: Header and Content #8552
                                                                                                    kronos
                                                                                                    Customer

                                                                                                      Wow, I have honestly never seen anyone have a problem setting up the demo, especially even when the instructions are laid out in the forum! If you’re still asking someone to send you a link at this point, you’re not trying.

                                                                                                      At least attempt to look at the links. If you’re not willing to do that or willing to follow the instructions, then no-one can help you.

                                                                                                      If coding websites is not you’re thing, I completely understand! It’s not always easy, but if you want to get better you have to be patient, and willing to do the work to get there. If you’re new to Genesis, Studiopress has an entire section on setting up Genesis if you haven’t seen it already – http://my.studiopress.com/ This is very helpful, it explains how Genesis works. The tutorials for the child theme are in those links above. StudioPress has documentation for Genesis at their site, and Wes has documentation for his theme here on his site. Make sense?

                                                                                                      in reply to: Header and Content #8545
                                                                                                      kronos
                                                                                                      Customer

                                                                                                        @BMECOM There isn’t just one post, there are multiple posts. He is referring to the yellow posts at the top of the Epik forum – https://appfinite.com/forum/epik-theme-support/ Can’t miss it 馃槈

                                                                                                      Viewing 50 posts - 201 through 250 (of 340 total)