SolidSnake2003
Forum Replies Created
-
I hope it was OK I asked about it. I’m working on a coming soon page, and want to make sure i can copy over my design using the free versions of both the progress bar and landing page plugins.
Sorry if I didn’t make this clear enough. I am talking about the free version of both the coming soon and progress bar plugins. I am currently working on bringing back an old fansite dedicated to my favorite video game character. I am making a custom coming soon page, and doing research on the different free plugins.
Forum: Developing with WordPress
In reply to: Front Page Loop Not Working ProperlyThank you, it solved the problem. Marking as solved.
Forum: Developing with WordPress
In reply to: Front Page Loop Not Working ProperlyMy website is currently in production. Im finalizing the code for launching. Here is the code for the loop that is causing the problem.
<?php $latest = new WP_Query( array( 'post_type' => 'post', 'posts_per_page' => 8 ) ); if ($latest->have_posts()) : while ($latest->have_posts()) : $latest->the_post(); ?> <!-- Begin Latest Haley News/Website Post --!> <tr> <td width="0700px" align="left" valign="top"> <table cellpadding="0" cellspacing="0" width="0700px" background="<?php bloginfo('template_directory'); ?>/images/layout/multiple/content/post-short/content_post-short01.jpg" style="background-repeat: repeat-y;" id="post-<?php the_ID(); ?>" border="0"> <tbody> <tr> <td width="0700px" height="0060px" align="left" valign="top"> <table cellpadding="0" cellspacing="0" width="0700px" height="0060px" border="0"> <tbody> <tr> <td width="0060px" height="0060px" background="<?php bloginfo('template_directory'); ?>/images/layout/multiple/content/post-short/content_post-short02.jpg" style="background-repeat: no-repeat;" align="left" valign="middle"> <img src="https://www.haley-osment.net/images/content/multiple/icons/title/content_multiple_icons_title_news.png" title="" alt="" width="0060px" height="0060px" border="0" class="img" hspace="0" vspace="0" /></td> <td width="0640px" height="0060px" background="<?php bloginfo('template_directory'); ?>/images/layout/multiple/content/post-short/content_post-short03.jpg" style="background-repeat: no-repeat;" align="left" valign="middle"> <div class="content-title"> <a href="<?php the_permalink(); ?>" rel="nofollow" target="_blank"> <h1><?php the_title(); ?></h1></a></div></td></tr></tbody></table></td></tr> <tr> <td width="0700px" align="left" valign="top"> <table cellpadding="0" cellspacing="0" width="0700px" border="0"> <tbody> <tr> <td width="0200px" align="left" valign="top"> <table cellpadding="0" cellspacing="0" width="0200px" border="0"> <tbody> <tr> <td width="0200px" height="0200px" background="<?php bloginfo('template_directory'); ?>/images/layout/multiple/content/post-short/content_post-short04.jpg" style="background-repeat: no-repeat;" align="left" valign="top"> <a href="<?php the_field('main_title_image_link'); ?>" title="<?php the_title(); ?>" target="_blank"> <img src="<?php the_field('main_title_image_short'); ?>" title="<?php the_title(); ?>" alt="<?php the_title(); ?>" width="0200px" height="0200px" border="0" class="img" hspace="0" vspace="0" /></a></td></tr> <tr> <td width="0200px" height="0010px" align="left" valign="top"></td></tr> <tr> <td width="0200px" align="left" valign="top"> <center> <div class="post-info-box"> <span class="post-info post-info-date" title="Date Posted"><span class="post-info-icon"><i class="fa fa-calendar"></i></span> <?php the_time( 'M d, Y' ) ?></span> <span class="post-info post-info-author" title="Author"><span class="post-info-icon"><i class="fa fa-user"></i></span> <?php the_author(); ?></span> <span class="post-info post-info-comments" title="Comments"><span class="post-info-icon"><i class="fa fa-comments"></i></span> <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></span> <span class="post-info post-info-views" title="Views"><span class="post-info-icon"><i class="fa fa-pie-chart"></i></span> <?php echo_views(get_the_ID()); ?></span></div></center></td></tr> <tr> <td width="0200px" height="0010px" align="left" valign="top"></td></tr></tbody></table></td> <td width="0500px" align="left" valign="top"> <table cellpadding="0" cellspacing="0" width="0500px" border="0"> <tbody> <tr> <td width="0500px" height="0010px" align="left" valign="top"></td></tr> <tr> <td width="0500px" align="left" valign="top"> <center> <table cellpadding="0" cellspacing="0" width="0480px" border="0"> <tbody> <tr> <td width="0480px" align="left" valign="top"> <div class="content-short"> <?php the_excerpt(); ?></div></td></tr> <tr> <td width="0480px" height="0010px" align="left" valign="top"></td></tr> <tr> <td width="0480px" height="0060px" class="content-short-button" align="left" valign="top"> <center> <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>" target="_blank"> <div class="buttons_full_news" title="Read Full Article"> </div></a></center></td></tr></tbody></table></center></td></tr> <tr> <td width="0500px" height="0010px" align="left" valign="top"></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table></td></tr><!-- End Latest Haley News/Website Post --!>
The link for the h1 links to the post, but the one for the buttons_full_news class just links to the home page.
Forum: Plugins
In reply to: [Breadcrumb NavXT] Breadcrumb Not displaying properlyThanks that solved my problem, marking as solved.
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Custom ThemeIs there a way I can add my own custom stylesheet so I don’t have to redo every upgrade?
Forum: Themes and Templates
In reply to: Custom Current ItemI tried it, but it doesn’t work. I’m using buttons instead of text
the HTML for my nav is like this
<!-- Begin Main Navigation --> <div class="main-nav"> <ul> <li><a href="https://www.haley-osment.net/" target="_blank"><div class="home_current">Home</div></a></li> <li><a href="https://www.haley-osment.net/haley" target="_blank"><div class="haley">Haley</div></a></li> <li><a href="https://www.haley-osment.net/news" target="_blank"><div class="news">News</div></a></li> <li><a href="https://www.haley-osment.net/features" target="_blank"><div class="features">Features</div></a></li> <li><a href="https://www.haley-osment.net/art" target="_blank"><div class="art">Fan-Art</div></a></li> <li><a href="https://www.haley-osment.net/photos" target="_blank"><div class="photos">Photos</div></a></li> <li><a href="https://videos.haley-osment.net/" target="_blank"><div class="videos">Videos</div></a></li> <li><a href="https://www.haley-osment.net/press" target="_blank"><div class="press">Press</div></a></li> <li><a href="https://www.haley-osment.net/www" target="_blank"><div class="www">WWW</div></a></li> <li><a href="https://www.haley-osment.net/website" target="_blank"><div class="site">Website</div></a></li></ul></div><!-- End Main Navigation -->
here is the css
.main-nav, .main-nav ul { width: 1040px; height: 40px; font-size: 12px; line-height: 40px; font-family: Arial, sans-serif; color: #b85f31; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; letter-spacing: 0px; text-transform: uppercase; } .main-nav li { display: inline-block; float: left; } .main-nav .home { width: 104px; height: 40px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; text-indent: -9000px; } .main-nav a .home { width: 104px; height: 40px; color: #c3995b; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; background-color: #3c2608; background-image: url('../images/layout/whole/buttons/main-nav/buttons_main-nav_01-home.jpg'); background-repeat: no-repeat; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; } .main-nav a:hover .home { width: 104px; height: 40px; color: #97784c; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; background-color: #794d10; background-image: url('../images/layout/whole/buttons/main-nav/buttons_main-nav_01-home_hover.jpg'); background-repeat: no-repeat; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; } .main-nav .home_current { width: 104px; height: 40px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; text-indent: -9000px; } .main-nav a .home_current { width: 104px; height: 40px; color: #e9ba74; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; background-color: transparent; background-image: url('../images/layout/whole/buttons/main-nav/buttons_main-nav_01-home_current.jpg'); background-repeat: no-repeat; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; } .main-nav a:hover .home_current { width: 104px; height: 40px; color: #b98234; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; background-color: transparent; background-image: url('../images/layout/whole/buttons/main-nav/buttons_main-nav_01-home_current_hover.jpg'); background-repeat: no-repeat; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; }
Forum: Themes and Templates
In reply to: Previous/Next Links Match Page setupCan this be accomplished?
Forum: Themes and Templates
In reply to: Previous/Next Links Match Page setupIs what I want to do possible?
Forum: Fixing WordPress
In reply to: Theme Options in Coppermine GalleryIt’s related because Im trying to show the affiliates in Coppermine as well, but I get the error message above. I think Im just gonna adjust the layout co this isn’t there
Forum: Fixing WordPress
In reply to: Theme Options in Coppermine GalleryThe Photo Gallery is apart of the fansite, and all sections have the same layout.
Forum: Fixing WordPress
In reply to: Display Theme Option Content outside of WordPressCan I also call upon the theme-options from a specific site if I use the multisite function?
Forum: Plugins
In reply to: [Category Icons] Icon doesn't saveDoes anyone know how to fix this?
Forum: Plugins
In reply to: [Category Icons] Icon doesn't saveCan someone help with this?
Forum: Plugins
In reply to: [Category Icons] Icon doesn't saveBringing this back up. I still cannot save icons. The only way I can think of to do it is to do in inside phpmyadmin.