Forum Replies Created
-
AuthorPosts
-
September 1, 2019 at 5:30 pm in reply to: Custom JavaScript Scroll to ID all of a sudden stopped working! #493353
SavvyPro
ParticipantAhh, okay.
I will try that, thanks.
August 29, 2019 at 2:42 pm in reply to: Custom JavaScript Scroll to ID all of a sudden stopped working! #493295SavvyPro
ParticipantBTW, I forgot to add the link to the website, here it is:
SavvyPro
ParticipantUm, hmm, tekgirl02, I think you may be in the wrong conversation.
I am just circling back around to this and wanted to let Victor know that I took care of this and it's working great now.
I simply did what you recommended.
Thanks.
SavvyPro
ParticipantOkay, looking at this closer, it could be the cause of the .site-inner element, but now I am trying to determine how to resolve it.
SavvyPro
ParticipantDisregard, I resolved it.
Thanks, I guess, for nothing I suppose.
Looks I will be using StackOverflow more often than here.
Victor seems to be the only one answering any questions anyway.
SavvyPro
ParticipantThis is for the responsive menu icon though.
Anyway to inspect that?
I believe it’s the toggle menu, but when changing the CSS code to black, it still wasn’t changing.
SavvyPro
ParticipantI decided to use the .title-area instead to place my logo because I think it actually looks better and it renders just fine in responsive mode. But, I am trying to figure out now how to change the color of the "Menu" icon from white to black and I cannot see any CSS class, element anywhere for this object.
Any ideas on how I may be able to do that?
Thanks
SavvyPro
ParticipantWell, this is the issue I seem to be having.
I'm trying to figure out where the hell I am supposed to put the CSS code because there are so many @media rules.
Can I get some help here?
December 2, 2018 at 3:38 pm in reply to: How do I put a search box in the genesis_after_header section? #224784SavvyPro
ParticipantThank you.
I decided to put it in the genesis_before_header section instead and created custom CSS to make it presentable.
BTW, can this be done using the Genesis Simple Hooks plugin?
July 17, 2018 at 6:26 pm in reply to: I don't seem to have an RSS page on my blog, help please #221755SavvyPro
ParticipantI can see the feed now. I suppose it just needed time to build, or replicate? I was using an under construction plugin and I have had maintenance mode off now for 2 days and now I can see the feed just fine.
July 15, 2018 at 10:33 am in reply to: I don't seem to have an RSS page on my blog, help please #221693SavvyPro
ParticipantOh wow, love your hair Andrea!
Anyway, I am seeing it on Chrome when I navigate to my feed service on my website.
When I use Safari, it just shows that there is no RSS Reader.
The reason why I even noticed I was having a problem was because I was trying to setup RSS to Email from Mailchimp and it could not find an RSS service on my site.
So, this is why I am here trying to get help.
July 13, 2018 at 6:48 pm in reply to: I don't seem to have an RSS page on my blog, help please #221673SavvyPro
ParticipantThanks Victor.
I realize it's a service, but I tried to edit my initial post and could not find a way to do that.
Apparently once you create a post and have typos, there's no way to correct that, or is there?
So if I am seeing this: <?xml version="1.0" encoding="UTF-8" ?><status>Service unavailable.</status>
That's normal?
Thanks again
July 13, 2018 at 12:12 pm in reply to: Wanting to use WordPress Multisite for development purposes #221665SavvyPro
ParticipantSorry it has taken me this long to respond. I apparently forgot to change my email to get updated and didn't see these till just now.
I paid for DesktopServer and I really like it.
Thanks everyone.
SavvyPro
ParticipantSorry to respond so late regarding this issue.
This was just a dev site using MAMP and I was able to get the site back and running, but now completely forgot how I did that.
My apologies.
Anyway, the site is now live and everything is going great.
Thanks
SavvyPro
ParticipantYes, I renamed the actual MySQL db, then I updated the wp-config.php file with that new name to direct the site to it.
But, I am starting over, so no worries.
However, it would be nice to know how I can resolve this issue in the future.
I have read everywhere that I followed the steps correctly, but my site got all "horked" up nevertheless.
SavvyPro
ParticipantHey Brian, thanks for responding.
The error is the typical 404 error:
Not Found
The requested URL /<my site name>/ was not found on this server.
The <my site name> portion still contains the old name even after I changed it in the wp-config.php file.
April 17, 2016 at 1:09 pm in reply to: Cannot seem to get Google Font in Site Title for the Focus Child Theme #183790SavvyPro
ParticipantOkay Chris, I see what you are saying.
I see the font I want now for my site title.
I did the following:
in the functions.php file I made the following changes (shown in bold):
wp_enqueue_style( 'google-fonts', '//fonts.googleapis.com/css?family=/Economica:700|Lora:400,400italic|Sigmar+One', array(), CHILD_THEME_VERSION );
In the style.css file I mad the following changes (shown in bold):
.site-title {
font-family: 'Sigmar One';
font-size: 60px;
font-weight: 700;
line-height: 1;
margin: 0 0 8px;
}Now it's working great.
Thanks again for your help, Chris, it's much appreciated.
April 17, 2016 at 11:47 am in reply to: Cannot seem to get Google Font in Site Title for the Focus Child Theme #183786SavvyPro
ParticipantI see the following in the functions.php file for the Focus Pro theme:
//* Enqueue Scripts
add_action( 'wp_enqueue_scripts', 'focus_load_scripts' );
function focus_load_scripts() {wp_enqueue_script( 'focus-responsive-menu', get_bloginfo( 'stylesheet_directory' ) . '/js/responsive-menu.js', array( 'jquery' ), '1.0.0' );
wp_enqueue_style( 'dashicons' );
wp_enqueue_style( 'google-fonts', '//fonts.googleapis.com/css?family=Economica:700|Lora:400,400italic', array(), CHILD_THEME_VERSION );
}
Am I supposed to replace the bolded Economica with Sigmar+One, since I want to use the Sigmar One Google Font?
Then I will modify the style.css file to use the Sigmar One font as well, correct?
SavvyPro
ParticipantI'm an idiot. I didnt think to look under the WP-Content directory for it.
I saw the issue and removed it.
Thanks
April 15, 2016 at 10:38 am in reply to: Cannot seem to get Google Font in Site Title for the Focus Child Theme #183698SavvyPro
ParticipantI see the following in the Style.css file:
The following is from lines 939-945:
.site-title {
font-family: 'Economica', sans-serif;
font-size: 60px;
font-weight: 700;
line-height: 1;
margin: 0 0 8px;
}The following is from lines 947-950:
.site-title a,
.site-title a:hover {
color: #244c5f;
}I'm assuming I would add the CSS code you suggested in the first section from lines 939-945, correct?
Thanks
-
AuthorPosts