Kye
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Origami] Two Qs: 1) Tagline alignment; 2) Menu buttonsHey there.
I hope you’re well! 🙂
1. You could add some margin on the left so that the H3 tag shifts over:
#logo h3{ margin-left: 10px; }Change the 10 part up or down to whatever works with your site.
2. For the menu you could use some CSS like this:
#menu .current_page_item{ background-color:#000; }You would change the colour to one of your choosing, here is a helpful site for hex codes:
There is a chance that the theme has a CSS field in the options, if not then you can make a child theme:
http://codex.ww.wp.xz.cn/Child_Themes
http://premium.wpmudev.org/blog/create-wordpress-child-theme/Or you can instead use a plugin if you like:
http://ww.wp.xz.cn/plugins/custom-css-manager-plugin/screenshots/
http://ww.wp.xz.cn/plugins/my-custom-css/screenshots/
http://ww.wp.xz.cn/plugins/pc-custom-css/
http://ww.wp.xz.cn/plugins/imporved-simpler-css/screenshots/
Have a fantastic day! 🙂
Forum: Themes and Templates
In reply to: [Theme Indicate] Overlap of header and menu backgroundHey there.
Do you have a link to your website so that we can see the issue as it happens?
Cheers.
Forum: Themes and Templates
In reply to: [Hueman] Main PageI just took a look at your site, ouch, you’re using a ripped off theme:
http://monosnap.com/image/OKEThBebA6dIkkNMysmyuvL3aJjpCr
Theme shared on WPLOCKER.COM
You downloaded a premium one from WPLOCKER.COM, the original being:
http://themeforest.net/item/the-gossip-funky-magazine-wordpress-theme/3716769
Using not reputable sources is a great way to get hacked and compromise your users data.
Anyway, there was no screenshots there just 404 pages that tell me the theme is a shared one.
Take care.
Forum: Themes and Templates
In reply to: [Book Lite] Increase Header Background Image HeightHey there.
I took a look at your site and I’m not seeing the code I suggested up there. Where did you add it?
If I used developer tools through the iPhone to test that code and it worked fine.
You can use those media queries to target different screen resolutions. You can alter the height so that it fits more, or you could use a different smaller image. This can be done through the @media.
Take care.
Forum: Fixing WordPress
In reply to: 800 members deleted – Help!I’m really pleased to hear this is now resolved.
I’m sure you’re all over this, but it would be worth from this point on keeping more regular backups, weekly or even daily if your data changes often.
Thanks for updating me. Have a great week.
Take care.
Forum: Themes and Templates
In reply to: Apply new CSS style just for 1 page?Hey again.
You shouldn’t really be editing the styles in their unless it’s a child theme, updates would remove your changes.
However I don’t want to insert CSS into a box, I want to load a separate CSS style for a new page.
So you don’t want to enter it into a CSS box which only loads on a specific page. You want to load it another way for a specific page?
Or am I still not understanding?
Cheers.
Forum: Fixing WordPress
In reply to: Download files link to Linkedin🙂
Forum: Themes and Templates
In reply to: Apply new CSS style just for 1 page?Hey there,
I’ve tried using a few plugins to display different styles for my pages, however they don’t display the CSS style properly.
Not sure if you tried these:
https://ww.wp.xz.cn/plugins/rt-custom-css-page-and-post/
https://ww.wp.xz.cn/plugins/custom-css-by-techsperia/screenshots/
If you have then what is different?
Maybe other styles are still being loaded later and thus taking priority.
Do you have a link and the CSS along with details about what it should be targeting?
Take care.
Forum: Fixing WordPress
In reply to: Unable to login in to adminHey there.
What did your host say was in the error_log for the white page?
Also to output the WordPress debugging information you can open your wp-config.php file and change:
define('WP_DEBUG', false);To:
define('WP_DEBUG', true);You can also have these errors output to a debug.log file located in your /wp-content/ folder, to do this add the following to your wp-config.php file:
define('WP_DEBUG_LOG', true);Using WP_DEBUG would put the errors on the site, you can hide those and just have them out put the WP_DEBUG_LOG (if set to true) by using this as well:
define('WP_DEBUG_DISPLAY', false);You could also try following the flowchart here:
http://premium.wpmudev.org/blog/get-awesome-wordpress-support/
disabling those plugins and themes will check for any issues them.
Let me know what you find.
Forum: Fixing WordPress
In reply to: Download files link to LinkedinHey there.
When I look at the Bio and Head Shots link I see:
http://www.leticiareyes.com/main/downloads/Bio2014.zip
http://www.leticiareyes.com/main/Leticia_Reyes.zipSo I tried just loading:
http://www.leticiareyes.com/
http://www.leticiareyes.com/main/
http://www.leticiareyes.com/main/downloads/All redirect to LinkedIn, I’d say there is something on that domain which is doing the redirect. Probably .htaccess. You’d need to start there and find whatever it is causing that.
Take care.
Forum: Fixing WordPress
In reply to: WordPress User Role BugHey there,
I suppose it could be possible, anything could be 🙂
You could quickly test by testing in the default theme and with no plugins enabled, the flowchart on this page should help:
http://premium.wpmudev.org/blog/get-awesome-wordpress-support/
Take care.
Forum: Themes and Templates
In reply to: Help! – Custom header displays on desktop but not on mobileOK sure, when you come back to this if you still need help just let us know 🙂
Have a great weekend.
Forum: Themes and Templates
In reply to: [Enterprise Lite] NooB looking to leave bigcommerce.comHey ranman11.
The original link to a theme you shared was this one:
http://demo.sdavismedia.com/enterprise/
The theme URI is this one:
http://buildwpyourself.com/downloads/enterprise/
Which is the premium version of this:
http://ww.wp.xz.cn/themes/enterprise-lite
If you love the lite version then give it a shot, get it installs and play away 🙂
I don’t know the difference between the lite or pro version they both look rather nice.
What Andrew was saying is that anything on ww.wp.xz.cn is free, that doesn’t mean there are not pro versions available but you won’t find them here, only on the authors site.
I’ll download your wordpress and hope for the best.
It’s not mine, it’s ours, everyones, it’s awesome! 🙂
Take care and have a great weekend.
Forum: Themes and Templates
In reply to: [Phogra] Phogra theme problemHey there.
I know the code editor in WordPress is really cool and it’s ok for CSS, but if you edit the themes main files they could be overwritten when you update. Take a look at my original post where I linked to resource about child themes and then also plugins for adding CSS.
Take care.
Forum: Fixing WordPress
In reply to: How can I share plug ins with non-admin?Hey there.
I’m sorry but I’m not totally sure what you’re asking when you mention the Soliloquy and Appointments plugin?
I Presume when you say Soliloquy it’s this one:
https://ww.wp.xz.cn/plugins/soliloquy-lite/
Could you please elaborate further.
Take care.