scooby

Forum Replies Created

Viewing 50 posts - 101 through 150 (of 230 total)
  • Author
    Posts
  • in reply to: Header image size query #10585
    scooby
    Customer

      Take a look at this comment by Wes – https://appfinite.com/topic/reducing-the-height-of-the-top-area-that-holds-the-logo/#post-10489

      That’s how you can do it, but in your case, the line is 1959 in your css file.

      in reply to: Changing the "leave a comment" next to date #10583
      scooby
      Customer

        Check out the StudioPress code snippets page for ways to edit certain parts of your theme. Here is the direct link – http://my.studiopress.com/snippets/entry-header/#customize

        in reply to: Changing comments font color #10582
        scooby
        Customer

          Hi, do you have a link so I can see?

          in reply to: LOGO is not hyperlink to HOME Page #10496
          scooby
          Customer

            It would probably be easier to just use the Header Uploader when uploading a logo to a Genesis theme. All you have to do is find out the exact size of your image, and then change the size in your functions.php file to match that exact size. The code in your functions file looks like this –

            // Add support for custom header
            add_theme_support( 'genesis-custom-header', array(
            	'width' => 360,
            	'height' => 164
            ) );
            

            Then upload the logo in the WP header uploader and it should upload without needing to crop it. Once you do that, the hyperlink will show up. You may need to adjust the size of the hyperlink in your css depending on the height of your logo –

            .header-image .site-title a {
            	float: left;
            	min-height: 164px;
            	width: 100%;
            }

            Here is a tutorial on uploading logos – http://ow.ly/tpYME

            in reply to: Custom Header #10495
            scooby
            Customer

              You would need to change the header/logo size in your functions.php file first. Make sure you add the exact size of your image. Then upload your image in the WP header uploader and it won’t crop your image.

              in reply to: Epik and Ubermenu #10096
              scooby
              Customer

                I’m not sure what it could be, but there isn’t anything inside the Epik theme itself that would affect or prevent menus/submenus from showing up. The only file in the theme that could possibly affect the menus would be the functions.php file, and if you take a look at that file you’ll see there isn’t anything that would cause an issue. I’m also working on a site for a client that uses this plugin and it works fine.

                Since it is a 3rd party plugin, I would recommend contacting the Uber Menu Developers to figure out what’s going on.

                in reply to: Epik and Ubermenu #10091
                scooby
                Customer

                  It still looks fine to me, but I noticed you don’t have any sub menu links in your menu, so that’s why nothing is dropping down. I checked your code and I only see your top level menu items, but there are no other menu items (no submenu links). Once you add more links for the submenu then it should work.

                  in reply to: Epik and Ubermenu #10087
                  scooby
                  Customer

                    I haven’t had any problems with it at all, it works fine on my site.

                    What is the link to your site?

                    Also, please list the issues that you are having exactly.

                    in reply to: Suggestions for javascript customization? #9982
                    scooby
                    Customer

                      Well I know you can do the hover effect with css….but based on what I saw, you had something else going on where it would change to multiple colors, and it would remember what the last color was, right? I don’t think you can do that with css. I’m sure it could be done with jquery or html5, but I couldn’t find any tutorials out there that could do it….in a simple way at least.

                      in reply to: Suggestions for javascript customization? #9951
                      scooby
                      Customer

                        That might be difficult since it’s dealing with javascript. Javascripts a bit more complicated which means it could be a number of things causing that issue. If I come across any plugins that can do that for you I’ll let you know.

                        in reply to: Skope Home #9950
                        scooby
                        Customer

                          I’m wondering if it’s because of Genesis 2.0? I know that there is going to be a major update to this theme to make it HTML5 and work with Genesis 2.0. At least that’s what Wes mentioned not too long ago. I’d try asking him to see if or when that update will happen. This is of course assuming that it just needs to be updated.

                          in reply to: Translation problem #9776
                          scooby
                          Customer

                            The portfolio template has it’s own code to add a read more button inside the file. So you may need to go in and manually change the text and see if that works.

                            in reply to: Turn off responsiveness #8738
                            scooby
                            Customer

                              To turn off the responsive features, just scroll to the bottom of your css and remove the code (it’s labeled under media queries). You’ll also need to remove the responsive code in your functions file –

                              //* Add viewport meta tag for mobile browsers
                              add_theme_support( 'genesis-responsive-viewport' );
                              in reply to: Portfolio setting #7594
                              scooby
                              Customer
                                in reply to: Multiply Portfolio Pages #7593
                                scooby
                                Customer

                                  The latest version allows you to do this, see here – http://demo.appfinite.net/optimal/portfolio Redownload the new version from your account and look at the portfolio file. If you’ve made changes to your files, you’ll have to manually change everything yourself.

                                  in reply to: Epik HTML5 #7592
                                  scooby
                                  Customer

                                    No you just redownload the theme from your account (wherever you purchased it from) and you’ll have the latest updated version. See here – https://appfinite.com/topic/epik-1-3-for-genesis-2-0-html5-is-now-available/

                                    in reply to: Landing page #7490
                                    scooby
                                    Customer
                                      in reply to: Static Image on Ally Home Page #7483
                                      scooby
                                      Customer

                                        Any slider, since your questions is about the width.

                                        in reply to: Static Image on Ally Home Page #7450
                                        scooby
                                        Customer

                                          The largest size the image should be is 960px since thats the size of the theme you’re using (btw they released a new version of this theme). The slider should be responsive, so you may want to login and download the plugin to make sure you have the latest version.

                                          in reply to: pricing tables from Epik to Adapt #7446
                                          scooby
                                          Customer

                                            It’s just css, so you should be able to just copy it from one and add it to another…of course you’ll probably have to make some minor customizations if you want it to look exactly like Epik.

                                            in reply to: Mobile responsive CSS Editing in Epik #7294
                                            scooby
                                            Customer

                                              Yeah theres an entire responsive section at the bottom of your css file. They have it labeled by browser size.

                                              in reply to: Change my forum avatar #7197
                                              scooby
                                              Customer

                                                WordPress and bbpress (and a lot of other services) use a global image from Gravatar – http://en.gravatar.com Its a global avatar that you can use on multiple sites without having to upload an image every time you sign up or use a WordPress site. So sign up there, and then upload an image and it will show up here and also on Blogs when you make a comment on a site that uses WordPress.

                                                in reply to: Comments box #6817
                                                scooby
                                                Customer

                                                  Glad I could help 馃檪

                                                  in reply to: Comments box #6806
                                                  scooby
                                                  Customer

                                                    I’m sure it’s just a setting somewhere. have you looked at Settings > Discussion in your admin? Make sure everything is setup properly there as well.

                                                    Each post should have an option to turn them on or off as well….you may have to enable it in your Screen Options at the top of the post editor

                                                    in reply to: Slider Image Behind Site Header #6805
                                                    scooby
                                                    Customer

                                                      I’ve tried doing the same thing, but couldn’t get it working myself. So if anyone else is reading this and would like to help out I’d appreciate it.

                                                      Here is what I have been able to do….Warning, it may not be the correct way so don’t rely on it 100% 馃槈

                                                      If you reverse the order so the #head-wrap (div around the header) is on bottom of the slider….meaning move the slider up on top, then you could add position: relative; bottom: 250px; background: none; to the #head-wrap and that would remove the background, and move the position of it so it shows up above and on top of the slider. Weird, I know…but it sort of works as you can see here – http://i.imgur.com/MWe4M82.png

                                                      I’d at least start with something like that and just play around with it to see if you can get it working.

                                                      If anyone else has a better way let me know.

                                                      in reply to: Epik Theme #6802
                                                      scooby
                                                      Customer

                                                        @wzeqirl You may have missed the Read Me file in your theme. It explains where all the tutorials and code snippets are.

                                                        To setup your theme as the demo, take a look at the top of the Epik Forum page at all the highlighted sticky posts – https://appfinite.com/forums/ They are at the top of the Forum.

                                                        As @Abigailjane mentioned, the General tutorials are here – https://appfinite.com/tutorials/ ….but to setup the demo, the tutorials are at the top of the Epik Forum.

                                                        By the way, your “Private Reply” doesn’t show up for regular customers/members. Private Replies can only be seen by Moderators. As you can see under the profile, me and @Abigailjane are regular customers/members like you. So you’ll have to reply the normal way in order for us to see it and help you if you have any questions.

                                                        in reply to: Choosing a Siderbar #6801
                                                        scooby
                                                        Customer

                                                          Yeah thats just the way the Genesis Framework is designed. It’s not due to the child theme.

                                                          I remember seeing someone offer some code that would enable you to switch it I think.

                                                          So what exact order are you trying to have everything appear?

                                                          in reply to: Choosing a Siderbar #6701
                                                          scooby
                                                          Customer

                                                            On your page editor, look at the bottom of the page and you’ll see the different layouts you can choose from for each page.

                                                            in reply to: Theme Update Notification #6700
                                                            scooby
                                                            Customer

                                                              You have to delete the current theme and upload the new one. Same thing happened to me with another theme and it took me forever to figure it out. That’s just the way WordPress works.

                                                              in reply to: Change color of the box surrounding home feature 1 and 2 #6699
                                                              scooby
                                                              Customer

                                                                If you have a link I can take a look to see what it could be.

                                                                in reply to: Spots before my eyes #6698
                                                                scooby
                                                                Customer

                                                                  If that happens you could add something like list-style: none; to your code….but I wouldn’t know where exactly to put it since I can’t see your site. Try that out and see if it works, if you can’t find exactly where to add it, then send me a link if you can and I’ll take a look.

                                                                  in reply to: Genesis Responsive Slider Off Center #6655
                                                                  scooby
                                                                  Customer

                                                                    I was wondering the same thing, until I realized I only had one image in the slider. Thanks for clearing that up Eric.

                                                                    in reply to: Call to action #6654
                                                                    scooby
                                                                    Customer

                                                                      Here is something I’ve seen linked here before – http://www.carriedils.com/add-widget-area-below-nav/.

                                                                      in reply to: Change color of the box surrounding home feature 1 and 2 #6636
                                                                      scooby
                                                                      Customer

                                                                        Depending on which version you’re using you’ll see an ID or class called – home-feature-bg or home-feature-bg-alt in your home.php file. Your home.php file is where all of this is taking place, so simply change the one div that surrounds the widget you want to change and then add a new ID/Class….then style it in your css.

                                                                        in reply to: background image on a page? #6631
                                                                        scooby
                                                                        Customer

                                                                          It depends, which part of the page? The entire page? or just a specific area? Also, are you trying to do this throughout the entire site or just that specific page?

                                                                          Sitewide – you could just add something to the body on line 152

                                                                          For that specific page you’d need to create code for that particular page ID/Class, which is page-id-1152 and then add that in front of .site-inner. Here is the site-inner code which wraps the content area (on line 552 in your css) –

                                                                          .site-inner {
                                                                              background: #f5f5f5;
                                                                              clear: both;
                                                                              padding-top: 40px;
                                                                              padding-top: 2.5rem;
                                                                          }

                                                                          you would need to add separate code like this – .page-id-1152 .site-inner

                                                                          in reply to: Change Front Page FROM Full Content TO Content & Sidebar #6630
                                                                          scooby
                                                                          Customer

                                                                            Yeah, there are a lot of changes that would need to be made in order to do this. Since that would go way beyond the scope of support, you’re better off hiring someone to do this for you, either that or learning how to code html, css, php, etc. It would take some time to do this, as there are many adjustments that are needed.

                                                                            If there was a link or tutorial that I knew of I’d at least point you in the right direction so you could try it out, but this type of customization is unique and I don’t think one exists at the moment.

                                                                            in reply to: Responsice Slider issue #6628
                                                                            scooby
                                                                            Customer

                                                                              Take a look here for the basics – https://appfinite.com/tutorials/how-to-add-the-genesis-responsive-slider/ and something like this for everything else – http://www.youtube.com/watch?v=ZJ29XTzSU14

                                                                              scooby
                                                                              Customer

                                                                                You have to uncomment the featured image code with prettyPhoto and then comment out the other featured image code – https://appfinite.com/topic/how-to-use-prettyphoto-plugin/

                                                                                That link is for the Epik theme, but the same applies for this one as well.

                                                                                in reply to: Change color of the box surrounding home feature 1 and 2 #6624
                                                                                scooby
                                                                                Customer

                                                                                  You have to replace the div that surrounds it with your own – home-feature-bg or home-feature-bg-alt. They reuse the divs so they don’t have to keep adding new code for each widget. So just create your own in the home.php file, and make sure and add your css to style it however you want.

                                                                                  in reply to: background image on a page? #6623
                                                                                  scooby
                                                                                  Customer

                                                                                    I can’t see what you wrote, the Private Replies can only be seen by Moderators, not regular members –

                                                                                    You’ll have to post it the regular way in order for me to see it.

                                                                                    in reply to: Change Front Page FROM Full Content TO Content & Sidebar #6622
                                                                                    scooby
                                                                                    Customer

                                                                                      “the sidebar appeared below the home widgets and nothing on the left (i.e. content part). The home widgets took the whole space and the sidebar went below them.”

                                                                                      Thats what I mentioned above. The content area will be blank and then your sidebar will appear on the side, but your Home Widgets should appear on top. Thats just the way the file was designed. There is no “Content” area that will show up, because there’s no place to add content since this file is developed for widgets.

                                                                                      I’m not really sure what you’re trying to do exactly, but I’m sure it would be easier to just use the widgets. Anything beyond that then I’d recommend you do a Google search for creating custom page templates in WordPress/Genesis. It’s probably not easy if you’re not familiar with coding, and if that’s the case then you’d probably need to hire one of the developers around here to develop this for you….depending on what all you need.

                                                                                      in reply to: Theme Bug? On Mobile Dropdown Submenu Goes Off Screen #6612
                                                                                      scooby
                                                                                      Customer

                                                                                        I still don’t think its a major issue, and I’m guessing StudioPress doesn’t either or they would have changed it along time ago. But, that definitely doesn’t mean you have to keep it that way if you don’t like it. You could try and add your own custom css to make each sub menu expand vertically. Of course you’ll need to know css in order to do this. If not, then I’d just hire one of the developers around here to do it for you.

                                                                                        Hope that helps.

                                                                                        in reply to: Change Front Page FROM Full Content TO Content & Sidebar #6610
                                                                                        scooby
                                                                                        Customer

                                                                                          You’ll see this in the top area of your home.php file –

                                                                                          add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' );

                                                                                          You could remove or change it and the layout will show up at the bottom of all the home widgets. Your content is not going to show because the home.php file is a separate file…meaning it loads automatically if widgets are added to it, and you wouldn’t need to create a page called home. Here is what I’m talking about – https://appfinite.com/tutorials/how-to-setup-the-home-and-blog-page/ …So once you do that your primary sidebar will probably show, but your content won’t, because there is no place to add any content since this isn’t a regular page. It’s for widget content. I’ve actually just used the Genesis Featured Posts widget to show my blog posts on the home page. Much easier. Hope that helps.

                                                                                          in reply to: background image on a page? #6551
                                                                                          scooby
                                                                                          Customer

                                                                                            Sure I can help. If you can post a link to your site I can tell you exactly what needs to be changed.

                                                                                            in reply to: Theme Bug? On Mobile Dropdown Submenu Goes Off Screen #6550
                                                                                            scooby
                                                                                            Customer

                                                                                              Also, just to let you know, there is a newer updated version of this theme (version 1.3). It’s designed for Genesis 2.0/HTML5 You could probably just replace your current theme with the new one since you haven’t added any custom code.

                                                                                              in reply to: Theme Bug? On Mobile Dropdown Submenu Goes Off Screen #6549
                                                                                              scooby
                                                                                              Customer

                                                                                                My mistake I thought you were referring to the Secondary Menu.

                                                                                                But this is actually how all Genesis themes function when using Sub Menus that expand beyond the width of the mobile browser. I still wouldn’t consider this a bug since all you would have to do is open up the menu, and then drag/slide the site over to see the submenu. I believe this is the intention with the Genesis Framework. You can see the in Genesis Demo – http://genesisframework.com that the same thing occurs.

                                                                                                Any other time the site can’t be dragged over to the left or right since it’s responsive and will already be adjusted to fit your screen, but once you open a submenu your phone’s browser will allow you to move the site to the left in order to see whats on the right. Does that make sense?

                                                                                                I just checked your site on my phone and it looks fine, even with the submenu expanding beyond the screen. I’m sure most of your visitors will automatically know to drag the site over when they see a menu expand.

                                                                                                scooby
                                                                                                Customer

                                                                                                  Check out Eric’s comment for the first question – https://appfinite.com/topic/big-picture/#post-5572 it should be a similar solution.

                                                                                                  For the second question, whatever code or plugin you add to a responsive theme would need to be responsive as well in order to work. I looked at the code, and I can see there is a fixed width of 1000px. If you remove the 1000px code then it will adjust to the width and be responsive. The code ID I’m referring to is this – #mc_embed_signup

                                                                                                  I agree with the 1 question per thread rule because it’s way easier for users like me and others when searching for questions/solutions. When there are threads with a lot of posts that contain multiple topics it gets frustrating when trying to find what you’re looking for. That’s why they want us to do this. You may already know this, but I’m posting so others can see just in case they don’t lol.

                                                                                                  Let me know if that answers your questions.

                                                                                                  in reply to: Theme Bug? On Mobile Dropdown Submenu Goes Off Screen #6545
                                                                                                  scooby
                                                                                                  Customer

                                                                                                    I doubt it’s a bug with the theme because I’m using it myself and it’s working fine. If you’ve customized the css then maybe there is an error in your code somewhere…

                                                                                                    What version of Legacy and Genesis are you using?

                                                                                                    Please post a link to your site as we would need it in order to see what’s going on.

                                                                                                    in reply to: Private: Epik in general #6436
                                                                                                    scooby
                                                                                                    Customer

                                                                                                      Actually that’s not correct, Wes created plenty of documentation all throughout the site. I’m guessing you haven’t read the README file located in your theme. It’s always best to actually read the Readme when using a theme, it will explain where the documentation/code snippets can be found.

                                                                                                      For Epik tutorials on how the frontpage was created (and other details) take a look at the Epik Forum page at the top, its the highlighted sticky posts – https://appfinite.com/forum/epik-theme-support/ ….There are also some general tutorials in the tutorials link in the menu. This has made the entire process very simple for me and many others.

                                                                                                      There is more than enough documentation provided to make the demo. Although, none of that is needed, all you have to do is add widget content inside the widget areas. It’s pretty straightforward just like all Genesis themes. You’re in total control of what you want to be displayed in your site whether you want it to look like the demo or not. You’re not required to duplicate the demo, you can create whatever you want.

                                                                                                      Again, this is all mentioned inside the README file.

                                                                                                      scooby
                                                                                                      Customer

                                                                                                        Oh wow! Nevermind lol.

                                                                                                        I had no idea it cost $99 for a basic slider. And for every year? Not to bash him or anything, but you’re right, that model will not work for long. I could understand if it had a ton of options and things, but from what I’ve seen it does the same thing as any other basic responsive slider. The slider in the Ally theme demo costs $15 and does way more…..and you only pay once!

                                                                                                        I do remember his slider coming out around the time when responsive sites were just getting popular, so it would have made sense then. But not now. And I cringe when I read the title – “Best Responsive WordPress Slider”. If I sound too harsh it’s not my intention (He’s a good guy), I’m just shocked at all this.

                                                                                                        Oh well. Thanks for getting back with me. You saved me some time and money 馃檪

                                                                                                      Viewing 50 posts - 101 through 150 (of 230 total)