Tee
Forum Replies Created
-
Does anyone have an idea as to why its’ breaking?
ok i found it and here’s what i’ve done; https://i29.tinypic.com/14jtb95.png
I still don’t see the sub-category in the nav bar https://www.adidas-talk.com and I did create a post titled “test”
parent category: apparel
sub category: originals?
What is the widget settings and where is that located in the settings options?
Uhm… WOuld be nice if someone can give me a hand with editing the style.css for this plugin..
https://www.ekhoury.com/2008/12/14/autosuggest-searches-for-wordpress-released/ this plugin has a very nice style.css
Forum: Fixing WordPress
In reply to: Archives page not working properly..When you created & published the Archive page in WordPress, did you apply the Archives Page template?
You’re the man! I just saw it in the admin, all is fine now! It was hard to see: https://i27.tinypic.com/2cifejm.png but thanks again for the help mate!
Forum: Fixing WordPress
In reply to: Archives page not working properly..Hey Thanks again Esmi!
I had a look at my archives.php but can’t seem to understand it.. here it is: https://www.filedropper.com/archives
not sure why its not displaying the posts?
Forum: Fixing WordPress
In reply to: Need help with auto-resizing image (also zoom & proportioned)THanks for the help Esmi!
Forum: Fixing WordPress
In reply to: Need help with auto-resizing image (also zoom & proportioned)Thanks for the help ??
I know how to resize the images myself on the computer… I just thought it would be nice if there’s a plugin that resizes them by proportion as well as when you click on the images it would the view would enlarge…
What do you think?
Yes sirrrrrrrrrrrr!
It worked! Im ganna make it look better editing the CSS ??
Forum: Fixing WordPress
In reply to: Need help with auto-resizing image (also zoom & proportioned)I found this code here: https://remaginedreality.blogspot.com/2008/02/auto-resize-posted-images-in-wordpress.html
.storycontent img { max-width: 460px; width: expression(this.width > 460 ? 460: true); }
If I set it to the max with of let’s say the above, would that proportionally adjust the image?
Forum: Plugins
In reply to: Is there an Ajax video pop up plugin?I think I might of found it – please view this link: https://www.ads-software.com/support/topic/288921?replies=7
Forum: Fixing WordPress
In reply to: embedded video clips in pop up windowAlright, I’ve found the plugin..
https://www.press75.com/video-elements-theme-demo
Although I downloaded that theme and realized that there’s no plugin for that it seems that it’s embedded in the index.php here’s the pdf maybe someone can have a look through it and let me know what i need to do or what codes i need to copy and place inside my theme.
I believe the jquery player is referred to “Instant Play” where as a video will pop up on the same screen and play rather then reloading the page.
PDF set up doc: https://www.mediafire.com/?sharekey=48181547c03403e3aaca48175a79d1c3e04e75f6e8ebb871
HEre’s the code from the index.php
<?php get_header(); ?> <div id="wrapper"> <div id="contentwrapper"> <div id="content"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <div id="item"> <div id="covershot"><a href="<?php $key="videolink"; echo get_post_meta($post->ID, $key, true); ?>" rel="mediabox[<?php $key="videowidth"; echo get_post_meta($post->ID, $key, true); ?> <?php $key="videoheight"; echo get_post_meta($post->ID, $key, true); ?>]" class="thetip" Title="<?php the_title() ?> :: Click here to instantly play this video"><?php the_excerpt(); ?></a></div> <div id="post-title"><a href="<?php the_permalink() ?>"><h3><?php the_title() ?></h3></a></div> <div id="description"><p><?php the_content_rss('', TRUE, '', 50); ?></p></div> <div id="meta"> <div id="ratings"><?php if(function_exists('the_ratings')) { the_ratings(); } ?></div> <div id="commentslink"><a href="<?php comments_link(); ?>">Comments (<?php comments_number('0', '1', '%'); ?>)</a></div> </div> </div> <?php endwhile; ?> <?php else : ?> <div id="item"> <h3>No matching results</h3> <p>You seem to have found a mis-linked page or search query with no associated results. Please trying your search again. If you feel that you should be staring at something a little more concrete, feel free to email the author of this site or browse the archives.</p> </div> <?php endif; ?> <div id="pagination"> <?php next_posts_link('<span class="navforward"></span>') ?><?php previous_posts_link('<span class="navback"></span>') ?> </div> </div> <?php get_sidebar(); ?> </div> </div> <?php get_footer(); ?>
Here’s an update!
I found a plugin for WP.. which I recommend to people to have on their site.
https://www.ekhoury.com/2008/12/14/autosuggest-searches-for-wordpress-released/
I am unable to get it to work yet… I spoke to the developper he told me to change the default Search Input ID “s” to “findfield” because that’s the search id found in my theme
form id="searchtop" method="get" action="https://adidas-talk.com/"> <fieldset> <input type="text" value="Search" name="s" id="findfield" /> <input type="submit" value="" id="findbutton" /> </fieldset> </form>
And still no luck ?? does anyone know how I can get this thing to work?
Forum: Fixing WordPress
In reply to: Need help with auto-resizing image (also zoom & proportioned)Esmi,
That’s the issue… most images that I insert are much wider then that therefore I would like a plugin that would proportionally adjust the image to the specified size… So what can i do?
Forum: Fixing WordPress
In reply to: embedded video clips in pop up windowThank you sir ??