jon182
Forum Replies Created
-
Forum: Plugins
In reply to: [Genesis Blocks] genesis blocks cagegoriesI am not looking to add posts in a category, I want to add a list of categories with thumbnails.
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] a few problemsyou need a hyphen in the page title “‐” it needs to display like this “-” in the source code otherwise google can’t read it.
Forum: Themes and Templates
In reply to: [Storefront] remove storefront post meta does not workfull code
function remove_blog_meta() { remove_action('storefront_loop_post', 'storefront_post_meta', 20); } add_action('init', 'remove_blog_meta', 20);
well of course the files in the screen shot are not part of your plugin, its an xss vulnerability. I currently disabled wpforms, the only thing I have installed is Genesis framework and genesis plugins + wpforms
Forum: Themes and Templates
In reply to: [Independent Publisher] Remove category link from post metaUsing css is not the proper way to do it, using css will only hide it from view but the links are still there.
here is the proper way to remove category links https://themerevel.com/tutorials/wordpress-how-to-remove-category-from-your-urls/
Forum: Plugins
In reply to: [WP-ISPConfig 3] SOAP Error: Bad Requestthis is related to php 5.6 and self signed ssl certificates
Forum: Plugins
In reply to: [WP-ISPConfig 3] ispconfig menu not loadingI know whats causing it… it has something to do with the code below that is added to the wp-config.php
# BEGIN SecuPress unfiltered_html define( 'DISALLOW_UNFILTERED_HTML', true ); # END SecuPress # BEGIN SecuPress file_edit define( 'DISALLOW_FILE_EDIT', true ); # END SecuPress
I cannot log back in, I keep getting this message
“Your session has expired because it has been over 60 minutes since your last login. Please log back in to continue.”
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Filesystem Securityyou should read more carefully, anything between 755 > 711 is accepted, I should not be getting a yellow bar if the root directory is 711.. it should be green. Matter of fact you shouldn’t even be scanning the root directory because that is part of the server not the website.
Forum: Plugins
In reply to: [The Events Calendar] change the date formatnevermind i’m doing this
$originalDate = “2010-03-21”;
$newDate = date(“d-m-Y”, strtotime($originalDate));Forum: Plugins
In reply to: [The Events Calendar] displaying the calendar horizontallyI know what you are talking about but that will not work, if i do that I will get ( Thu Thu Thu Thu) for all days of the week.
I need to grab the day of the week for each day
Forum: Plugins
In reply to: [The Events Calendar] displaying the calendar horizontallythis is probably a quick answer for you, what i’m interested is..
how do I apply the code below so it displays the week day in each calendar day
<?php foreach ( $days_of_week as $day ) : ?> <th class="tribe-mini-calendar-dayofweek"><?php echo $day ?></th> <?php endforeach; ?>
Forum: Plugins
In reply to: [The Events Calendar] displaying the calendar horizontallymore importantly how do I add $days_of_week under the number? I wasn’t able to achieve this.
Forum: Plugins
In reply to: [The Events Calendar] Month view events per daydon’t you think this needs a fix? why do i have to add 7 “Month view events per day” for 3 to show
Forum: Plugins
In reply to: [The Events Calendar] Month view events per dayok I changed the “Month view events per day” to 7 and that seems to display three