Nick C
Forum Replies Created
-
Hi, Fullworks!
I’m not able to reproduce this issue in my tests – for me the custom loop does not affect the responsive slider.
You’re welcome to share a Gist containing your custom loop if you’d like further help with this, though!
Forum: Plugins
In reply to: [Genesis Responsive Slider] Change Font & Remove grey box around textHi Crystal. Looks like you double-posted here? I’ve answered your other thread at https://wordpress.org/support/topic/need-help-removing-grey-box-around-text-excerpt?replies=2, but feel free to follow up there if you need further help.
Forum: Plugins
In reply to: [Genesis Responsive Slider] Need help removing grey box around text excerptHi Crystal!
The grey slide excerpt box is styled in your theme’s CSS:
.slide-excerpt { background-color: #fff; filter: alpha(opacity=80); display: block; margin: 10px; opacity: 0.8; padding: 0; position: absolute; z-index: 8; }To remove the box background color, you would need to change that code to look like this:
.slide-excerpt { display: block; margin: 10px; padding: 0; position: absolute; z-index: 8; }To change the slider excerpt text font or color, you can add CSS such as this to your stylesheet:
.slide-excerpt h2 a { color: green; font-family: Georgia, serif; font-size: 22px; line-height: 30px; text-transform: none; }You would edit the color and other properties there to adjust the style of the font.
Forum: Plugins
In reply to: [AgentPress Listings] Taxonomy labels are not appearing translatedYou’re welcome, Marcy!
Hi, Josh!
By default, Enterprise Pro doesn’t contain a
woocommerce/folder with custom WooCommerce-specific templates. If you or a developer have added template files there, it’s possible they may need to be updated, though.You can find out more about how to update the templates here: https://docs.woothemes.com/document/fix-outdated-templates-woocommerce/
If you don’t have a
woocommercefolder in theenterprise-protheme directory, feel free to share the templates that WooCommerce is reporting as out of date. (You should find a list at WooCommerce → System Status.)Forum: Plugins
In reply to: [AgentPress Listings] Taxonomy labels are not appearing translatedHi, Marcy.
Sure! I’d be happy to.
You can download a test version of the listings search widget label fix here: https://github.com/nickcernis/agentpress-listings/archive/label-i18n-fix.zip
The only file that has changed is at
includes\class-property-search-widget.phpif you just want to swap that file.The fix currently depends on WPML to translate your custom Listings taxonomies:
a. Take a full site backup.
b. Install the version of the plugin linked above.
c. Ensure that WPML Multilingual CMS and WPML String Translation are installed and active.
d. Define your listings taxonomies at Listings → Register Taxonomies.
e. Visit WPML → Translation Options, and ensure that your listings taxonomies are set to “translate”.
f. Visit WPML → Taxonomy Translation, and provide translations for all of your listings taxonomies.A few important points to mention:
– This version of the plugin offers a workaround to translate labels that is not officially supported by StudioPress at this time. (It’s not yet clear if the workaround will be merged into the main plugin itself.)
– Although it currently depends on WPML to translate your labels, deactivating WPML or running this version on a site without WPML should not break your labels.
– Updating AgentPress Listings may overwrite the fix.
If you have any feedback or would like further help, feel free to ask.
Hi! It’s not currently possible to use a dot in the short link, as WordPress converts spaces and punctuation in URLs into hyphens.
Simple URLs doesn’t currently mask links (it will just redirect to your actual media source, which will then be visible to users).
To mask links, you could explore another plugin that offers link cloaking, such as Pretty Link Pro: https://wordpress.org/plugins/pretty-link/
Forum: Plugins
In reply to: [Genesis Simple Share] Twitter Button GoneGreat! Thanks for the update, and glad you were able to put the button back.
Forum: Plugins
In reply to: [Genesis Simple Share] Twitter Button GoneHi, Brooke!
Are you using the latest version of Genesis Simple Share (1.0.6)?
The newer versions include a fix for the broken twitter button. (Twitter removed the counts from their buttons, so the plugin had to be updated to work around this.)
With similar issues in the past (missing content when the plugin is active), regenerating the WooCommerce pages in the specific order mentioned in the steps here solved things.
Although I can’t promise it will fix things for you too, it may be worth trying. You could always clone the site to a staging area if you didn’t want to affect the live site while you’re troubleshooting it.
Hi, mark I!
If
admin-bar.min.jsis generating a 404, it sounds like your WordPress installation is corrupt or incomplete. It would be worth re-installing it manually by downloading a fresh copy and uploading everything except for the wp-content folder.It’s also worth making sure the actual hack was removed, and that the server is now secure: https://codex.wordpress.org/FAQ_My_site_was_hacked
Genesis Responsive Slider does reference a file called
jquery.flexslider.js, but the version would normally match the version number of the plugin, rather than being a long string of characters. The version string can be affected by caching plugins, server optimisations, and proxies, though, so it’s not necessarily a sign that your site is still compromised.Hi, Kitti!
I checked several of your pages and the sidebars are loading alongside the product content for me. e.g. http://www.wayvdesigns.com/product/snowflake-cross-stitch-ornament-stitchable-christmas-tree-decoration-bsos03-04/
Are you still experiencing this issue?
If you have no page content with the plugin active, you may wish to back up your site in full, then go through the steps mentioned here to recreate the WooCommerce pages: https://wordpress.org/support/topic/still-no-content?replies=5#post-7306313. You may find that this resolves things for you.
Forum: Plugins
In reply to: [Genesis Simple Share] WaypointsHi, jgoug!
Thanks for the report. Are you happy to apply the same fix to the plugin that I list above? https://wordpress.org/support/topic/waypoints?replies=5#post-7549323
I would be interested to know if that resolves things for you.
Forum: Reviews
In reply to: [Genesis Slider] Incredibly complicatedThanks for the feedback, and sorry to hear that!
You are always welcome to post in our support forums if you need any help with StudioPress plugin setup in the future.
The one for Genesis Slider is here: https://wordpress.org/support/plugin/genesis-slider.
You could also look into using Genesis Responsive Slider, which may pair better with newer responsive themes: https://wordpress.org/support/plugin/genesis-responsive-slider
Forum: Plugins
In reply to: [Genesis Responsive Slider] Slider on selected pages ?You’re welcome!