CMSHelpLive
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to center Social Media Feather widget in Vantage themed footer?Can you please post the link of your site so that we can help you.
Forum: Fixing WordPress
In reply to: How to restore backup fileIf you have access to php.ini file of server then just upload the max_upload_filesize to above 481mb. It will be initially of 2mb.
Forum: Fixing WordPress
In reply to: Cant align image in centerJust add the following inline css with the first image:
margin-right:5%;Forum: Fixing WordPress
In reply to: Photos not centered in pop upFirst of all it is not an popup. It is link of the image in media. You need to use any blackbox plugin to show it in popup.
Forum: Installing WordPress
In reply to: Change website from frontpage to wordpressYes you can develop the site on localhost, and upload it later on the server, whenever you want. Or you can develop it in sub directory on your server and later move it in root when it will be ready.
Forum: Installing WordPress
In reply to: Viewing PDF without Ability to DownloadYou don’t want the viewer to be able to download the document. If it is what i am getting then here is the solution.
Google doc embedder plugin has option for it whether you want save pdf file option there or not.
For example you can use the following code:[gview file=”Practical CakePHP Projects.pdf” height=”800px” width=”100%” save=”0″ cache=”0″]
save=”0″ is used for that purpose.
Forum: Installing WordPress
In reply to: Css style sheetCommercial theme generally contains the whole package including psd, licencing, theme folder and child theme folder. So you need unzip that zip file which you got from theme venders and look inside for theme’s zip folder and upload it.
Forum: Fixing WordPress
In reply to: Center Align Custom Page#wrap { margin:0 auto; }Try this, it is working at my end.
Forum: Fixing WordPress
In reply to: Center Align Custom PageYou CSS is there. Just add the following code into custom css file:
.page-id-35 #wrap { margin:0 auto; }Forum: Fixing WordPress
In reply to: Middle Menu (Navigation) on Homepage got madIn dashboard go to Appearance->Menus.
Open middle navigation menu.
Check if the Auto Add Page option is disabled or not. If not, disable it.Forum: Fixing WordPress
In reply to: Dots on left side of the screen; where are they coming from???You have deleted the menu but the php code to display menus is still there. In you header.php file, you will find a <div> with class menu.
Forum: Fixing WordPress
In reply to: Problem with Website header and domain nameIn your website Dashboard go to Settings->General Setting. Change the site title.
Forum: Fixing WordPress
In reply to: Text widget not displaying on home pageWhich widget you are talking about? Because i can see the widget on home page also.
Forum: Everything else WordPress
In reply to: how can i add a theme to free wp?Agree with @jan Dembowski, you can apply theme only when you are using wordpress.org. Sorry i missed it.
Forum: Localhost Installs
In reply to: Moving new site from localhost to server with existing siteYou can do one thing. Create an backup of files and database. Save it to your local machine. Move existing files from server into a subdirectory. Then start your new site in the root.