higraf
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Hello,
Yes, please follow this link and request access: https://docs.google.com/spreadsheets/d/1otWPy8qzXjG1FFrl3q3un7Mdf3xUtFtviGJVGysvmQQ/edit?usp=sharing
Forum: Plugins
In reply to: [Web To Print Shop : uDraw] Get pdf from orderSo by upgrading to premium this problem should be solved right away?
Forum: Fixing WordPress
In reply to: Caption is not being formatted correctlyProblem solved by writing the following instead:
<div class="littluft luftned10 entrytext centertext"> <?php // Fetch post content $content = get_post_field( 'post_content', get_the_ID() ); $content = apply_filters('the_content', $content); // Get content parts $content_parts = get_extended( $content ); // Output part before <!--more--> tag echo $content_parts['main']; ?> </div> <div class="littluft"> <?php echo $content_parts['extended']; ?> </div>
Forum: Fixing WordPress
In reply to: Caption is not being formatted correctlyRemoved all the CSS, and problem is still the same.
Removed everything in functions.php, and problem is still the same.
Removed JS from header, and problem is still the same.
Removed almost everything in footer.php, and problem is still the same.
I am down to this:
<div class="entrybody"> <div class="col-md-12 centertext"> <h1 class="entrytitle luftopp nomarginbottom centertext"><?php the_title(); ?></h1> <span class="entry-date centertext">Av <strong><?php the_author(); ?></strong> <?php echo get_the_date(); ?></span> </div> <div class="col-md-1"></div> <div class="col-md-10 luftned"> <div class="littluft luftned10 entrytext centertext"> <?php // Fetch post content $content = get_post_field( 'post_content', get_the_ID() ); // Get content parts $content_parts = get_extended( $content ); // Output part before <!--more--> tag echo $content_parts['main']; ?> </div> <div class="littluft"> <?php // Output part after <!--more--> tag echo $content_parts['extended']; ?> </div> </div> <div class="col-md-1"></div> </div>
Do you see an error in this code?
Thank you for helping me out,
Forum: Plugins
In reply to: [Web To Print Shop : uDraw] Screen goes almost black on product pageThank you,
Setting the uDraw Designer Skin to Mobile solves the problem.
Viewing 5 replies - 1 through 5 (of 5 total)