Kye
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Vantage] Remove logo from one pageHey there,
You posted in the Vantage theme forum, but you mentioned the Cruz theme?
Depending on the theme you could do something like this:
.page-id-2 .logo{display:none;}That targets the logo class of a page with a class of .page-id-2, 2 is the page ID.
If you are using the premium theme Cruz:
http://themeforest.net/item/cruz-modern-business-wordpress/264335
Then you’ll need to contact the author for further help as per the forum rules:
http://codex.ww.wp.xz.cn/Forum_Welcome#Commercial_Products
Hopefully this will put you in the right direction.
Take care.
Forum: Themes and Templates
In reply to: Change Background Color ProblemsYou don’t need to edit any PHP, you can can do CSS in a stylesheet.
As I mentioned before this should be a child theme or through one of those plugins to ensure your changes are retained when you upgrade the theme.
Take care.
Forum: Themes and Templates
In reply to: [Parabola] Remove Text Above "Powered By Parabola"Hey there,
You can change this in:
Admin –> Appearances –> Parabola Settings –> Miscellaneous Settings [TAB]
http://monosnap.com/image/Tb8Md1P31upTrxMH65Bf79PyesLoDc
Once edited just save and you’re done.
Hope this helps.
Take care.
Forum: Themes and Templates
In reply to: [Theme Divi] vertically misaligned content blocksHey there,
Remove the break tags:
http://monosnap.com/image/xSbU0W1Gpz72QsAzTLXgUJ7MO4hzZa
Or you could display none on the br tag with something like:
#et-main-area #left-area .entry-content br{display:none;}Note: anything else in that area with a br tag will also be off. If it’s just this page you could target the page id with #post-12 for example.
Take care.
Forum: Themes and Templates
In reply to: Change Background Color ProblemsHey there,
If there is not a theme option for this then you could try something like:
body { background-color:#f5f9e5; }You could do this in the parent theme (not advised), through 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: How to change bg colors in Finale themeLooks like a nice free theme. 🙂
That CSS is around line 1700 /finale/css/style.css
If there are not theme options to add CSS or change this then you’re best off using a child theme for this change or a plugin. This will ensure your changes don’t get reverted on updates:
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: [Quality] Remove sidebarHey there,
You can disable comments here whilst creating or editing a page/post:
http://monosnap.com/image/UFx56Xxhxkqji91SPgWrvacVjX7lpk
You should see the meta box on the page, but if not you can drop down the Screen Options in the post/page editor and enable Discussion there, the metabox will then show.
I don’t know this theme personally but if it leaves any kind of closed message on the page you could instead hide it all with CSS:
.comment-respond{display:none;}Or you could edit it out in the PHP code, let me know if you need help doing that instead. 🙂
As for the sidebar, I don’t see one there so I guess you removed it and you want to resize the center area?
If you were to do that in CSS you’d change this:
.col-md-8 { width: 100%; }Keep in mind anything using .col-md-8 will have this change. Really the best way would be changing the class from .col-md-8 to .col-md-12. This would require a code change rather a CSS override. Let me know if you’d like to do that instead, I’ll take another look 🙂
Hope this helps.
Take care.
Forum: Themes and Templates
In reply to: [Chocolat] Background / coloursHey there,
Not sure if there is a theme option but you can do this with CSS:
#header { background: url(IMAGE-PATH-AND-NAME) repeat-x left top; word-wrap: break-word; }And the footer:
#footer:before { background-image: url(IMAGE-PATH-AND-NAME), url(IMAGE-PATH-AND-NAME); background-repeat: repeat-x, repeat; background-position: bottom left, top left; content: ""; display: block; height: 140px; }They are both the originals, you just need to change the path/image and add this to your sites CSS.
You might need to adjust the other items there which is why I left them just in case. 🙂
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/
Hope this helps.
Forum: Themes and Templates
In reply to: How to change bg colors in Finale themeHey there,
I’m not finding this theme on WP.org, was it a commercial one?
If so you’d need to contact the author, unfortunately we can’t support commercial products here:
http://codex.ww.wp.xz.cn/Forum_Welcome#Commercial_Products
If it’s one from ww.wp.xz.cn then please provide a link so I can see and take a look for you.
Take care.
Forum: Themes and Templates
In reply to: [Make] White space at bottom of siteHey LakerLove,
You can’t private message on here WP.org
It seems both your sites are using totally different themes, the original poster has Make, and you have detube.
If you’re talking about the space here:
http://monosnap.com/image/HWpIiMubtCMBKSA5hDrBuqr9fTlL0W
You need more content.
Can’t figure out how to set my background image and color in the background section but I’m guessing it’s because our pages have different coding.
I don’t know your theme, it seems from your description you have options, if they don’t work you could contact the author about this issue as it could be a bug.
Or you could do this with some simple CSS.
As it’s a different issue and inline with the forum rules could you please create a new thread:
http://codex.ww.wp.xz.cn/Forum_Welcome
Cheers.
Forum: Themes and Templates
In reply to: [MesoColumn] What's Wrong with My Entry Date?Hey again.
Thanks for the quick fix! (I’d rather have a normal cursor than have the question mark which to users, may appear to be help text. (Why would help text appear over a date?)
I think only Richie could comment on why he used the help cursor there. I do agree though that a default one works best over the date 🙂
However, I”m still confused why the date has some funky alt text to it highlighted in yellow when you hover over the date. It’s like an extended string of numbers.
It’s actually a title attribute rather than an alt one. You can read more about the use of the title attribute within abbr element here:
http://www.w3.org/wiki/HTML/Elements/abbr
As for hAtom, you can read more here:
http://microformats.org/wiki/hatom
Hope this helps.
Take care.
Hey there
You have changed to pro and maka a shitty update.
so please dont post this shit i have a bad theme or installed some wrong plugins that make this bug happening.
Do you really have to use that tone and language? Have we not been civil here and given our time to try and assist you free?
You know the plugin is free and doesn’t cost you, we don’t deserve that kind of treatment.
Nobody said you had a bad theme or some wrong plugins, we simply said there could be a conflict but that doesn’t mean the issue is their side, or ours for that matter, but without knowing what the conflict might be between it would be hard to investigate, after all we don’t know your set up.
Next time do update and check if it working for everyone
We do test releases but you must understand that there are thousands upon thousands of themes and plugins out there, that’s many millions of lines of code and it would simply be impossible to test with everything ever released in every possible combination.
Being open source we depend on awesome people to work with us and provide constructive feedback so that we can further develop and maintain our code.
I’m really sorry it didn’t work for you originally, we’ve tried to help here but if you’re not prepared to work with us then it makes it hard for us to do anything else. Of course you’re free to continue using an older version however with every new WordPress version you could eventually find issues in not keeping up to date.
If you were originally testing on a live production site and this caused you issues you might like to consider setting up a staging area to test changes, this plugin can help with that:
https://ww.wp.xz.cn/plugins/sitepush/
I’m sorry you felt you need to rate us so low despite our efforts to work with you to resolve the issues you have. I do feel the review/rating is unfair considering we’re not given the opportunity to continue helping you.
I’m also really sorry we couldn’t help further here, if you do change your mind then please let us know we’d love to help get you sorted.
Take care and have a great day!
Forum: Themes and Templates
In reply to: [MesoColumn] What's Wrong with My Entry Date?Hey again.
For some reason I thought you wanted it as none, I must have mis read, sorry.
You can just use the default cursor so it looks like it would over normal areas, you can use this:
abbr, acronym, dfn { cursor: default; }What is google snippet result pass? Is this an SEO issue?
Not totally sure what Richie was referencing, sorry. I’m sure he’ll be able to offer some clarification.
Changing the cursor shouldn’t affect SEO.
You’re most certainly welcome! 🙂
Forum: Themes and Templates
In reply to: [Theme: EvoLve] Reduce the top marginHey again.
The CSS Design2Code mentioned targets the entry title, the anchor and the page title but your image seems to want to remove the space below that so if that’s the case I’d use this CSS instead:
.wpzlb-layout .wpzlb-row { padding: 0; }I think that looks fine as it’s more equal to the space above the title and below the nav but if you wanted to reduce that space further then you can remove the original margins with these:
.ether-aligncenter.ether-widget.ether-google-map { margin-top: 0; }If you are instead wanting the title removed then try the other CSS Design2Code mentions.
For adding the CSS 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/
You don’t need to edit the original, in fact doing so would lose changes when you come to update later.
Have a fantastic day! 🙂