jamessk
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Portfolio theme with hover image changeHi Rich, thanks for your reply, never seen that theme I really like it!
I was actually using a theme I always use for a client then came across the feature I needed from installing the demo content so I’m very happy indeed, can’t believe I didn’t know this theme could do that before.
Thanks for your help
Cheers
JamesForum: Plugins
In reply to: Project Bidding PluginCan anyone help me at all with this?
Forum: Fixing WordPress
In reply to: Collecting Data from FormThank you for all your help and time
Forum: Fixing WordPress
In reply to: Collecting Data from FormThanks for all your help!
I’m familiar with contact-form-7 but was not aware of the db extension, thank you
Also I really appreciate your offer Andrew, I’m very keen to learn php. Do you have any tips on where to start?
Thanks again
JamesForum: Fixing WordPress
In reply to: Redirect Loop ErrorHere is my .htaccess
RewriteEngine on
ErrorDocument 404 /404.shtml# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Kind Regards
JForum: Everything else WordPress
In reply to: Protect WordPress SiteGreat! Thanks
Forum: Everything else WordPress
In reply to: Protect WordPress SiteFurthermore I could have a home screen then a members area
Has anyone done this before? Are they any plugins?
Forum: Fixing WordPress
In reply to: HTTP Error – File UploadHi, thanks for the prompt response.
This article is from 2008 – I wasn’t sure if this is out dated…
Also I find it very strange as my other domains on the hosting seem to work, it’s only this domain, also I haven’t had to do this before and I have created 6 websites with WordPress so I find it very strange
Can anyone enlighten me?
Forum: Plugins
In reply to: Sidebar per pageThanks Esmi
Forum: Fixing WordPress
In reply to: Image Size RestrictionHi All,
I have changed this file php.ini but it hasn’t seemed to have updated wordpress.
Can someone please assist me?
It’s essential that I upload high res, large photo’sWhen I went to change my php.ini file, the maximum upload was 10M but wordpress says 2MB is the upload limit.
I’ve changed the limit to 100M in the php.ini file but nothing seems to have happenedI’d really appreciate some help on this
Thanks all
Regards
JamesForum: Fixing WordPress
In reply to: "Leave a Reply"Hi Alchymyth,
My website is https://www.idealfurn.com – the theme I am using is Swift
I seem to have ticked and unticked all the boxes I believe need to be ticked.
Thganks
JamesForum: Themes and Templates
In reply to: Google WebfontsHi All,
Can anyone help? I’m using template Swift.
Kind Regards
JamesForum: Themes and Templates
In reply to: Child ThemeHi Chip,
Thanks for your response.
I’ve checked within Chrome Developer tools and it seems to be loading a sheet called custom_style.css which I’ve now located, so I’ve tried importing this file to my new child style.css but it still does not seem to be working..
Here is a snippet of my new code within
—–
/*
Theme Name: Swift Child
Theme URI: https://idealfurn.com/
Description: Child theme for the Swift theme
Author: James Kelly
Author URI: https://idealfurn.com/about/
Template: swift
Version: 0.1.0
*/@import url(“../swift/style.css”)
@import url(“../wp-content/uploads/swift_custom/custom-style.css”)body {background: #FFF;}
——
Can you provide any advice or guidance?
Thanks & Regards
JamesForum: Themes and Templates
In reply to: Edit HTML ?Hi Esmi,
Thanks for your response.
I’m currently learning php and not very good at it yet.
Do you know if it would be possible to change the code I’d like to change, basically the slider within this theme is made from Posts and I’d like to change the link to a Page instead of a PostThanks & Regards
James