cking947
Forum Replies Created
-
I uninstalled and re-installed the plugin late Wednesday and corrected the css, I haven’t noticed any trouble since then, will start a new post if the problem returns.
Thank youForum: Themes and Templates
In reply to: [Minamaze] original css was restored after I changed itHere’s the link to the foot question.
Forum: Themes and Templates
In reply to: [Minamaze] original css was restored after I changed itAll is well, I appreciate you!
Forum: Themes and Templates
In reply to: [Minamaze] original css was restored after I changed itOk, I took the cowards way out! I uninstalled and re-installed the theme and all is well except 2 things:
The css isn’t working for the below page and it’s sub-pages. I entered the css under: Appearance, Theme options, custom css; I also tried inline styles (<div class=”single-column” style=”width: 300px; float: left;” display: block;>) but I can’t get it to work:
http://ideasdevelopedllc.com/services
css:
.single_column {
-webkit-columns:1; /* Chrome, Safari, Opera */
-moz-columns: 1; /* Firefox */
columns: 1;-webkit-column-width: 100px; /* Chrome, Safari, Opera */
-moz-column-width: 100px; /* Firefox */
column-width: 100px;
}.three_colums {
-webkit-column-count: 3; /* Chrome, Safari, Opera */
-moz-column-count: 3; /* Firefox */
column-count: 3;-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
-moz-column-gap: 40px; /* Firefox */
column-gap: 40px;
}Last Issue:
When I change the footer to the below code:
<div class=”copyright”>
<?php echo “ideasDeveloped LLC, 470-399-6467”;/* === Add custom footer === */ ideas_Developed_copyright(); ?>
</div>
<!– .copyright –>It stops working properly?
Thanks for you help
Forum: Themes and Templates
In reply to: [Minamaze] original css was restored after I changed itI just checked the slider images, neither is transparent. Not sure what’s happening with the site?
Forum: Themes and Templates
In reply to: [Minamaze] original css was restored after I changed itI’m using the ThinkUpSlider and I didn’t change the theme files. I added css to the service pages to create columns, changed the size of the logo and changed colors, that’s about it.
Only the logo should be transparent, I will double check to make sure the slider images aren’t transparent.
Forum: Themes and Templates
In reply to: [Minamaze] original css was restored after I changed itAlmost forgot, I did re-activate ninja forms
Forum: Themes and Templates
In reply to: [Minamaze] original css was restored after I changed itI just deactivated the plugin and the site looks the same. The homepage slider isn’t there, the footer layout and the css column styles aren’t working. I can see the column styles in dev tools but they aren’t showing up?
http://www.ideasdevelopedllc.com
ThanksForum: Themes and Templates
In reply to: [Minamaze] original css was restored after I changed itAt this point, should I just disable the plugins to get my site back working?
Other Issues: The homepage slider is missing, the footer (widgets) is not displaying correctly and my columns styles aren’t working. Are these issues related to the plugin because the site was working very well before adding plugins and I am still waiting for help from plugin support?
Thanks
http://ideasdevelopedllc.com/request-a-quote/web-design-3-pages-or-less
When I tested the forms (Under Request a Quote) and hit submit, I lost all css styles that I added to the page such as: I added columns to all pages under Services, which are not working now. I was able to restore some css styles and have not tested the forms a second time. Also, the styles for the forms are off as well.
I did upgrade to the latest Minamaze template that was available at that time and have the lasted version of BestWebSoft
Forum: Themes and Templates
In reply to: [Minamaze] original css was restored after I changed itOk, I will
Thanks
And I added my styles to the main CCS Style SheetForum: Themes and Templates
In reply to: [Minamaze] original css was restored after I changed itI did use a plugin, BestWebSoft to creat the form; i hit submit on the new contact form i created.