yesdavy
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Contact 7 is not emailing to any addressOn the contact 7 email issues it says…. If you are unable to send emails from this plugin, it is likely that you are unable to send emails from WordPress in general.
I have two forms on the same site with the same data and one is working, the other is not. How do you explain that? Please see OP for details. Thanks!
Forum: Plugins
In reply to: [Contact Form 7] Email Not SentSame issue as above. Tried using the Mail tab and specifying the address but did not work. It is necessary that the email addy to receive the form data is unique from the admin email addy for the site. Please advise with a solution. You can view the form here. Thanks.
Forum: Plugins
In reply to: [Meteor Slides] align meteor-slides with the HTML editorJosh, is it possible to add some kind of css or html code to Main or Advanced options (Weaver 2 theme) to center a slideshow in a widget or content area? The custom css sheet is confusing.
Sorry I didn’t catch that. Quite interesting how you were getting the blue colors previously. Thanks for the cooperation and support! Looks fine now.
Davy.
Here is all the code in the custom css in case something I’ve done is blocking the alternate row colors:
[CSS moderated as per the Forum Rules. Please just post a link to your site.]
Using Chrome, IE9, Firefox, and Dragon on a PC I still see no alternating row colors after using your code and changing to #dddddd or to #0015CA, or several other colors as tests. #0015CA is the color that displays in row-6 but would not display in .odd code as a test.
Everything you’ve said has worked perfectly. Thank you.
I am using 3 browsers and the alternate row colors are not showing on any of them. Any ideas why you would see it and I cannot? You are seeing blue and white alternating but I would like it to be gray and white. If not gray and white, perhaps I will disable the feature.
The only other question I have is how to make font bold in a specific cell, .row-6 .column-1
Thank you Tobias.
I was able to remove most of the features per your suggestion but the search still remains and I cannot get rid of it.
Also, I cannot get the alternate background colors for alternate rows to enable, even though I have it checked on plugin options.
And row 6 is set for background color #0015CA with the same code as the header row but is showing up white???
Finally, there is a a gray border down the right side of the table that I do not want. Can you please explain how to remove it?
Thanks again!
Davy.
Well, it appears that you cannot stack pages having this form. The second form page had the first form page as its parent. I moved it to another, albeit illogical, location to satisfy an inherent anomaly in Contact 7.
Still would like any suggestions on why the editing times out on save. Hosting provider says it is most likely in the coding or scripting but that doesn’t get me any closer to a solution. All comments welcome.
Forum: Plugins
In reply to: WP reloaded changing width of column?.I also have a column width issue. How does one distribute columns evenly? If this must be done manually, how may I know the existing column widths in order to adjust them and how do I adjust them?
https://markdex.com/results-2Thanks,
Davy.Forum: Plugins
In reply to: Problems with column width with using wp-reloadedThank you so much for the guidance, Tobias, as it is now the full width by hiding the sidebar on that page.
Forum: Plugins
In reply to: Problems with column width with using wp-reloadedIf you scroll down you will see a second version in a full width bottom widget area.
Forum: Plugins
In reply to: Problems with column width with using wp-reloadedPlease excuse me, Tobias, for giving you a bad link, here is the correct one https://markdex.com/results-2
Forum: Plugins
In reply to: Problems with column width with using wp-reloadedMy current problem is the opposite. The columns are too narrow and truncate the data. https://www.MARKDEX.com/transparency is the location. How do you distribute columns or rows evenly or assign specific widths to specific columns? Will this be the answer?
.wp-table-reloaded-id-5 .column-3 {
width: 400px;
}Forum: Fixing WordPress
In reply to: Horizontal scroll issueThe persimmontour.com site did have a horizontal scroll but it went away. Can this be browser specific? I use IE9, Chrome, Dragon, and firefox. Must be like the car problem, when you get to the professional at the shop the problem disappears.
Clearly I’m a newbie and by ‘suddenly’ it refers to suddenly I noticed it more than suddenly it occurred. What do you mean by change to the styles? If you mean changing the style.css file, no intentional changes were made that I know of. Maybe something I did caused a change but I have learned not to touch the style.css file.
I am unable to find the #site-description code in style.css exactly as you indicated but I did find this below and you will see that the width is not 50%, so probably I am finding the wrong #site-description:
#site-description {
clear: right;
float: right;
font-style: italic;
margin: 14px 0 18px 0;
width: 220px;
}Thanks so much for the help and the patience. I apologize for being so dense at this but one day I’ll learn.