knoppys
Forum Replies Created
-
Forum: Themes and Templates
In reply to: After up grade a can't manege my websiteJust curious, but i may be wrong. Were there some changes made to the wordpress media functionality in 3.8.1. I remember having to change the way we uploaded multiple images as attachments to posts. I dont suppose TOSI’s problem is that hes simply doing it wrong rrather than something is broken.
@tosi
Can i ask what plugins your using in your site?
Log into your admin, go to Plugins > Installed Plugins.
List them here for us, we can check to see if there are any reported incompatibilities between them and WP3.8.1.Well get here in the end!!!
Forum: Themes and Templates
In reply to: After up grade a can't manege my websiteAgreed, explain your problems step by step, click by click.
Forum: Themes and Templates
In reply to: After up grade a can't manege my website@jan no probs mate, still getting used to the forum rules, no doubt I’ll break more before I learn haha
@tosi, perhaps you should check out your contact page, it seems your contact details are not on your site. You contact details could be “important” if someone was trying to contact you.
Have you tried re installing the version of wordpress that you had before updating in the beginning. Try downloading an older version of wordpress and doing the same as before.
Have you asked your web host if they can restore a backup from the day before you started having the problem.
Forum: Themes and Templates
In reply to: [Inkness] Removing Padding Under the SliderThen look around line 396 in your themes css file.
https://www.salonfree.com/wp-content/themes/inkness/css/skins/main.cssRemove the line that reads margin-bottom: 80px;
Forum: Themes and Templates
In reply to: [Catch Evolution] Product Page EditingTry this…
If your using something like firebug, open teh body class and youll see all the classes that relate to this particular page template, in your case, the archive page for the products.<body class=”archive post-type-archive post-type-archive-product woocommerce woocommerce-page right-sidebar infinite-scroll”>
In your case I would use something like this:
.post-type-archive #header-image {
display: none;
}Using .post-type-archive class will use this class for the products (custom post-type) archive page. This shouldn’t cause any issues with your normal archive pages.
Forum: Themes and Templates
In reply to: [Smpl Skeleton] Add/Remove data from FooterOne wouldn’t usually remove the copyright from someone else’s collection of code and hard work.
If you want to copyright something, perhaps try creating something that belongs to you.You could take the header off the home page and you effectively have a header on every page.
Forum: Themes and Templates
In reply to: Sidebar moves on home page but not on other pagesFirst create a child theme, do not edit the main theme.
Then change your css as follows: (hope you dont mind but i added a few things on the end of it too).
On line 686
.sidebar {
float: right;
width: 236px;
}On line 696
#right_cont {
float: left;
width: 685px;
}You nearly had it……
Just some thoughts.Try adding this to tidy things up
.sidebar_text > p {
padding: 8px;
}Try this for your sidebar video:
#placeyoutubevideowidget-2 h2 {
display: none;
}Try this on line 743:
#placeyoutubevideowidget-2 .sidebar_text {
background: url(“images/video_bg1.png”) no-repeat scroll left top rgba(0, 0, 0, 0);
float: right;
height: 172px;
margin: 0 -4px 10px;
padding: 7px;
width: 97%;
}Forum: Themes and Templates
In reply to: After up grade a can't manege my website1. Log into your web host control panel, use the file manager to compress all the files that make up your website, then download the compressed file. In most cases youd only download the files and folders mentioned by esmi. Sounds like this would be easier for you.
2. Log into your web host control panel, use the Databases / phpMyadmin tool to make a backup (export) of your database. If something goes wrong then you have the database saved for security.
3. Delete your website files and re install wordpress using a fresh download of wordpress from www.remarpro.com. Dont use a one click install if you have one, Ive known them to overwrite previous installations databases depending on your host.
4. Once you have re installed wordpress, delete the
folder – “wp-content”,
file – “.htaccess”
file – “wp-content.php”
from your new installation.5. Unzip the backup file you took of your previous website, and upload the same files and folders from there to your new installation.
Dont worry about re up loading your database, your old database is still there.
Forum: Themes and Templates
In reply to: How can I edit Homepage Big Slider?What is your sites URL please.
Forum: Themes and Templates
In reply to: [Arcade Basic] Safely remove "Read More" linkOk, in short, you need to create a child theme as quote by esmi.
Then you will need to find the template file that contains the loop for the blog page and remove the read more link.
Ive looked into it and Ive found what looks like its in content.php. I have not tested this however so it would be good to install a fresh copy of your website on a sub folder or local host and try this before doing it on your own site.
Forum: Plugins
In reply to: Feedback for my pluginthanks
Soz esmi. Should have said create a child theme first. Used to creating my own themes.
Forum: Themes and Templates
In reply to: [Spun] Displaying home page in iOS doesn't fit widthHave you fixed this problem?
Forum: Themes and Templates
In reply to: [Arcade Basic] Safely remove "Read More" linkCan you give us a URL of your site please