chewbears
Forum Replies Created
-
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 7 years, 1 month ago by chewbears.
Forum: Themes and Templates
In reply to: [Relia] How do you remove yellow box in the posts sectiongo 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 7 years, 9 months ago by chewbears.
Forum: Fixing WordPress
In reply to: Save to Uploads not Date registered foldersignore me, welcome to settings section media.
Forum: Themes and Templates
In reply to: [Alchem] 2 Questions About Nav barIgnore 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.
Forum: Themes and Templates
In reply to: [Alchem] Main Menu Search.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.Forum: Plugins
In reply to: [WP Posts Carousel] Post and Page Locationblame the beer ignore my question
Forum: Plugins
In reply to: [WP Posts Carousel] Manually insert carouselDark,
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()Its in the header.php
was ../../../Forum: Fixing WordPress
In reply to: HOw to create a unquie Header on every postFigured 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="https://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()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");
Forum: Themes and Templates
In reply to: [Alchem] a:hover Stylemr 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()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.
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 ??
Forum: Themes and Templates
In reply to: [Alchem] a:hover StyleSite 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.
Forum: Plugins
In reply to: [Smart Slider 3] Flickering Issue between slidesI 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.
Forum: Plugins
In reply to: [Smart Slider 3] Pro Sizing Questions (Height)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