sa.motta93
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Content Shortcode] 500 Internal Server ErrorHello Eliot,
I just noticed the issue. This is the page content tha causes the problem:
<div id=”servicos”>
[loop type=”servico” count=”3″ style=”background-image: url([content field=’image-url’]);”]
<div class=”col-md-4″>
<h3 class=”sectionTitle”>[field title]</h3>
<div class=”fancybox-hidden” style=”display: none;” id=”{ID}”>[loop id={ID} count=”1″][content][/loop]</div>
</div>
[/loop]
</div>This page is in 500 error and this is part of homepage loop. The question is: has something wrong in code above? Just to remember, before used to works fine the same code. I don’t change anything before the error. Could you verify anything wrong, please? The page is: http://sergiomottadesign.com.br/_prsa/nossosservicos/
Forum: Plugins
In reply to: [Custom Content Shortcode] 500 Internal Server ErrorActually, it’s a One Page hotsite. The index loop return some other pages. I test now and found out that just the pages with custom shortcodes get the error. And the admin panel works fine too. I’d test too disable all modules in Settings, but still nothing.
I’d glad if the issue was solved, but for now, I’ll try create the necessary custom shortcodes via functions.php.
Forum: Plugins
In reply to: [Custom Content Shortcode] 500 Internal Server ErrorHello,
Yes. The only way to the error doesn’t occurs is when I disable the plugin. I already try to delete and install again, but still persists the issue.
Forum: Plugins
In reply to: [Custom Content Shortcode] 500 Internal Server ErrorI’d try the activate other themes (twentyfifteen and twentyfourteen) and deactivate all other plugins and the problem persists.