electrolisispesomosca
Forum Replies Created
-
This topic has been resolved. For the messages and emails problem (not getting sms notifications), there’s an error in the console:
error: [{type: “Error”, code: 0, message: “Class ‘PHPMailer\PHPMailer\PHPMailer’ not found”,…}]
message: “Slim Application Error”here was an errorAmeliabooking changed the email notification configuration from PHP Mail to “WP Mail”, and after that we received the email and the SMS successfully.
PHP Mail is really not that reliable – it often goes to SPAM, and in your case – it can’t even work, so WP Mail or SMTP (the best option) are recommended.
After fixing this, the date picker loads as expected.
Thank You Ameliabooking.
Hopefully it will stay. Do I need to do this every time I install it? I mean set the hidden option and then untick the hidden option? It works fine now… Thanks.
So I selected the hidden option:
Hide Simple Banner
This can hide the simple banner,
essentially applies
display: none; to the bannerthanks
Forum: Fixing WordPress
In reply to: Broken websiteThis problem has been solved.
Forum: Fixing WordPress
In reply to: Broken websiteHi Steven,
I am so happy to say, I have rescued my website and brought it back thanks to your suggestions. I really appreciate your help!The culprit was a plugin… I thank you so much.
Forum: Fixing WordPress
In reply to: Broken websiteThank you so much I will try all these suggestions.. see what happens..
I really appreciate it.Forum: Themes and Templates
In reply to: [Wallstreet] Blog entries appearing on home pageHi Abhishek,
I finally could see all sections on the page. I firstly uninstalled both plugins as you suggested. I then checked the code and noticed some discrepancies so I was about to fix them when the files appeared the same. Like I said, there was another developer fiddling with the code, so I am not sure what did the trick. I am no longer working on this project.However, I have been given another page to work on using the same wallstreet theme so I need some information on how this theme works if there is any around and how to create various widgets on the page etc. I would appreciate if you could point me in the right direction.
Thanks for the help. I really appreciate it.
Forum: Themes and Templates
In reply to: [Wallstreet] Blog entries appearing on home pageThanks I will try that.
I know some other developer was customizing the code and I am not sure what they did so
I will deactivate both plugins first to see if the problem gets fixed, then I will look into the code.Thanks for your help, I really appreciate it.
Maria.
Forum: Themes and Templates
In reply to: [Wallstreet] Blog entries appearing on home pageHi Shabid,
Thanks for your message.
I’m working on a website: https://wp.flexity.ru/ (Wallstreet theme)
Delivery Styles
and
Why should I spend my money on coaching?
are sections that have been created in a blog entry. Both appear on the page, but when I create another blog entry so that it appear underneath the last section, it won’t appear, I don’t know what I am doing wrong or maybe I am missing a setting.
Thanks for your help.
Maria.
Forum: Plugins
In reply to: [WooCommerce Gift Coupon] two little thingsIn the changelog it says this issue has been resolved in version 2.3 but I still can’t change it.
Forum: Plugins
In reply to: [WooCommerce Gift Coupon] two little thingsSo is there an answer to this question? I also need to change the category name!!
Thank You.
Forum: Themes and Templates
In reply to: DIVs out of place please help!!!I removed all shortcodes before replacing the header code and adding this contact div and it didnt make any difference so I assume it wasnt the shortcodes that caused the problem so I have the suspicion that it was this contact div that is causing it. Still my header pic, content and footer look out of place but it has definitely improved.
Forum: Themes and Templates
In reply to: DIVs out of place please help!!!Somehow it has improved by replacing the child header with the original one but it starts to play up when I add comments or code to the header file which never happened before.
I want to add a div under the site description with the contact info, this might have cause problems with layout. This is how I did it:
in CSS:
#contact { margin: 0 auto; width: 740px; font-family: 'Century Gothic'; float:right; font-size:14px; color:#6d0a2b; background: #fff; }
then I added this HTML under the site description:
<!-- Displays the contact information --> <div id="contact"> <?php echo '<strong>Contact Us! </strong> 0402-redacted | 0412-redacted | info@[redacted].com.au'?></div>
Thanks for any advice.
Forum: Themes and Templates
In reply to: DIVs out of place please help!!!Still not good, if anything it now looks worse .. I have no idea what it is now…
Forum: Themes and Templates
In reply to: DIVs out of place please help!!!Thanks I was just wondering what to use.. Thanks so much for your help.