Forum Replies Created
-
AuthorPosts
-
stepheniryna
MemberThanks for the reply, but tried this, didn't work:
remove_action( 'genesis_before_post_content', 'genesis_after_post_content', 'genesis_post_info', 'genesis_post_meta' );
Tried this too, didn't work either:
remove_action( 'genesis_after_post_content', 'genesis_post_meta' );
remove_action( 'genesis_before_post_content', 'genesis_post_info' );
Any ideas?
stepheniryna
MemberWell, the 404 template is Genesis, but not in Dynamik.
Are you advising to delete the Genesis 404 template?
Or if I copy and paste all code to 404.php, will everything update there if I make a change on my site like a sidebar widget? Or does it just stay the way it was when I pasted it in?
stepheniryna
MemberFigured out solution. View source of "/404page". Copy all. Open Dynamik custom > templates. Add new. Title "404" (this is a php page). Select "wordpress page" instead of "page template". Paste all. Save. Done
Now all 404 errors show the exact mirror of my "/404page" in wordpress.
No plugin necessary.
Thanks everybody for the attempts to help.
Now if I could only figure out this smooth scrolling to anchors... I'll post if not.
stepheniryna
Memberuh... (glazed look in eyes), I don't know what you just said.
All I want is:
1) I type in mysite.com/wrong-url
2) some little gnome in my computer takes me to mysite.com/404page (the one I created in wordpress)stepheniryna
MemberYes, that is a page called "404page" inside wordpress. And yes, that url is the one I'm working on.
That code worked great when I got it, and it was only a couple of months ago. I have seen the same code on other sites. Here's one:
http://www.wphike.com/170/how-to-create-custom-404-error-page-in-genesis-framework/
That static page still exists, but the htaccess line doesn't change anything. And I have seen that line of code (htaccess) all over the web. Not sure why it's not working. I've been testing like you said; just doesn't work.
For now I just took it out of there so that I don't mess something up.
stepheniryna
MemberThanks for your reply Summer.
Yes I have tried every url form imaginable (with .php and without, with trailing slask and without, with www and without). Something changed in Genesis and all of the 404 ideas I find (except plugin) are no longer working.
I use Dynamik, and they make it easy to add templates in the child theme. So I copied the genesis 404 template and changed just the title (to experiment). But nothing changed on actual 404 page.
Also I just found the code I used before. It was actually a modified 404 page template.
<?php $URL= get_bloginfo('url'); header("Location: http://www.mysitename.com/404page/"); ?>
I assume somebody who knows this stuff can see how this could work. Hopefully that same person can tell me why it does not work now 🙂
stepheniryna
MemberI'm not sure what you mean by "all the redirects". It was only one line of code in the htaccess; it takes all 404 errors to the custom 404 page. Or, at least, it did.
Another plugin... Maybe I will have a look at it. I'm just amazed that the answer is so elusive now.
stepheniryna
MemberI never post without searching Google first. Easily read at least 10 articles and didn't find this.
I think one of Brad's articles did come up, but I don't remember seeing this.
Anyway, thanks. It worked.
stepheniryna
MemberI'm using Dynamik. I can just add the css to the custom css area.
stepheniryna
MemberScott V : I really appreciate the time it took. I added it all to my css (Dynamik has a place to easily add custom css) but none of it worked. I have read many times so far that changing woocommerce can be a pain in the neck. I dont understand much of it, but the consensus seems to be: They should use simpler css styles, and something about how the order of styles loading makes it difficult to override.
The reason I got involved with woocommerce is because I am building an amazon store to match my other website : http:beagoldbuyer.com And the plugin for the store requires woocommerce. Since they are plugins, they allow me to mirror the design of my main site.
But I think it's not worth it. I am going to shopper press. They have some really cool functions, and I can use them later for my own store (just an idea at the moment). SP is $79 at the moment, which makes it much cheaper than paying for the other plugin and hiring a coder for woocommerce weirdness.
Once again, your time and effort is appreciated.
Let me know how the store goes for you. Or send me a link to check it out 🙂
stepheniryna
MemberScott V : I really appreciate the time it took. I added it all to my css (Dynamik has a place to easily add custom css) but none of it worked. I have read many times so far that changing woocommerce can be a pain in the neck. I dont understand much of it, but the consensus seems to be: They should use simpler css styles, and something about how the order of styles loading makes it difficult to override.
The reason I got involved with woocommerce is because I am building an amazon store to match my other website : http:beagoldbuyer.com And the plugin for the store requires woocommerce. Since they are plugins, they allow me to mirror the design of my main site.
But I think it's not worth it. I am going to shopper press. They have some really cool functions, and I can use them later for my own store (just an idea at the moment). SP is $79 at the moment, which makes it much cheaper than paying for the other plugin and hiring a coder for woocommerce weirdness.
Once again, your time and effort is appreciated.
Let me know how the store goes for you. Or send me a link to check it out 🙂
stepheniryna
MemberBrad,
There I was, after creating a custom sitemap (page_archive.php) template. Had excluded categories, author, months, and recent; I only needed pages. Then all I needed to do was exclude a few pages, and Google brought me here (after a few other misses).
Your solution worked great in about 30 seconds.
Thanks.
I only wish there was a way to change the order or the list. My pages don't really make sense in alphabetical order.
stepheniryna
MemberThanks Brad.
Dynamik has a custom css area which includes conditionals functionality. I added
! is_page(874) && ! is_page(908)
which adds the ad on all pages except 404 page (which is set up with a php redirect) and my google custom search results page.Thanks for the help.
stepheniryna
MemberI wish it were that easy. The tool is awesome, but their policies say they won't help with css (though apparently didn't need it in this situation) and the forum is almost a ghost town.
By the way, David, your signature link threw up a 403 error.
stepheniryna
MemberOkay, I just figured it out, thanks to your original reply. I saw the "labels" option there underneath the layout settings and explored it. Created a label in the custom area, "Width 1100", saved and then selected it on the page settings. Worked like a charm.
stepheniryna
MemberThanks, that removed the sidebar (easy) but my content area isnt full width. It's just the same width as other pages minus the sidebar... My entire page width is 1100, how do I make this page that wide without sidebar? Is it possible?
stepheniryna
MemberTranslation plugins may work for webmasters who don't know the other languages, but it's not an ideal solution. Auto translation never works as well as human translation. Auto-translate often can't distinguish proper meanings or make intelligible equivalents.
-
AuthorPosts