RoarinRow
Forum Replies Created
-
Forum: Plugins
In reply to: [Travel Search] WordPress Editor Busted with TravelgroveThank you so much for fixing this plugin. I just updated and validated that it does work. The TinyMCE editor now show correctly.
Forum: Plugins
In reply to: [Travel Search] WordPress Editor Busted with TravelgroveGlad I am not the only one. I tried everything include deactivating all plugins, then enabling just the Travel Search and the same issue occurs with just the base install.
Changing themes did not work either.
Forum: Themes and Templates
In reply to: [Pinboard] Trouble setting up Pinboard the way I wantTry to uncheck the ‘Full posts to display on first page’ from 1 to 0. I guess that will get rid of the bigger picture and posts before the grid.
However, if you want the thumbnails to be the same size, then you will probably need a plugin such as ‘AJAX Thumbnail Rebuild’ to make your attachments/media the same size.
Forum: Themes and Templates
In reply to: [Pinboard] Home Page questionWelcome. I only know because I was using this Pinboard theme for a day until I changed it.
Forum: Themes and Templates
In reply to: [Pinboard] Trouble setting up Pinboard the way I wantYou probably have to change that 2 to 0 or chose the Blog style instead of the Grid style in the theme options.
Forum: Themes and Templates
In reply to: [Pinboard] Home Page questionI would create a custom menu under Appearance -> Menus -> Then under Custom Links type in https://wesled.ca/ for the URL and Home as the Label, then hit Add to Menu, then drag it right before the Blog page menu.
Then when people hit the Home link on the menu bar, they will be brought to your Home page and not the Blog page.
Thank you. Deactivating the other calendar plugin worked!
Rolando
I get the same fatal error: Fatal error: Cannot redeclare class vevent in /home/content/30/7716130/html/wp-content/plugins/calpress-event-calendar/lib/iCalcreator.class.php on line 6375
I sent am email to the support email point, pending their response.
Forum: Plugins
In reply to: [Force Regenerate Thumbnails] Resized thumbnails, but required manual fixThanks for providing an update. I already manually made my changes, but I will use the plugin for the future.
RoarinRow
Forum: Plugins
In reply to: [WP Quadratum] [Plugin: WP Quadratum] How do you change the date format?Great, thank you for the update. I found the line of code on the wp-quadratum-frontend.php file.
Forum: Themes and Templates
In reply to: [Graphene] [Graphene] ThumbnailsThanks Josh, you pointed me in the right direction. In order to change the excerpt from 55 to 100 I found the code to put it in in the theme-loop.php file.
I found this line of code:
function graphene_set_excerpt_length( $length ){
if ( ! $length ) return;
global $graphene_settings;
$graphene_settings[‘excerpt_length’] = $length;
}Then put this right after:
function custom_excerpt_length($length) {
return 100; // Change this to whatever you want.
}
add_filter(‘excerpt_length’, ‘custom_excerpt_length’, 20 );Forum: Themes and Templates
In reply to: [Graphene] [Theme: Graphene] Outstanding ThemeDitto!
Thanks for letting me know about The PRO.
Love this event plugin! Do you think it would be possible to have a button so that people can add the event to their Outlook or iCal calendars?
I fixed my own problem by deactivating all the plugsin, testing the checkin plugin, which then worked, then enabled all other plugins a couple at a time.