Mary

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Change color of Front Page 4 Widget Area #17698
    Mary
    Customer

      I didn’t know it was a background image, that’s what I was missing. Thanks Wess!

      in reply to: Posts not aliging on portfolio page #16668
      Mary
      Customer

        Hi Wess,

        I thought I made the code change to page_portfio.php but I hadn’t. I added the code and everything is aligning properly.

        Thanks for the compliment on my site’s design.

        Cheers!

        in reply to: Home Page ID #16436
        Mary
        Customer

          I figured something out. Please close the thread or delete it.

          Thanks.

          in reply to: Home Page ID #16422
          Mary
          Customer

            Hi Andykev,

            I deactivated all plugins and the home page still doesn’t show up in my list of pages. I really don’t think this is an issue with the plugin. The plugin is requesting a post id which is a common practice when you want to apply functions to specific posts and pages. I can find post ids for all other pages and posts whether or not I’m using the plugin.

            The plugin is Acme Feedback http://wpunite.com/product/acme-feedback-plugin/

            I am working with the plugin developer to find a work around. Here is his recent response.

            “You’re using the Epik theme, and they use a home.php template. https://appfinite.com/tutorials/how-to-setup-the-home-and-blog-page/ So that explains why it’s not showing. There are a few ways to handle this. 1. Hardcode the ACME Feedback code to the home.php page 2. Exclude the other page ID’s 3. Create a custom ACME Feedback code hack for your particular install. Probably the best solution.”

            I don’t want to exclude other page IDs because that’s just about every page and post on my website and I’ll have to keep adding IDs every time I create a new blog post.

            I will probably have to create a custom code hack.

            I really wish the theme developer could see the extra work involved. I’ll have to do this whenever I want to single out the home page.

            in reply to: Home Page ID #16420
            Mary
            Customer

              I would appreciate if Wess would answer this question. Thanks.

              in reply to: Home Page ID #16413
              Mary
              Customer

                @Jason M, I want to use a pop-up feedback form on a few pages. One of which is the home page. The plugin uses post IDs to identify where the pop-up will appear.

                in reply to: Home Page ID #16406
                Mary
                Customer

                  I’m referring to the WordPress post IDs that are assigned to every page and post. It’s post=1534 in this URL – http://www.digitalmarketingdeva.com/wp-admin/post.php?post=1534&action=edit

                  My home page doesn’t appear in my admin panel.

                  I removed all widgets and the home page did revert to recent posts but I still can’t find the ID.

                  Thanks for your help!

                  in reply to: Reposition Widget in Header #15227
                  Mary
                  Customer

                    Hi Eric,

                    I added everything to header right and that worked.

                    Thanks.

                    Mary

                    in reply to: 404 Errors From epik-theme-inline-css #15221
                    Mary
                    Customer

                      That fixed the errors. Thanks Jason!

                      in reply to: Reposition Widget in Header #15190
                      Mary
                      Customer

                        Hi Eric,

                        I added code to functions.php and here it is.

                        //* Register Right Header Two area
                        genesis_register_sidebar( array(
                        ‘id’ => ‘right-header-two’,
                        ‘name’ => __( ‘Right Header Two’, ‘epik’ ),
                        ‘description’ => __( ‘This is a widget area that can be placed before the right header’, ‘epik’ ),
                        ) );

                        /**
                        * Display widget content for “Right Header Two” section.
                        *
                        */
                        add_action( ‘genesis_header_right’, ‘right_header_two’ );
                        function right_header_two() {

                        genesis_widget_area( ‘right-header-two’, array(
                        ‘before’ => ‘<div class=”right-header-two”>’,
                        ‘after’ => ‘</div>’,
                        ) );
                        }

                        Thanks for taking a look at this!

                      Viewing 10 posts - 1 through 10 (of 10 total)