skigirl1369
Forum Replies Created
-
Forum: Plugins
In reply to: [Content Syndication Toolkit Reader] Content Pull not workingOK. I emptied the trash, reset the index and tried to pull content again. But the newest posts from the source site just are not pulling now. Not sure why, but the initial pull worked beautifully (after 3 or 4 other plugins didn’t work). I deactivated all plugins to test. But still can’t get it to synch the 3 or 4 latest posts. Guess I’ll have to keep hunting for another solution
Forum: Plugins
In reply to: [Content Syndication Toolkit Reader] Content Pull not workingI saw another post here about xmlrpc.php; but i don’t think there is anything in .htaccess blocking access to this file.
Are there other reasons that the new posts are not syndicating? Do i need to purchase the pro version to get support?
Forum: Plugins
In reply to: [Content Syndication Toolkit] Featured imageNevermind…for some reason it was just a few posts that didn’t pull the featured image. All seems to be working fine.
Forum: Plugins
In reply to: [WP FullPage] Background image not loadingI removed the plugin and used fullpage.js manually
Forum: Plugins
In reply to: [WP FullPage] Page bounces up when you reach bottomI removed the plugin and used fullpage.js manually
No. I saw that one but the plugin hasn’t been updated in a year and is untested with my version of WP. And with so few active installs, i’m a little wary of the the plugin. Thank you for the reply though. If there are no other options, i’ll give it a go
appears to have been a caching issue. thanks for looking
On https://www.cheetah-medical.com/table-test-not-publish/ the tables show with the default styles (the light blue, etc).
But it should look like the screencapture located at: https://nimb.ws/l5gsdo
The grays and reds and borders and column widths are all in the TablePress CSS i set in the the plugin options. But when I refresh the page, it just goes back to the light blue default table styles. And when i inspect the elements, i don’t see any of the above styles.
It is possible there is some minifiction somewhere. I do see https://www.cheetah-medical.com/wp-content/tablepress-combined.min.css as the CSS governing the table currently.
- This reply was modified 7 years, 5 months ago by skigirl1369.
I didn’t develop the site, but I don’t see any plugins installed that would minify CSS or JS nor do I see any caching plugins.
I have published the draft…
https://www.cheetah-medical.com/table-test-not-publish/
pwd: tablepressThe CSS in the plugin options is below:
.tablepress {
border-left: 10px solid #f6303e;
font-size: 95%;
}.tablepress thead th {
background-color: #514c48 !important;
font-weight: 700;
color: #ffffff;
border-right: 1px solid #babbb6;
border-bottom: 1px solid #babbb6;
}.tablepress tfoot th {
background-color: #f6303e;
font-weight: 700;
color: #ffffff;
border-right: 1px solid #babbb6;
}.tablepress tbody td {
border-bottom: 1px solid #babbb6;
border-right: 1px solid #babbb6;
}#tablepress-2 th {
width: 16.6%;
}#tablepress-2 tbody .column-1 {
background: #e9e8e6;
}#tablepress-2 tbody .column-5 {
background: #dcd8d7;
}#tablepress-3 tbody .column-1 {
background: #e9e8e6;
}#tablepress-3 th.column-1 {
width: 30%;
}#tablepress-3 th {
width: 23.3%;
}I actually figured it out…it was some browser CSS default on the inputs and buttons. I added some CSS to override it.
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Image margin with text wrapThanks. That’s what i had done but didn’t want my edits overwritten. Thank you for the update
Janna
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Image margin with text wrapYes. 1.3.8
I thought it might be because I was using feedburner (Because Hubspot didn’t like the regular Feed URL https://axenics.com/feed. so i pushed it to feedburner first)
See screen capture of settings page
But I have removed the feedburner feed. And cleared my browser cache. However, the settings still doesn’t show anything with regard to padding/margin.
I’d love to know what these fields are as well. I use WP All Import to import events from an XML file. I had to use the Detect Fields feature to try to figure out all the fields I needed to map in order to create the events. But I’m only able to create the event posts as drafts (rather than as published on import). If i import as published, the items don’t show in my event list and any links to events on the front end appear as broken.
the _start_ts and _end_ts were two fields that appeared and I’m wondering if mapping these will fix my import issue. however, I don’t know what these are.
Forum: Fixing WordPress
In reply to: WP_Query and custom post type sort orderThanks.
For some reason it’s not showing any posts either way (no posts found).
I also changed the “value to store” to “1” to match the “save 0 to the database” when unchecked (both being numeric values)
I tried:
return array( 'post_type' => 'portfolio', 'post_status' => 'publish', 'posts_per_page' => 12, 'meta_key' => 'top12', 'orderby' => 'meta_value_num', 'order' => 'DESC', 'meta_query' => array( array( 'key' => 'top12', 'value' => $value, 'compare' => 'LIKE',), ), ), )
as well as:
return array( 'post_type' => 'portfolio', 'post_status' => 'publish', 'posts_per_page' => 12, 'meta_key' => 'top12', 'orderby' => 'meta_value_num', 'order' => 'DESC', 'meta_query' => array( array( 'key' => 'top', 'value' => array(1,0), 'compare' => 'IN', ), ), );
But I still get no posts found. I’ve also tried Compare => LIKE and tried the values as strings and orderby using meta_value. All with the same result: No posts found.
It’s not the same issue, abhi9. My users are NOT uploading anything in the REQUIRED file field and the form is able to be submitted anyway. I need them to submit the file in order to submit the form or receive an error letting them know the file upload field is required. My issue has nothing to do with files being submitted but not available