Forum Replies Created
-
AuthorPosts
-
HermanParticipant
Wow...didn't realize that...thanks...fortunately I didn't get too far with Elegant so am going with your recommendation....Infinity Pro
What gallery do you recommend so I can show different categories ie landscape,portrait, etc?
HermanParticipantThx...I showed Elegant Pro and Modern Studio Pro..she preferred Elegant
however I'm not sure how to best show 100s of paintings. Elegant uses a slider to display imagesHere's a quick video of what i've done so far
https://stage.loom.com/share/639ef032bfc44cccac7f53678665468bApril 7, 2017 at 10:08 am in reply to: remove top navigation menu from going green pro theme #204442HermanParticipantentire site
HermanParticipantThanks Victor..how do I fix that?
Does it mean the plugin has not been updated to work with the latest WP version?HermanParticipantThank you..an ini.php file (malware) gets added to the root folder which is picked up with a scan from wordfence.
How do I prevent this from happening every day?HermanParticipantWhat if I replace all outreach files except edited functions.php file and styles.css?
Are there any other files that may have been changed during the construction of the site?HermanParticipantYes I did that and found some malware which was removed.
I now get the message
"Congratulations! No security problems were detected by Wordfence."
however the header image still pulls from the old site at /devAny tips much appreciated
HermanParticipantThis reply has been marked as private.HermanParticipantThrive content builder
How do I link a button at the top of my sales page to the pricing table at the bottom of the page. It says "link settings" which just has a URL. What URL do I enter to take the person to the pricing table?HermanParticipantThanks for the plugin..works well
HermanParticipantChristoph..good to know because I'm using the same theme
however I'm going to change cpanel login also based on your recommendation.HermanParticipantThx Christoph and Derek..the them definitely got hacked because I see redirect code added to multiple posts.
Why doesn't studio press update old themes or say "discontinued"?I tried a new theme however there was too much customization so I downloaded a new freelance theme and have added word fence.
Fortunately I could still access the old site and built the new one in a subdirectory. And I could use payback machine to retrieve the original content that had been hacked.My lesson.. keep a recent backup in case your site gets hacked.
March 3, 2016 at 8:19 am in reply to: Link Post Category to Featured Image On Home Page (Outreach Pro) #180530HermanParticipantThanks Jason..the category posts widget would mess up my home page.
I decided to manually add a link to the bottom of each post in a category for now eg "http://www.aclcnational.org/dev/who-we-are/So if they click on the link or the image on the home page they can first read the feature post then click the link at the bottom to read more articles in that category.
I wish there was a better way to implement this from the home page.
February 16, 2016 at 4:50 pm in reply to: Add second row of home bottom widgets to Outreach Pro #179190HermanParticipantYes and thanks for fixing 1023px media query
I don't know about Tom's links however I'll look at Sridhar's new tutorial later.Thanks again.
February 16, 2016 at 2:51 pm in reply to: Add second row of home bottom widgets to Outreach Pro #179184HermanParticipantDidn't see it in 1023 but did in 860 so changed it there.
I think I figured corrected the space between rows.Do you think my header image displays correctly..I spent ages yesterday trying to get it right after trolling the forums?
Just want to say a BIG thank you for your kindness and patience.
February 16, 2016 at 2:35 pm in reply to: Add second row of home bottom widgets to Outreach Pro #179182HermanParticipantOk I think I got it..one more thing..
What CSS do I need to add to move the second row of widgets closer to the first row?February 16, 2016 at 2:26 pm in reply to: Add second row of home bottom widgets to Outreach Pro #179180HermanParticipantThanks..do I need to edit the other media queries?
February 16, 2016 at 2:12 pm in reply to: Add second row of home bottom widgets to Outreach Pro #179178HermanParticipantThank you very much..that worked
Is this correct for media queries...
@media only screen and (max-width: 480px) {.content {
padding: 30px;
}.content #genesis-responsive-slider .flex-control-nav {
display: none;
}.home-bottom .widget:nth-of-type(2n),
.home-bottom2 .widget:nth-of-type(2n),
.home-bottom .widget {
margin: 0;
width: 100%;
}.header-image .site-title a {
background-size: contain !important;
}}
February 16, 2016 at 1:59 pm in reply to: Add second row of home bottom widgets to Outreach Pro #179176HermanParticipantis this the correct css?
.home-bottom,
.home-bottom2 {
background-color: #fff;
padding-top: 60px;
}
.home-bottom .widget,
.home-bottom2 {
float: left;
margin-left: 2.564102564102564%;
width: 23.076923076923077%;
}
.home-bottom .widget:nth-child(4n+1)
.home-bottom2{
clear: both;
margin-left: 0;
}.home-bottom .featured-content img
.home-bottom2{
-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}.home-bottom .widget-title
.home-bottom2{
color: #333;
font-weight: 700;
}February 16, 2016 at 1:49 pm in reply to: Add second row of home bottom widgets to Outreach Pro #179174HermanParticipantI added .home-bottom2 but it made no diff.
Please clarify what additional class i need to add..home-bottom, .home-bottom2 { background-color: #fff; padding-top: 60px; } .home-bottom .widget { float: left; margin-left: 2.564102564102564%; width: 23.076923076923077%; } .home-bottom .widget:nth-child(4n+1) { clear: both; margin-left: 0; } .home-bottom .featured-content img { -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4); -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4); box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4); } .home-bottom .widget-title { color: #333; font-weight: 700; }
-
AuthorPosts