rogerjh
Forum Replies Created
-
Forum: Plugins
In reply to: [BulletProof Security] Warning emailsI am having the same problem, except in the Must Use window, none of the links are active. A user deleted the plugin entirely, and I don’t have FTP access. Please help. Thanks.
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] How to override list style CSSOkay so here’s how I resolved this.
1. In the WP dashboard, go to Shortcodes/Settings/Custom CSS then redefine the ul and li tags. This code overrides the theme CSS, in this case using my own new class newbullets:.newbullets ul li { background: none; }
2. On the page view, click Insert Shortcode
3. Select List
4. Select the icon (Icon picker button) (in this case “angle-right”) and set the Icon color.
5. Type the class into the Class box, in this case newbullets
6. Click Insert shortcode.
7. The plugin inserts the following shortcode:[su_list icon="icon: angle-right" icon_color="#18ac04" class="newbullets"]<ul> <li>List item</li> <li>List item</li> <li>List item</li> </ul>[/su_list]
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] How to override list style CSSThanks! I will give this a try.
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] How to override list style CSSThanks Shellypeacock. The webpage is here https://www.montessoricenter.org/admissions/financial-aid/
You can see the problem in the second bulleted list of List item below the list with the green arrows (the green arrows hide the gray bullets, but that’s a bit of kludge!).
Forum: Fixing WordPress
In reply to: Media Library Delete Permanently function does not workI downloaded the plugin Enhanced Media Library, and now functionality is restored, and media items can be deleted.
Forum: Fixing WordPress
In reply to: Social icon links are in HTML but not active on pageYep. It’s working now. Thanks again folks.
Forum: Fixing WordPress
In reply to: Social icon links are in HTML but not active on pageHmm. I fiddled around with the CSS after posting this, and things weren’t working still in Chrome or FF. Probably need to clear my caches! Thanks for the heads up!
Forum: Fixing WordPress
In reply to: Error message from WP core file class-wp-theme.phpThanks Esmi. I will give these options a try.
Forum: Fixing WordPress
In reply to: Problem space just above footerI added the following code to the stylesheet.
#footer_inside { max-height: 500px; }
But I am still getting the PHP errors :\
Forum: Fixing WordPress
In reply to: Problem space just above footerHi Esmi,
Thanks for the suggestion. I looked with Firefox Firebug. That was my first instinct. ??
The only thing I can see are hidden posts, since the theme came with four columns and but we wanted only three columns, so the fourth column is hidden.
But how could a CSS problem cause the PHP errors?
I really appreciate any help!
Forum: Themes and Templates
In reply to: How to tell if a theme is poorly implemented?Thanks Gerald. I should have figured that it was complicated! I guess I was really looking for a sense of what to look for in a theme to make sure that it was not part of the problem.
Forum: Themes and Templates
In reply to: How to tell if a theme is poorly implemented?Thanks Gerald, that helps. I tried using a couple of caching plugins, but the sites are still slow. Are there coding issues, or other ways to deconstruct a theme to ensure it is optimized for speed?
Forum: Themes and Templates
In reply to: Help tweaking custom themeOkay, it was a PHP file called get_container.php. I just needed to put the code above the code for the widgets.
Forum: Fixing WordPress
In reply to: Incorporate a PHP file into a static pageSOLVED.
I found this thread answered my question. https://www.ads-software.com/support/topic/125832?replies=18
The template file was fine. The main thing is to make sure that the embedded php file has the right file path to call the wp-blog-header.php file (which is an admin file, not to be confused with the theme header.php).
Then you use your page template code to fill around the php functions.
Here’s the end product: https://www.urs.science-awards.org/ugresearchnews.php
Forum: Fixing WordPress
In reply to: Adding photos/pictures to my websiteCheck the format of your image. Make sure that your browser can load the image from your desktop. If the browser cannot see the image loaded from your computer, you may need to resave in a different format.