tglass118
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to display posts on multiple pagesI made a new template using same code as the index.php in the theme folder. I pasted into it above the footer call:
<?php
global $post;
$myposts = get_posts(‘numberposts=5&category=1’);
foreach($myposts as $post) :
?>
<?php the_title(); ?>
<?php the_content(); ?>
<?php endforeach; ?>Made a new page using this template. Added some text and end up with the text and title of the five posts repeated.
Looking for thee text at the top and excerpts of the first five posts. Then blog page with the remaining posts.
Forum: Plugins
In reply to: [WP Job Manager] Description Field Isn't EditableThanks for the help. That worked.
Sorry, but I thought I should search and post to the same problem thread. Won’t do it in the future.Forum: Plugins
In reply to: [WP Job Manager] Description Field Isn't EditableI’m having the same problem with this site.
https://www.urgentcaremagazine.com/post-a-job/Also see that above site still has the same problem.
https://sweetleafmarijuana.com/post-a-jobAny suggestions? Description is required.
Forum: Fixing WordPress
In reply to: Unable to upload images and update pluginsThanks. I had maxed out disk usage. I appreciate it.
Forum: Plugins
In reply to: [Firelight Lightbox] Fancybox shows up at the bottom of a pageThanks very much. Meanwhile, I reset Chrome settings to default and the issue disappeared. Not sure why. Enabled the same extensions and still no problem. I appreciate your attention.
Forum: Plugins
In reply to: [Firelight Lightbox] Fancybox shows up at the bottom of a pageEmbarrassed to say I just discovered that this seems to be a browser problem. Images appear at bottom of the page only in Chrome. Working fine in Safari, Firefox, and Opera. What’s more confusing, it’s working fine in Chrome on another site I built.
It’s also working on IE10.
One other note about this. In media settings, in Chrome, I can’t change Window/Appearance settings. I can’t change background color, or border color, or opacity. Don’t know if it’s related to the problem.
Site is under construction (https://guiomargiraldo.com/products/designs/) but can be seen when you login with guest/guest.Forum: Plugins
In reply to: [Firelight Lightbox] Fancybox shows up at the bottom of a pageI have the same problem in a new site under development. Plugin (v 1.5.2) is working fine on 2 other sites, with the same settings. And it was working fine a couple of weeks ago. I followed all the trouble-shooting tips – 2011 theme, disabling all other plugins – still doesn’t work. I find this in the header “https://guiomargiraldo.com/wp-content/plugins/easy-fancybox/easy-fancybox.css.php?ver=1.3.5”, and when I load it in browser I get this – “
<b>Deprecated</b>: Function split() is deprecated in <b>/home/content/55/11335155/html/wp-content/plugins/easy-fancybox/easy-fancybox.css.php</b> on line <b>51</b><b>Warning</b>: Cannot modify header information – headers already sent by (output started at /home/content/55/11335155/html/wp-content/plugins/easy-fancybox/easy-fancybox.css.php:51) in <b>/home/content/55/11335155/html/wp-content/plugins/easy-fancybox/easy-fancybox.css.php</b> on line <b>55</b>
I’m not a coder and not surer what to do with this. Your trouble shooting tips say it may be an incompatibility with the servers PHP setup, but don’t know what to do about it.
Please help! I love the plugin.Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Front edit editing user levelHi Tobias,
Thanks for the clarification. I didn’t realize this was the case. I don’t really want Subscribers to edit tables. What would be best would be to restrict Contributors to editing tables only, and not add/edit posts. Is this possible? Many thanks for your attention.
TedForum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Front edit editing user levelThanks, Tobias. I pasted it into functions.php and it seems to work. Now Contributors can only post, and edit the table. I appreciate the help.
TedForum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Front edit editing user levelThanks. I’m a relative newbie and don’t understand how to implement your suggestion. My problem is Contributors (the minimum role available to edit a table) have more privileges than I want them to have, like changing the theme.
Forum: Everything else WordPress
In reply to: adding different image to top of every page under headerI would like to do the same thing but just a small image at the top left, just below the top navbar. I’m using Atahualpa theme.