dinosrules
Forum Replies Created
-
hmm!
You mean you installed a theme using Cpanel. No matter what you use Cpanel’s Folder manager or a ftp account, you always need to upload your theme under directory “themes”. If you’ve done accordingly and there is still something wrong, then you should check that your theme hasn’t any bads.
Regards
Forum: Themes and Templates
In reply to: Strange spacing issue – Sandpress themeWell you have a mess in there. Why do you use margins like that? You don’t have to position the divs using margins, the divs should be positioned automatically.
You need to configure a structure like this:
#Main – The main div – this will hold all the sidebars and content.
1. #primary
2. #content
3. #secondary<div id=”main”>
<div id=”primary”></div> – this floats left
<div id=”content”></div> – this floats left
<div id=”secondary”></div> – this floats right
</div>This is just schematic thinking.
Make sure you set the right width in px and that you calculate some margins between those divs.Regards.
I cannot test you site, so I am trying to help you just by how I should build it if I were you.Forum: Fixing WordPress
In reply to: Thesis – 1st sidebar in page body at bottom???Looking at your link I found out that you resolved this problem. Maybe you can mark it as “resolved” and share the solution for others to see.
Regards
Forum: Fixing WordPress
In reply to: OMG, help, my page is GONE!!sabinou is right!
You can do this by yourself! Cpanel is very smart and it has backup tools, so you can restore your files to a given date. Under tools & backup in Cpanel you can find an icon named R1soft from where you can restore your home directory right before the issue has occurred. If you more explanation on this, PM me on my messenger and we will do an 1 to 1 talk. My id: cipriantudorici
Regards
Forum: Fixing WordPress
In reply to: Help! Installed corrupt plugin and now can’t access WP AdminIf it is a plug in that is causing this issue, than just remove the plug-in using ftp (delete the folder with the name of the plug-in) and WordPress will automatically disable it.
Regards!
Forum: Everything else WordPress
In reply to: plz plz help (sidebar problem)They appear very properly to me. No matter the browser.
Regards
Forum: Your WordPress
In reply to: WordPress as CMS – professional design, look and feel – feedbackHi fas.khan
Sorry about that, I just could’t edit the other post.
Regards!Forum: Themes and Templates
In reply to: Newbie to WordPressHello queena, nice nick you have there.
First of all you need to download a theme. There are so many places where you can find themes for wordpress for free, one of this place is right here at wordpress. After you have chosen the theme you like, you need to upload it to your server. Then you can change your theme from the back-end administration under Appereance / Themes
Forum: Themes and Templates
In reply to: Coding PSD => WordPresswell obviously is a different thing to build a theme than to edit one. It depends a lot of how the theme looks like. A true web designer is always aware of the coding part. If you design a theme for wordpress than you probably know how wordpress themes are build.
Send me a photo with the preview, and I will give you some tips to help you start with.
Regards!
Forum: Themes and Templates
In reply to: Simple overview question about theme customizationHi, and welcome to the club!
You can basically do whatever you want with wordpress. You can check out my page – https://nuntaonline.ro – for an example. You know php so you can build anything you like. The header and the footer will be something required. But you can design those as you like. You can create custom php pages, with custom templates where all you need is just the header and the footer – the rest of the page is at your fingertips. You also need several plug-ins which for me are mandatory. There are a lot of things you need and can do, you just need to start.I don’t know what I can help you with, just start asking point to point, and as my time will permit, I will help!
Regards!
Forum: Themes and Templates
In reply to: Please! How each pages has different sidebarwell dhin, it is a little difficult to understand you. Can you also provide us with a link?
Forum: Plugins
In reply to: NextGen GalleryThe guy already has this code. Check the code for the flash.
Ok, my sugestion would have been to use the z-index value in CSS. But as far as I can see you managed the issue.
Regards
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Thumbs Another Thumb nail problemHi Tony,
So funny, just wanted to tell you about that ‘%’ sign getting truncated. You should consider the ‘&’, ‘$’ to not be part of any name.
Best regards
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Show gallery instead of directory indexHi Thomas,
It is possible. You also have permalinks for this plugin. You just need to update your structure of the blog permalinks after you enable the ngg’s one. Displaying the gallery in the form – ‘https://mydomain/wp-content/gallery/mygallery’ wouldn’t be a solution after my opinion. Probably you will want something like – ‘https://mydomain/gallery/mygallery’ which is indeed very possible. In order to achieve this result, you need to create a page for the gallery itself. Create a page with the name gallery ang place the code
[album id=X template=compact]
Replace the X with the ID of your gallery. This will show you the main gallery. Remember, this is the GALLERY part from the link ‘https://mydomain/GALLERY/mygallery’. Now you need to create a page for the MYGALLERY. Do this, name it mygallery and for your convenience use the GALLERY page you created earlier as the parent. Use the code
[nggallery id=X]
where X is the ID from your “mygallery”.
Now, when you acces the main gallery at ‘https://mydomain/gallery’ you need to see a compact template of the ‘mygallery’. If you want to use more galleries simply create more pages with the name you want them to be.Good luck!
Forum: Plugins
In reply to: NextGen Gallerytry to add this line:
<param name="wmode" value="transparent" />