Nick C
Forum Replies Created
-
I’ve filed an issue and pull request for this:
– https://github.com/copyblogger/simple-urls/issues/10
– https://github.com/copyblogger/simple-urls/pull/11I don’t have a timeline for any plugin updates, but if you’d like to test a version with the fix it’s available here.
Thank you again for the report, linzD.
Forum: Plugins
In reply to: [Simple Social Icons] Social Icons color changed without a code changeHi @gloriat8.
It’s possible for background colors to conflict if multiple icon widgets are active.
We plan a fix for this in an upcoming version but, for now, you can add this CSS to Appearance → Customize → Additional CSS, or to the bottom of your theme’s stylesheet:
.site-header .simple-social-icons ul li a, body .simple-social-icons ul li a { color: #6ecfbe !important; background-color: transparent !important; } .site-header .simple-social-icons ul li a:hover, body .simple-social-icons ul li a:hover { color: #fff; background-color: #666 !important; }This will give the icons consistent colors in all three locations.
Forum: Plugins
In reply to: [Genesis Simple Share] Genesis Simple Share and GDPREnabling “Hide count” at Genesis → Simple Share will disable data sharing with social networks upon page load, just in case anyone else stumbles across this and doesn’t want to switch plugin.
Forum: Plugins
In reply to: [Osom Author Pro] Featured Image doesn’t show on pagesThe Genesis Author Pro plugin will automatically add the featured book image to book pages by default in all themes. For example, in the Author Pro theme, a book looks like this: https://demo.studiopress.com/author/book/midnight-on-earth/
Or did you mean you’d like to automatically add featured images on regular pages, as opposed to book pages? For some themes you may need to add PHP code to automatically add featured images to regular pages:
– Add to posts: https://www.wpstuffs.com/insert-featured-image-above-posts/
– Add to posts and pages: https://www.wpstuffs.com/insert-featured-image-above-posts/#comment-1689If you’d like further help customising a StudioPress theme, I recommend posting in the forums at https://www.studiopress.com/forums/.
If I can help further with the Author Pro plugin, please let me know.
Forum: Plugins
In reply to: [AgentPress Listings] Widget Filter Function QuestionHi, @eventermom.
There’s no filter for the Property Search widget input fields, but you could create a taxonomy called “Acres” at Listings → Register Taxonomies:
Then use bands to represent each range at Listings → Acres:
After assigning the relevant Acres range to each listing, the result will look similar to this in the Listing Search widget:
The AgentPress demo site at https://demo.studiopress.com/agentpress/ does something similar for the “price” field if you’d like to preview a live example there.
If you already have an Acres taxonomy, you could create another taxonomy for the acres range bands called “Grounds” or “Outdoor Space” or similar.
Forum: Plugins
In reply to: [Simple Social Icons] Style settings can’t be set per instanceThanks for this report, @swinggraphics. We’re expecting to improve this in a future update to the plugin, although I don’t yet have a timeline for this.
Forum: Plugins
In reply to: [Genesis Simple Hooks] Where is class definedThanks for your message and welcome to the WordPress and Genesis communities!
Yes — the
.pmp-wee-header-textclass determines how that text looks, and it is defined in your theme’s style.css file, just as you guessed. Here’s a screenshot showing this in Chrome’s developer tools:You can learn more about how to use your browser’s developer tools to find style information in this article.
You can edit your style.css file using an FTP application (it’s at
wp-content/themes/balance/style.css), or via Appearance → Editor in the WordPress admin area if your web host supports this. If you’re new to editing stylesheets I recommend taking a full site backup first.If you have further questions about how your site’s features have been styled and implemented, or how to make design changes to your site, I suggest asking your web designer.
If we can help with questions specific to Genesis Simple Hooks usage, please let us know.
Forum: Plugins
In reply to: [Genesis Simple Edits] Can You Default Certain Questions To Be Open?Thank you for this request, Mira. There isn’t a simple way to automatically open questions by default at the moment, but I’ve added a feature request for you:
Forum: Plugins
In reply to: [Simple Social Icons] iOS CompatabilityThanks for sharing this link and screenshot, @buggzero.
The site at http://www.outmersive.com/ is trying to load the icons from a different domain (http://www.outmersivefilms.com/wp-content/plugins/simple-social-icons/symbol-defs.svg ).
Loading resources across domains is prevented by some browsers (I see missing icons in Chrome on desktop too):
To fix this you’d need to make sure the plugin is running on the same domain as the site itself. (The most common cause of this is an incorrect WordPress Address and Site Address at Settings → General. The values there should match your site’s domain to prevent issues like this.)
Forum: Plugins
In reply to: [Genesis Simple FAQ] My Faq does not show correctlyYou’re welcome, @rubiworks! Thank you for letting us know.
Forum: Plugins
In reply to: [Simple Social Icons] Adding “behance” to end of titleThat page’s head element includes div elements, which aren’t allowed in HTML head tags:
When Chrome (or Google, or another user agent) encounters that
divtag in head, it assumes the head has closed and body has started, so it moves all other elements from that point on into the body.titleisn’t allowed as a top-level item in a body tag, which is why the site’s default title tag gets ignored.If you can identify and remove the div and other illegal tags from the head section, that should solve this and ensure Google reads the title tag correctly.
The W3’s validator can help identify broken HTML: https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.angelodavisrealtor.com%2Freal-estate%2F100-STONE-WAY-SEDONA-AZ-86351%2F516175%2F258%2F&showsource=yes
It looks like the issue is the
<div itemtype="//schema.org/Product" itemscope="">element. If that has been added to the page header scripts, or via another method, I recommend removing it and putting it in the post body instead, or using https://json-ld.org/, which can be used in the document head.Forum: Plugins
In reply to: [Simple Social Icons] Adding “behance” to end of titleThanks, @angelodavis. The sites mentioned all appear to have a missing
titletag in theheadsection on pages where ‘behance’ is included in the title. For example:Google will pick up other head tags on the page under that condition.
The solution for these sites would be not to drop the title tag from the head element. Using a title tag within an SVG is valid HTML and will not normally affect sites as most do not omit the default title tag.
Forum: Plugins
In reply to: [Genesis Simple FAQ] My Faq does not show correctlyHello, @rubiworks.
The shortcode appears to have been added inside pre/code elements:
If you edit the page in Text mode to remove any pre/code tags leaving only the shortcode, the FAQ layout should then improve:
Forum: Plugins
In reply to: [Simple Social Icons] Adding “behance” to end of title@angelodavis Are you able to share an example of this, please?
Forum: Plugins
In reply to: [Genesis Simple Hooks] Plugin Install gives http 500 errorHi, @tiffaynee!
Sorry that you saw this error after activating the plugin. It’s not something I can reproduce in my tests, so it may be specific to your site.
Please could you share your server and PHP error logs? Your host should be able to help find them if needed. The logs often give more information about what could have caused the 500 error.