jmtmurphey
Forum Replies Created
-
Forum: Plugins
In reply to: [Network Posts Extended] Problem pulling posts by taxonomy from one blogThis issue is actually pretty strange. If I pull from other sites in my network, it works fine but it doesn’t work from my main news hub site. It only pulls posts prior to 4/5/2017. Any suggestions how I could debug why this would happen?
We running in a staging environment on a copy of our production so I am wondering if there is an issue with the database but I am not sure what to look for.
Could you tell me how your plugin queries the db so I could maybe see what it’s doing?
- This reply was modified 5 years, 6 months ago by jmtmurphey.
- This reply was modified 5 years, 6 months ago by jmtmurphey.
Forum: Plugins
In reply to: [Network Posts Extended] Problem pulling posts by taxonomy from one blogHi Thanks for the update. This version unfortunately is not working either.
It is only pulling posts from 4/4/2017 back no matter what settings I put in the shortcode. Is something perhaps defaulting or set for debugging?Forum: Plugins
In reply to: [Network Posts Extended] Problem pulling posts by taxonomy from one blogHere are 2 examples: for https://staging18.gsu.edu
[netsposts taxonomy=”home-feature” include_blog=”473″ days=”90″ titles_only=”false” show_author=”false” thumbnail=”true” image_class=”align-left” auto_excerpt=”false” paginate=”false” list=”4″ include_link_title=”true” date_format=”F j, Y” post_height=”” excerpt_letters_length=”270″ use_layout=”inline” link_open_new_window=”true”]for https://education.staging18.gsu.edu
[netsposts include_blog=”473″ days=”90″ taxonomy=”cehd” titles_only=”false” show_author=”false” thumbnail=”true” image_class=”align-left” auto_excerpt=”false” paginate=”false” list=”2″ include_link_title=”true” link_open_new_window=”true” date_format=”F j, Y” post_height=”” excerpt_letters_length=”200″ use_layout=”inline”]I am also including images showing what should be showing in the posts lists on those pages.
https://staging18.gsu.edu/wp-content/uploads/2019/05/mainsiteposts.png
https://staging18.gsu.edu/wp-content/uploads/2019/05/educationposts.pngIn addition, the wrong thumbnail image is generated on the main page only,
The same post shows the image path correctly on the education site.
Forum: Plugins
In reply to: [Network Posts Extended] Problem pulling posts by taxonomy from one blogThanks for the quick response. So you see the problem with pulling posts by taxonomy? I was wrong and it’s not pulling by taxonomy anywhere in our PH 7.2 environment.
Forum: Plugins
In reply to: [Network Posts Extended] Default Column View with title below ImageHere is the link to the test page.
also, I just updated to the latest version and the post_height parameter is not working in the last version.
Forum: Plugins
In reply to: [Spiffy Calendar] Add Class to Row with Weekday NamesThanks – that makes sense for Upcoming Events. We are also custom styling the monthly view for mobile, so I really wanted to be able to have the weekday in the mobile monthly view but not in the desktop full calendar. So, I think that would require different code, but we can work with it the way it is.
https://www.dropbox.com/s/6prmrgoe9uf1uv0/Screen%20Shot%202017-10-24%20at%207.52.11%20AM.png?dl=0
Forum: Plugins
In reply to: [Spiffy Calendar] Add Class to Row with Weekday NamesIt would be really nice to have a weekly layout with days of the week like the upcoming events list where the Week day and date wee displayed where the date is in the Upcoming events list.
Forum: Plugins
In reply to: [CSS & JavaScript Toolbox] WP HooksI added the php tags to the Code Block but the code never gets run. I have the same problem trying to execute any WordPress hooks and filters in a Code Block.
For example, I want to run the following:
<?php
//* Add both layout and SEO settings to custom post type
add_post_type_support( ‘article’, ‘genesis-layouts’ );
add_post_type_support( ‘article’, ‘genesis-seo’ );
?>Forum: Plugins
In reply to: [Network Posts Extended] Customizing the LayoutsPlease look at the link here instead fro what we are looking for. The main thing we need is the title and meta data aligned to the right of the image above the excerpt. We have decided to keep the Published on date in. We can do the styling in css if we have a version of the layout that puts the title and meta data aligned to the right of the image above the excerpt.
https://drive.google.com/file/d/0B3jYB-ujN3m-QjlsTXFpYmdyNDA/view?usp=sharing
With the current layout, when the titles are longer than one line, there is no wy to get the image and title to line up with just css.
https://drive.google.com/file/d/0B3jYB-ujN3m-ZVBaSkwwbXJyRDA/view?usp=sharing
- This reply was modified 7 years, 9 months ago by jmtmurphey.
Forum: Plugins
In reply to: [Network Posts Extended] Customizing the LayoutsThanks – As far as the meta data, yes, we would like the option just to show the date. For the title, we really want something more like this where the title is above the excerpt only and the date is below.
https://drive.google.com/file/d/0B3jYB-ujN3m-UmlfRFFBN1NFeDA/view?usp=sharing
Also, is it possible to have a separate class on the read more link and the title link so we can style them separately?
And finally, is it possible to have the date pick up the WordPress site date format?
- This reply was modified 7 years, 9 months ago by jmtmurphey.
- This reply was modified 7 years, 9 months ago by jmtmurphey.
- This reply was modified 7 years, 9 months ago by jmtmurphey.
Forum: Plugins
In reply to: [Network Posts Extended] Customizing the LayoutsThanks
Forum: Plugins
In reply to: [CSS & JavaScript Toolbox] WP HooksI have the same question. We could not get php calls for actions and filters to execute. Did you ever get an answer?
Forum: Plugins
In reply to: [Collapse-O-Matic] Enable Collapse-o-matic only for small screensAny news on this? I am also interested. We have a theme with the ability to hide/show content on mobile or desktop, but I would have to duplicate content to show it without collapse/expend on desktop and with collapse/expand on mobile. I want to just be able to enable or disable collapse/expand for mobile.
Forum: Plugins
In reply to: [WP Store Locator] Getting Visitors Current Location Not Working In Safariresolved
Forum: Plugins
In reply to: [WP Store Locator] Getting Visitors Current Location Not Working In SafariFinally figured this out. My mac had Location Services turned off for Safari, but Safari had the prompt enabled. It’s working now.