zolumns
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Moving a root install to it's own directory.Forum: Fixing WordPress
In reply to: Grey Margin on both sidesWhen open your website it shows the following error.
Parse error: syntax error, unexpected T_LNUMBER in /data/26/2/113/156/2928319/user/3244357/htdocs/acuscribe/wp-content/themes/acuscribe/functions.php on line 6
Why is your website file kept in htdocs folder? I think it should be /public_html
Forum: Fixing WordPress
In reply to: Link to Blog Posts not working correctlyI think your blog page directory is empty.
You should copy index.php file from /public_html to /public_html/blog and
edit the line require(‘./blog/wp-blog-header.php’);
to require(‘./wp-blog-header.php’);.Forum: Fixing WordPress
In reply to: trying to get to the dashboardYou mean the admin page is blank?
Whats the url of your website?Forum: Fixing WordPress
In reply to: Embed .pdf and create unique urlWell then maybe you should upload the PDF in the sport directory through your FTP.
Or
use URL rewrite method. Some of the info on following pages may help you.http://codex.wordpress.org/Rewrite_API
http://www.hongkiat.com/blog/wordpress-url-rewrite/OR
USe the following plugin
http://wordpress.org/plugins/rewrite/Cheers
Forum: Fixing WordPress
In reply to: Change post title hoverSure Hilary,
No probs, you can send me the details to my email if you like:) [email moderated – please do not ask for direct contact; please keep the support in the forum]Cheers!
Forum: Fixing WordPress
In reply to: How to add a Video to homepage of websiteHmm, Maybe you should upload the videos on youtube.
Add the following code where you want the video added.In this code remember to replace the url with your video url and set the desired height and width.
<iframe width=”560″ height=”315″ src=”//www.youtube.com/embed/FoixIeOiRv0″ frameborder=”0″ allowfullscreen></iframe>This could be one simple way to add video
Forum: Fixing WordPress
In reply to: Embed .pdf and create unique urlHey Chris,
Simply upload the PDF in the Meida gallery, go to media gallery, locate your PDF file there and click on its thumbnail to view its details. On the right you will see the file url. copy it and use it anywhere. You can set the link to open in new window as well.Hope this helps.
Cheers!Forum: Fixing WordPress
In reply to: How to add a Video to homepage of websitecotorsmproperty, If its not a post, then maybe you can try to embed video or maybe give a link of video. Are you familiar with HTML?
Forum: Fixing WordPress
In reply to: Insert a pictureYou are trying to upload a .DOCX file, is the picture in a .DOCX file?
Forum: Fixing WordPress
In reply to: Change post title hoverYou may need to edit your CSS for the Post title rollover effect. Or if you’re too scared, I can help fix it in a few hours.
Have a great day!
SalmanForum: Fixing WordPress
In reply to: How to add a Video to homepage of websiteJust login to wp-admin. go to posts on the left menu, then add new post..On the new post page you may see a ADD MEDIA button right over the post title field..click. If you want to upload the video then chose Video from the drop-down list you see on top.
or if you want to put a youtube, vimeo or any other link just click “Insert from URL” link on the left.Hope this helped, do let me know if you need any other help.
Thanks