noahcryns
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Any themes that can be used for commercial websites?WordPress can be used anywhere, as far as I know. Any theme you use for free or purchase can be used with any company that allows it.
However, Corporations may have their own rules. Such as a Franchise or such.
Maybe I misunderstood the question though.
Forum: Themes and Templates
In reply to: Different home page for mobileForum: Themes and Templates
In reply to: [Nirvana] greater site-title than 50pxA link always helps.
Forum: Themes and Templates
In reply to: [onetone] background-sizeA link would be great to help.
Forum: Themes and Templates
In reply to: [Bouquet] Responsive page and image header responsiveHello,
I hope this helps you get closer.
Play with this in your media queries.( It’s not perfect )#branding {
background: url(https://www.donesma?onestanit.com/wp-content/uploads/cabecera2.jpg);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
width: 100%;
min-height: 170px;
}Forum: Themes and Templates
In reply to: [Parabola] Creating right sidebar menuGive this a shot!
Forum: Themes and Templates
In reply to: css to change header heightMost of the area under your logo is from your actual logo.
Take it into photoshop and trim the bottom and the top if you want to bring that text closer.
If that’s not enough, use CSS to get the text closer.Header Height:
This is a responsive site, so the height and width change depending what you are viewing the site on.Forum: Themes and Templates
In reply to: Tweak CSS to enlarge thumbSometimes, in these themes you can choose what size image to display with a shortcode. This is a News theme, which means lots of images and text in a small area.
Basically, a website isn’t just “change the size of the image” and nothing happens to the words around it.
If you change the size of the with CSS or HTML, you will need to look over other things like;
text sizes, mobile version ( did I break the mobile version ), are my images looking good in all states of the website….Probably would only cost a modest amount to get this completed by a designer.
Forum: Themes and Templates
In reply to: Center Top Navigation MenuYou’ll have to hide or get rid of the <divs -> site branding and search…
This will get you started, but I have not tested.
.main-navigation {
float: none;
width: 1200px;
max-width: 100%;
margin: 0 auto;
}Forum: Themes and Templates
In reply to: [Moesia] Menus linksForum: Themes and Templates
In reply to: Experimenting with a New ThemeYes,
However, you would need to create a “Local Install” of your theme and child, then migrate to your current host. This is the best way, but it isn’t the easiest thing in the world to accomplish, especially the first time.2. You could do a “sub directory install” on your current WordPress installation. ( This might be a little easier for you than using Localhost )
Each way will take you some time to setup and get going, then you will have to migrate, if you use the LocalHost, and if you use the Sub Directory, then it’s a little less work.
No super easy answer here.
Forum: Themes and Templates
In reply to: Experimenting with a New ThemeEach theme would require a child theme, which would pull from the style sheet of the parent theme.
Forum: Themes and Templates
In reply to: [Customizr] Lost password not working1. Go into your phpMyAdmin and update the password field / Use the m5 password update option
2. Login to your site, switch themes and try again to find out if it’s your theme that is the problem or WordPress core/ plugins / etc…Forum: Themes and Templates
In reply to: [Swell Lite] How To Add A Tap To Call ButtonHello, I do not see a call button anywhere.
Forum: Themes and Templates
In reply to: [GeneratePress] Blog page is full widthGenerally widgets are either in theme options or in Appearance->Widgets->Blog Sidebar