Search Results for 'blog'

Homepage Community Forums Search Search Results for 'blog'

Viewing 50 results - 701 through 750 (of 828 total)
  • Author
    Search Results
  • #4949
    Eric
    Customer

      Take a look here at one of the tutorials – https://appfinite.com/tutorials/how-to-setup-the-home-and-blog-page/ ….and see if that helps.


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

      #4888
      Eric
      Customer

        I can assist (since Wes is busy)…

        1. The featured-page and img was added as an option if you wanted to select a featured image size for things like the Genesis Featured Page/Post widget….or when selecting a Featured Image size in the Genesis Theme Settings for the blog, etc….

        2. I’m not sure why that’s happening, I don’t think Epik has anything has anything inside of it that would do that…..could just be a setting somewhere, not sure.


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

        #4874
        Eric
        Customer

          Yes that’s the way it supposed to be. The homepage (on most Genesis themes) is designed to show the blog if there is no content inside the widget areas. As soon as you add content in any of the widget areas for the homepage it will show the homepage template. You can look at the demo for an example – http://demo.appfinite.com/epik/

          The easiest way (without having to deal with code) to add posts is to add the Genesis Featured Post widget inside one of the homepage widgets.

          You can see what each widget location looks like here – https://appfinite.com/topic/epik-widgets-guide/ If you take a look at the top of the Epik forum you can see other tutorials specifically for this theme – https://appfinite.com/forum/epik-theme-support/


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

          BossLady
          Customer

            Hello,

            How do I link featured image to external link or just disable it?

            I am using the portfolio page for showing off my client’s partners. I have the featured image and a description I did in the blog post, along with the partner company’s name linked to the partner company’s webpage. Since the description is only a few words, maybe a full sentence, there’s no need for visitors to see a “full” post (it’s pretty sparse looking because I don’t have much content in there). Ideally the featured image would link to the partner company’s website instead of the post. Disabling it would be fine too. Either way, I know it’s in the portfolio php file, but that’s about as far as I get.

            Thanks,
            Edee

            #4835

            Topic: Grid loop

            technoz
            Customer

              I want to show posts on homepage with genesis grid loop.
              And on blog page the normal loop is preferable.
              genesis grid loop gives ability to create grid loop but it also reflects on category and blog pages.
              how Do I ???

              #4786
              technoz
              Customer

                I want to show my posts in genesis grid loop as there on bill erickson’s blog..
                How Do I ?

                #4711
                Abigailjane
                Customer

                  Hi, thank you so much with all the help you have given so far for me with this theme!! I am nearly ready to launch and I am sooo excited.

                  One more question I have is: Can I disable the comments from appearing on the portfolio pages but still have them appear on the blog posts. Entries for the portfolio and blog are both made via posts so not sure how this would work?

                  Also I need to know where to look to change the ‘Speak your mind’ and ‘Post comment’ text?

                  Thank you
                  Abigail

                  #4583

                  In reply to: Blog images

                  kronos
                  Customer

                    My pleasure!

                    #4576

                    In reply to: Blog images

                    Thanks very much!

                    #4574

                    In reply to: Blog images

                    kronos
                    Customer

                      You can turn the Featured Images on or off in your Genesis Theme settings under “Content Archives“. The second image under all of your featured images aren’t showing up at all, as if the images don’t exist, or the filename was changed or something…..but that doesn’t really have to do with the theme though, it’s your post images.

                      Wes
                      Moderator

                        You’re Welcome

                        brandnutz
                        Customer

                          Thank you so much Wes. This worked like a charm. I changed the padding to 20px across the board to give it a bit more spacing & now have a nice 8 blog posts showing.

                          Thanks & enjoy the rest of your wknd!

                          #4502
                          Eric
                          Customer

                            It’s because you wrapped all of your code in a hyperlink. You also didn’t properly close out your tags.

                            Example, this is what you have –


                            <h4>This title is wrapped inside h4 tags</h4>
                            <p>This content is wrapped inside the "p" tag. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>

                            Notice there is no end tag for the hyperlink, and you put it before the h4 title and “p” content. The end tag should look like this – </a> and you should only add the <a href="your-link.com"> before your link and the </a> end tag right after.


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

                            #4501
                            Wes
                            Moderator

                              The portfolio template that comes with this theme is pretty basic, it doesn’t have a lot of features since it’s really just a blog designed in a portfolio style/format. If you need a portfolio with more features I always recommend searching WordPress.org for a plugin that has more options.

                              The only customizations that you can do at the moment are featured here on the tutorials page – https://appfinite.com/tutorials/ …if you need anything beyond that, then I’d just search WordPress.org for a plugin.

                              Wes
                              Moderator

                                The featured posts widget will be the easiest option. You can have 4 posts on a row, you’ll just need to adjust your css. To do this, look around line 1360 for this –

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

                                And adjust it to look like this –

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

                                …you can adjust it more if you need to.

                                #4447
                                Wes
                                Moderator
                                  #4445
                                  Wes
                                  Moderator

                                    All images are supposed to be responsive as you can see on the Epik demo….But your code has a fixed width added inline (not from the theme, or css) –

                                    <div id="attachment_112735" class="wp-caption aligncenter" style="width: 633px"><!--formatted-->

                                    Anytime there is a fixed width added inline, it won’t be responsive. So try and remove that width from your code and it should work.

                                    Hi I have created my blog page on Legacy theme but I would like to have h1 title and description ob blog home…

                                    What I cand o to customize my blog template or to add title and some text (descriptions) on the top of the blog home?

                                    I try to write in blog editor page but nothing appears…

                                    Many thanks

                                    #4395

                                    In reply to: comments on home.php

                                    Wes
                                    Moderator

                                      I’m not even sure where to start in order to make that type of modification. The closest thing I can think of is just using the blog as the homepage, but that won’t show the author avatar on the side……so I’m not really sure to be honest.

                                      #4170
                                      Wes
                                      Moderator

                                        I’ll close this thread since its answered here – https://appfinite.com/topic/how-to-end-posts-with-read-more/

                                        #4151
                                        Wes
                                        Moderator

                                          Ok I see a couple things you’re doing wrong (not your fault though). First you are setting up your homepage incorrectly. Any WordPress theme that includes a home.php file will automatically show that file as the homepage. You don’t need to create a ‘Page‘, that’s the first issue which is preventing you from seeing your home.php (home widgets) at all. Most Genesis themes are setup this way. It’s a standard WordPress feature. If you look at the General tutorials page – https://appfinite.com/tutorials/ I have a quick tutorial that explains how to do this here – https://appfinite.com/tutorials/how-to-setup-the-home-and-blog-page/

                                          The above solution will take care of question number 2 since it won’t show up when you set it up properly.

                                          This theme works very well out of the box, you’ll see 😉
                                          Once you fix the above issue, you should have no problems seeing the homepage.

                                          I’m guessing you were looking at the wrong tutorial page and didn’t see the tutorials that are designed specifically for the Epik theme?….If not, these are located on the actual Epik Forum page at the top (they are the highlighted sticky posts at the very top) – https://appfinite.com/forum/epik-theme-support/

                                          I’m not sure what “hooks” you’re referring to, but you won’t need any of that to setup your site to look like the demo. The Epik tutorials should be pretty straightforward….I gave the exact code I use to set up the demo, so all you would have to do is replace the text with your content, and the images with your own images.

                                          Let me know if this gets everything working.

                                          #4127
                                          Dinesh Sharma
                                          Customer

                                            Hi Wes,

                                            How can I center align featured images on blog page? Otherwise sometime the excerpts text just gets mangled in little space between image and content box.

                                            You can see the exact problem here.

                                            http://www.dscentral.in/page/2/

                                            Thanks,

                                            Dinesh

                                             

                                            #4107
                                            Dave
                                            Customer

                                              Thanks for the links Wes…

                                              Interesting discussion on the blog post. I don’t entirely agree with the stance about ‘lock-in’ as most theme designers add the shortcodes to give their customers the design features and layout in the easiest way possible. ie without needing HTML knowledge… If someone decides to swap themes, then they will have to deal with the consequence… (I’m having to deal with this as part of the changeover to your theme and I was fully aware of what I  was gonna be faced with)

                                               

                                              As  I say I’m new to Genesis so knowing there is active development going on for extra plugins such as these is  a great help and I can get around to this way of working…

                                              Also found this plugin from reading the discussion on the ‘Shortcode Madness’ post

                                              http://wordpress.org/extend/plugins/shortcodes-pro/

                                              Looks like the ideal solution for now…

                                              Thanks for the reply

                                              Dave

                                              #4083
                                              imeffect
                                              Customer

                                                I mean you have a “Read More” link. 🙂 How do I do that?

                                                Thanks

                                                #4081
                                                imeffect
                                                Customer

                                                  Thank you – this did the trick.

                                                  Another question – in the demo, after each post excerpt you a ‘Read More…’ link. How do I accomplish that?

                                                  Thanks…

                                                  bill@1031.us
                                                  Customer

                                                    Bought Genesis and Ally recently. Still learning.  In the Primary Sidebar on a normal blog page – the category widget shows the hierarchy.

                                                    On the home page – the category widget is not showing hierarchy in any of the Home Feature locations.

                                                    Need it to look like the Primary Sidebar location.  site being built is http://www.save1031.org.   Thanks.

                                                    #4067
                                                    Eric
                                                    Customer

                                                      Go to your main Genesis Theme settings page and look under “Content Archives” and set it to either “Display Post Content” and add in how many characters you want to show…..or select “Display Post Excerpts”.


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

                                                      #4004
                                                      Wes
                                                      Moderator
                                                        #3980
                                                        Sane
                                                        Customer

                                                          Ah yes I see that, got it twice!

                                                          Ok just updated it but the main thing is that it has swung over to the left instead of being directly above the center line ie equal in width to the blog page width and centered, how do I fix that and should I delete th edouble incidence?

                                                          #3979
                                                          Sane
                                                          Customer

                                                            Ah yes I see that, got it twice!

                                                            Ok just updated it and now it shows although there is a small gap above it for some reason? But the main thing is that it has swung over to the left instead of being directly above the center line ie equal in width to the blog page width and centered, how do I fix that and should I delete th edouble incidence?

                                                            #3822
                                                            Wes
                                                            Moderator

                                                              Take a look in your Genesis Theme Settings page under “Content Archives”

                                                              RobertKCole
                                                              Customer

                                                                Hmmm – I don’t see anything that allows me to add a previous/next or older/newer form of navigation at the end of blog posts.

                                                                Am I missing as setting somewhere? Or is there some simple code or a widget I can drop in?

                                                                Jennifer Nash
                                                                Customer

                                                                  I am trying to use the ShareThis plugin’s hover bar on a website I’m creating. However, the bar is showing up on ALL pages. I only want it to show up on my blog posts. A friend did some custom hook that placed ShareThis’s basic icons on the bottom of my sample post only, which isn’t the look I wanted, and the edits took out the hover bar. When I selected the bar again, it went back to the original problem. BTW, I have the home page widgets set up like the demo with a separate page for blog posts. How do I get the hover bar to only show on the blog posts? Will I have the same problem with other sharing plugins like Digg Digg and Social Sharing Toolbox?

                                                                  #3750

                                                                  In reply to: Home page

                                                                  gonzalop
                                                                  Customer
                                                                    #3696
                                                                    Lozzer1000
                                                                    Customer

                                                                      Hi Wes

                                                                      Loving this theme.

                                                                      Just a small problem – on the homepage blog layout my titles are being cut at the bottom because there’s not enough spacing. It’s not happening on individual posts and pages.

                                                                      You can see what I mean here with the ‘gg’ in blogging on the second line of the title:

                                                                      http://www.contentchampion.com/
                                                                      Could you help me with some padding code for this please?

                                                                      Thanks and kind regards

                                                                      Loz

                                                                      #3465
                                                                      Wes
                                                                      Moderator

                                                                        This has been asked before, but unfortunately I haven’t figured out an easy way to do this. So far you can have multiple pages based on each category….or all categories on the same page, but I haven’t seen an easy way to reorganize those on the same page. There is however a plugin called Post Types Order – http://wordpress.org/extend/plugins/post-types-order/ which allows you to organize each post order manually by drag and drop interface…….but this will effect your blog post order as well (I think, I could be wrong). So if you don’t really have a blog, then the solution would probably be the suggested plugin.

                                                                        Here are some of the other tutorials I created for the Portfolio so far – https://appfinite.com/tutorials/

                                                                        #3339

                                                                        In reply to: At a loss

                                                                        Wes
                                                                        Moderator

                                                                          It sounds like you’re almost there, you just need to setup your homepage differently. Here is a tutorial on how to setup the homepage – https://appfinite.com/tutorials/how-to-setup-the-home-and-blog-page/ …I just recently added this to the tutorials section. That should cover the home and blog page basics.

                                                                          “Is this a child theme for common people or just for designers/developers?”

                                                                          No this is a theme for everyone, regardless of experience. I think once you follow the above tutorial you’ll see that it’s very easy to use…..especially if you’re already pretty good with WP as you’ve mentioned. And of course if you have any other questions we can help you out here in the forums 🙂

                                                                          For any other questions just start a new thread (for each one) and I’ll be more than happy to assist.

                                                                          BTW I’ll be creating even more tutorials in the near future (possibly this weekend). My goal is to make everything super easy and fast to setup.

                                                                          #3309
                                                                          Danna McCormick
                                                                          Customer

                                                                            Hi Wes,

                                                                            While I’ve built several websites using Legacy, I’ve never used the Portfolio page template.   I’d like to do so now, and have have edited the Genesis Theme settings to show the “stories” category, ID #5.

                                                                            Here is a link to the Stories category using the Blog Template -http://heta.lunariffic.com/~natio114/the-stories/

                                                                            And here is a link to the same category using the Portfolio page template – http://heta.lunariffic.com/~natio114/portfolio-test/

                                                                            On my screen it ‘s just a big blank white page, with no code behind it.

                                                                            What could be causing this?  In terms of plugin conflicts, I’m running Genesis Responsive Slider, Gravity Forms, regenerate thumbnails, and one called TN3 Gallery.   I deactivated all of them, but still the portfolio page returned the big white screen of nothingness.

                                                                            Stumped!

                                                                            Thank you,
                                                                            Danna

                                                                             

                                                                             

                                                                             

                                                                            #3295

                                                                            In reply to: Footer is being cut.

                                                                            gregorypessa
                                                                            Customer

                                                                              I’ve narrowed it down to the twitter plugin. Which I really like :/. I can’t seem to locate the error. Is there something specific I should be looking for besides closed tags?

                                                                              /*
                                                                              Plugin Name: Ultimate Twitter Profile Widget
                                                                              Plugin URI: http://www.myplugincollections.wordpress.com/
                                                                              Description: Ultimate Twitter Profile Widget plugin will show your tweets under Sidebar Area (Widget). Tweets will REFRESH AUTOMATICALLY. Also it has reply option inside widget. Go to admin panel option

                                                                              (Settings -> Ultimate Twitter Profile Widget)

                                                                              to set different color combination.
                                                                              Version: 1.0
                                                                              Author: Jenn
                                                                              Author URI: http://wordpress.org/support/profile/dyiosah
                                                                              */
                                                                              /*
                                                                              This program is free software; you can redistribute it and/or modify
                                                                              it under the terms of the GNU General Public License as published by
                                                                              the Free Software Foundation; either version 2 of the License, or
                                                                              (at your option) any later version.
                                                                              This program is distributed in the hope that it will be useful,
                                                                              but WITHOUT ANY WARRANTY; without even the implied warranty of
                                                                              MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
                                                                              GNU General Public License for more details.
                                                                              You should have received a copy of the GNU General Public License
                                                                              along with this program; if not, write to the Free Software
                                                                              Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
                                                                              */
                                                                              // Some default options
                                                                              add_option(‘utwp_widget_title’, ‘Ultimate Twitter Profile Widget’);
                                                                              add_option(‘utwp_username’, ‘wordpress’);
                                                                              add_option(‘utwp_height’, ‘290’);
                                                                              add_option(‘utwp_width’, ‘300’);
                                                                              add_option(‘utwp_scrollbar’, ‘-1’);
                                                                              add_option(‘utwp_shell_bg’, ‘424242’);
                                                                              add_option(‘utwp_shell_text’, ‘FFFFFF’);
                                                                              add_option(‘utwp_tweet_bg’, ‘000000’);
                                                                              add_option(‘utwp_tweet_text’, ‘0D0D0D’);
                                                                              add_option(‘utwp_links’, ‘0E24ED’);
                                                                              add_option(‘utwp_behavior’, ‘-1’);
                                                                              add_option(‘utwp_credits’, ‘-1’);

                                                                              function filter_utwp_profile($content)
                                                                              {
                                                                              if (strpos($content, ““) !== FALSE)
                                                                              {
                                                                              $content = preg_replace(‘/

                                                                              \s*\s*<\/p>/i’, ““, $content);
                                                                              $content = str_replace(‘‘, utwp_profile(), $content);
                                                                              }
                                                                              return $content;
                                                                              }
                                                                              function filter_utwp_search($content)
                                                                              {
                                                                              if (strpos($content, ““) !== FALSE)
                                                                              {
                                                                              $content = preg_replace(‘/

                                                                              \s*\s*<\/p>/i’, ““, $content);
                                                                              $content = str_replace(‘‘, utwp_search(), $content);
                                                                              }
                                                                              return $content;
                                                                              }

                                                                              function utwp_profile()
                                                                              {
                                                                              $account = get_option(‘utwp_username’);
                                                                              $height = get_option(‘utwp_height’);
                                                                              $width = get_option(‘utwp_width’);
                                                                              $show_sponser = get_option(‘utwp_show_sponser_link’);
                                                                              if ($show_sponser == 1)
                                                                              {
                                                                              $sponserlink_profile = “”;
                                                                              }
                                                                              else
                                                                              {
                                                                              }
                                                                              if (get_option(‘utwp_scrollbar’) == 1){
                                                                              $scrollbar = “true”;
                                                                              }else
                                                                              {
                                                                              $scrollbar = “false”;
                                                                              }
                                                                              if (get_option(‘utwp_credits’) == 1){
                                                                              $credits = “true”;
                                                                              }else
                                                                              {
                                                                              $credits = “false”;
                                                                              }
                                                                              if (get_option(‘utwp_behavior’) == 1){
                                                                              $loop1 = “false”;
                                                                              $behavior1 = “all”;
                                                                              }else
                                                                              {
                                                                              $loop1 = “true”;
                                                                              $behavior1 = “default”;
                                                                              }
                                                                              $shell_bg = get_option(‘utwp_shell_bg’);
                                                                              $shell_text = get_option(‘utwp_shell_text’);
                                                                              $tweet_bg = get_option(‘utwp_tweet_bg’);
                                                                              $tweet_text = get_option(‘utwp_tweet_text’);
                                                                              $links = get_option(‘utwp_links’);

                                                                              $T1 = “new TWTR.Widget({ version: 2, type: ‘profile’, rpp: 30, interval: 5000, width: “;
                                                                              $v1 = $width;
                                                                              $T2 = “, height: “;
                                                                              $v2 = $height;
                                                                              $T3 = “, theme: { shell: { background: ‘#”;
                                                                              $v3 = $shell_bg;
                                                                              $T4 = “‘, color: ‘#”;
                                                                              $v4 = $shell_text;
                                                                              $T5 = “‘ }, tweets: { background: ‘#”;
                                                                              $v5 = $tweet_bg;
                                                                              $T6 = “‘, color: ‘#”;
                                                                              $v6 = $tweet_text;
                                                                              $T7 = “‘, links: ‘#”;
                                                                              $v7 = $links;
                                                                              $T8 = “‘ } }, features: { scrollbar: “;
                                                                              $v8 = $scrollbar;
                                                                              $T0 = “‘ } }, features: { credits: “;
                                                                              $v0 = $credits;
                                                                              $T9 = “, loop: “;
                                                                              $v9 = $loop1;
                                                                              $T10 = “, live: true, hashtags: true, timestamp: true, avatars: false, behavior: ‘”;
                                                                              $v10 = $behavior1;
                                                                              $T11 = “‘ }}).render().setUser(‘”;
                                                                              $v11 = $account;
                                                                              $T12 = “‘).start();”;

                                                                              $output = ‘// ‘;

                                                                              $output_profile = $output;
                                                                              return $output_profile;
                                                                              }
                                                                              function filter_utwp_tweet_button_show($related_content)
                                                                              {
                                                                              $tweet_btn_allow = get_option(‘utwp_allow_tweet_button’);
                                                                              $tweet_btn_display_page = get_option(‘utwp_tweet_button_display_page’);
                                                                              $tweet_btn_display_home = get_option(‘utwp_tweet_button_display_home’);
                                                                              $tweet_btn_display_rss = get_option(‘utwp_tweet_button_display_rss’);
                                                                              $tweet_btn_place = get_option(‘utwp_tweet_button_place’);
                                                                              $tweet_btn_style = get_option(‘utwp_tweet_button_style’);
                                                                              $tweet_btn_float = get_option(‘utwp_tweet_button_container’);
                                                                              $tweet_btn_twt_username = get_option(‘utwp_tweet_button_twitter_username’);
                                                                              $tweet_btn_reco_username = get_option(‘utwp_tweet_button_reco_username’);
                                                                              $tweet_btn_reco_desc = get_option(‘utwp_tweet_button_reco_desc’);
                                                                              global $post;
                                                                              $p = $post;
                                                                              $title1 = $p->post_title ;
                                                                              $link1 = get_permalink($p);
                                                                              $blog_url = get_bloginfo(‘wpurl’);
                                                                              $blog_title = get_bloginfo(‘wp_title’);
                                                                              $final_url2 = ‘Tweet‘; $final_url2 = ‘

                                                                              ‘ . $final_url2 . ‘

                                                                              ‘; if($tweet_btn_allow == 1) { if (is_page() && $tweet_btn_display_page == 1) { if ($tweet_btn_place == “before”) { $related_content = $final_url2 . $related_content; } if ($tweet_btn_place == “after”) { $related_content = $related_content . $final_url2; } if ($tweet_btn_place == “manual”) { utwp_add_option_page(); } } if (is_single() || is_search() || is_archive()) { if ($tweet_btn_place == “before”) { $related_content = $final_url2 . $related_content; } if ($tweet_btn_place == “after”) { $related_content = $related_content . $final_url2; } if ($tweet_btn_place == “manual”) { utwp_add_option_page(); } } if (is_home() && $tweet_btn_display_home == 1) { if ($tweet_btn_place == “before”) { $related_content = $final_url2 . $related_content; } if ($tweet_btn_place == “after”) { $related_content = $related_content . $final_url2; } if ($tweet_btn_place == “manual”) { utwp_add_option_page(); } } if (is_feed() && $tweet_btn_display_rss == 1) { if ($tweet_btn_place == “before”) { $related_content = $final_url2 . $related_content; } if ($tweet_btn_place == “after”) { $related_content = $related_content . $final_url2; } if ($tweet_btn_place == “manual”) { utwp_add_option_page(); } } } $post = $p; return $related_content; } function twitter_goodies_tweet_button() { $tweet_btn_allow = get_option(‘utwp_allow_tweet_button’); $tweet_btn_display_page = get_option(‘utwp_tweet_button_display_page’); $tweet_btn_display_home = get_option(‘utwp_tweet_button_display_home’); $tweet_btn_display_rss = get_option(‘utwp_tweet_button_display_rss’); $tweet_btn_place = get_option(‘utwp_tweet_button_place’); $tweet_btn_style = get_option(‘utwp_tweet_button_style’); $tweet_btn_float = get_option(‘utwp_tweet_button_container’); $tweet_btn_twt_username = get_option(‘utwp_tweet_button_twitter_username’); $tweet_btn_reco_username = get_option(‘utwp_tweet_button_reco_username’); $tweet_btn_reco_desc = get_option(‘utwp_tweet_button_reco_desc’); $final_url2 = ‘Tweet‘;

                                                                              echo $final_url2;
                                                                              }
                                                                              function utwp_search()
                                                                              {
                                                                              $search_query = get_option(‘utwp_widget_search_query’);
                                                                              $search_title = get_option(‘utwp_widget_search_title’);
                                                                              $search_caption = get_option(‘utwp_widget_search_caption’);
                                                                              $account = get_option(‘utwp_username’);
                                                                              $search_sidebar_title = get_option(‘utwp_search_widget_sidebar_title’);
                                                                              $search_height = get_option(‘utwp_search_height’);
                                                                              $search_width = get_option(‘utwp_search_width’);
                                                                              $show_sponser = get_option(‘utwp_show_sponser_link’);
                                                                              if ($show_sponser == 1)
                                                                              {
                                                                              $sponserlink_search = “”;
                                                                              }
                                                                              else
                                                                              {
                                                                              }
                                                                              if (get_option(‘utwp_search_scrollbar’) == 1){
                                                                              $search_scrollbar = “true”;
                                                                              }
                                                                              else
                                                                              {
                                                                              $search_scrollbar = “false”;
                                                                              }
                                                                              $search_shell_bg = get_option(‘utwp_search_shell_bg’);
                                                                              $search_shell_text = get_option(‘utwp_search_shell_text’);
                                                                              $search_tweet_bg = get_option(‘utwp_search_tweet_bg’);
                                                                              $search_tweet_text = get_option(‘utwp_search_tweet_text’);
                                                                              $search_links = get_option(‘utwp_search_links’);
                                                                              $T11 = “new TWTR.Widget({ version: 2, type: ‘search’, search: ‘”;

                                                                              $S1 = $search_query;
                                                                              $T12 = “‘, interval:6000, title: ‘”;
                                                                              $S2 = $search_title;
                                                                              $T13 = “‘, subject: ‘”;
                                                                              $S3 = $search_caption;
                                                                              $T14 = “‘, width: “;
                                                                              $v1 = $search_width;
                                                                              $T2 = “, height: “;
                                                                              $v2 = $search_height;
                                                                              $T3 = “, theme: { shell: { background: ‘#”;
                                                                              $v3 = $search_shell_bg;
                                                                              $T4 = “‘, color: ‘#”;
                                                                              $v4 = $search_shell_text;
                                                                              $T5 = “‘ }, tweets: { background: ‘#”;
                                                                              $v5 = $search_tweet_bg;
                                                                              $T6 = “‘, color: ‘#”;
                                                                              $v6 = $search_tweet_text;
                                                                              $T7 = “‘, links: ‘#”;
                                                                              $v7 = $search_links;
                                                                              $T8 = “‘ } }, features: { scrollbar: “;
                                                                              $v8 = $search_scrollbar;
                                                                              $T9 = “, loop: “;
                                                                              $v9 = “true”;
                                                                              $T10 = “, live: true, hashtags: true, timestamp: true, avatars: true, behavior: ‘default’ }}).render().start();”;

                                                                              $output1 = ‘// ‘;

                                                                              $output_search = $output1 . $sponserlink_search;
                                                                              return $output_search;
                                                                              }
                                                                              // Displays WordPress Blog Ultimate Twitter Profile Widget Options menu
                                                                              function utwp_add_option_page() {
                                                                              if (function_exists(‘add_options_page’)) {
                                                                              add_options_page(‘Ultimate Twitter Profile Widget’, ‘Ultimate Twitter Profile Widget’, 8, __FILE__, ‘utwp_options_page’);
                                                                              }
                                                                              }
                                                                              function utwp_options_page() {

                                                                              $utwp_tweet_button_place = $_POST[‘utwp_tweet_button_place’];
                                                                              $utwp_tweet_button_style = $_POST[‘utwp_tweet_button_style’];
                                                                              if (isset($_POST[‘info_update’]))
                                                                              {
                                                                              update_option(‘utwp_widget_title’, stripslashes_deep((string)$_POST[“utwp_widget_title”]));
                                                                              update_option(‘utwp_username’, (string)$_POST[“utwp_username”]);
                                                                              update_option(‘utwp_height’, (string)$_POST[‘utwp_height’]);
                                                                              update_option(‘utwp_width’, (string)$_POST[‘utwp_width’]);
                                                                              update_option(‘utwp_scrollbar’, ($_POST[‘utwp_scrollbar’]==’1′) ? ‘1’:’-1′ );
                                                                              update_option(‘utwp_credits’, ($_POST[‘utwp_credits’]==’1′) ? ‘1’:’-1′ );
                                                                              update_option(‘utwp_behavior’, ($_POST[‘utwp_behavior’]==’1′) ? ‘1’:’-1′ );
                                                                              update_option(‘utwp_shell_bg’, (string)$_POST[‘utwp_shell_bg’]);
                                                                              update_option(‘utwp_shell_text’, (string)$_POST[‘utwp_shell_text’]);
                                                                              update_option(‘utwp_tweet_bg’, (string)$_POST[‘utwp_tweet_bg’]);
                                                                              update_option(‘utwp_tweet_text’, (string)$_POST[‘utwp_tweet_text’]);
                                                                              update_option(‘utwp_links’, (string)$_POST[‘utwp_links’]);
                                                                              update_option(‘utwp_widget_search_query’, stripslashes_deep((string)$_POST[‘utwp_widget_search_query’]));
                                                                              update_option(‘utwp_widget_search_title’, stripslashes_deep((string)$_POST[‘utwp_widget_search_title’]));
                                                                              update_option(‘utwp_widget_search_caption’, stripslashes_deep((string)$_POST[‘utwp_widget_search_caption’]));
                                                                              update_option(‘utwp_search_height’, (string)$_POST[‘utwp_search_height’]);
                                                                              update_option(‘utwp_search_width’, (string)$_POST[‘utwp_search_width’]);
                                                                              update_option(‘utwp_search_scrollbar’, ($_POST[‘utwp_search_scrollbar’]==’1′) ? ‘1’:’-1′ );
                                                                              update_option(‘utwp_search_shell_bg’, (string)$_POST[‘utwp_search_shell_bg’]);
                                                                              update_option(‘utwp_search_shell_text’, (string)$_POST[‘utwp_search_shell_text’]);
                                                                              update_option(‘utwp_search_tweet_bg’, (string)$_POST[‘utwp_search_tweet_bg’]);
                                                                              update_option(‘utwp_search_tweet_text’, (string)$_POST[‘utwp_search_tweet_text’]);
                                                                              update_option(‘utwp_search_links’, (string)$_POST[‘utwp_search_links’]);
                                                                              update_option(‘utwp_search_widget_sidebar_title’, (string)$_POST[‘utwp_search_widget_sidebar_title’]);
                                                                              update_option(‘utwp_show_sponser_link’, ($_POST[‘utwp_show_sponser_link’]==’1′) ? ‘1’:’-1′ );
                                                                              update_option(‘utwp_allow_tweet_button’, ($_POST[‘utwp_allow_tweet_button’]==’1′) ? ‘1’:’-1′ );
                                                                              update_option(‘utwp_tweet_button_display_page’, ($_POST[‘utwp_tweet_button_display_page’]==’1′) ? ‘1’:’-1′ );
                                                                              update_option(‘utwp_tweet_button_display_home’, ($_POST[‘utwp_tweet_button_display_home’]==’1′) ? ‘1’:’-1′ );
                                                                              update_option(‘utwp_tweet_button_display_rss’, ($_POST[‘utwp_tweet_button_display_rss’]==’1′) ? ‘1’:’-1′ );
                                                                              update_option(‘utwp_tweet_button_container’, stripslashes_deep((string)$_POST[‘utwp_tweet_button_container’]));
                                                                              update_option(‘utwp_tweet_button_twitter_username’, stripslashes_deep((string)$_POST[‘utwp_tweet_button_twitter_username’]));
                                                                              update_option(‘utwp_tweet_button_reco_username’, stripslashes_deep((string)$_POST[‘utwp_tweet_button_reco_username’]));
                                                                              update_option(‘utwp_tweet_button_reco_desc’, stripslashes_deep((string)$_POST[‘utwp_tweet_button_reco_desc’]));
                                                                              update_option(‘utwp_tweet_button_place’, stripslashes_deep((string)$_POST[‘utwp_tweet_button_place’]));
                                                                              update_option(‘utwp_tweet_button_style’, stripslashes_deep((string)$_POST[‘utwp_tweet_button_style’]));
                                                                              echo ‘

                                                                              Settings saved.

                                                                              ‘;
                                                                              echo ‘

                                                                              ‘;
                                                                              }
                                                                              else
                                                                              {
                                                                              $utwp_tweet_button_place = get_option(‘utwp_tweet_button_place’);
                                                                              $utwp_tweet_button_style = get_option(‘utwp_tweet_button_style’);
                                                                              }
                                                                              $new_icon = ‘ ‘;
                                                                              $tweet_button = ‘ ‘;
                                                                              ?>
                                                                              “>

                                                                              Ultimate Twitter Profile Widget
                                                                               

                                                                              Ultimate Twitter Profile Widget Options

                                                                              Widget Title
                                                                              <?php echo get_option(‘utwp_widget_title’); ?>

                                                                              Twitter Username
                                                                              (for Ultimate Twitter Profile Widget )

                                                                              Widget Height

                                                                              Widget Width

                                                                              Include Scrollbar?
                                                                              value=”1″ /> Check to include Scrollbar

                                                                              Include Credits?
                                                                              value=”1″ /> Check to include Credits

                                                                              Load all Tweets? / Time Interval?
                                                                              value=”1″ /> Check to Load all Tweets (total 30)

                                                                              Widget Shell Background Color

                                                                              Widget Shell Text Color

                                                                              Widget Tweet Background Color

                                                                              Widget Tweet Text Color

                                                                              Link Color

                                                                              <!–?php

                                                                              }
                                                                              function show_utwp_profile_widget($args)
                                                                              {
                                                                              extract($args);
                                                                              $utwp_widget_title1 = get_option(‘utwp_widget_title’);
                                                                              echo $before_widget;
                                                                              echo $before_title . $utwp_widget_title1 . $after_title;
                                                                              echo utwp_profile();
                                                                              $get_opt = get_option(“utwp_credits”);
                                                                              if($get_opt[‘utwp_credits’]==’1′) {
                                                                              echo ‘
                                                                              Presented by LinkeDrive
                                                                              ‘;
                                                                              } else
                                                                              echo ‘
                                                                              UTPW Presented by pcb assembly
                                                                              ‘;
                                                                              {
                                                                              }
                                                                              }
                                                                              echo $after_widget;
                                                                              function show_utwp_search_widget($args)
                                                                              {
                                                                              extract($args);
                                                                              $utwp_widget_title1 = get_option(‘utwp_search_widget_sidebar_title’);
                                                                              echo $before_widget;
                                                                              echo $before_title . $utwp_widget_title1 . $after_title;
                                                                              echo utwp_search();
                                                                              echo $after_widget;
                                                                              }
                                                                              function utwp_profile_widget_control()
                                                                              {
                                                                              ?>

                                                                              <? _e(“Please go to Settings -> Ultimate Twitter Profile Widget for options.

                                                                              Available options:
                                                                              1) Widget Title
                                                                              2) Twitter Username
                                                                              3) Widget Height
                                                                              4) Widget Width
                                                                              5) 5 different Shell and Tweet background and text color options”); ?>

                                                                               

                                                                              <? _e(“Please go to Settings -> Ultimate Twitter Profile Widget for options.

                                                                              Available options:
                                                                              1) Search Query
                                                                              2) Search Title
                                                                              3) Search Caption”); ?>

                                                                              ‘widget_utwp_profile’, ‘description’ => __( “Display Ultimate Twitter Profile Widget Profile Widget”) );
                                                                              wp_register_sidebar_widget(‘utwp_profile_widgets’, __(‘Twiter – Profile Widget’), ‘show_utwp_profile_widget’, $widget_options);
                                                                              wp_register_widget_control(‘utwp_profile_widgets’, __(‘Twiter – Profile Widget’), ‘utwp_profile_widget_control’ );
                                                                              }
                                                                              add_filter(‘the_content’, ‘filter_utwp_profile’);
                                                                              add_filter(‘the_content’, ‘filter_utwp_search’);
                                                                              add_filter(‘the_content’, ‘filter_utwp_tweet_button_show’);
                                                                              add_action(‘init’, ‘widget_utwp_profile_init’);
                                                                              // Insert the utwp_add_option_page in the ‘admin_menu’
                                                                              add_action(‘admin_menu’, ‘utwp_add_option_page’);
                                                                              ?>”>

                                                                              #3263
                                                                              Wes
                                                                              Moderator

                                                                                I’m a little confused on what you’re asking since you mentioned a “sample” page?

                                                                                Also, WordPress automatically detects home.php as the front page, so you don’t need to specify a homepage in your Reading Settings. So in Settings > Reading make sure and leave the “Front Page displays” as “Your Latest Posts”. You also won’t need to create a page called “home” either since the homepage will be activated automatically once you add widgets to the home widget areas. If you don’t have any content inside your widgets then it will show your blog by default.

                                                                                #3248

                                                                                In reply to: Welcome Feature 4-6

                                                                                Wes
                                                                                Moderator

                                                                                  You don’t need to add the meta at the top, that is there just in case you’re not using widgets, and if you’re not, then it will show the blog. Since you are using widgets, just leave that section as it was originally to avoid errors.

                                                                                  Just make sure everything matches between function/widget names through home.php, functions.php, and style.css. Make sure that whatever you copied is renamed and it should work fine.

                                                                                  #3234
                                                                                  pospsych
                                                                                  Customer

                                                                                    I’m using Premise by Copyblogger to create landing pages along with the Ally theme.
                                                                                    I’m using a MailChimp optin form on the website, and I constructed a Premise “Thank You” page type. However, when I opt into the list via the embedded form, I’m redirected to the the following page:

                                                                                    http://www.profitvitalsigns.com/?confirm=1&error=0#mc

                                                                                    Can you tell me why I’m taken to the home page of the Ally theme, instead of the Thank You page I indicated to MailChimp in setting up my optin form.

                                                                                    And how can I redirect to the Thank You page I indicated with MailChimp?

                                                                                    Thank you!

                                                                                    Hans Lund

                                                                                     

                                                                                    #3172
                                                                                    embryhussin
                                                                                    Customer

                                                                                      Hi, I think I might be having this same problem.  On my portfolio page, the layout of my image thumbnails gets thrown off for some reason.  I had not changed anything in the CSS or functions or template page at the time (now I have).  There should be 4 columns but sometimes, various rows only have 1 or 2 images while the next row will have all 4.

                                                                                      I installed the Genesis Grid plugin and that seemed to fix the problem.  But, I don’t want my Blog page to be in a grid format, so I am not sure what to do.  I can’t share the site publicly just yet as I am not finished with it and it is password protected.  For the moment, I am simply trying to figure out how to turn off the genesis grid on just my blog/news page.

                                                                                      Thanks!

                                                                                      Wes
                                                                                      Moderator

                                                                                        You could try this plugin – http://wordpress.org/extend/plugins/genesis-title-toggle/

                                                                                        …Also, if you do a Google Search you’ll see a lot of tutorials out there on how to do this as well.

                                                                                        doubler59
                                                                                        Customer

                                                                                          Wes,

                                                                                          Thank you, I realize that now. I”m not a coder so I must’ve asked advice on this and just copied and pasted when I first created the site. Actually i have adjusted those “comments and trackbacks” settings but they’re still not showing up on the blog page.

                                                                                          Could you please advise as to how I’d go about keeping the titles and meta info off certain category posts, and put it back on for a different category of post?

                                                                                          thanks again.

                                                                                          Robin

                                                                                          Wes
                                                                                          Moderator

                                                                                            Your titles aren’t showing up because you’ve added code to remove them from your posts.

                                                                                            For the comments, you probably just need to turn them on. You can do this by going to your Genesis Theme Settings page and look under “Comments and Trackbacks” and check the box to enable them……Unless you’ve added code to remove them, if so, then just remove or edit the code.

                                                                                            doubler59
                                                                                            Customer

                                                                                              A little more info: Now looking at the functions.php, I see this code which probably affects the titles I’m missing:

                                                                                              <code>//REMOVE PAGE TITLE

                                                                                              add_action(‘get_header’, ‘child_remove_page_titles’);

                                                                                              function child_remove_page_titles() {

                                                                                              $pages=array();

                                                                                              if (is_page($pages)) {

                                                                                              remove_action(‘genesis_post_title’, ‘genesis_do_post_title’);

                                                                                              }

                                                                                              }</code>

                                                                                              I think I also had removed the post info when I wanted certain posts not to show it. How would I show the post info on other posts?

                                                                                              thanks again.

                                                                                              doubler59
                                                                                              Customer

                                                                                                I have a site based on the Legacy theme that is mostly static pages. I’m now adding a blog page, and blog posts are appearing but their titles aren’t showing up. Also there’s no “leave a comment” box, and no way to link to full post if I display just the excerpt. Please have a look:

                                                                                                http://satyayogacenter.us/blog/

                                                                                                The titles/comment areas show on the individual posts, i.e. http://satyayogacenter.us/test/

                                                                                                Thanks for your help.

                                                                                                Robin

                                                                                                #3011

                                                                                                In reply to: Image Size Options

                                                                                                DanFelix
                                                                                                Customer

                                                                                                  I found the following:  WordPress Standard in Settings/Media Settings ( Thumbnail, Medium, Large, and Full.)  Then if applicable, Genesis Slider in Genesis/Slider Setting.  Then Child theme functions.php by theme author are Featured Image, Featured Sidebar, Home Featured Posts, and Portfolio Thumbnail.   Finally, there are the the additions in Child Theme functions.php by site administrator.  The various locations can be confusing, but I have been able locate them.  This, obviously, only applies to my install setup.  Some of us come at a web site from a design, and not a blog or programmer vision.   We are more obsessed with image control.  Appreciate your theme and your help.

                                                                                                   

                                                                                                  #2991
                                                                                                  franklozano
                                                                                                  Customer

                                                                                                    Hey Wes,

                                                                                                    Love the theme. It was running very SLOW and I don’t have a “HOME” option when I create a page and go to the TEMPLATES. The only choices I have are Default Template, Archive, Blog, Portfolio.  In the theme Ally, my HOME page has a choice of a HOME template, so I thought it would work the same. Am I missing something? I have put in some random things in the WIDGETS hoping that the page would show up but nothing. Please help.

                                                                                                    Thank you.
                                                                                                    (by the way, I did the clear: both; at the bottom of the code suggestion you had for somebody else. Did I need to do this?)

                                                                                                    .home-bottom {

                                                                                                    background: url(images/border-img-x.png) repeat-x scroll center top transparent;

                                                                                                    overflow: hidden;

                                                                                                    padding-top: 40px;

                                                                                                    clear: both;

                                                                                                    }

                                                                                                    If not, should I take it out?

                                                                                                     

                                                                                                    🙂 Frank

                                                                                                     

                                                                                                     

                                                                                                  Viewing 50 results - 701 through 750 (of 828 total)