C.Flores47
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Summaries on Homepage, not site-wideThanks Aaron! adding ‘is_home’ worked like a charm and will be perfect until I can look into this a little more.
Still, it’s weird that you had success with the first method because I still cannot get that to work properly. It’s still changing the whole site one way or the other, there is no in between. Also it’s a local testing environment so there are no additional features,plugins, etc…
Thanks again though!
Forum: Your WordPress
In reply to: New website by wordpressI don’t know what you’ve done to the logo but it’s blurry.
The “Riversails” text needs to be completely redone, looks cheap.
The logo imho is on the right track but needs a little tweaking to really capture the feeling of a sail or sailboat in particular. I like how simplistic it already is though.The harsh glow outside your canvas.wrapper needs to be toned down. Alot.
hide your tags at the end of the <body>
I love the images you have in the slider, very well done but please take off the effects or atleast tone them down.
If I were you I would find something to box in the main content below the images, I find it very hard and boring to read. I tried forcing myself to read it and I got to about line 2.
I mean there’s a lot more but honestly I do like where your website is heading.
Forum: Fixing WordPress
In reply to: Managing Media Library. Storage Space IssuesNevermind. Thanks esmi, it was my fault for not mentioning Multi Site earlier. Theres a network administrator setting that was limiting how much my networks could upload.
Forum: Fixing WordPress
In reply to: Managing Media Library. Storage Space IssuesMax upload file size is 1MB. And yes, I see no percentage taken from my main network. But on my additional networks it says I’ve used about 15% of total space, and I’ve got 8 pictures uploaded
Forum: Fixing WordPress
In reply to: Hiding comment box/post metaWell this page is only being used to showcase the 3 images. I’m also only using this theme on this particular page. Dont know if that changes anything though.
Oh and thanks for the help. .post-meta worked great. For some reason I couldnt get it to work earlier though.
-Why cant I just display:none; everything being used for that comment box?
Forum: Fixing WordPress
In reply to: Main Menu Navigation gone missingSo sorry, I even double checked and thought I saw the link
https://subella.comForum: Fixing WordPress
In reply to: removing red bar below picturesYou’re very good, it was line #246
Thanks so much
Forum: Fixing WordPress
In reply to: Creating a 3 section column of imagesWell the first thing I checked was my content margins, I set those to super wide margins that I knew would fit the 3 pictures, I think i set it for like 1500px, and the pictures still wouldnt align side by side, so then I figured it had to be something within either the HTML, or a preset content width somewhere else in .css.
The problem ended up being an accidental break that somebody put between the 2nd and 3rd picture. I mustve missed it the first few times I checked the HTML.
Thanks for the input guys. IT was my simple mistake I just didn’t see the break.
Have a good day/night
-Chris
Forum: Fixing WordPress
In reply to: Creating a 3 section column of imagesThanks
Forum: Networking WordPress
In reply to: Cant find Line of code for sub directoriesdefine(‘WP_DEBUG’, false);
define(‘WP_ALLOW_MULTISITE’, true);
/* That’s all, stop editing! Happy blogging. */Forum: Networking WordPress
In reply to: Cant find Line of code for sub directoriesI know the Codex says
“Add the following lines to wp-config.php anywhere above /* That’s all, stop editing! Happy blogging. */”
But I’ve tried several places now and I still keep getting this when I go back into WP “No site defined on this host. If you are the owner of this site, please check Debugging a WordPress Network for help”
Forum: Networking WordPress
In reply to: Cant find Line of code for sub directoriesHmm, that leads me to the other question I forgot. Initially I did put the line of code in and I tried to put it in after the SALTS but it messed up the whole thing so I had to go back and delete it. Where would I put it?
Forum: Fixing WordPress
In reply to: Seperating content between menu pagesOk so I should focus on messing around with my Permalinks some more in order to solve this? Rather than Menus and Categories
Again, thanks for your time and suggestions.
Forum: Fixing WordPress
In reply to: Seperating content between menu pagesThis shouldve been a 10 minute fix but I’ve been in circles for the past few days and I wish I couldve nailed it in the beginning with a straight answer.
Can this be done. Yes/no
How do I do it. Step1..Step2..If I can recall, I think WP MU only lets you create
https://www.domainname.blog1.comI’m only interested in
https://www.domainname.com/blog1 (Sub Directory?)Forum: Fixing WordPress
In reply to: Seperating content between menu pagesWith that will I be able to do
https://www.Domain.com/blog1/postname
https://www.Domain.com/blog2/postname
https://www.Domain.com/blog3/postnameAnd have different content on each?