Kapil Mohan Gupta
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Forever] Full Page Template option doesn't workchecked your portal, create child theme or manage settings but in actual below is the bad guy
—
<div id=”secondary” class=”widget-area” role=”complementary”>
—Please do as suggested by WPyogi
Forum: Themes and Templates
In reply to: [Forever] Full Page Template option doesn't workmy bad … apologies ?? just thought of helping the user.
Forum: Themes and Templates
In reply to: [Forever] Full Page Template option doesn't workok … no issues
in your index.php file, locate the code where main content is getting displayed. It should be inside <div> box, like <div class=”…something…”>. Now there are two possibilities (1) This ‘something’ defines the style of your content box and pushing it on one side, and displaying sidebar (2) There should be one more <div> like <div class=”sidebar”> (or something similar)
Hit & Try:
1) Identify correct element from style.css which actually show the content on entire page and replace “…something…” with that correct element.
2) Delete <div class=”sidebar”> (or similar) from php file.Please share your live website URL. I might try to dig it myself.
Forum: Themes and Templates
In reply to: [Forever] Full Page Template option doesn't workAlthough I don’t think I am a WP master but I encountered similar issue on one of the famous theme & this is what I did (as per my best memory; other’s can correct me if I missed/messed anything)
Go to Edit Theme option and locate the .php file which is controlling the home page (commonly index.php). The <div> which is holding the content box might be mapped to wrong css element (like ‘box-left’ or similar). You just need to find the correct css element (like ‘full-width’ or similar) and replace original <div class> with this css element … should be solved.
Forum: Fixing WordPress
In reply to: 'page not found' screen coming just above the contentYup you are right. Thanks !
Forum: Fixing WordPress
In reply to: 'page not found' screen coming just above the contentThanks riversatile,
Let me check again, but I am pretty sure that all files are intact.
Forum: Themes and Templates
In reply to: theme automatically deleting index.phpThanks ??
Forum: Themes and Templates
In reply to: theme automatically deleting index.phpwhen I said “not so reliable” it doesn’t mean that I am using nulled/pirated themes.
The theme was not downloaded from WP directory, but picked from one of the friend (for testing) who just started creating WP themes. The theme is currently under beta (sort of).
I just wanted to know if it’s a common problem because of any common bug in code. When I said notorious code I meant any piece of code which me might picked from when while developing and unknowingly brought any hacked.
If members still feel that I should not seek any support from this forum, then I will delete this topic happily.
P.S. Read it again, I am looking for help related to WP and not related to theme