markcoomes
Forum Replies Created
-
Forum: Plugins
In reply to: [Insert Html Snippet] Version 1.2.1 breaks WPI reported the plugin as breaking a site as well. Deactivated and deleted. Found older plugin Raw HTML Snippets (not tested on my version of WP) that seems to work.
Forum: Themes and Templates
In reply to: [voltata] update of 4/26 – 4/27Commented out lines 174-178 of template-tags.php of version 1.2.0 then overwrote version 1.2.0 gallery-styling.php with version 1.0.9.
Seems to work although I did seem to loose CSS (link color). I think that should be fairly easy to fix.
Yes, the gallery-styling.php was a prior issue. Good catch.
Forum: Themes and Templates
In reply to: [voltata] update of 4/26 – 4/27Unfortunately, upon removing lines 174-178 I get
Parse error: syntax error, unexpected T_FUNCTION in /home/content/64/5879764/html/wp/wp-content/themes/voltata/inc/gallery-styling.php on line 2
Pardon to bother you.
Forum: Themes and Templates
In reply to: [RedWaves Lite] remove and from sidebar menuUnder 9.0 Widgets this is what I have now:
Edited:
.widget li {
list-style-type: /* square; */ none;
margin-left: 0px;
padding-left: 0px;
margin-bottom: 0px;
}Added:
.widget ul { padding-left: 0px; margin-left: 0px; }
Forum: Themes and Templates
In reply to: [RedWaves Lite] remove and from sidebar menuFigured out removing the bullet in theme:
.widget li {
list-style-type: /* square; */ none;
margin-left: 17px;
margin-bottom: 10px;
}Still looking for the magic indentation, perhaps margin.
Forum: Themes and Templates
In reply to: [voltata] update to version 1.1.2Yes pardon, I am running 4.4.2.
Here is a list of plugins
Akismet
CC Child Pages
Contact Form 7
Custom Meta Widget
Enhanced Media Library
Form Maker
Hello Dolly
Hide Title
HTML Post Editor
iframe
Insert HTML Snippet
Insert PHP Code Snippet
Jetpack by WordPress.com
Link Library
Link View
Meta Box
PHP Code Widget
Simple Custom CSS
Simple Page Ordering
TinyMCE Advanced
Welcome to WordPress
WP-RSSImport
WPtouch Mobile PluginForum: Themes and Templates
In reply to: [voltata] update to version 1.1.2After I updated to Voltata 1.1.12 I replaced theme\voltata\inc\gallery-styling.php with the same file of version 1.0.9. This is a workaround. Hope this helps your troubleshooting.
Forum: Themes and Templates
In reply to: [voltata] update to version 1.1.2Pardon, I should have included the URL https://www.markcoomes.com/
It is working at the moment.
Forum: Themes and Templates
In reply to: [RedWaves Lite] Theme Update IssuesPardon another problem I am encountering, logo image is being resized very small though this may be a style sheet problem. I’m looking.
Forum: Themes and Templates
In reply to: [RedWaves Lite] Theme Update IssuesSuckerfish menu is gone from 2.0.0. How can I get that back. Thank you.