codingcoders
Forum Replies Created
-
Forum: Plugins
In reply to: [Anti-Malware Security and Brute-Force Firewall] file not writableo okay, thank you for that info. I just deleted all the files with that code since they didn’t seem important.
Sorry, not a solution, but just wanted to add that I’ve been having the same problem with my slider/gallery. I have it setup as a slideshow and with auto-height, and when you escape from full-screen I get the same problem and the images no longer have auto-height.
Forum: Everything else WordPress
In reply to: Looking for an article management plugin?Thanks for the reply ?? Unfortunately I’ve already spent the time and money on a theme, and so it’s too late in the game for switching themes. That’s why I’m looking for some sort of plugin that could organize/display my articles like that.
Forum: Fixing WordPress
In reply to: Making my search results look nicerThanks for the replies.
@s3mw: None taken. I’m somewhat new to wordpress, so sometimes I have difficulty figuring out what is wordpress related and what isn’t. But I’m learning.
@wpyogi I am currently using a version I customized a bit of Swfit basic. I tried other themes, like Twenty Thirteen/Twelve, among others (all in their original state) and they all display the search results the same way.
Is there anyway I can not use excerpts for search results? Because even when I try the “read more” or [..] it still has formatting stripped out. Anyway I can maintain that? A plugin perhaps? Or is this just an html/css issue?
Forum: Themes and Templates
In reply to: How to change an existing menu designThat’s right, I was told this last time but completely forgot. Sorry about that.
Well the Minimatica template has the menu at the bottom, and I can’t see it being called in the “header.php” file, so I looked at twenty twelve and it has a menu being called on in the header.php file, which is a more familiar setup to me. So I want to work with that since my main issue is the menu.
So looking at Twenty Twelve theme, I’m not sure how to paste the custom menu I want into there. I can change the CSS file, but that won’t really do what I want. I see the menu is called on like so:
<nav id="site-navigation" class="main-navigation" role="navigation"> <h3 class="menu-toggle"><?php _e( 'Menu', 'twentytwelve' ); ?></h3> <a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentytwelve' ); ?>"><?php _e( 'Skip to content', 'twentytwelve' ); ?></a> <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?> </nav><!-- #site-navigation -->
But I have no idea how to customize that.
Forum: Themes and Templates
In reply to: How to change an existing menu designO, if I can do that that would be pretty awesome. I want to use this theme: https://demo.sketchthemes.com/preview/sketchmini/
Though you have to register for their newsletter to download it. They did give me this link, don’t know if it’ll work for you: https://goo.gl/CtjLPE I haven’t uploaded it yet, but I can link my website if that would help once I upload the theme.
Forum: Themes and Templates
In reply to: Theme gives one line error when previewingO sorry, that’s part of the rules? Woops. I actually just got a response from the vendor so I’ll hopefully deal with it from there. Thanks.
Forum: Themes and Templates
In reply to: Using the same theme settings on another wordpressThanks for the reply. I figured it would probably be like this. Though the theme I bought had an option to import “Sample data” and once clicked it included all its pages and widget settings (it uses the Gantry extention). So I figured I could somehow do the same thing. Would you know if that’s possible?
If not, then I’ll just do it the normal way. It’s true, once I’ve already done it, it shouldn’t take long.