Forum Replies Created

Viewing 15 replies - 16 through 30 (of 39 total)
  • Thread Starter noslenwerd

    (@noslenwerd)

    I downloaded the theme from Kreisi… but I have tried other themes, including WP provided themes and this is still an issue regardless of the theme used.

    Thread Starter noslenwerd

    (@noslenwerd)

    Esmi.. anything?

    Surely the powers that be at WP must now know this is not an isolated incident? I would echo what Crest said.. it does only seem to happen from windows machines… Anytime I view on my mac it works fine.

    Thanks for your attention to the matter thus far…

    Thread Starter noslenwerd

    (@noslenwerd)

    So I guess we are at a roadblock here?

    Thread Starter noslenwerd

    (@noslenwerd)

    FYI The PHP version running is 5.3. Would that cause an issue?

    Below is the error log… Nothing recently.

    [02-Dec-2013 19:37:18 UTC] PHP Fatal error: Call to undefined function avia_get_frontpage_template() in /home/medready/public_html/drewnelsonphotography.com/wp-content/themes/flashlight/index.php on line 10
    [05-Dec-2013 15:46:58 UTC] PHP Fatal error: Call to undefined function avia_get_frontpage_template() in /home/medready/public_html/drewnelsonphotography.com/wp-content/themes/flashlight/index.php on line 10
    [06-Dec-2013 20:06:33 UTC] PHP Fatal error: Call to undefined function avia_get_frontpage_template() in /home/medready/public_html/drewnelsonphotography.com/wp-content/themes/flashlight/index.php on line 10
    [08-Dec-2013 08:15:51 UTC] PHP Fatal error: Call to undefined function avia_get_frontpage_template() in /home/medready/public_html/drewnelsonphotography.com/wp-content/themes/flashlight/index.php on line 10
    [14-Dec-2013 19:39:15 UTC] PHP Fatal error: Call to undefined function avia_get_frontpage_template() in /home/medready/public_html/drewnelsonphotography.com/wp-content/themes/flashlight/index.php on line 10

    Thread Starter noslenwerd

    (@noslenwerd)

    I just erased each and every file from the old WordPress install (sans htaccess, wp-content, and wp-config) and re-uploaded the 3.8.1 framework, and still the same issue ??

    Ugh

    Thread Starter noslenwerd

    (@noslenwerd)

    @esmi:

    Also one of the issues is, in the appearance > menu section, you cannot edit the menu items once they are dragged to the right stage area. For instance, if I want to change the name of the “Photos” page to something else, I cannot do so. I have to erase the entire menu and start over.

    Link to screeshot:

    https://i60.tinypic.com/vmqjyd.jpg

    Thread Starter noslenwerd

    (@noslenwerd)

    @esmi:

    I just deactivated all plugins, and activated the 2014 theme. Still no flyout in the admin area of the site.

    https://drewnelsonphotography.com/

    Thread Starter noslenwerd

    (@noslenwerd)

    Sorry forgot to mention.. I did test out version 3.8.1 with two of my installs, both are still having these issues.

    Thread Starter noslenwerd

    (@noslenwerd)

    Jessi: Totally agree. This is not isolated to a certain theme provider, or a certain host. This makes me think it has to be something inherently malfunctioning within WordPress.

    Did steps #1-#4 above and still having this issue on a couple dozen sites. The sites are on various hosts, and using different themes as well (including WP provided themes)

    Very frustrating.

    kirkbyboy

    Can you please outline exactly what php changes you made? Having this exact issue and am ripping my hair out not being able to figure out whats going on.

    Thanks!

    Thread Starter noslenwerd

    (@noslenwerd)

    esmi,

    Thanks for the quick reply. I just did items 1-3, and did not work.

    As for re-uploading all files and folders, would you mind going into a bit more detail with that one? Want to be sure I don’t break anything ??

    Thread Starter noslenwerd

    (@noslenwerd)

    Sorry.. the page with is 89 still shows the sidebar correctly as its coded above, but when i add the code for page 105, the sidebar content for page 105 does not show at all (89 still shows).

    They are both actual pages. 105 is querying a category of posts via a panel in my interface (It is a theme from themify.me, and they give you an option to query certain categories within the page)

    link to is_page89
    https://angoragardens.org/angoragardens/about/

    and is_page105
    https://angoragardens.org/angoragardens/classes/schedule/

    And here is my entire sidebar.php page

    <aside id="sidebar">
    	<div style="height:120px">?</div>
    	<input type="text" onblur="if (this.value == '') {this.value = 'Search...';}" onfocus="if (this.value == 'Search...') {this.value = '';}" id="s" name="s" value="Search...">
    	<div style="height:5px">?</div>
    
    	<?php if( is_page('89') ):?>
    		<h4 class="widgettitle">Donate to Angora Gardens</h4>
    		<a href="donate" style="margin-bottom:10px; color:#676767">Click Here >></a>
    		<h4 class="widgettitle">Hold Your Business or Social Event at Angora Gardens</h4>
    		<a href="event-venue" style="margin-bottom:10px; color:#676767">View Event Venue Page >></a>
    		<h4 class="widgettitle">View Upcoming Classes</h4>
    		<a href="#" style="margin-bottom:10px; color:#676767">Click Here >></a>
    		<h4 class="widgettitle">Take a Virtual Tour</h4>
    		<a href="#" style="margin-bottom:10px; color:#676767">Click Here >></a>
    		<h4 class="widgettitle">Learn More About Mon Yough Community Services</h4>
    		<a href="https://mycs.org" target="_blank" style="margin-bottom:10px; color:#676767">Click Here >></a>
    	<?php endif;?>
    
    	<?php if( is_page('105') ):?>
    		<h4 class="widgettitle">Have An Idea for a Class? Let us Know</h4>
    		<a href="contact" style="margin-bottom:10px; color:#676767">Click Here >></a>
    		<h4 class="widgettitle">Contact us to Hold a Private Class</h4>
    		<a href="contact" style="margin-bottom:10px; color:#676767">Click Here >></a>
    		<h4 class="widgettitle">Become an Instructor</h4>
    		<a href="contact" style="margin-bottom:10px; color:#676767">Click Here >></a>
    	<?php endif;?>
    
    	<div style="font-size:1.6em; font-color:#222; text-align:center;  line-height:25px; background-color:#ececec; padding:12px; margin-top:25px; width:100%">Angora Gardens is open to the public Tues-Sat 9am to 5pm</div>
    
    </aside>
    Thread Starter noslenwerd

    (@noslenwerd)

    Thanks so much for the quick reply. The file is 779kb, but I am clicking the ‘Download and import file attachments’ option.

    Could the lack of php.ini file be the problem?

    Also the theme is from AIT Themes https://www.ait-themes.com/documentation/barcelona-wordpress-theme/

    Thread Starter noslenwerd

    (@noslenwerd)

    Not everyone at once please… ??

    Thread Starter noslenwerd

    (@noslenwerd)

    Thanks esmi. We took this site over when it was 75% finished, and it looks as if the original developers must have tinkered with the code a little bit. I will have to look into it.

    Thanks again!

Viewing 15 replies - 16 through 30 (of 39 total)