You are using a version of the theme that is over two years old. along with many other plugins that are out of date. I don’t want to touch anything until you update. Is there a reason you are not updating your site?
Ben
This reply has been marked as private.
It keeps giving messages like this- Warning: Cannot modify header information – headers already sent by (output started at /home3/chuks2end/public_html/wp-load.php:1) in /home3/chuks2end/public_html/wp-includes/pluggable.php on line 1210
Hey,
In your theme options > misc settings > footer credits, you were adding this:
<a href="http://www.tribaldesignsolution.com"> Tribal Design Solutions<a>
<p> Visit our parent site at <a href="http://megagriculture.gov.in/Home.aspx">Department of Agriculture, Meghalaya <a>
Which is broken html, <a> tags must be closed like this </a> and you had no close to your <p> tag.
I updated for you. to this:
[copyright] [the-year] [site-name] | Design By <a href="http://www.tribaldesignsolution.com"> Tribal Design Solutions</a>
<p> Visit our parent site at <a href="http://megagriculture.gov.in/Home.aspx">Department of Agriculture, Meghalaya </a></p>
NEXT you were adding this css in your theme options > custom css box:
#containerfooter {
padding-top: 0;
padding-bottom: 0;
margin-top: -10px;
margin-bottom: -5px;
}
A negative bottom margin makes no sense there and is what was creating your extra scroll. I’ve removed that for you. Now it should be fixed.
Ben
Hi Eolica,
Can you please start a new thread and provide a link to your site?
Thanks!
Hannah
Hey,
I’ve not tried projectnami but I can tell you with certainty that you won’t be able to use the kadence slider, or woocommerce, or any slider plugin that I am aware of. And that list would go on and on. projectnami doesn’t support database tables outside of the default wordpress ones. Since many many plugins use their own database tables to work you won’t be able to use them. So unless I am mis understanding there sites documentation then you won’t be able to run sites like any of our demos because they use plugins like Woocommerce.
Ben
Hi Simon,
Can you post a link to your site?
Thanks!
Hannah
I am using Pinnacle Pro and its plugins with a WordPress installation with ProyectNami on Microsoft Azure.
Have you tried this combination? I have several problems with the changes of css, sliders, etc.
For example if I modify the demo info or add a slider with the plugin these are deleted from the database and the site crash.
If I change the color of the titles since they are personalized, they do not apply to the theme, among others changes.
Hi,
My website is *Login to see link .
I have the carousel widget on the sidebar.
1. I only want to display the image, but it is leaving a huge space underneath.
2. I would also like to make the image smaller if possible.
Here is my custom CSS so far:
.sidebar .entry-content p {
display: none;
}
.sidebar .entry-title {
display:none;
}
.sidebar span.postday.kad-hidedate {
display: none;
}
Thank you!
Hello,
I seem to be a pickle here.
Have tried all that I know and I cannot seem to find the error.
Before the updated there were no bars and the side of the website and I do not know what the problem is, have tried all solutions but none work.
At my site http://www.megtea.in there is a scroll bar at the side and in the browser too but how can I remove it from the site.
Please help.
Right now the site is under construction.
Thank you
This reply has been marked as private.
This reply has been marked as private.
Hi Hannah
There’s still padding above the Headers inside the Siteorigin Editor boxes, see following link.
The single product thing is going to be updated with the next version of woo extras which is out tomorrow.
The issue with your archives is not “fixable” as it’s doing what it’s supposed to even if it’s not what you want this goes back to all sharing the same attributes for selection.
A workaround may be to add a javascript check to force them all back to default 8oz shaker on page load. But that’s going to be tricky code. I would need full access to your site so I can test it in your header and footer scripts.
Ben
This reply has been marked as private.
Hi,
1) I have a topbar enabled on my desktop version, but it is not showing up on any of the mobile devices.
2) The menu icon on right side is not showing up on any of the mobile devices; it is there, but it is invisible.
How do I get these two features working on mobile devices?
Website: wwww.onthemarkhomeinspection.com
Correct, it’s just an email. So you are “storing” that data in the email account the contact form is sending to but your site isn’t storing it.
Sorry, but a couple more questions about this topic:
a) the icons are loaded from own server, correct?
b) regarding the contact form: Will you add a checkbox with data protection link that needs to be checked in order to use the form? GPDR is not only important to European site owners, but every site owner who is dealing with EU customers/site visitors. And second: Is there a way to delete users’ data? According to GPDR, users can request that all their stored data is deleted.