Kye
Forum Replies Created
-
Hey there, just dropping in to see how that update went for you? 🙂
Really keen to see if we can turn this negative experience and review around. 🙂
Cheers.
Forum: Themes and Templates
In reply to: [Twenty Thirteen] How to move sidebar little bit rightHey there,
You looking to do this with the main content area sidebar?
Just checking it wasn’t the footer one. 🙂
If it’s the content one, you can adjust the margin with something like this:
.site-main .sidebar-inner { margin-left:360px; }Change the numbers to something you desire. You can add this CSS either with a child theme of a CSS plugin such as:
https://ww.wp.xz.cn/plugins/simple-custom-css/
Cheers.
Forum: Themes and Templates
In reply to: CSS formatting for postsAny ideas why the header/page title doesn’t appear on this page when it does on all the others?
I think I misunderstood that part before.
I’m not sure, but the theme probably targets the blog archive page and does something different. You’d have to check the theme code, look for the title function:
https://codex.ww.wp.xz.cn/Function_Reference/the_title
Cheers.
Forum: Themes and Templates
In reply to: [evolve] No updateHey there,
Can you describe what you’re doing and what happens, the results, any errors, etc?
Have you tried manually updating over FTP, that would be pretty quick to do.
https://codex.ww.wp.xz.cn/FTP_Clients
Cheers.
Forum: Themes and Templates
In reply to: Custom CSSHey there
Inspector isn’t a theme thing, it works with all websites and is a browser feature.
Which browser are you using?
Did you check those videos on there?
Cheers.
Forum: Themes and Templates
In reply to: CSS formatting for postsHey again.
3. We’re talking about this space here:
?
If so, your theme uses this CSS:
.archive:not(.post-type-archive-jetpack-testimonial) .hentry, .blog .hentry, .search .hentry, .content-area, .featured-page, .featured-page-area, .footer-widget-area, .front-page-testimonials-wrapper, .front-page-widget-area, .grid, .grid-wrapper, .widget, .widget-area { padding-top: 72px; }That targets a bunch of CSS classes, you want this one:
.blog .hentry{ padding-top: 0; }Between the title and date:
h2 { margin: 0 auto 0; }That’s rather loose in that it will hit all H2 tags, we could get more specific like:
.entry-header h2 { margin: 0 auto 0; }Or even further, perhaps you just want that on the blog:
.blog .entry-header h2 { margin: 0 auto 0; }4. CSS has a content feature which could be handy:
.blog .site-main:before { content: "Latest News: "; font-size:24px; }This would be the result:
You could also edit the child theme or look to see if theme provides some kind of hook/filter which you could use to manipulate the relevant page and area into showing the content that you desire.
Is that what you were aiming for?
Forum: Themes and Templates
In reply to: CSS formatting for postsHey there,
1.
.entry-title, .page-title { text-transform: none; font-size:23px; }2. The padding and margin are added in multiple places, you need to look at @media screen
.hentry is adding a margin to the bottom like:
.hentry { margin-bottom: 48px; }And to the top with padding. Depends on whether you want to override for all areas using this class or just this one. If we use the theme CSS it can look like this:
@media screen and (min-width: 1020px) .archive:not(.post-type-archive-jetpack-testimonial) .hentry, .blog .hentry, .search .hentry, .content-area, .featured-page, .featured-page-area, .footer-widget-area, .front-page-testimonials-wrapper, .front-page-widget-area, .grid, .grid-wrapper, .widget, .widget-area { padding-top: 72px; }3. I don’t get ya, can you please elaborate further?
4. Don’t think I fully understand this one either, could you please explain further?
Not sure if the theme has a custom CSS area, but if not you could either make a child theme or use a plugin like:
https://ww.wp.xz.cn/plugins/simple-custom-css/
Cheers
Forum: Themes and Templates
In reply to: How to Increase Header LogoHey there,
Is that the premium one here:
https://themeforest.net/item/rhythm-responsive-wordpress-multipurpose-theme-/11330434
If so, unfortunately, we’re not able to support commercial themes in here, forum rules. Sorry.
https://codex.ww.wp.xz.cn/Forum_Welcome#Commercial_Products
Cheers.
Yo!
Tracks is not a ThemeIsle theme (thank God, I might add; have you seen your website in IE?).
People volunteer here, this is a community where we help each other, it matters not if this is their theme when they’re just trying to assist, but making snide remarks like that doesn’t help anyone. I guess they were going to make a CSS suggestion to hide the Read More link, they asked for a link because that would help and also in the support manual:
https://codex.ww.wp.xz.cn/Forum_Welcome#Link_to_Your_Site
If it was a CSS suggestion it would be something like this:
.more-link{ display:none;}Looking at the code briefly, you could create an empty function for ct_tracks_excerpt as the theme checks if it exists. That should get you sorted in your child theme.
Have a great day! 🙂
Forum: Themes and Templates
In reply to: [Theme Hueman] – boxed layout font colorHey there,
I am using the Hueman theme and in the boxed layout, the font color is too light and hard to read
I’m not sure where you refer too there, show me a screenshot to highlighting the place. As for the nav, in your themes CSS you have this:
@media only screen and (min-width: 720px) #nav-header .nav li a { color: #fff; color: rgba(255,255,255,.7); }RGBA will take precedence there. The theme may have an option for CSS or to overwrite this but If not, use a plugin like Simple CSS along with the CSS there and your own colour choice:
https://ww.wp.xz.cn/plugins/simple-custom-css/
To help get the colour you need, take a look here:
Hope this helps.
Ouch, that’s not an official source to get the plugin from and we most certainly won’t support that, especially if you get hacked.
FYI, it’s known for some unofficial sources to compromise the integrity of your site and your users/customers sensitive information by sticking in malicious code that provides them backdoors.
Sorry, you’re on your own with that one. You’ll need to either hire a developer to assist or alternatively you can remove the copy and get a legitimate version from directly from us. Hopefully, your site will still be fine by then.
One last thing to note, the ww.wp.xz.cn forums can’t be used to support commercial purchases, this is their rules:
https://codex.ww.wp.xz.cn/Forum_Welcome#Commercial_Products
All the best.
get a life. : )
Oh, wow, I’m sorry you felt the need to make this personal. :-/
The service naturally has a cost to run, all images are processed by our own servers. We provide the limited version for the masses (currently 400,000+), and it works perfectly well for them, those that require something a little more have the option to upgrade which helps cover costs and employs people to develop and maintain, if you don’t wish to upgrade, that’s ok too.
Have a great day!
Hey there,
Would you care to elaborate further, please?
WP Smush is one of the most popular and highly rated WordPress plugins because of it’s quality and outstanding performance. If we’re missing the mark on something then naturally we’d love to know in-depth detail so that we can investigate and improve the plugin for all users going forward.
Have a great day!
Forum: Fixing WordPress
In reply to: Media Library errorGreat to hear!
Firebug is a browser extension that allows you to inspect a website’s code and debug issues. You can read more about that here:
Chrome has developer tools:
https://developer.chrome.com/devtools
Hope ya had a good weekend 🙂
Forum: Themes and Templates
In reply to: [OnePress] how to highlight both button in hero sectionYou simply want to change the colour of the second button to blue?
.hero__content .btn-secondary-outline { background-color: #03c4eb; }You could either add this to a child theme, looks like a simple OnePress child theme is here, I’ve not tested this:
https://github.com/FameThemes/onepress-child
You would add the code to the style.css.
You could alternatively use a CSS plugin like Simple CSS:
https://ww.wp.xz.cn/plugins/simple-custom-css/
Hopefully this useful, let me know how it goes. 🙂
Have a great weekend!