Forum Replies Created
-
AuthorPosts
-
vajrasar
MemberIf am not wrong you need to change/add these -
#sidebar {
width: 300px;
}
#content {
padding: 0px 20px 0px 20px !important;
}
You can do this by going to theme-> style.css and finding #sidebar and #content and changing/adding the attributes.
I make WordPress websites using Genesis Framework.
vajrasar
MemberTry this, if this solves your query.
http://gregrickaby.com/2011/03/how-to-create-a-page-template-in-genesis.html
I make WordPress websites using Genesis Framework.
vajrasar
MemberOk so I sorted the issue for now by using -
$queried_object = get_queried_object();
$term_id = $queried_object->term_id;instead of -
$tags = wp_get_post_tags($post->ID);
$first_tag = $tags[0]->term_id;
I make WordPress websites using Genesis Framework.
vajrasar
MemberPastebin seems not to be working so here is another link of the code - http://codepad.org/l8oH7zCz
I make WordPress websites using Genesis Framework.
vajrasar
Member@Dave - Thanks for reply. Am going through the stuff you suggested and will get back asap.
I also wana use Git for all code stuff but trying to get used to it. Will post the code too. 🙂
I make WordPress websites using Genesis Framework.
vajrasar
Memberplease mark the topic as solved.
I make WordPress websites using Genesis Framework.
vajrasar
Memberhave you updated any plugins just before this happened?
Actually am using the same theme and my posts got some loop error when I updated SEO by Yoast.
I make WordPress websites using Genesis Framework.
vajrasar
Memberhave you pasted the shortcode of contact form on the page?
I make WordPress websites using Genesis Framework.
vajrasar
Memberglad it helped. Please mark the topic as resolved.
I make WordPress websites using Genesis Framework.
vajrasar
Memberyou can do stuff with your functions.php and should NOT touch files in themes->genesis folder. NEVER.
Install <a href="http://wordpress.org/extend/plugins/genesis-simple-hooks/">Genesis Simple Hooks</a> plugin.
Goto the Genesis->Simple Hooks in yur dashboard. Find a hook where you want to display the adsense.
Put this-
<?phpif (is_category())
{ ?>
//adsense code
<?php
}
?>
I believe this may do the trick. Also, enable the "enable php and enable shortcode" option while saving the code in the hook.
I make WordPress websites using Genesis Framework.
vajrasar
MemberOh am sorry, if you have not changed domains then your subscribers have not gone anywhere. Were you using Feedburner before the theme switch?
I make WordPress websites using Genesis Framework.
vajrasar
Membervajrasar
Memberon the part of images - wordpress itself makes copy of your image as thumbnail to show in posts when they had to show a small image, you do not need to insert/upload multiple instance of a same image.
Here is the literature I found about 'time to first byte', do read -
http://blog.cloudflare.com/ttfb-time-to-first-byte-considered-meaningles
I make WordPress websites using Genesis Framework.
vajrasar
Memberand maybe you can try and activate "excerpt" mode ON for text in the slider, instead of "content" or something. I never used that theme but it may be some basic issue. As in excerpt case, the continue reading link shows itself.
I make WordPress websites using Genesis Framework.
vajrasar
MemberFebruary 8, 2013 at 2:55 am in reply to: HELP! I just edited the header.php and site is not working!!!! #18888vajrasar
Membernice to know that you found the solution. Please mark the topic as resolved.
I make WordPress websites using Genesis Framework.
vajrasar
MemberRead this, they have a pretty good literature on the topic -
http://www.wpbeginner.com/wp-tutorials/11-ways-to-create-a-mobile-friendly-wordpress-site/
I make WordPress websites using Genesis Framework.
vajrasar
MemberRead this, it may help you -
http://wpmu.org/how-to-display-your-wordpress-category-description-in-your-theme/
I make WordPress websites using Genesis Framework.
vajrasar
MemberRead this one, this will give you a heads up on where to start -
http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-setup-feedburner-for-wordpress/
And I don't believe that migrating users from one account to another is possible, still if someone would know how to do that, they will reply. 🙂
I make WordPress websites using Genesis Framework.
February 7, 2013 at 8:04 am in reply to: HELP! I just edited the header.php and site is not working!!!! #18650vajrasar
MemberI can suggest an alternate fix, but this NOT a standard solution and I have not tried it myself.
You may navigate to this link via your FTP or cPanel- http://www.yourfamilyyourmoney.com/images/CAP-Affiliate/BIB-banner-160x80.jpg
Delete the file 'BIB-banner-160x80.jpg '.
Upload your image (that you want to show) and name it 'BIB-banner-160x80.jpg '
That might trick the system into showing that image.
REMEMBER - Backup the Original Image in any case.
I make WordPress websites using Genesis Framework.
-
AuthorPosts