Forum Replies Created
-
AuthorPosts
-
October 27, 2017 at 11:40 am in reply to: Gallery Pro Widgets show up in Chrome but not Safari or Firefox #213028BugMember
Carasmo,
OK thank you! I flushed the cache in WordPress and it worked. I have never had that happen. Is that caused by the WP Fastest Cache plugin?October 27, 2017 at 9:53 am in reply to: Gallery Pro Widgets show up in Chrome but not Safari or Firefox #213024BugMemberHi Victor,
Is the button that says Swimming Upstream showing up? I have cleared my cache multiple times in both Safari and Firefox and the button won't show up in either.BugMemberVictor, would this also explain why I started having problem with a Ninja Forms shortcode in a text widget? I had to switch to a Ninja Forms widget but it had been working fine for months.
BugMemberThanks Victor!
July 18, 2017 at 12:47 pm in reply to: Portfolio Pro plugin archive images are inconsistent sizes #209279BugMemberThank you so much! That worked really well.
July 17, 2017 at 7:18 pm in reply to: Portfolio Pro plugin archive images are inconsistent sizes #209240BugMemberThanks Marcy, I will do that. Do you know why changing the settings in archives doesn't change the size of the featured image?
Customize>Content Archives>featured image size.
Would I have had to set that to a smaller size before I uploaded images? Or is that setting only for blogs and not custom post types?
BugMemberI use the same slider in some of my websites. It should be responsive (yours isn't, try making the window smaller) and it should also adjust to the height of your largest testimonial, within reason. I tried adding 4 lines of text plus a title to one of mine and the entire section adjusted to the size of my 4-line testimonial. I would deactivate/uninstall the plugin and then reinstall it because somewhere something got messed up.
BugMemberDo you have a link to your site?
BugMemberAdd this to your CSS. It should have been under line 1232.
.front-page .site-header.dark .sub-menu a{
color: #fff;
}Let me know if that works.
BugMemberWhat browser are you using? The submenus are white text within black background on my pc, both Chrome and Firefox.
BugMemberDid you try going into your style sheet, line 2163, and specify the font color for smaller screens?
@media only screen and (max-width: 800px) {
.front-page .site-header .genesis-nav-menu a {
color: #000;
}
It works when I try it.BugMemberHi Victor, the black background behind the text under each book. It is only on the first page in those widgets. The class of the div is .entry-content.
BugMemberroccorob that's disgusting.
BugMemberOK thanks for all your help, Dave!
BugMemberOK I switched it to position: inherit and it seems to have fixed it. Will it stay ok like that or will it mess up something else?
BugMemberOK I removed that CSS so now it's back to disappearing when you try to move the cursor down to it.
BugMemberI added this CSS:
.site-header {
z-index: -2;
}It seems to have fixed it but I thought I had it fixed before and I didn't.
BugMemberOMG it worked, once I cleared the cache. Thank you SOOOOOO much!
BugMemberI did go into the plugin's CSS file (default.css) through the C-panel and changed it like you said. I saw how it changed in the Inspector, and you are correct that it worked. But even though I changed it in the default.CSS it still says the same thing in the Inspector. I don't understand how to change plugin CSS I guess, or why the change I made to default.css isn't showing up.
BugMemberWell I think part of my problem is this: In the Inspector, if you click on the 4th book, in the CSS pane it looks like this (the strike-throughs and checkboxes aren't showing up right here):
.archive.genesis-author-pro .content .entry:nth-of-type(3n+1) {
clear: none;
margin-left: 2%;
}
.archive.genesis-author-pro .content .entry:nth-of-type(3n+1) {
clear: both;
margin-left: 0;But that CSS is in there twice. I haven't added it anywhere except in Customizing>additional css so I don't know where the lower one is located. I looked in style.css and it's not there. Do you know where else that CSS line could be hiding?
-
AuthorPosts