fws
Forum Replies Created
-
UPDATE: After working with the AWESOME support of Qode’s Bridge Theme and Formidable Forms. They both put out updates in the same week and the issue is resolved! Not sure who solved it, but I am happy to report the Bridge Theme and Formidable Forms are working well together. Thank you to the professional support personnel on both sides of the issue!
Thank you Fastest Cache, you got me running again!
Thank you! That worked perfect.
Hi Dani,
I was able to get the separators around the page numbers. And I would also like to get the navigation arrows on the same line as the page numbers.I’m just learning PHP. Can you help me get started on how to change the Create navigation function:
/* create navigation */
function navigation($num_rows1, $var_step, $var_width, $backward, $forward) {
$DMSGuestbookContent = (isset($DMSGuestbookContent)) ? $DMSGuestbookContent : ”;
if($num_rows1 > $var_step) {
$DMSGuestbookContent .= “<div class=’css_navigation_char_position’>”;
$DMSGuestbookContent .= $backward . ” ” .$forward;
$DMSGuestbookContent .= “</div>”;
}
Link to my guestbook:
http://fishermans-widow.com/guestbook/
Thank you!
Susie