memdesigns
Forum Replies Created
-
I’m also having this problem at https://dev1.graybarbalaw.com/. Any ideas how to fix it?
Forum: Themes and Templates
In reply to: [Lawyeria Lite] Making feature boxes clickableThanks – hoping another reader has done this a can provide me with direction….
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Can't change font size in Vortex themeFound it with some digging under ai1ec theme vortex – ai1ec_parsed_css.css
Forum: Themes and Templates
In reply to: [Spacious] Show full post, not excerptSolved it. It’s a setting under the theme customization -> Design -> Blog post display.
Forum: Themes and Templates
In reply to: [Spacious] Show full post, not excerptThanks, but I’d checked that and it’s set to “full text”.
Forum: Plugins
In reply to: [WooCommerce] An error occured while processing your paypal payment.I am getting the same error when trying to place my order and don’t know what I’m doing wrong. Using it with WordPress Shindig theme.
“An error occurred while processing your PayPal payment. Please contact the store owner for assistance”
https://dev.belfountainmusic.com/
Any help would be appreciated!
Forum: Themes and Templates
In reply to: [Spacious] Changing with of footer area in Spacious themeOK, I did it! Using the code you provided I created a new class for footer-inner-wrap and set that to 100%, then updated the sidebar-footer.php file accordingly by changing <div class=”inner-wrap”> to <div class=”footer-inner-wrap”>.
Thanks for setting me in the right direction!
Forum: Themes and Templates
In reply to: [Spacious] Changing with of footer area in Spacious themeThank you azfy22. That definitely worked, except that I still want the content area, between the banner and the footer to be narrower. I just want the footer area and the banner to be 100%. What css can I use to separate them?
Sorry to keep stringing this out, Tobiaz.
So, am I doing this all in custom CSS? I think this just might be beyond me.
OK, so I added this to the Custom Commands on the form edit page, and the collapse function completely disappeared. Admittedly this is pretty out of my comfort zone.
‘$(document).ready(function() { $(‘#4′).DataTable( { “ajax”: “../../../../4/ajax/data/objects.txt”, “columns”: [ { “data”: “date”, className: “all” }, { “data”: “lastname”, className: “all” }, { “data”: “firstnameeng”, className: “all” }, { “data”: “gender”, className: “all” }, { “data”: “age”, className: “all” }, { “data”: “firstnameheb”, className: “none” }, { “data”: “address”, className: “none” }, { “data”: “city”, className: “none” } , { “data”: “provstate”, className: “none” } , { “data”: “postalcode”, className: “none” }, { “data”: “email”, className: “none” }, { “data”: “phone”, className: “none” }, { “data”: “visitto”, className: “none” }, { “data”: “tocontact”, className: “none” }, { “data”: “jewish”, className: “none” }, { “data”: “shomershabbos”, className: “none” }, { “data”: “cohen”, className: “none” }, { “data”: “maritalstatus”, className: “none” }, { “data”: “height”, className: “none” }, { “data”: “smoker”, className: “none” }, { “data”: “havekids”, className: “none” }, { “data”: “datewithkids”, className: “none” }, { “data”: “education”, className: “none” }, { “data”: “occupation”, className: “none” }, { “data”: “agetomeet”, className: “none” }, { “data”: “shul”, className: “none” } , { “data”: “aliyahdate”, className: “none” }, { “data”: “aliyah”, className: “none” } , { “data”: “perfectdate”, className: “none” }, { “data”: “wkndactivity”, className: “none” } , { “data”: “relationship”, className: “none” }, { “data”: “goals”, className: “none” }, { “data”: “freetime”, className: “none” }, { “data”: “favourites”, className: “none” }, { “data”: “personality”, className: “none” }, { “data”: “photo1”, className: “none” }, { “data”: “photo2”, className: “none” }, { “data”: “photo3”, className: “none” }, { “data”: “comments”, className: “none” }, { “data”: “lookingfor”, className: “none” }, { “data”: “_submitted_”, className: “none” }, { “data”: “_fromaddress_”, className: “none” }, { “data”: “shadchan”, className: “all” } ] } ); } );’
Forum: Themes and Templates
In reply to: [Tempera] Styling Tempera Main MenuThanks again.
Forum: Themes and Templates
In reply to: [Tempera] Styling Tempera Main MenuThank you Martin! I put that in custom CSS and it worked perfectly. For my own knowledge, which file has that line?
Forum: Themes and Templates
In reply to: [Tempera] Disabled posts on front page not workingResolved on re-installation of the theme.
Forum: Themes and Templates
In reply to: [Tempera] Disabled posts on front page not workingI had to re-intall the theme in any case, and when I did it worked! Thanks for responding though eyalabadi98.
Forum: Plugins
In reply to: [List category posts] Unlink post title in List Category Posts pluginThank you – found the answer in a previous post.