Using an admin theme with an already installed theme in Wordpress - wordpress

All,
I recently bought the following admin theme:
http://themeforest.net/item/white-label-a-full-featured-admin-skin/270758
I also already have the following theme installed and am using it on my website:
http://themeforest.net/item/alyeska-responsive-wordpress-theme/164366
I want to use some features of the first admin theme but not have any issues with the already existing themes that I have installed in Wordpress.
Does anyone know how to use an Admin theme and the features in it without affecting the current shortcodes, css, etc that I'm already using on my own site?
Thanks for any help in advance!

I'm sorry to tell you, but that admin theme you bought is not for WordPress. It's meant to be an HTML start to a backend of a web application.
UPDATE
Alternatively, I'm not sure if you're meaning to take some things from the admin theme and using them in your WordPress theme. If so, please be sure to be more clear in your question as to what you want to do.

No, there are no real WordPress admin themes. The dev cycle changes the admin styles and functions very regularly, with major changes every 3 months or so. This would break any admin themes and makes it a nightmare to maintain, thus no ones does it.
ps. You can change some basic styles like colors/logo and if you know what you doing a bit more. But the link you showed, there is no way, unless you plan on never updated your install , ever.

Related

Intergrating WordPress Plugins into a bootstrap site

I hope you do not mind if I ask a general questions regarding bootstrap and WordPress.
I have created a website using just bootstrap. I am trying to set up an Appointment Booking System on it. I know that in WordPress there is a good plugin for this that would work well.
I have two questions regarding the above statement.
Is there a way that I can keep my customized bootstrap theme and integrate a WordPress plug in into my site without having to build the site from scratch in WordPress.
2) Is there a way to load my bootstrap code into the WordPress portal (so it is a customized bootstrap site) but that I would be able to use all of the available WordPress plugins.
Thanks
Colm.
Unfortunatly, if you want to use your custom html you need to create a custom WordPress theme. By the way, this is not difficult at all, and if you have already your static files setted up, splitting them in a theme is almost straigth forward.
Before stepping into it and start trying some good starter blank themes (underscores, timber, root etc..) my advice is: follow a simple guide and learn core WordPress theme hierarchy, then you'll be able to do almost anything.
This is the first guid I found but - ehi - Google is your best friend!
https://scanwp.net/blog/create-a-wordpress-starter-theme-from-scratch/

How to edit an already existing Wordpress theme?

I know it can be a very dummy question but I'm trying to figure out how I can develop and make changes in an already existing wordpress page (write new code, etc)? Before the changes go online, I must be able to save it somehow and I also need approval from its owner.
What is the best practice for it? It has some paid plugins also, I was thinking that I should create a parallel wordpress site exporting everything from the existing one and work locally.. how does it sound? Any suggestions?
I work on mac and use Docker.
Many thanks in advance!
Cheers!
Have a read on Wordpress Developers relating to Child Themes. Tou can get started here - https://developer.wordpress.org/themes/advanced-topics/child-themes/
This will allow you to activate a child theme over a normal theme and any changes you make to its functions.php will not be overridden when the parent theme updates.
You will just need to maintain the code incase major updates are undertaken on the parent theme.

Wordpress theme not appears as shown

I have been trying to develop my first WordPress theme. When I added a theme "primer" and started customizing it, it appears as an image.
The primer theme appearing as shown not as it is shown in demo
Can you give a little more detail. Normally themes are generally blank and often never look like the picture. Its up to you to use the themes composer, purchase a composer if your theme does not have one, or hand codde the site only using the theme for an overall look. For instance my theme I use a mix. I installed it and got a blank theme. I then used the composer to add elements and build out the page. Some themes even offer templates which is likely what you saw when you bought the theme. Your theme should have some sort of templates for free or premium templates for purchase you can add on top of your theme to get a prebuilt layout. I would highly enocourage watching a few youtube videos over themes and customizations and using envato.com to our advantage. Wordpress is a beast most people dont realize. Its not a change words and done. There are multiple other sites for that. I just finished my first one and its a bear. It take patience creativity and a basic understanding of Wordpress to operate, and some coding experience would greatly benefit to.

Migrating Drupal Site from one Theme to Another

I am here with a Major/minor issue. I am not a drupal expert but am really interested in becoming an expert someday. I have a challenge which i believe someone out there can help me.
I purchased a premium drupal 7 theme from themeforest. at the moment, my site runs on drupal 7. the question is:
How do i move all my site files, modules, views, contents, nodes, configurations, blocks, taxonomy, rules, images, file systems, reports, in short everything from the current site into the new theme without loosing anything out. even though i may need to do some manual adjustment from the front end. but the migration is key. what are the steps?
This has given me sleepless night and a probably solution will relieve me of this strong headache.
I hereby appeal to all Drupal-guru out there to help me with solving this simple but escalated issue. either a step-by-step approach of a link for a probable solution
I look forward to hearing from you guys soonest.
Best Regards !
In dir "/sites/all/themes" you have your current theme. Or it's empty if you are using some default Drupal theme.
So if I got you right you just want to replace the current theme and keep the rest of the site. In that case copy your new theme in the same dir ("/sites/all/themes"), clear the cache (admin menu: Configuration->Development->Performance) and go to Appearance page (again from admin menu). Now if your new theme is ok you should see it here. Enable it, set as default, clear the cache again if you have to and you should be using your new theme now.
So, basically, you just have to add you new theme's file, clear the cache and activate new theme.

Do I have to Upgrade WordPress to "pro" if I want to edit the CSS?

I started using WordPress just a few hours ago because I need to develop a couple of blogs to a client. I understand that WordPress is the best solution if you want something fast but flexible. But, the first thing that I wanted to do was just change the font of the post and I didn't find how to do it (for all the posts, because I changed it on this one using the HTML editor). I've read something about editing the CSS, but it turns that I need to buy the Pro upgrade to be able to use the custom design.
Is this the same if I use WordPress in my server?
I need someone to guide me on this one. I need WordPress as customizable as it can be. But, I prefer not to pay! :) Unless that's the only way to do it.
If you use WordPress on your own server, you can do anything you like to it - it's open source. The "Pro" upgrade is just for WordPress blogs hosted on the commercial WordPress.com platform.
Do note that running your own installation means you're responsible for adding plugins, themes, keeping the code up-to-date, etc. That has a cost too, even if it's not money directly out of your pocket.
If you are using wordpress on your own server - you are free to do anything with it. The best way to customize your site then is using a child theme. It will contain your customization, overriding styles from previously loaded parent theme (and/or adding some scripts). You will be able to upgrade parent theme then without loosing your customization (until parent theme owners deprecate something you use, but it must not happen often). There are some plugins for simplifying working with it as well. There are also some easier customization ways, if you want just minor changes - such as Custom CSS in Jetpack plugin, which works in similar way, as far as I know.
If you're using a wordpress.com account, you have less freedom in modifying things, consider using paid custom CSS plugin maybe. Or maybe mentioned above jetpack will do.
Also, as mentioned in other answers - there are wordpress codex, wordpress.org forums, and wordpress stackexchange, they seem to be better place for such questions.
In your wordpress admin section of your site (usually www.yourdomain.com/wp-admin) on the left hand side nav bar, you will find a section called "appearance", if you expand this and click "editor" you can edit all of the files that your current theme uses. A quick warning, if you are doing this on a live server, the changes you make are live as soon as you save them!!
Hope this helps
I'm pretty sure you do not have to pay to customize CSS. Check your server installation... particularly in the folder $wordpress_install_home/wp-content/themes/default.
You should have access to all the CSS files in there.

Resources