cliffordhill
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Glossary] Only “S” link not working when using glossary_atoz shortcodeThanks @malae for posting ideas! Unfortunately, the only way to change what the plugin calls on the S link is to alter core plugin files which would be overwritten when (if) the plugin is updated. Still that’s a small change that can be made without much fuss. Just have to remember that the change is sitting there in the future (which will likely be forgotten, of course).
I tried using a functions.php snippet that kills the WordPress native search but that did not fix the problem.
Forum: Plugins
In reply to: [Simple Job Board] Theme Fonts / Styles over ridden by SJBI’d like to note how this creates a minor headache and that the plugin should not override fonts in any way.
The CSS fix offered remedies the bulk of the text on the page, but not everything. For instance, I have an H1 header text at the top of my page that is not fixed and the main nav links hover text is taking the wrong color.
Additionally, I notice there are a few manual settings for colors available in the plugin settings, but nothing for active button states so that I can’t easily control the bright blue color that appears on click.
I’m hoping this mild but annoying situation can be fixed in a future version of the plugin so that I don’t have to make a number of manual and unnecessary CSS fixes.
This was fixed for me by removing Slider Revolution plugin. In haste I thought all plugins were disabled for testing, but Slider Rev was still activated.
I was running a slightly older version at 5.1.x. I think it’s up to 5.2.x now, but I didn’t try updating it to find out if a fix would be had.
I too am getting an “Internal Server Error” using latest Divi 2.6.4.4 when accessing either Divi > Theme Customizer (which includes Appearance > Customize) or Module Customizer. Also using latest WP 4.4.2 running PHP Version 5.3.29.
There is no error reported in any php logs. I checked throughout the root and sub dirs and found no error logs, but it could be the host doesn’t have them configured to appear. I’m requesting support now from the host to see if there’s something they can do.
Worse still, I can’t access any modules on any pages or posts. Whenever a module is selected for editing, a feedback icon hangs indefinitely. This means no content can be changed.
Here’s the site address: https://www.greenleafexpress.org/
Obviously, this is a show stopper. Any ideas?
Forum: Plugins
In reply to: [CC Child Pages] Non-Linked Current Page Shown for Sibling PagesMaybe I was misunderstood. I’m not sure how adding the parent page ID has any value in creating a menu of siblings. Also, adding the parent ID to child_pages shortcode with the sibling attribute doesn’t result in anything. Seems to ignore the id attribute which is what it should do since the parent has no bearing.
… the siblings option was added to specifically show just the siblings of the page.
This what I assumed was the case and what I’m suggesting can be improved by adding the current page (if desired; would be as easy as adding another attribute to the shortcode such as: [child_pages siblings=”true” show_current_page=”true”] or something similar).
Otherwise, the menus values change from sibling page to sibling page which is confusing, not to mention lacking the feedback of showing the current page.
Forum: Plugins
In reply to: [Store Locator Plus? for WP] Results not linked to map. No info box popups.I’m also having the problem of no map popups after updating to latest v4.3.03.
I’m running Pro Pack v4.3 as well. However when I deactivate the Pro Pack plugin, the map popups still didn’t work.
I also tried the Force Load Javascript checkbox under the General settings tab without success.
This is the dev server where it was working before updating: https://dev-plant-success.pantheon.io/where-to-buy/plant-success-garden-supply-products/
Forum: Plugins
In reply to: [Store Locator Plus? for WP] Results not linked to map. No info box popups.I’m also having the problem of no map popups after updating to latest v4.3.03.
I’m running Pro Pack v4.3 as well. However when I deactivate the Pro Pack plugin, the map popups still didn’t work.
I also tried the Force Load Javascript checkbox under the General settings tab without success.
This is the dev server where it was working before updating: https://dev-plant-success.pantheon.io/where-to-buy/plant-success-garden-supply-products/
Forum: Plugins
In reply to: [VoucherPress] Sudden "Sorry, that item was not found" ErrorThanks for your attention. I definitely did not use the direct PDF link. I used the link the plugin produces.
Unfortunately, I abandoned using the plugin and so cannot retrieve the URL anymore.
Thanks for replying. I’ll look into puzzling this out though honestly I don’t know the first steps in how to discover the method of conditional loading nor how I can “explicitly enqueue them.”
Any detailed info is highly appreciated. Thanks again!
Thanks! Very much appreciate such a helpful response. I had the idea this would be the case but got lost in the code. I’ll keep drilling as I have a better idea of where to go.
I cannot get it to work unfortunately. I updated the plugin to v2.1.4 and removed the old filter from the functions.php file and replaced with your example above. I’m using WP 3.4.2.
I tried
is_home()
andis_page('home')
andis_page(2)
(for the post ID of the page being used on the home), plus triedis_page('student-testimonials')
andis_page(598)
(post ID for the Student Testimonials page) to test larger images on the list page all without success.The image sizes remain at the thumbnail size regardless. Am I missing something or…? Thanks again for any help.
Shoot! I just noticed that the page I want to use for the list of all testimonials is also showing these full size images.
https://gse.zdca.biz/about-us/student-testimonials/
I need these to be thumbnail size and right-aligned, not pulling a single global size from a filter.
Seems like this plugin would benefit from having widget and shortcode settings for size. Anyone who wants to have testimonials appear in multiple places with different layouts such as sidebar, full page, and others like a homepage callout block would need flexibility on image size (like me :-).
Also, this begs the issue of custom URLs. A homepage callout or even a sidebar slider is a good place to link to a page that shows a list of all testimonials entered. Would love to see a field in the widget and in the shortcode of adding a custom link URL.