Abinav Thakuri
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Add Additional Thing In Post PageI didn’t fully understand your question but maybe you can use an if statement to achieve that.So you use something like
if(post id=”1″) {
your-function
}Ofcourse you would need to make your own function.
Forum: Themes and Templates
In reply to: clone a website and use the exact same websiteYes you can do that.Simply copy all of your files of the current wordpress site,export the database.Now you can upload all your files to the new location and import your database to the server.You have to edit your wp-config to link to the new database and change the links of the database through a SQL query.It’s not that hard but don’t mess around if you dont know how to do this.
Forum: Themes and Templates
In reply to: my elissaheyman.com/blog disappeared tonightDont mess around with it if you don’t know what to do..
Forum: Themes and Templates
In reply to: my elissaheyman.com/blog disappeared tonightMust be some problem with .htaccess or something…Your blog could’t have disappeared.You need check it out through FTP.
Forum: Themes and Templates
In reply to: How to Make Transparent Div for post content?The last value of the Rgba will be the opacity.So you can enter a value to your liking.
Forum: Themes and Templates
In reply to: How to Make Transparent Div for post content?If I understood correctly you need to use RGBA colors on your CSS.You might find this helpful.
https://www.w3.org/TR/css3-color/#rgb-colorForum: Fixing WordPress
In reply to: Redirect Mobile Devices to Another PageMaybe you’ll find this article helpful.
https://digwp.com/2009/12/redirect-mobile-users-to-mobile-theme/Forum: Themes and Templates
In reply to: Change background color?Go to this location and edit default.css
wp-content/themes/bueno/styles/default.css
The background color can be changed there.Find this line:body {
background-color: #FFFFA4;
}Forum: Fixing WordPress
In reply to: URGENTTry renaming your .htaccess file to make it inactive.For example add something like .htaccess.txt . Try loading your site now.
Forum: Fixing WordPress
In reply to: URGENTCan you explain this with a little more detail?Do you get blank pages and no access to the admin area?
Forum: Fixing WordPress
In reply to: Blog has disappearedGlad it worked out Christina! ??
Forum: Fixing WordPress
In reply to: Blog has disappearedYou can still login to your dashboard.Go here:
https://solitarymama.com/wp-login.php
Login and try deactivating all your plugins and activate the default wordpress theme.This might bring back your blog.Forum: Fixing WordPress
In reply to: Posts Go To Error PageTry looking at your permalinks.maybe theres something wrong. Try using a custom permalink and type in this structure:
/%postname%/
Forum: Themes and Templates
In reply to: Templates Not Working Help!Try activating another theme and then activate this theme again.Try using the template now.
Forum: Themes and Templates
In reply to: Removing navigation bar on specific pagesYou will need to comment the code that displays the menu only in the index.php file.So it will not be displayed on the home page only.