theindiansabroad
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: random redirect and page not foundThanks for checking. I would say it happens 30% of the time. and once I remove the random string and try again, it comes back fine. I noticed it happens more often after long intervals in between (e.g. first time in the morning and or if I try after many hours)
Forum: Themes and Templates
In reply to: Twenty Twelve theme column width adjustmentThanks.
This is what my child theme looks like as of now (still learning).
Is there a way that I can decrease padding for all the users, in addition to the mobile/smaller-screen ones as suggested above? I still have some overlap (even after responsive adsense) between main content and the side-bar.
/*
Theme Name: Twenty Twelve Child
Theme URI: http://theindiandsabroad.com/
Description: Child theme for the Twenty Twelve theme
Author: twenty twelve child
Author URI: http://theindiansabroad.com/contact-me/
Template: twentytwelve
Version: 0.1.0
*/@import url(“../twentytwelve/style.css”);
@media screen and (max-width: 480px) {
.site { padding: 0px 10px; }
}Forum: Themes and Templates
In reply to: Twenty Twelve theme column width adjustmentThanks. Where in the style.css do I find this 24px padding. I am looking through the code, without luck. Any guidance is greatly appreciated; not an expert in css.
Thanks.Forum: Themes and Templates
In reply to: Twenty Twelve theme column width adjustmentThanks for the reply. The responsive AdSense does not seem to help either. I am testing responsive ad for the following page:
http://www.theindiansabroad.com/contact-me/Should I start a new thread? The responsive adsense code (account info modified):
<script type="text/javascript"> google_ad_client = "ca-pub-xxxxxxxxx"; width = document.documentElement.clientWidth; google_ad_slot = "aaaaaaaa"; google_ad_width = 320; google_ad_height = 50; if (width > 500) { google_ad_slot = "yyyyyyyy"; google_ad_width = 468; google_ad_height = 60; } if (width > 800) { google_ad_slot = "zzzzzzzzz"; google_ad_width = 728; google_ad_height = 90; } </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>The ad being displayed is 728×90 size.
Thanks.Forum: Themes and Templates
In reply to: Twenty Twelve theme column width adjustmentThanks. Yes, I am in the process of making child theme. I am not expert in CSS, could you please advise me how to make the main content area a little less wide and/or add some margin to the right of it (as ivonnacode suggested)?
Forum: Themes and Templates
In reply to: Twenty Eleven menu not showing in IE 7That is so strange. I cannot see menu bar (or open the posts conmpletely) in IE7. I wonder if my computer has any issues with IE7.
Thanks for the check; i will investigate on my side.
Thanks.Forum: Themes and Templates
In reply to: [Twenty Eleven] Twenty Eleven Theme not working in IEI am having the same problem with IE – the page menu on the top does not show up properly and when I click on the post, it displays with blank contents. Could someone help me to figure out what could be wrong or what I need to change. I posted a similar request in another thread yesterday (sorry for duplicate); just trying to get some insight. the site is: http://www.theindiansabroad.com/
thanks.Forum: Themes and Templates
In reply to: Twenty Eleven menu not showing in IE 7I have the same problem, the twenty eleven menu (page names in the horizontal bar) does not show up properly…i can see it very light color below the bar. It works fine in Firefox and Chrome. Can you please assist. my site is: http://www.theindiansabroad.com
Thanks in advance.Forum: Themes and Templates
In reply to: Twenty Eleven – Want Less White Space in Headernever mind, I fixed it.. thx.
Forum: Themes and Templates
In reply to: Twenty Eleven – Want Less White Space in HeaderI want to do the same thing, but my style.css does not have same codes as above. Line 509 starts as:
#site-title {
margin-right: 270px;
padding: 3.65625em 0 0;
}
I don’t have padding-top field.
Could you assist, am I using a different version? my site is http://www.theindiansabroad.comThanks in advance.
Forum: Fixing WordPress
In reply to: adding adsense code to index.phpSorry, after much struggle, I am trying another theme. Will come back for more help if I revert to old one. you have correct web site above.
Thanks.Forum: Themes and Templates
In reply to: changing font type/size in Arclite themeThanks for the response.
For some reason, it does not work. I tried 16px to 30px using different values; the post font size stays the same. There is probably some other area of css I need to look at as well. Any ideas?Forum: Themes and Templates
In reply to: changing font type/size in Arclite themeThe web site is:
The Indians Abroad.comI want to change the text appearance (font/size) for the posts and pages – not for the titles, but the contents.
Thanks in advance.Forum: Fixing WordPress
In reply to: Categories and tags deleted by itself – please helpI ran the ‘repair tables’ successfully for the wordpress database, but don’t see any improvement – same problem still exist.
What should I do next?Forum: Fixing WordPress
In reply to: Categories and tags deleted by itself – please helpor is it something like:
wp_seo_title_tag_category 0 MyISAM utf8_general_ci 1.0 KiB –
wp_seo_title_tag_tag 0 MyISAM utf8_general_ci 1.0 KiB –
wp_seo_title_tag_url 0 MyISAM utf8_general_ci 1.0 KiB –
wp_terms 732 MyISAM utf8_general_ci 93.8 KiB –
wp_term_relationships 14,116 MyISAM utf8_general_ci 955.2 KiB 777
wp_term_taxonomy …..I don’t know where tags and categories reside in WP.
thanks in advance.