vincedepalma
Forum Replies Created
-
Forum: Plugins
In reply to: [Secure Custom Fields] The site is downIts been down almost all day
Forum: Plugins
In reply to: [Multiple Post Thumbnails] Get image URLWondering the same
Forum: Plugins
In reply to: [WordPress Social Login] Twitter Login won't workProblem is with the styling in the Bueno theme.
Try
ul.tweets li a:link, ul.tweets li a:visited, ul.tweets li a:hover {
background:none;
padding:0;
display:inline;
}ul.tweets li {
margin:20px 0;
border-bottom: 1px solid gray
}Forum: Fixing WordPress
In reply to: Theme install error from functions.phpYes, the site (https://vincentdepalma.com/clients/itpays/) contains everything needed including the style.css. In fact the theme works 100% without a glitch, with the exception of this error when installing. This error only occurs when installing on a live server (godaddy PHP 4.x MySQL 5.0) when installing locally on MAMP there is no warning message. This article (https://www.press75.com/support/topic/3389/getting-strange-fopen-fread-and-fclose-errors-on-install/) says the issue is with the PHP version, any thoughts on how to correct this to work with PHP 4.x?
Forum: Themes and Templates
In reply to: Displaying article Posts on a PageFound a solution by placing
php query_posts(‘cat=5&showposts=5’);
before the loop, (change cat=X to the category you would like to display.
thanks to:
https://www.webdesignerwall.com/tutorials/wordpress-theme-hacks/Forum: Themes and Templates
In reply to: Displaying article Posts on a PageI just found the a simple solution by setting the Posts page to “News”. However more specifically i was hoping to break down the news section further by displaying only certain post categories on a specific page. Ex show only posts from category “Youth of the Month” on the page “Youth of the Month”. The work in progress is up for testing at https://incipere.com/pay/
Thanks
Forum: Themes and Templates
In reply to: Sample content causing validation problemsthanks, that did the trick but now the gallery is completely un-styled. is there a way to have it just move the styles to the correct location before the (/head)?