grafis
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Manager] Download files disappeared after 2.7.2I use the Thematic Framework – https://thematictheme.com/
I do not have a plugin installed related to the name “Option Tree”I also had no errors – just nothing showed up for Download Manager in the admin or on the webpages.
Forum: Plugins
In reply to: [Download Manager] Download files disappeared after 2.7.2Fixed by downgrading to version 2.6.96
Forum: Plugins
In reply to: [Download Manager] Blank page after last updateDowngrading to v2.6.96 solved the issue for me.
I can now see the download files within the Plugin and all web pages with Downloads are back and functional.Forum: Plugins
In reply to: [Download Manager] Blank page after last updateHi Sharon, I have the same issue – completely blank pages and Download Manager plugin displays no downloads or download categories.
My Database does have a table called ahm_files list categories, descriptions and download filenames.
I’ll try disabling plugins or delete and re-install old version.
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache affects another subdomainSame issue here – how to exclude a Subdomain folder?
Forum: Themes and Templates
In reply to: [Hueman] Move search bar to header?To get the Topbar navigation Search (which is awesome and why we’re all here, thank you Alex!) into the Header navigation try the following – working well for me with responsive layout. If there’s any glaring issues here let me know, try at your own risk.
1. Copy header.php to the Hueman Child Theme (if you’re not using a Child theme just Edit header.php and remember to update it after every new release)
2. In header.php copy all contents of <div class=”container”>….</div> from the Topbar section (lines 27 to 36 for me)
3. Paste before the closing </nav> bracket in the Header group <?php if (has_nav_menu(‘header’)): ?> (after the closing div for <div class=”nav-wrap container”> and before the closing </nav> tag – line 46 for me)
Like this:
<?php if (has_nav_menu('header')): ?> <nav class="nav-container group" id="nav-header"> <div class="nav-toggle"><i class="fa fa-bars"></i></div> <div class="nav-text"><!-- put your mobile menu text here --></div> <div class="nav-wrap container"><?php wp_nav_menu(array('theme_location'=>'header','menu_class'=>'nav container-inner group','container'=>'','menu_id' => '','fallback_cb'=> false)); ?></div> <!-- Snack moved Search here --> <div class="container"> <div class="container-inner"> <div class="toggle-search"><i class="fa fa-search"></i></div> <div class="search-expand"> <div class="search-expand-inner"> <?php get_search_form(); ?> </div> </div> </div><!--/.container-inner--> </div><!--/.container--> <!--/ . Snack stopped moving search --> </nav><!--/#nav-header--> <?php endif; ?>
There is no Connection or 404 message once I disable all plugins with my Theme or with Twenty Thirteen.
As I re-enable Plugins 2-3 at a time I dont have any issues until I enable W3 Total Cache or WPTouch. But if I disable W3 Total Cache or WPTouch the error does *not* go away until I disable *all* plugins again. And if I enable just W3 Total Cache or WP Touch there is no error.
2.0.3.1 is active and running successfully for us, thank you!
Forum: Plugins
In reply to: [Simply Instagram] Fatal error: Cannot use object of type WP_Error as arraySame issue here, cropped up out of the blue and prevented all other widgets from loading.
WP Widget Cache did not help
@johann Wagner Solution did work. Thanks!
Excellent, thanks for the update. It looks like the Arras Them Forums are aware of the pending update as well. Thanks for responding to one (popular) Theme issue!
Forum: Plugins
In reply to: WP-Polls – ADD IMAGE?I think the only way to do this is to create a Post/Page for the poll and add your image and add the poll with this code [poll id=”6″] (where the ID is the ID of the poll). Then you have to create a link to the Post/Page.
Would be nice if the Poll system created posts by default.Thanks Marcus, I’m using the Arras theme and just figured out that it allows adjustment of the ‘Post Types and Taxonomies’ for it’s homepage slideshow and 3 other pre-defined areas. Ideally I’d like to mix Events in with other content for our latest news stream and feature items slideshow but I’ll take what I can get. I’m glad I didn’t know the Post & Tax. options were in the theme or what they’re for otherwise I wouldn’t have found your excellent plugin!
Thanks – the second option looks promising but with issues (dates wrong, displays full post not summary etc). I would like to feature Events, sticky them, put them in a slide carousel… treat them like any other post. That aside – I love this plugin. Locations, recurring events, WP FullCalendar… great stuff.
Thanks agelonwl. I have Event Post set to the default of displaying as POSTS but Events Manager created the top categories as pages: Events, Locations, My Bookings. Once I figured that out I was able to modify the main Events page so the WP FullCalendar wasn’t squished.
Hi Johncoyote – thank you for the help.
I have the featured image working but still cannot get Events onto our homepage. I enabled Sticky Custom Post Types and all my stickied posts except for Events show up on the homepage.Our goal is to list Events on the homepage as it’s an event driven website – open to any suggestion or approach!
Per redirection issue – the only reason we run it is for Modified Posts, ?? for when Authors deem it wise to change a post title after publishing. For now I’ve had to take over event management and disable Redirection before and re-enable after.
Sorry to have the issues – struggling with the new version, old one worked great.