Eric

Forum Replies Created

Viewing 50 posts - 101 through 150 (of 2,091 total)
  • Author
    Posts
  • in reply to: Image Height on Home Page #18764
    Eric
    Customer

      What size are you selecting when using the GFP widget?

      You can add your own sizes in your functions file. Look for something like this and then create your own –

      //* Add new image sizes
      add_image_size( 'featured-content-lg', 1200, 600, TRUE );
      add_image_size( 'featured-content-sm', 600, 400, TRUE );
      add_image_size( 'featured-content-th', 740, 340, TRUE );

      I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

      in reply to: Re: Blog Page Header Background Color #18698
      Eric
      Customer

        This will change the color to white. Locate .site-header in your css (should be around line 1159)

        .site-header {
        	background-color: #000;
        	border-bottom: 1px solid #ddd;
        	left: 0;
        	position: fixed;
        	top: 0;
        	width: 100%;
        	z-index: 999;
        }

        Change #000 to #fff

        .site-header {
        	background-color: #fff;
        

        To add space to the left of the logo. Add margin-left: 20px; to .site-title a

        .site-title a {
            margin-left: 20px;
        }

        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        in reply to: Pricing Table Interior Pages #18697
        Eric
        Customer

          I haven’t personally used one, although I probably should (to save time from trying to code everything on my own).

          I’d just try out the ones with the highest ratings first.


          I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

          in reply to: Sign up form doesn't work from Facebook app #18694
          Eric
          Customer

            That’s most likely an issue with either the APP or the plugin, as the Theme itself doesn’t affect the functionality of the plugin or FB app. I’d try and contact the Developer of the plugin to see if they’ve ran into this issue before.


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

            in reply to: Header Image #18689
            Eric
            Customer

              Here’s how to do it with CSS. You could adjust your CSS, or simply add the following code to your CSS and it would override it.

              .front-page .site-header {
                  margin-top: -60px !important;
                  padding: 0;
              }
              
              .site-header {
                  position: relative !important;
                  top: 80px !important;
              }
              
              .site-header.light {
              	background: none !important;
              }
              

              I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

              in reply to: Aspire Updates #18659
              Eric
              Customer

                They only upload the latest version of the theme, and not the older versions (which makes sense, since no one would want an older version). So if you have download access to the theme, it’s always going to be the latest version available. The version you’re looking at in your downloads is going to be the same version I can see on my account which is 1.1.2.

                In the future, if you open the style.css file it shows what version it is at the top of the file. This is the exact same way StudioPress creates their files.

                Anytime a new update is made, it’s announced on Social Media, plus here in the forum. There will be a Newsletter that you can sign up for soon that will send you an email once it’s ready.

                BTW, did you make any edits to your Theme Files? If not, then you’re good to go! Just upload the new version and you’re done 🙂


                I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                in reply to: Header Image #18654
                Eric
                Customer

                  Did you want to remove the sticky menu function? That would prevent it from doing that. You could also remove the white background and keep the background consistent if you wanted to as well. How exactly did you want your header to look?


                  I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                  in reply to: Aspire Updates #18653
                  Eric
                  Customer

                    You can download it from your account page. If you bought it here, the link to your account is at the bottom of the site. If you bought at SP then you can download from your account there.

                    There are no instructions for updating, if you haven’t made changes to your theme files directly (editing your CSS or PHP files) then you would simply delete, then install the new version.

                    If you have made changes, then of course updating would override those changes and you would have to manually add in the code that was changed in the files. Updating isn’t always necessary since it’s mostly minor modifications to the design. The functionality is still the same between version 1.1 and 1.2


                    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                    in reply to: Site does not support the widget #18648
                    Eric
                    Customer

                      Do you have a link to your site so we can see what the formatting actually looks like? I haven’t ran into that type of issue with that plugin.


                      I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                      in reply to: Pricing Table Interior Pages #18634
                      Eric
                      Customer

                        It’s possible to do, but you would have to create the HTML + the CSS to design it since this theme by default doesn’t include that feature.

                        If you don’t want to spend the time customizing/creating the code for it, then you could use a plugin that would do it automatically – https://wordpress.org/plugins/search.php?type=term&q=pricing+table


                        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                        in reply to: Re: Blog Page Header Background Color #18594
                        Eric
                        Customer

                          Hi, do you have a link to your site? I can tell you which lines of your CSS needs to be changed once I take a look.


                          I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                          in reply to: Template Demo Pages? #18593
                          Eric
                          Customer

                            I’m not sure what you’re referring to exactly, but if you’re talking about the Pages generated from the Demo XML file then there’s a solution. I would just set those particular pages to Private so you’re the only person that has the ability to see it (this is so Search Engines don’t pick’em up). That way, you can keep the pages and the content examples while removing it’s visibility to your visitors.


                            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                            in reply to: Aspire & Genesis Simple Menus #18573
                            Eric
                            Customer

                              Ok, let me take a look. At it, and I’ll report back.


                              I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                              in reply to: Aspire & Genesis Simple Menus #18542
                              Eric
                              Customer
                                This reply has been marked as private.
                                in reply to: Aspire & Genesis Simple Menus #18476
                                Eric
                                Customer

                                  Hi, Do you have a link I can take a look at with the Plugin Active so I can see what the issue may be?


                                  I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                  in reply to: Centering the site title logo – Classik #18465
                                  Eric
                                  Customer

                                    Do you have a link? I can get it figured out once I check it out.


                                    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                    in reply to: Multiple Landing Pages #18464
                                    Eric
                                    Customer

                                      Here’s how most people do it – https://appfinite.com/topic/home-page-layout-to-be-applied-to-internal-pages/#post-9566

                                      The “Custom Sidebars” plugin should help. There are other plugins as well, but that’s the one I’ve seen used most.


                                      I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                      Eric
                                      Customer

                                        Do you have a link to your site so I can see what needs to be changed for your font colors?

                                        “Is it possible to have the featured image showing next to the excerpt on the summary page?”

                                        If you have an example link to what you’re referring to I can help with that as well.


                                        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                        in reply to: Aspire Pro Not Updating #18404
                                        Eric
                                        Customer

                                          Not at the moment. Genesis Child themes don’t have that same feature as the Framework. This is how StudioPress and pretty much all 3rd Party Genesis Child themes are.

                                          Wes did mention the idea of creating a newsletter that people can sign up for whenever there are updates for certain themes. I’m not sure if he’s got that ready yet tho. Until then, he does announce updates on Twitter and other Social Media….as well as here in the forum.


                                          I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                          in reply to: Same page links bring you to wrong position #18403
                                          Eric
                                          Customer

                                            It looks like it’s working fine, but the reason it looks like that is because your Header (logo/menu) is in a fixed position when scrolling down. Since it is in a fixed position it shows up on top of the area you’re talking about.

                                            If you want to keep the Header as it is, then you can add more margin-top to the .site-inner in your code. To do so, look around line 646 in your style.css file and increase the margin-top from 110px to around 200px –

                                            .site-inner {
                                            	background-color: #fff;
                                            	clear: both;
                                            	margin-top: 200px;
                                            	position: relative;
                                            	z-index: 9;
                                            	-word-wrap: break-word;
                                            }

                                            Here’s how it currently looks – http://i.imgur.com/5tRZDtz.png

                                            And here’s how it will look if you increase the margins above – http://i.imgur.com/ixcuVYW.png


                                            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                            in reply to: theme setup code needed #18401
                                            Eric
                                            Customer

                                              It’s showing up fine for me. Are you saying you’re unable to see the Code Snippets displayed in the Documentation? The GitHub code snippets are where you can copy/paste the code from….(example) – https://appfinite.com/theme-setup/guru-theme-setup/#fp2

                                              Or are you saying you’re adding the code in your theme and it’s not showing up on your homepage?

                                              Also keep in mind, you can import all of the Home Page widgets at once by following these instructions – https://appfinite.com/theme-setup/guru-theme-setup/#ihp


                                              I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                              in reply to: Primary Navigation Menu #18400
                                              Eric
                                              Customer

                                                It’s definitely possible, but it would require some custom modifications to your CSS, so that would take a little bit of time to do.

                                                The way the menu already behaves the same way, it’s just styled differently CSS wise. Plus the Aspire theme’s menu turns into a Sticky menu when scrolling down.


                                                I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                in reply to: Epik Theme #18399
                                                Eric
                                                Customer

                                                  Great job 🙂


                                                  I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                  in reply to: woocommerce #18398
                                                  Eric
                                                  Customer

                                                    Also install the Genesis Connect plugin as well – https://wordpress.org/plugins/genesis-connect-woocommerce/


                                                    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                    in reply to: Front page 9 section displays vertical featured posts #18351
                                                    Eric
                                                    Customer

                                                      They’re actually using that same Plugin inside the demo. It’s mentioned in the Docs that it’s being used here – https://appfinite.com/theme-setup/aspire-theme-setup/#plu

                                                      Of course you can always write your own code if you prefer not to use it.


                                                      I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                      in reply to: Full-width image behind page titles. #18350
                                                      Eric
                                                      Customer

                                                        It’s possible, but it would take some time to create all of the code necessary to make it work.

                                                        You would have to customize your Theme’s PHP & CSS files to make this happen, or you could just hire a Dev to make this customization for you.


                                                        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                        in reply to: Overlay post title on featured image on front page #18348
                                                        Eric
                                                        Customer

                                                          Yeah to achieve that with CSS would take a bit of time to come up with. The Genesis Slider is definitely easier. I don’t know of any plugins that can achieve that.

                                                          What if you removed the slider, and added the HTML the slider generates inside of a text widget?

                                                          <div id="genesis-responsive-slider">
                                                          			<div class="flexslider">
                                                          				<ul class="slides">
                                                          										<li style="display: list-item;">
                                                          
                                                          											<div class="slide-excerpt slide-74708">
                                                          							<div class="slide-background"></div><!-- end .slide-background -->
                                                          							<div class="slide-excerpt-border ">
                                                          																<h2><a href="http://www.seenit.co.uk/video-star-wars-battlefront-bespin-dlc-trailer/" rel="bookmark">Video: Star Wars Battlefront – Bespin DLC trailer</a></h2>
                                                          															</div><!-- end .slide-excerpt-border  -->
                                                          						</div><!-- end .slide-excerpt -->
                                                          					
                                                          						<div class="slide-image">
                                                          												<a href="http://www.seenit.co.uk/video-star-wars-battlefront-bespin-dlc-trailer/" rel="bookmark"><img src="http://i2.wp.com/www.seenit.co.uk/wp-content/uploads/star-wars-batllefront-cloud.jpg?resize=1200%2C600" alt="Video: Star Wars Battlefront – Bespin DLC trailer"></a>
                                                          											</div><!-- end .slide-image -->
                                                          
                                                          					</li>
                                                          								</ul><!-- end ul.slides -->
                                                          			</div><!-- end .flexslider -->
                                                          		</div>

                                                          I’d try that and see if it works….it probably won’t if the slider doesn’t load the stylesheet due to it not being active in the slider. If that’s the case, you could always copy the CSS from the plugin and add it in your Theme’s style.css file or a custom file. I assume it should work if you do it that way…..which means you won’t have to use any plugins to achieve this effect.


                                                          I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                          in reply to: Stop custom header logo resizing #18347
                                                          Eric
                                                          Customer

                                                            You can either remove/comment out line 1231 –

                                                            .header-image .light .site-title > a {
                                                            	height: 56px;
                                                            }

                                                            Or you can add this to override it if you plan to add code to a custom area separate from the main CSS file –

                                                            .header-image .light .site-title > a {
                                                            	height: 76px;
                                                            }

                                                            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                            in reply to: new theme users' basic questions #18346
                                                            Eric
                                                            Customer

                                                              1. Yes you can Translate Genesis themes pretty easy. There are some tutorials you can search for if you need assistance – https://www.google.com/search?q=how+to+translate+genesis+themes&ie=utf-8&oe=utf-8

                                                              2. No, you just install it.

                                                              3. Yes you can use it on as many of your sites as you wish.


                                                              I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                              in reply to: Replace Front Page 1 Section with Soliloqoy Slider #18345
                                                              Eric
                                                              Customer

                                                                Take a look at this thread – https://appfinite.com/topic/replace-front-page-1-image-with-full-width-soliloquy-slider/


                                                                I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                in reply to: Front page 9 section displays vertical featured posts #18322
                                                                Eric
                                                                Customer

                                                                  That particular widget area is a Full Width area, and since the Genesis Featured Posts widget is designed to show “Vertical” posts by default, you would either have to add your own CSS to override it or use a plugin like this – https://github.com/calliaweb/featured-custom-post-type-widget-for-genesis/archive/master.zip

                                                                  This plugin is what a lot of Genesis users use to enhance the Featured Posts of the Genesis Framework. With this plugin, you can add multiple rows without needing to add any code. Download it and set the amount of Columns you want to appear and it should work – https://github.com/calliaweb/featured-custom-post-type-widget-for-genesis/archive/master.zip

                                                                  Here is where it comes from – https://github.com/calliaweb/featured-custom-post-type-widget-for-genesis There are other Developers who have their own version as well, but this should work fine.

                                                                  I wish they would add the Multi Column Feature as an option in the Genesis Framework’s Featured Posts area. That would be great 🙂


                                                                  I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                  Eric
                                                                  Customer

                                                                    If you add the code below, it will shrink the front-page-1 widget area to be limited to 390px –

                                                                    .front-page-1 .image-section {
                                                                        max-height: 390px;
                                                                    }

                                                                    You would need to add this to your Responsive Area of your CSS so it works with Mobile Devices.


                                                                    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                    in reply to: Aspire Pro Not Updating #18262
                                                                    Eric
                                                                    Customer

                                                                      Automatic updates only happen in the Genesis Framework. Genesis Child themes don’t have automatic updates, and the reason is because you’ll lose your changes if you made customizations to your theme as an update would overwrite it. That’s how it works with all Genesis Child themes.


                                                                      I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                      in reply to: Expanding nav bar #18252
                                                                      Eric
                                                                      Customer

                                                                        Yes if you want to make it a fixed header with everything the same size throughout scroll, then *comment out* line 1671 in the style.css file –

                                                                        .header-image .light .site-title > a {
                                                                        	/*height: 56px;*/
                                                                        }

                                                                        You can still have the rest of the header get smaller with the logo if you wanted to, but if you prefer the header to be the same size then the above code would do it.


                                                                        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                        Eric
                                                                        Customer

                                                                          You shouldn’t have to mess with any PHP files to get these themes installed (that’s pretty weird that error comes up with your hosting). I’ve personally installed most of Appfinite’s themes (plus many others) with no issue whatsoever. What hosting company are you using?

                                                                          Also, if you have FTP access, then you could easily upload any file regardless of the size to your site…..but you really shouldn’t have to do that just to upload a theme.

                                                                          If your hosting company doesn’t provide any answers to how to get your themes setup, then I’d just upload them using FTP. That’s what all developers use anyways to install and edit new themes.


                                                                          I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                          in reply to: Remove blog from home page #18149
                                                                          Eric
                                                                          Customer

                                                                            You can remove it from the Customizer page.


                                                                            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                            in reply to: Theme Version #18062
                                                                            Eric
                                                                            Customer

                                                                              Yes you have the latest version (1.3). Although, I know Wes is redeveloping this particular theme pretty soon, so there will be a new version. Not sure when though. He’s working on updating some of the other older themes at the moment and making them new again.

                                                                              He’s pretty good at keeping Themes up to date and relevant. That’s good news to people like me who have bought his themes back in 2011 🙂


                                                                              I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                              in reply to: Site title #18061
                                                                              Eric
                                                                              Customer

                                                                                You can hide the Site Title by adding a logo. Once you add a logo the site title text and description automatically disappears.

                                                                                This functionality actually has nothing to do with the Child theme (Guru), it’s the Genesis Framework that handles that handles the process of handling the Site Title and Description. The Child Theme just handles the design ON TOP of the Genesis Framework.


                                                                                I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                                in reply to: Home page images Version 1.1.2 #18060
                                                                                Eric
                                                                                Customer

                                                                                  It looks like he’s been working on it. I did see he mentioned something about another update coming soon, so that will probably be one of the fixes. I looked at the demo and it currently fills the entire screen.

                                                                                  This is the code you were referring to…..which seems to be fixed and different than what’s in 1.1.2 (which is why I assume he’s making an update to that part) –

                                                                                  .front-page-1,
                                                                                  .front-page-4,
                                                                                  .front-page-5,
                                                                                  .front-page-7,
                                                                                  .front-page-9,
                                                                                  .front-page-12 {
                                                                                  	/*background-attachment: fixed;*/
                                                                                  	background-position: 50% 0;
                                                                                  	background-repeat: no-repeat;
                                                                                  	-webkit-background-size: cover;
                                                                                  	-moz-background-size:    cover;
                                                                                  	background-size:         cover;
                                                                                  }

                                                                                  Changing the background size to cover seems to do the trick for larger monitors.


                                                                                  I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                                  in reply to: Parallax effect broken #18052
                                                                                  Eric
                                                                                  Customer

                                                                                    If you want it to function like the other users site you linked to, then you would need to “uncomment” the background-attachment: fixed; on line 1504 in your CSS

                                                                                    .front-page-1,
                                                                                    .front-page-4,
                                                                                    .front-page-5,
                                                                                    .front-page-7,
                                                                                    .front-page-9,
                                                                                    .front-page-12 {
                                                                                    	background-attachment: fixed;
                                                                                    	background-position: 50% 0;
                                                                                    	background-repeat: no-repeat;
                                                                                    	/*-webkit-background-size: cover;
                                                                                    	-moz-background-size:    cover;
                                                                                    	background-size:         cover;*/
                                                                                    }
                                                                                    

                                                                                    Then it should function in the same way.


                                                                                    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                                    Eric
                                                                                    Customer

                                                                                      "I noticed that on a ultra HD screen the position of the front page 1 widget is largely overlapped by the front page 2 widget so that it pretty much disappears out of sight."

                                                                                      Can you post a screenshot of what you’re seeing? We would need more information in order to be able to see what the issue might be. I’m looking at the Aspire theme demo on a large HD monitor, but everything looks fine on my end.

                                                                                      You should be able to start a New Thread by scrolling to the bottom of the Theme/Forum you want to ask your question in.

                                                                                      If you start a thread and someone replies to you and you’re unable to reply (even though you’re logged in), just hit your Reload button on your browser. Some users experience the Reply box disappears when trying to reply…..but reloading the page should instantly fix that. Here is more info if you’re interested – https://appfinite.com/topic/having-trouble-logging-in/


                                                                                      I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                                      Eric
                                                                                      Customer

                                                                                        @Abhishek There must be another plugin or something else conflicting with your Theme, because I’m using the same exact theme, with the exact Thumbnail size and mine shows up fine.

                                                                                        Are you already using the Regenerate Thumbnails plugin? If not, I’d highly recommend using that. Just download, install, then run the plugin and it automatically adjusts your thumbnails to the size you have set in your settings throughout your site. After you run that plugin, check the sizes again. If that doesn’t work, you’ll probably need to create a temporary login for one of us to take a look at what’s going on in your backend.

                                                                                        Your site loads up fast for me, the only thing that loads slow is the Facebook Banner in your sidebar. If you notice, your site loads up quick, but the Facebook Banner loads last and takes an extra sec to show up. I’m sure things like that affect your “Score”, but as mentioned earlier, you shouldn’t rely on “Scores” 100%. They’re ok for some things, but really don’t add much value.

                                                                                        If you take a look at some of the Big sites out there, you’ll notice they have low/medium scores as well. It will never be perfect, but that doesn’t mean your site isn’t setup properly. That’s why I never use them because are a waste of time for me.

                                                                                        Anyways, once we get your thumbnails fixed, your site will be even faster than what it is.

                                                                                        Let me know if the Regenerate Thumbnails plugin helps/makes a difference. I’m really curious on what is causing it to show up like that. Hopefully we can get this fixed quickly.


                                                                                        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                                        in reply to: Featured Custom Post Types #18013
                                                                                        Eric
                                                                                        Customer

                                                                                          Do you have a link to where this is taking place? It’s supposed to show up.


                                                                                          I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                                          Eric
                                                                                          Customer

                                                                                            @Abhishek I thought I’d chime in since I’m also a Vintage customer and have quite a bit of experience using Genesis and other themes from here.

                                                                                            If your site is displaying Large images that aren’t compressed, then that just means you haven’t selected the right thumbnail size in your settings. If you look at the demo, there are no uncompressed/large images, they are showing up at the same size. You may want to double check thumbnail settings.

                                                                                            Keep in mind, the Vintage theme you’re using doesn’t actually handle the image process, WordPress and the Genesis Framework is responsible for how it handles it. You can however, assign thumbnail sizes that you want to appear in the theme, but WordPress and Genesis are still responsible for how it shows up.

                                                                                            Also, I wouldn’t rely on Google Page Speed, as they have proven to be unreliable, and the scores they give are random and sometimes useless. I’ve tested sites using it and the score would change even when nothing on the site changed. I’ve even tried adjusting some of the things they suggested and it either made no difference, or the score went even lower.

                                                                                            When I visit the Vintage demo, the site loads up perfectly fine. It’s actually pretty quick for me.

                                                                                            Rather than rely on a 3rd party like Google or any other speed tester, I’d just clear your browser cache, and load up your site to test the speed manually (since your visitors will be doing that anyways). If it takes too long to load, then obviously there’s something slowing it down. If it’s loading up fast on your end, then it’s most likely loading fast for everyone else.

                                                                                            Remember to double check your thumbnail settings, as you’ll need to select the sizes you want to appear. By the way, what’s the link to your site? I can look at your code and see which thumbnails need to be changed.


                                                                                            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                                            in reply to: Video in Aspire frontpage #17993
                                                                                            Eric
                                                                                            Customer

                                                                                              It’s possible, but you’ll have to make some CSS modifications on your own to get it working. Here is the closest thing I found on the forum – https://appfinite.com/topic/delete-padding-around-video-on-home-page-reply/

                                                                                              Make sure and look at the site linked in the thread to see an example of it in action.


                                                                                              I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                                              in reply to: Changing front page widgets around #17933
                                                                                              Eric
                                                                                              Customer

                                                                                                Yes that’s exactly where you would need to do it. Just be careful that you don’t leave any errors since PHP errors cause your site to go down and become inaccessible without FTP.

                                                                                                If I were you I’d use an external editor so you can simply undo any mistakes you make. There’s no “undo” when using the WordPress editor. So definitely use FTP if at all possible.


                                                                                                I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                                                in reply to: How to add H1 to homepage #17842
                                                                                                Eric
                                                                                                Customer

                                                                                                  Oh, you’re using a text so you can just manually add it in –

                                                                                                  <h1 style="color: #fff;font-weight: 300;">It’s Time to Breathe Life into Your SEO and Online Marketing</h1>

                                                                                                  I added some inline code to make it show up as white. You can change that if you want.

                                                                                                  Also, HTML won’t work in the Title section of the Text widget, so you have to add this inside the Content box of the Text widget.


                                                                                                  I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                                                  in reply to: Problems with widgets & code #17841
                                                                                                  Eric
                                                                                                  Customer

                                                                                                    To create a link add this and replace it with your own url –
                                                                                                    <a href="http://google.com">Text Goes Here</a>

                                                                                                    To add a button using the button classes/code that comes with the theme’s CSS file –

                                                                                                    <a href="http://google.com" class="button large">Text Goes Here</a>

                                                                                                    Replace large with medium, or small. You can look in your CSS file in the Buttons section to see all of the different styles.

                                                                                                    HTML code works the same on any Theme or Website. You can learn the basics or search for specific code here – http://www.w3schools.com/html/html_basic.asp


                                                                                                    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                                                    Eric
                                                                                                    Customer

                                                                                                      I don’t think you can since they’re two separate sites with two separate systems. Anything that you’ve purchased from StudioPress you would download from your StudioPress account, and anything you’ve purchased from Appfinite would be downloaded from your account here.

                                                                                                      Wes keeps everything updated on both sites so you won’t miss out on anything if there’s an update.


                                                                                                      I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                                                      in reply to: Logo moves to centre when browser zoomed #17787
                                                                                                      Eric
                                                                                                      Customer

                                                                                                        Everything is working perfectly fine on my end.

                                                                                                        “Zooming in”, is not something that people do occasionally when viewing sites, so I wouldn’t worry about that since it’s not really an issue.

                                                                                                        When you do “Zoom In” on websites, all sites have the exact same result/response. It’s definitely not something you should be concerned about, and I don’t think it would be wise to design your code around a page being zoomed in, as it will be off and inconsistent with all of the visitors who you view your site regularly. Plus most visitors to your site won’t be zooming in to view your content anyways.

                                                                                                        Your design is looking pretty nice! You should send Wes an email or let him know about it. I think he’s building a showcase section, but I’ve also noticed he shares customer links on Twitter.


                                                                                                        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                                                      Viewing 50 posts - 101 through 150 (of 2,091 total)