siriomi
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Advertica Lite] Parallax Not Working on iPhone ChromeHey Tanay, I removed the counter… I don’t have an iPhone so I can’t check to make sure it worked. Are you able to see?
Forum: Themes and Templates
In reply to: [Responsive Brix] http 500 error after updating themeYes, if you remove the bracket from the start of line 248 in /wp-content/themes/responsive-brix/hoot/includes/template-general.php then responsive brix comes back with all of your settings and whatever updates they made…
This is the code line. Remove the bracket in front of $loop_title_suffix
> $loop_title_suffix = ' <span class="loop-title-suffix">' . sprintf( __( '(Page %s)', 'responsive-brix' ), $paged ) . '</span>';
- This reply was modified 7 years, 9 months ago by siriomi. Reason: Added offensive line of code
Forum: Themes and Templates
In reply to: [Responsive Brix] http 500 error after updating themeI had the same problem. If you’re able to get into your hosted files, removing the unexpected bracket from the listed file DOES fix the issue. I brought my website back up immediately with the change.
Hope the theme developers send an update out that fixes this!
Forum: Plugins
In reply to: [Contact Form 7] Emails not being receivedHm, that’s weird. I didn’t have to do anything special once I installed WP-Mail-SMTP, I just had to specify the:
- From mail (which is a dummy email at the website’s domain)
- From name
- I chose “Send all WordPress emails via SMTP”
And then I saved changes. That was it, and mine started working again across all three websites. We are also on Godaddy.
Forum: Plugins
In reply to: [Contact Form 7] Emails not being receivedHey guys, I installed the WP-Mail-SMTP plugin and used the SMTP settings, and it fixed whatever was going on with Contact Form 7. Maybe try that and see if it works for you?
Forum: Plugins
In reply to: [Contact Form 7] Incorporating contact forms into gmailYes, in your Mail “to” field you should put the desired gmail account to receive messages.
Forum: Plugins
In reply to: [Contact Form 7] Emails not being receivedI am also having issues. Haven’t received any of my test emails, but Flamingo (sister plugin) is showing me that on the WordPress side, the messages are going through.
Forum: Fixing WordPress
In reply to: Plugin updates never complete?I’m having this issue as well, identical to what was described by helices.
Forum: Plugins
In reply to: [WP CSV] 1k draft posts created, Trash disappearedHad to use a separate plugin Bulk Delete to get rid of everything. Then had to deactivate all plugins, repair the tables, and reactivate to find which plugin caused the issue.
Still not sure why so many draft posts were created, but at least I have my trash functionality back.
Forum: Fixing WordPress
In reply to: Save Draft, Preview, and Trash buttons missingHow did you resolve this? I’m running into the same issue and am wondering if somehow the “publish settings” were changed. How would I also change the publish settings?
Forum: Themes and Templates
In reply to: [Mixfolio] Static content rather than Twitter?I found the part-hero.php template part and was able to alter the content there. Thanks!
Forum: Plugins
In reply to: [eVision Responsive Column Layout Shortcodes] It is a BIG BUGI am having the same issue: https://swingout.org/swingcolumbus/
There are line breaks but I believe your code doesn’t parse the paragraphs and line breaks properly. Looking forward to an update!
Forum: Plugins
In reply to: [Contextual Related Posts] Exclude related posts on certain posts?This doesn’t seem to work for pages, but this is what I did to exclude particular pages, within the page template….
<?php if ( is_page(array(424, 422, 7, 475, 472, 468)) || is_front_page()) { echo(''); } else { if(function_exists('echo_ald_crp')) echo_ald_crp(); } ?>
Hi, what is the status on this feature? I very much need it for a website we are launching. Or can you provide code that I can use in the page template which will filter out page options?