I’m trying to install the Brooklyn theme and use one of the demo websites to start with. The Brooklyn theme requires some plugins like “Shortcodes by United Themes” and “Portfolio Management by United Themes“. After I try to install them, I get this message that says translated:
“A critical error has occured on this site. Check your site administrator email inbox for instructions”.
This email doesnt give me a lot of information. There has just been an error while installing / activating this plugin but I can’t seem to fix is. Does anybody know what to do? Like I said, the plugin is required but I can’t install it. I’ve also tried downloading the plugin and install via FTP but also gives me this error.
Any help or tips would be greatly appreciated!
]]>I was doing some updating on content blocks and, somehow, my front page has duplicated all content, in a loop. Nothing is showing duplicated in the back end. Not sure what I did to cause this.
]]>define('AUTOPTIMIZE_INIT_EARLIER','true');
]]>Everything seems to be extremely extremely frustrating, we’re a volunteer run small film festival, we cannot pay for any web developers so it’s all on me, so can somebody please please help me solve this issue no matter how simple it seems to you? A huge box appears on a page that I just updated and I just can’t remove it, no matter how hard I try, I’ve been trying to figure it out for over 5 hours and it’s actually starting to drive me crazy… please help!!!! this is the page: https://syff.ca/syff-2016/
]]>shoredigitalsolutions.com is the website and the testimonials part is what I’m referring to.
]]>When you go to the second page of the showcase, it loads a half loaded page – it’s not getting anything back for the_content();
– however if I remove the ?paged=2 from the URL, it loads the page fine but on the first page of the showcase.
/page/2/?paged=2&portfolioID=108&termID#ut-portfolio-items-108-anchor
The above URL, which should load the second page, falls down at the following code and I can’t see why.
<?php $content = get_the_content();
if( !empty($content) && !empty( $pagequery ) || $template_name == 'templates/template-team.php' ) : ?>
<?php if( $ut_section_width == 'centered' ) : ?>
<div class="grid-container section-content"><div class="grid-100 mobile-grid-100 tablet-grid-100">
<?php else : ?>
<div class="section-content ">
<?php endif; ?>
<?php the_content(); ?>
<?php if( $template_name == 'templates/template-team.php' ) : ?>
<?php get_template_part( 'templates/template' , 'team' ); ?>
<?php endif; ?>
<?php if( $ut_section_width == 'centered' ) : ?>
</div></div>
<?php else : ?>
</div>
<?php endif; ?>
<?php endif; /* End Output for left header center */ ?>
]]>