Search Results for 'blog'

Homepage Community Forums Search Search Results for 'blog'

Viewing 50 results - 601 through 650 (of 828 total)
  • Author
    Search Results
  • #7197

    In reply to: Change my forum avatar

    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.

      #7195
      CADsmarter
      Customer

        Hi again
        Just to clarify my question…I wrote it in a hurry and it probably wasn’t clear.
        I want to know how to have the Jetpack blog subscription widget fit into the area in the red rectangle in the first image above rather than stretching out sideways and also forcing the header down as in the second image above.
        Thanks
        Paul

        #7190
        CADsmarter
        Customer

          Hi kronos
          I want to add the jetpack blog subscription widget to the header of my site. I want it to fit under the social media icons – see attached image with the area highlighted in red

          CADsmarter_header

          I’ve tried adding the jetpack blog subscription widget to the header right widget area – but it shows up as per this image

          CADsmarter_header_subscription

          Regards
          Paul

          #7186
          Eric
          Customer

            You’re Welcome!

            I just remembered this – https://appfinite.com/tutorials/how-to-setup-the-home-and-blog-page/ in the tutorials. Its about setting up a homepage.

            Let us know if you have any other questions.

            @dev777 thanks for the assistance.


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

            #7166
            Chris Correia
            Customer

              Thanks, Eric and dev77. I got them going. Different issue. I had the Static Front Page set to “static page” rather than “show latest posts.” I was thinking since my front page is not a blog, then make it static. Wrong.

              Your answers both are helping me better understand WordPress and Genesis, if only in a “piecing the big puzzle together” way.

              Now let’s see what other problem I can face. Thankfully, it’s probably content at the moment. . .

              #7128
              Eric
              Customer

                No it’s not an error or “weird” or anything, this is actually a WordPress feature. The way it works is if you’re using a theme that has a home.php file, it will show the Blog by default. Once you add any widget to any of the home widget areas then the home widgets will show. This is the way it’s supposed to be since not everyone needs to use the Home widgets, especially those that just need a blog.

                Most of the Homepages have this activation feature in Genesis.


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

                #7122
                dev77
                Customer

                  Genesis is weird. If you don’t put something in one of the other widget areas (like “welcome” or one of the “home bottom” boxes, none of the widget areas show and homepage defaults to a blog page. Throw a text widget with some typing in it in “welcome” and see if slider shows.

                  #7097
                  Terence
                  Customer

                    If you look at the portfolio page at http://demo.appfinite.com/epik/portfolio/ you will notice the read-more links are buttonized, and not bracketed text, as on blog pages.

                    How can I make the read-more links on the blog pages buttonized too?

                    #7081
                    Mike
                    Customer

                      Thks Eric, yep couldn’t solve that one. I don’t suppose there’s some shortcode type functionality that could display a particular portfolio (blog) category?

                      #7041
                      Eric
                      Customer

                        Since I reply to a lot of posts here you’ll have to remind me or send the link where I said that. I can’t remember what you’re referring to.

                        And what are you not understanding exactly?


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

                        #7029
                        Terence
                        Customer

                          @Eric

                          .entry-content p {
                              clear: both;
                          }

                          Yup, it solved one problem, but then I found it had caused dozens of others.

                          What did you mean “You could probably add a clear: both to the paragraph tags, but just in your content areas”?

                          I see the words but I am not understanding their meaning.

                          #6987
                          Terence
                          Customer

                            Damn, you’re good!

                            [clear] by itself wouldn’t do it. I scratched my head for days.

                            Mike
                            Customer

                              Cheers Eric. I’m actually referring to the standard blog portfolio page layout in Epik.

                              Yes, you can insert the genesis featured posts, but the CSS layout of the exist Epik portfolio looks a lot better

                              i.e trying to get it to look like http://mikemetcalfe.co/blogs/hotels-resorts-tourism/ in a homepage widget

                              #6953

                              In reply to: Front Page Woes

                              Eric
                              Customer

                                Have you seen this tutorial for the homepage? – https://appfinite.com/tutorials/how-to-setup-the-home-and-blog-page/

                                Also, there were some code snippets/tutorials created for Epik here – https://appfinite.com/forum/epik-theme-support/ at the top….They are the highlighted sticky posts.

                                You can just use the “Home” link for the menu and it will link to your home/frontpage. Click “view all” for it to show on the menu page.


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

                                #6951
                                Eric
                                Customer

                                  Oh yeah I’ve seen this on many Genesis themes. I think its because some images scale differently than others depending on the size. So if you have a large vertical image and set the image size to 900px wide, it probably won’t stretch to 900px. WP does this to avoid your images from looking to distorted and stretched.

                                  You could probably add a clear: both to the paragraph tags, but just in your content areas.

                                  .entry-content p {
                                      clear: both;
                                  }

                                  I’m sure that will work, but it may affect other areas of your site if you plan to have images float left next to a paragraph that is designed to “clear”


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

                                  #6908
                                  Wes
                                  Moderator

                                    This is actually going to be fixed in an update coming soon. The reason you’re seeing a white background is because of the code in the “.entry“. If you look at other parts of your site that use “.entry” (the blog for example) it should have a white background. When you add a featured image inside of the footer widgets area, it’s just using that white background.

                                    To fix it, you can remove it by adding this in your css –

                                    .footer-widgets .entry {
                                        background: none;
                                    }
                                    #6902
                                    lisao
                                    Customer

                                      Never mind, I found it. It’s a setting in the Theme Settings area.

                                      #6901
                                      lisao
                                      Customer

                                        Instead of using the Portfolio I’ve decided to just use the default blog; but, when I choose this option it only shows two sentences of each post. Is there an easy way to change this and allow more characters to show? Here’s a link: http://www.originalginger.com/demos/firstclass/blog/ (work in progress)

                                        #6895
                                        lisao
                                        Customer

                                          Hi Eric, thanks for getting back to me. I appreciate the links. Very helpful.

                                          #6882
                                          Eric
                                          Customer

                                            You’ll have to manually update your theme if you want to keep your css changes.

                                            Since the Genesis Framework has made many updates and changes, that means the child theme will have to as well. You can manually do it all if you wanted to and it should work fine…..but there’s not really an easy way to explain other than just going through and manually doing it.

                                            You could take a look here – https://appfinite.com/topic/legacy-1-3-for-genesis-2-0-html5-is-now-available/ but that’s just the basics to point you in the right direction.

                                            I’d use something like diffchecker.com to compare the differences. The portfolio file had to be redeveloped to work with the latest version of Genesis.


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

                                            #6869
                                            lisao
                                            Customer

                                              Oh no! I just figured out that I’m using the 1.0 version of Legacy instead of the latest version. Does anyone know what PHP or CSS I need to add in order to limit the text to display only an excerpt of a post on a page? If I update the theme now to the latest one I’ll lose all of my CSS changes I think. 🙁

                                              #6863
                                              jonbuscall
                                              Customer

                                                I’m working on a site at http://www.thepodcastbusiness.com just putting it together.

                                                I’ve got a blog on the homepage.

                                                I’ve noticed that when the blog post is resized to mobile, the text aligns perfectly.

                                                But when I go back to the home page and resize to mobile the text, from the post title down, aligns to centre.

                                                I’ve tried removing the sidebar widgets, audio file in the post, and even the menu but it still centres when checking the responsive design.

                                                I can’t figure out what’s happening because exactly the same content is on the home page as the blog post.

                                                Any suggestions ?

                                                #6825
                                                Wes
                                                Moderator

                                                  Sorry for the late reply I’m currently busy working on updates and other projects for the site at the moment….which is why I haven’t been on the forums lately (in case anyone is wondering).

                                                  1. Your theme will still work with Genesis 2.0, you just need to make sure HTML5 is NOT enabled. By default it won’t be if you’re using an older theme. So you’ll still be able to use it as you can see here from the Developer himself – http://www.nathanrice.net/blog/genesis-loop-hooks/

                                                  “Note: if you’re using Genesis without HTML5 activated, all the old hooks and markup work as before. Genesis 2.0 is 100% backward compatible.”

                                                  Also check his comment on backward compatibility – http://www.nathanrice.net/blog/genesis-loop-hooks/#comment-2076

                                                  “At some point, not sure when, we’ll remove the backward compatibility and only offer auto-updates to people who are running a theme that supports HTML5. It’s just the way it has to be … we can’t litter the Genesis source code with conditionals for infinite backward compatibility forever. But before we do that, we’ll update all the StudioPress themes to work with HTML5, and will probably maintain the 2.0.x branch for a year or so with security updates, etc., so you’re not caught with an insecure version of Genesis.”

                                                  2. The old version should still work with Genesis 2.0. The new version of Optimal will only work with Genesis 2.0. There’s no reason to create a new version that works for an older version of the Genesis Framework since no one will be or should be using the old version of Genesis. It’s always recommended to use the latest version of Genesis even if you’re using an older child theme for security and many other reasons…..you probably already know this, but I’m sure others may be curious.

                                                  #6807
                                                  CADsmarter
                                                  Customer

                                                    Ok I’ve got some colours changing but not how I wanted or expected.

                                                    I edited the code at line 3063 and it changed the colour of the menu items HOME BLOG CONTACT

                                                    .epik-gray #header a {
                                                        color: #fe5a1d;
                                                    }

                                                    I edited the code at line 669 and nothing changed

                                                    #description {
                                                        color: #fe5a1d;
                                                        line-height: 1.25;
                                                        padding: 10px 0;
                                                    }

                                                    I went through a lot of lines of code and tried changing them to get what I wanted but couldn’t get it to do what I wanted.

                                                    I ended up changing the titles by editing

                                                    Appearance -> Customise -> Colours -> Header Text Colour

                                                    So this is how it looks at present:

                                                    CADsmarter.com

                                                    Ideally I’d like to:

                                                    1. Be able to change the titles CADsmarter and unleash your creativity independantly of each other and have them different colours from each other.

                                                    2. Have the menu items react in the normal manner by being one colour then changing to another colour when hovering over them or selecting them.

                                                    Thanks
                                                    Paul
                                                    CADsmarter

                                                    #6756
                                                    Terence
                                                    Customer

                                                      Why thanks Eric. Thanks for thinking it and thanks for taking the time to say so.

                                                      It’s still at a very early stage, as you can see, and there’s more ideas I have but most of those are for behind the scenes.

                                                      I really like how the sticky menu and the single-page/homepage feature work together, but at the moment I only have two menu items working in single-page mode “Plans” and “Features”. In the end they will drive the whole homepage up and down, as needed, while the “blog” ~ or “latest news” link {haven’t decided yet} ~ will take visitors off the homepage and deeper inside the site.

                                                      When that happens, the menu’s “Home” link and a completely new set of links appears in the menu, which keep people on the inner pages until they click the “Home” link again.

                                                      Now if I could only figure what’s happening to the header in view-ports 768 and 1024 I would be a happy man.

                                                      #6755
                                                      CADsmarter
                                                      Customer

                                                        Hi all
                                                        I would like to change some text colours on my site but after lots of reading and tweaking I can’t get it to happen. I’ve been editing the Epik style.css. I’m using the Epik Gray colour theme.

                                                        http://cadsmarter.com

                                                        I want to change these two (2) titles to a different colour:

                                                        CADsmarter

                                                        unleash your creativity

                                                        I want to change the colour of these three (3) menu items when you hover over or select them:

                                                        Home Blog Contact

                                                        Any suggestions?

                                                        Thanks
                                                        Paul

                                                        #6719
                                                        alykens
                                                        Customer

                                                          Hi There,

                                                          I’ve dug around in the forum the past couple of days, but am having a tough time coming up with any info on my questions. I also checked StudioPress.

                                                          Code Skill: Below-average CSS and HTML
                                                          Framework: Genesis 2.0
                                                          Theme: Epik
                                                          website: http://www.andylykens.com/blog

                                                          I need to do two things:

                                                          1) My website homepage for some reason does not come up on mobile devices. It simply jumps to my blog page. I went into my CSS and removed all of the custom code that had ‘px’ parameters for widths (and changed necessary ones to percentages), but still no dice. I’m wondering if I need to insert code somewhere?

                                                          2) I would like to remove or hide the header & nav on my homepage (andylykens.com/blog), but can’t seem to do it. I tried a simple line of CSS which didn’t work, and don’t know anything about PHP. Is there a simple way to do this in the WordPress interface? If this is a code-only solution, can you perhaps tell me what to code, and where to put it?

                                                          Thank you!

                                                          Andy

                                                          #6687
                                                          Eric
                                                          Customer

                                                            Check out my comment here about updates – https://appfinite.com/topic/how-do-you-upgrade-to-optimal-1-3/#post-6600

                                                            You have the exact same theme as what’s sold here so I don’t want you to think you made a mistake or anything.

                                                            Wes usually updates his twitter accounts and adds posts in the forum whenever there is an update. There should be a blog post coming soon I believe. Take a look here if you haven’t already – https://appfinite.com/topic/epik-1-3-for-genesis-2-0-html5-is-now-available/


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

                                                            #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.

                                                              #6508
                                                              Eric
                                                              Customer

                                                                I think what is happening is you’re looking at your homepage and seeing the image that you have in your slider, which is throwing everything off (visually). Take a look at your blog page, or any other page. I just recently posted this to your other thread, but I’ll repeat – Your logo should be in line with the edges of the content, and it is.

                                                                I know I already mentioned it, but you definitely need to trim the left of your logo first before you do anything else. Once you do that, then compare with your content and you’ll see everything is working as it should. Also be aware that the content and the header adjusts with the browser size. So look at your blog page and adjust the size and you’ll see everything is working perfectly. You just need to trim the image and fix the slider so its not positioned all the way to the left like it is. I think the image in the slider is making you think its not showing up right.

                                                                Let me know once you trim the image. Make sure to have the logo moved all the way to the left so there is no space.


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

                                                                David Chu
                                                                Customer

                                                                  Good show,
                                                                  and I like the “don’t change” part… I might have to try that. 🙂

                                                                  DigitalEssence
                                                                  Customer

                                                                    Thanks David & Eric. I had the site set to static page. I’m sure I knew this already but forgot.

                                                                    What I do is after I’ve finished the site I disable unused widgets and rename the used ones so it shows “Don’t change” in the Dashboard so that they make more sense to the client and there’s less chance of them fiddling about and breaking things.

                                                                    #6486
                                                                    kronos
                                                                    Customer

                                                                      Check out my comment here – https://appfinite.com/topic/more-clarity-on-manually-update/#post-6477

                                                                      You can also do a Google search for even more tutorials and resources on how to do this. I’ve seen a lot of blog posts on how to do this recently, so it should be pretty easy to get it done since so many people have tutorials on it.

                                                                      Eric
                                                                      Customer

                                                                        Here is a short tutorial that explains how to do this – https://appfinite.com/tutorials/how-to-setup-the-home-and-blog-page/


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

                                                                        David Chu
                                                                        Customer

                                                                          Hi,
                                                                          These super-tricked out homepages that every theme has nowadays can be somewhat confusing, even to a theme hacker like me. The most common problem I see on the Studiopress forum is that people are used to having a static page as “Home”, so they wonder why no home widgets work (95% of modern tricked-out theme home pages require that you choose “Latest Posts” for what’s on home, even if their home page layout contains no Blog posts at all! Otherwise, no Home widgets work).

                                                                          But I think there’s an easy answer to your question. You can just make a new page, call it Blog, and here’s the key difference: before saving the page, go down to the right, and find “Template”. In the dropdown, choose “Blog”. Save. (no content needed on the page). Then put the page into one of your menus, and you’re all set. This will work great unless you want some kind of custom changes to the blog display.

                                                                          Dave

                                                                          #6448

                                                                          In reply to: Epik Portfolio

                                                                          David Chu
                                                                          Customer

                                                                            I had some downtime today, so just for giggles and practice, I did a quickie Genesis 2.0 conversion of the Epik theme. It came out very well! The Portfolio section was borked, as expected, but I just made a couple of hook changes as per my own article, and they worked. The appearance was a little funky, but I got it looking decent with a few CSS tweaks, and with a few more minutes of CSS polishing, it would look just lovely.

                                                                            So I’m looking forward to seeing what the official 2.0 version will be like!

                                                                            Dave

                                                                            #6409
                                                                            Eric
                                                                            Customer

                                                                              No you didn’t do anything wrong, activating Genesis is just like activating any regular theme and this wouldn’t affect what you’re referring to.

                                                                              Nearly all Genesis themes with custom homepages are designed to operate this way. The home.php file uses Genesis (the framework) functionality to show your blog posts if there are no widgets active (meaning no content inside of the widget areas). If you add any content inside of your widget areas, then the home.php file is activated and it will show your homepage widgets and remove the blog posts….that’s the way it’s supposed to be. Here is a tutorial that sort of explains it – https://appfinite.com/tutorials/how-to-setup-the-home-and-blog-page/


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

                                                                              #6373
                                                                              Eric
                                                                              Customer

                                                                                With most Genesis themes (with custom homepages) you don’t have to create an actual “Home” page, it’s already setup for you. Here is a tutorial on what to do for home pages and blog pages – https://appfinite.com/tutorials/how-to-setup-the-home-and-blog-page/


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

                                                                                #6312
                                                                                Wes
                                                                                Moderator

                                                                                  I have “update” posts here in the forum, and I’ll be writing a blog post soon, plus updating all Social networks to announce anytime there is an update. Genesis Child themes don’t have automatic updates like the framework does, so that’s why I have to make update posts everywhere I can.

                                                                                  You should be able to download the new version from your account now. Take a look here first – https://appfinite.com/topic/epik-1-3-for-genesis-2-0-html5-is-now-available/

                                                                                  #6294

                                                                                  In reply to: Optimal update

                                                                                  Photoshopper
                                                                                  Customer

                                                                                    Thanks Wes! I had only checked your blog and scanned the top level of a couple forums to looking for the words “Genesis 2.0” but it’s great to hear all of those themes will be updated shortly. Was thinking about buying Legacy… basically Legacy is just Optimal without the “cut background” behind the slider, and without the featured product grid in the middle of the home page, right? Would it be a relatively trivial matter to make Optimal look just like Legacy or would I have to do a lot of digging around in the style sheet and PHP to make it work?

                                                                                    [Edit – skip that last bit. I see the menus are shifted and somewhat different. At $18 on SP site, and all the work you put into these I’ll be buying Legacy regardless. 🙂 Although I should learn how to do stuff like the above. Customizing themes is still not my strongsuit.]

                                                                                    #6293

                                                                                    In reply to: Optimal update

                                                                                    Wes
                                                                                    Moderator

                                                                                      I’ve made a lot of posts here, and on twitter. Here is one – https://twitter.com/WesStraham/status/364437879751057408. I have Legacy, Optimal, Adapt, Ally, and Epik just about done. I’ll be finished late tonight/early morning.

                                                                                      Here is a copy/paste from my recent comment here – https://appfinite.com/topic/eta-for-epik-html5-version/#post-6289

                                                                                      “Sorry, it was supposed to be available earlier today, but I needed to make some extra adjustments. I’m almost done and I expect to be finished late tonight or early tomorrow.

                                                                                      If you’ve purchased from here (appfinite.com), then it will automatically be available in your account – appfinite.com/my-account.

                                                                                      If you purchased from StudioPress, then it will be available tomorrow. I have to send the updated files to Brian and then he uploads them to the StudioPress server.

                                                                                      I’m going to make a post here in the forum when its ready, and I’ll be updating the blog and all of my social links like twitter, Google plus, etc”

                                                                                      #6291

                                                                                      In reply to: Optimal update

                                                                                      Photoshopper
                                                                                      Customer

                                                                                        Any update on the status now that Genesis 2.0 is available?

                                                                                        In general it would be cool if he could make a blog post briefly letting users know which themes have been updated / are in line to be updated, as other than the brand new one some folks might be interested in buying a couple more themes besides optimal. 🙂

                                                                                        #6289
                                                                                        Wes
                                                                                        Moderator

                                                                                          Sorry, it was supposed to be available earlier today, but I needed to make some extra adjustments. I’m almost done and I expect to be finished late tonight or early tomorrow.

                                                                                          If you’ve purchased from here (appfinite.com), then it will automatically be available in your account – appfinite.com/my-account

                                                                                          If you purchased from StudioPress, then it will be available tomorrow. I have to send the updated files to Brian and then he uploads them to the StudioPress server.

                                                                                          I’m going to make a post here in the forum when its ready, and I’ll be updating the blog and all of my social links like twitter, Google plus, etc

                                                                                          #6274
                                                                                          Eric
                                                                                          Customer

                                                                                            If it’s showing your Featured image and your post image then you could either uncheck the option that shows the “Featured Image” in your Genesis Theme Settings page under “Content Archives” or add a content limit which will strip away the post images automatically.


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

                                                                                            #6272
                                                                                            Thriverr
                                                                                            Customer

                                                                                              My blog posts from the epik theme are showing duplicates of the same image posts. One of the thumbnails and then again the actual image. Is there a way to delete this duplication?
                                                                                              Blog at http://patronsplus.com/restaurant-marketing-ideas/

                                                                                              #6269

                                                                                              I hope it’s easy. I just updated two blogs that use an ElevenForty child theme from StudioPress, with a number of CSS customizations, plus content managed via widgets, and the upgrade was fast and trouble-free. I hope we experience the same thing with Epik!

                                                                                              francky
                                                                                              Customer

                                                                                                I’m using Epik Theme and when I enable “featured images”, posts that do not have featured images show post images as featured images on front/blog page!
                                                                                                I would like to show featured images only for posts that I specified featured images. Post images shouldn’t show as featured images.

                                                                                                I shall appreciate any support.
                                                                                                Thank you.

                                                                                                #6202
                                                                                                Eric
                                                                                                Customer

                                                                                                  I did a quick Google Search and came across this –

                                                                                                  add_action('genesis_before_loop', 'add_title');
                                                                                                  function add_title() {
                                                                                                  if(is_page_template( 'page_blog.php' )) {
                                                                                                  the_title( '<h1>', '</h1>');
                                                                                                  } }

                                                                                                  Try and add that to your functions.php file and it should add the titles on the Blog pages. Just so you know, this is the way Genesis (the framework) is setup. So the same thing would happen on any Genesis Child theme…..but the above code should add it. Let me know if that works.


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

                                                                                                  #6169

                                                                                                  In reply to: Modal lightbox effect

                                                                                                  Eric
                                                                                                  Customer

                                                                                                    The prettyPhoto is designed to work with the portfolio template only, it’s not site wide. It would probably be easier to find a plugin to get the blog and any other images to open up using that same effect. I’d search over at WP.org, I’m sure they have plenty of plugins that will do this automatically.


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

                                                                                                    #6168

                                                                                                    In reply to: Modal lightbox effect

                                                                                                    Terence
                                                                                                    Customer

                                                                                                      When I did that Eric, that effect is what I was trying to accomplish, but it only changes the portfolio section. The behaviour of the images in the Blog pages are not affected. Is there some more code to uncomment lurking somewhere?

                                                                                                      http://qloudpress.com/templates/blog/

                                                                                                    Viewing 50 results - 601 through 650 (of 828 total)