bevyoung2013
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Photo Album Plus] Getting “unexpected output” errorThank you – I don’t have the originals but rotating and locking the thumbnail worked for most of them. On a few, the thumbnail wouldn’t remake but I’m not too worried about it.
Thanks again
Forum: Plugins
In reply to: [WP Photo Album Plus] Getting “unexpected output” errorThank you! – the Ajax method change seems to have fixed it.
No new plugins were added, but some were updated.
Can you advise on how to fix the images that are rotating incorrectly? eg. this page:
https://bpwcal.org/photo-gallery-2/wppaspec/oc1/lnen/cv0/ab7b9f33182f221721/ptef3f5bc0ce882a38
Any suggestions appreciated.
Hi, thanks for checking.
I discovered one piece of code from my code snippets plugin was causing the issue:
But I also have another problem:
https://screencast-o-matic.com/watch/cZV0cyVJyn8
I’ve opened a ticket as suggested. Thank you.
Forum: Fixing WordPress
In reply to: Taxonomy and Category hierarchyHi, thank you for the pseudo-code.
Unfortunately I wouldn’t know where to place the code or how to customize it.Can you provide any further direction or should I hire someone?
Thanks,
Forum: Plugins
In reply to: [Easy PayPal Events] paypal link not workingHi, yes I did that but it still doesnt work. It is set to OFF(live mode) Paypal link does not go to paypal.
Forum: Themes and Templates
In reply to: [Fifteenth] Page layout issueIt’s called ThemeJunkie custom css. The only change to theme files was the header.php change removing
&& is_bbpress() at line 56.
Forum: Themes and Templates
In reply to: [Fifteenth] Page layout issueGreat, thank you.
Forum: Themes and Templates
In reply to: [Fifteenth] Page layout issueSorry I’m being so dense about this! I’ve never gotten the hang of using a child theme. If I am going to make a change to the functions file here, I think I should figure it out…
Meantime I’ve uploaded the theme and custom css hopefully not broken this time.
Thanks for your time.Forum: Themes and Templates
In reply to: [Fifteenth] Page layout issueUh-oh. The custom css plugin I’m using put the escapes in there. I need to fix it. Ack! Thanks for pointing it out. I will send the zip file of the theme…but I didn’t create a child theme.
Forum: Themes and Templates
In reply to: [Fifteenth] Page layout issueI sent it just now.
Forum: Themes and Templates
In reply to: [Fifteenth] Page layout issueI guess not…I can’t upload a css file. I didn’t create a child theme I can zip and send you.
Forum: Themes and Templates
In reply to: [Fifteenth] Page layout issueDo you mean my stylesheet?
Forum: Themes and Templates
In reply to: [Fifteenth] Page layout issueThanks, it worked I guess?
https://69.195.124.186/~bevyoung/crystalmedicinejewelry/about/
It got rid of the menu but left the widgets, is that what is supposed to happen? I was thinking the widgets would be gone too.
Thanks.
Forum: Themes and Templates
In reply to: [Fifteenth] Page layout issueI switched the old full width php file with the one from the theme copy I just downloaded. No difference. Here is the code:
<?php
/**
* Template Name: Full Width Page
*
* @package Fifteenth
* @since Fifteenth 1.0
*/get_header(); ?>
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main"><?php
// Start the loop.
while ( have_posts() ) : the_post();// Include the page content template.
get_template_part( 'content', 'page' );// If comments are open or we have at least one comment, load up the comment template.
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;// End the loop.
endwhile;
?></main><!-- .site-main -->
</div><!-- .content-area --><?php get_footer(); ?>
I also deactivated all plugins including custom css but nothing changed. Any ideas?
Thanks…Forum: Themes and Templates
In reply to: [Fifteenth] Page layout issueWoops, never mind, I just downloaded the theme from the theme page, I’ll see if I can compare the two.