ncbogroupie
Forum Replies Created
-
Thanks, Brian, but it didn’t work! We will probably go for the pro version when we go online…Hopefully soon! and that will solve one problem. I have another problem which I think is a conflict between my theme Satisfy and The Events Calendar (not ECSC). Will have to resolve that before we’re ready to go online.
Forum: Fixing WordPress
In reply to: Changing font in page titleWould like to alter Past Events to match Upcoming Events.
Upcoming Events is my Home page
Additonal CSS:
.home p:first-of-type:first-line {
color: #1b34b5;
font-family: roboto slab;
font-weight: bold;
font-size: 24px;
}Would like to make Past Events match this. Past Events only shows 5 entries. We have 7+ and growing! Would like to make text smaller and reduce padding to show more items on page. How can I do this?
Forum: Fixing WordPress
In reply to: Changing font in page titleI have DIV around it. But don’t know how to add code. Would like to send you a screenshot. But don’t know how! I’m a newbie!
Thanks!Forum: Fixing WordPress
In reply to: Changing font in page titleI cannot share URL, because I am on localhost! I solved the problem by adding this to Additional CSS:
.home p:first-of-type:first-line {
color: #333333;
font-family: roboto slab;
font-weight: bold;
font-size: 24px;
}
It looks good, but would like text to be centered.Adding another line:
text-align: center;
did not work. Any suggestions?Forum: Plugins
In reply to: [The Events Calendar] How to change page text color and fontI found it! Its Roboto Slab! Now changed. Looks good!
Forum: Plugins
In reply to: [The Events Calendar] How to change page text color and fontThanks, Jennifer!
I added CSS, as follows:
.home p:first-of-type:first-line {
color: #333333;
font-style: bold 900;
font-size: 24px;
}
I was trying to find the font used by the plugin, but can’t find it.
I have the following on my Events page:
[ecs-list-events limit=’3′] I do not think Events Calendar Shortcode adds styling, so it must originate with The Events Calendar. Since I cannot change the “event” styling, I’m trying to change the title to match it!Forum: Plugins
In reply to: [Redirect 404 To Homepage] The page isn’t redirecting properlyThanks. How do I remove it?
Forum: Plugins
In reply to: [Disable Blogging in WordPress] New message: Oops, that page can’t be found!I want to delete your plug in and remove it completely. How do I do that?
Forum: Plugins
In reply to: [Disable Blogging in WordPress] New message: Oops, that page can’t be found!My landing page should be the picture (full size) as in theme twenty seventeen (which I’m using), with a menu below it. Can’t see menu, because of error message. Have tried to delete “Disable Blogging” from Plugins, but I still get the same message (as on my screenshot).
- This reply was modified 7 years, 8 months ago by ncbogroupie.
Forum: Plugins
In reply to: [Disable Blogging in WordPress] New message: Oops, that page can’t be found!https://imgur.com/a/rBYf8 Is this what you need?
Forum: Plugins
In reply to: [Disable Blogging in WordPress] New message: Oops, that page can’t be found!I clicked the link and added my screenshot. Now what? I’m new to all this!
Forum: Plugins
In reply to: [Disable Blogging in WordPress] New message: Oops, that page can’t be found!I tried to disable “Disable Blogging” but nothing happened. I still get the same message. Have screenshot. How do I upload?
Forum: Installing WordPress
In reply to: Installing WordPress on Windows 7/WAMPPThank you. I followed instructions in: “How to Install XAMPP and WordPress Locally on PC/Windows”, including changes to wp-config-sample.php and changing name to wp-config.php. Then opened Firefox and typed https://localhost/wordpress (my directory name) Result: Object not found! Error 404