Forum Replies Created

Viewing 15 replies - 1 through 15 (of 67 total)
  • Thread Starter chewbears

    (@chewbears)

    Sorry to miss this in the documentation

    From the Appearance – Widget, click on the below:

    Redirect to – Redirect link to any page – use it by your own logic. Leave it empty for default behavior.

    Simply type your site name here and it will keep search on that page.
    ***CAN A MOD REMOVE MY SITE FROM THE ABOVE POST***

    • This reply was modified 8 years, 5 months ago by chewbears.

    go to Appearance – Editor

    Click Front-Page.php (right side)

    Find:

     <?php if ($front == 'posts') : ?>
                                            <div class="col-sm-4">
                                                <div>
                                                    <div class="pagination-links"> 
                                                        <?php echo paginate_links(); ?>
                                                    </div>
                                                </div>
                                            </div>
                                        <?php endif; ?>

    and delete

    • This reply was modified 9 years, 2 months ago by chewbears.
    Thread Starter chewbears

    (@chewbears)

    ignore me, welcome to settings section media.

    Thread Starter chewbears

    (@chewbears)

    Ignore me I removed it, lol, long day apologies. Anyways if you want to add or remove it, just to make my terrible post useful

    `<div class=”name-box”>
    <a href=”<?php echo esc_url(home_url(‘/’)); ?>”><h1 class=”site-name”><?php bloginfo(‘name’); ?></h1></a>
    <span class=”site-tagline”><?php bloginfo(‘description’); ?></span>
    </div>`

    Place or remove from both the sticky header section and header section.

    Thread Starter chewbears

    (@chewbears)

    .menu-item-search-icon {
    display: none;
    }

    Mad and I did the following.
    Please let me know if in your PHP you hid this and allowed ppl to modify.

    Thread Starter chewbears

    (@chewbears)

    blame the beer ignore my question

    Dark,

    Any plugin that generates shortcode can be called.
    do_shortcode is part of the basic DL of wordpress. Simply type all that cray long a$$ shortcode this thing generates in my brackets and you can place it anywhere.

    <?php
    echo do_shortcode(‘[YOU SHORT CODE HERE]’);
    ?>

    Forum: Fixing WordPress
    In reply to: Where is my url()
    Thread Starter chewbears

    (@chewbears)

    Its in the header.php
    was ../../../

    Thread Starter chewbears

    (@chewbears)

    Figured I would get this type of response due to a poor title name maybe. Anyways if anyone sees this here is a neat trick to do it. This is the half a** way, but hey it works.

    Make 1 new header call it header-blank.php
    Copy all the goodies form your stock header you want.
    Then all you have to do is add this little bit of code.

    <div class="yourheaderclass"><img src="http://www.YOURSITE.com/blog/wp-content/uploads/2016/02/<?php the_ID(); ?>.jpg" alt=""></div>

    NOW name the photos, the jpgs in your media the same as your post id. Don’t know your post ID. <p>Post Number: <?php the_ID(); ?></p> Post that in your header and it will tell you. Yes its not amazing, but it works.

    Forum: Fixing WordPress
    In reply to: Where is my url()
    Thread Starter chewbears

    (@chewbears)

    Yes the www was a typo. So you confirm that my ‘url(”)’ should have worked? Is there anyway to check in firebug the link comes up correctly, but the image is not shown. Is there anything else I am overlooking. Right now I am setting it in a div which I do not want to do with the img fullpath

    .yourheaderclass {
            border:none;
            color:black;
            background-image: url("uploads/2016/02/14.jpg");
    Thread Starter chewbears

    (@chewbears)

    mr cottontail. I was in the wrong place. I am still a little annoyed you can not override this within the css : P But thanks!!!

    Forum: Fixing WordPress
    In reply to: Where is my url()
    Thread Starter chewbears

    (@chewbears)

    kmessinger,

    thanks for the response but I am unable to post as it is not published. The url is identical to the above but with my site name.

    http://www.mysite.com

    When I click media, my pictures are at

    wwww.mysite/blog/wp-content/uploads/2016/02/

    I guess if that doesn’t enable you to help me I am SoL 🙁

    Thread Starter chewbears

    (@chewbears)

    Site is not online yet so do not have a link to provide.

    In Settings (found below tools) > General I have no option for “Scheme Options”

    .site-nav > ul > li:hover > a {
    		border-color: #bb4a28;
    	}

    I have changed that hoping that he underline would work but it does not. I did finally get all the other components to color properly. I am stuck on this issue. The rest have been fixed. Again this is the line under the menu when the sticky nav is engaged.

    Thread Starter chewbears

    (@chewbears)

    I am on a development site so I can’t publish due to clients request. I have Controls set to Mouse Drag Horizontal and Keyboard checked.

    Animation is set to Horizontal.

    It only occurs when I click and hold the mouse cursor to slide to the next image. They are images so the background is set to that image. When I mouse scroll I am getting to the next slide but seeing a MS flash of the slide i just left. Disabling animation on the slider settings work . but I don’t get the mouse drag animation which I love.

    Thread Starter chewbears

    (@chewbears)

    Thanks. I have 2 final questions

    1. Can you set multiple font sizes within a text layer in the slider
    2. Do you have a donation link? I could not find on your site.

    Regards,

    Matt

Viewing 15 replies - 1 through 15 (of 67 total)