|
#1
|
|||
|
|||
|
Template file /home/iejas97/public_html/realty/Realty/openrealty/template/wp-realty-or/featured_listing_horizontal.html not found.
{load_js_body} About Us This is the page where you tell clients about your company loan calculator doesn't load Template file /home/iejas97/public_html/realty/Realty/openrealty/template/wp-realty-or/search_page_default.html not found. are just a few examp of the problems I am having I am a newby to your program, and I am not the best programer but was hopeing someone may be able to help me. this is my site http://realty.ebdevelopment.com/Realty if you want to take a look I am also using WP Realty Listings v-1.0.5 and wordpress 2.8.4 |
|
#2
|
|||
|
|||
|
instead of using wp-realty-or I used cms integration fixed most of the link except for calculator and member login
|
|
#3
|
|||
|
|||
|
Warning: mysql_real_escape_string(): 9 is not a valid MySQL-Link resource in /home/iejas97/public_html/realty/Realty/wp-includes/wp-db.php on line 450
Warning: mysql_real_escape_string(): 9 is not a valid MySQL-Link resource in /home/iejas97/public_html/realty/Realty/wp-includes/wp-db.php on line 450 Warning: mysql_error(): 9 is not a valid MySQL-Link resource in /home/iejas97/public_html/realty/Realty/wp-includes/wp-db.php on line 685 and calculator still won't show put add on calculator on or still trying to figure out on how to bring in into wp realty so it would work |
|
#4
|
|||
|
|||
|
One way to solve the problem is to use VBA to create "pseudo-links". You can have any number of these in a presentation without triggering the problem that cause PPT to corrupt your links.
First, add this subroutine to your presentation: Sub Jump(oShp As Shape) This assumes that the shape has a tag set to the number of the slide we want to jump to Use the companion SetUpJump routine to tag the slideDim sTemp As String sTemp = oShp.Tags("JumpTo") If Len(sTemp) > 0 Thena slideShowWindows(1).View.GotoSlide (CLng(sTemp)) End If Next, select a shape that you want to assign a jump to, then run the following macro this macro can be in a different presentation if you like; only the Jump macro above needs to be in your "real" presentation. Sub SetUpJump On Error GoTo ErrorHandler Dim sTemp As String with ActiveWindow.Selection.ShapeRange(1) Temp = InputBox("Slide number to jump to", "Where to, Mac?") If Len(sTemp) = 0 Then Exit Sub End If Tags.Add "JumpTo", sTemp With .ActionSettings(ppMouseClick) Run = "Jump" Action = ppActionRunMacro End With NormalExit: Exit Sub ErrorHandler: MsgBox "Select one and only one shape, please" Resume NormalExit End Sub. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|