RoxyJo
Forum Replies Created
-
Forum: Plugins
In reply to: [Recipe Hero] Nice Plugin! Any plans for a print button?Thanks for getting back to me ๐
I look forward to the print extension.I did try some print-page plugins. It seems that none of those plugins support custom fields out of the box(which is what I think the recipe information is?).
I did find this article about printing custom fields: http://www.xldstudios.com/simple-wordpress-function-prints-custom-field/
Forum: Plugins
In reply to: [WooCommerce] Need a bit of help with hooks and filtersYou are beutiful! Thank you so much!
Now that I see the proper code, I can see where I went wrong, and why.
I was trying to do the code this way:add_filter( ‘woocommerce_checkout_fields’ , ‘custom_override_checkout_fields’ );
function custom_override_checkout_fields( $fields ) {
$fields[โbillingโ][โbilling_emailโ][โclassโ] = ‘form-row-wide’;
return $fields;
}I should have used an array.
Thank you!Forum: Plugins
In reply to: [Recipe Hero] Nice Plugin! Any plans for a print button?That would be great!
I was thinking maybe being able to print the recipe with simplified styling (no colours, graphics etc…) and no images. Ziplist recipe plugin does this quite nicely. This site seems to be a good example:
http://ediblesantafe.com/eat/fall/chef-demo-recipes-from-local-food-festival/I did try to use the wp-print plugin, but I can’t seem to get the custom fields to print (just the post part).
Also, I’m not sure if you support rich pins, but that would also be a great feature to add. ๐
https://developers.pinterest.com/rich_pins_recipe/Thank you!
@matoca
The random setting is in the NextGen Widget itself. ๐@photocrati
Yes, I have tried resaving just about anything that I can think of, including the Galleries, widgets, permalinks, resetting the options etc…
The widgets seem to work OK if I choose “recently added” rather than “random”
—————–
The widget settings that do not work are:
Show: 1 Original Images
Random
Width x Height: 700 X 150
Select: Only which are listed
Gallery ID: 7I am getting the exact same issue. When using the widget, Instead of images I am getting “no images were found”
Any insight would be really appreciated ๐
That didn’t work… on further inspection, I noticed that the URL no longer shows the jump address. Maybe that is a part of the issue?
It’s almost like the jquery is telling the browser that all of the scroll “areas/links” are active?? Maybe. Or I’m actually going crazy trying to figure this out ๐
Hi, Thanks for the help, I really appreciate it!
I think that there is more going on there. I’ve fixed the code, but the hover effect is still not working. It was working properly before I added the Jquery script. I added the CSS after I started having the issue, and I’m afraid that I confused matters by adding it. I deleted the offending CSS and revised it as you suggested. But the problem persists.
It seems as if (for some reason) the Jquery is forcing the “.menu-primary li.current_page_item a, .menu-primary li.current-cat a, .menu-primary li.current-menu-item a” to overide all other menu classes (you can see that if you remove the “color: #0000” the menu seems to work properly. This is also apparent in the other site I’m having this issue with.
When I tested this on a clean install without the Jquery added, the code isn’t overridden, but when I add the Jquery does get overridden.
On further inspection it seems to be “stuck” on highlight.
I’ve created a staging site to demonstrate:Thank you for the code! It works, except it seems to remove the hover and active states. I tried deleting the script, but the override persists.
I tried installing the script on another production site, and it seemed to do the same, after installing the script, the hover and active states no longer works.
Forum: Hacks
In reply to: Would someone be willing to look over my php, please?Thank you so much, bcworkz! I really appreciate the feedback. I will read over the articles you have suggested.
Thank you!
Yes, those are the exact problems I’m having. In addition, when I specify which gallery I would like the widget to get the photos from, the widget seems to get the photos from all of the Galleries.
like this:
http://pbrd.co/14RJOXi