accuratecontrols
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Adjusting the HeaderThat doesn’t change the actual header image. It instead creates another image below the navigation menu.
Forum: Plugins
In reply to: [Spin 360 deg and 3D Model Viewer] Resizing ImagesYou are correct. It is my custom theme that is the issue. I was able to resize the plugin with the official WordPress themes. I will continue to work on fixing my theme to allow for resizing. Thanks so much for your help!
Forum: Plugins
In reply to: [Spin 360 deg and 3D Model Viewer] Resizing ImagesI’m still learning about WordPress so I’m only developing locally. I’m not sure my theme is online. But below is my page template that I’m using with your plug in. I hope that helps. I’m open to changing my template if that would fix the issue too.
<?php /* Template Name: Text Only Page @package WordPress @subpackage aci */ ?> <?php get_header(); ?> <div class="container" style="background: rgba(128, 128, 128, 0.4)"> <div class="row"> <div id="content" class="textPageContent"> <?php // TO SHOW THE PAGE CONTENTS while ( have_posts() ) : the_post(); ?> <div class="entry-content-page"> <?php the_content(); ?> <!-- Page Content --> </div><!-- .entry-content-page --> <?php endwhile; //resetting the page loop wp_reset_query(); //resetting the page query ?> </div><!-- /.content --> </div> <!-- /.row --> </div> <!-- /.container --> <?php get_footer(); ?>[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
- This reply was modified 8 years, 6 months ago by bdbrown.
Viewing 3 replies - 1 through 3 (of 3 total)