bajaharry
Forum Replies Created
-
Thanks for your recommendation. However, changing the template to either Classic or Compact does not allow us to copy/paste posts submitted so while it solves the & problem it creates another problem.
I am using wpforms lite version 1.8.5.3. Right now I have the email settings set to Default Template which causes the & symbols to show as & like this post
“We LOVE Free Ride Friday! 9 – 10 am this Friday, December 22nd and Jan 5th. Donuts & juice + lots of carrots! Bring your kids, grandkids, family, friends, ride or just feed a carrot to one of our beautiful horses that started as Rescues. “I changed the email settings to Classic and that fixed the issue of the & sign BUT we copy/paste all form submissions to create the newsletter,
https://www.thebajaponyexpress.com/wp/2023/12/16/4605-121823/. The Classic email setting would not copy/paste more than once. The only way we could copy/paste every post was to paste as plain text, then we have to edit the post to add any links back in.In your example the Dev team should change the email setting to Default to see the &. They could also test using the Classic email setting and try to copy/paste a few different lines into a wordpress post.
I would love to provide screenshots, but I keep getting this error message ‘This block has encountered an error and cannot be previewed.”
Found my problem without using the responsize. I had set a line height in the css preventing lines from wrapping.
Dumb move.
If I reduce the font size to 10pt cellphones can read the calendar page, but the font is too small for tablets and desktops to read.
Is there some code I can add somewhere to indicate small screens use 10pt?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Published Table shows Edit linkStupid me! I did edit the post and removed the link to the edit screen. Will just have to watch for it next time. Thank you for all your help
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Published Table shows Edit linkI should add the author of the posts always copies a week of the calendar into each new posts.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Published Table shows Edit linkI still see the edit in the posts. Even using incognito
http://www.thebajaponyexpress.com/wp/2018/12/21/2946-122118/
Thank you for the quick response and resolution to my problem!
Thank you. That did work. Is there code for changing column-2 width only in the edit table screen?
The table is only 2 columns. Column 1 is a narrow column, column 2 has more text and needs to be wider.
Again, the printed display is fine. This is the link to the end result
http://www.thebajaponyexpress.com/wp/test-calendar/Forum: Fixing WordPress
In reply to: Old style indentingI give up!! How do I put the following code into the css so the indent function works like we want it to.
<p style=”text-indent: -30px; padding-left: 35px;”>
I’ve searched around and nothing I’ve tried works. I don’t want to manually change every occurrence of the Indent.
Forum: Fixing WordPress
In reply to: Where are the .php files in 4.7 AdminI do have the Custom CSS option and have been playing with it. I got my indents to work using the p tag, but I really don’t want paragraphs to have a hanging indent.
http://www.thebajaponyexpress.com/wp/2016/12/15/2577-121516/
Looks towards the middle-end of the post to see the lowercase alpha outlines. It is this area that the customers wants to use the hanging indent. Keeping the first line at the left margin and wrap text indented.
I have to implement the feature so that the customer simply chooses indent or list on the format menu.
Thank you
Forum: Fixing WordPress
In reply to: Where are the .php files in 4.7 AdminI’d prefer not to touch the php files at all. But I don’t know CSS very well and am becoming frustrated trying to figure out how to make a lower-case alpha list indent using
text-indent:-20px;
text-margin: 25px;This would keep the lower-case alpha (ie a. b. c. etc) at the left margin, but indent any text that word wraps.
Forum: Fixing WordPress
In reply to: Where are the .php files in 4.7 AdminI’ve got 2 different websites. The php files appear as you state under Appearance->Editor. The other site does not offer the Editor option under Appearance.
Both sites are using 4.7 and Adventurous Pro. Could a plugin disable the Editor?
Forum: Plugins
In reply to: [Easy Google Fonts] New Font Control appears in “Theme” rather than “Default”Can you tell me how you did it? I’m trying to change how the indent functions for certain list items in posts.
Forum: Fixing WordPress
In reply to: Old style indentingYeah the example didn’t come out too clear. Here is an example:
http://www.thebajaponyexpress.com/wp/2016/12/10/2575-121016/
If you scroll down the the ‘Baja Biz’ section you’ll see the customer starts each line with a letter. She wants the paragraph that follow to indent, but the letter must remain on the left margin.
Thank you.