Try using this css:
.bypostauthor {
background: #999;
}
Hannah
Do you mind posting a link? You can set as a private reply.
Hannah
Hello all!
i’ve a question about the tag url in wordpress
how do i change /tag to /tags?
because this gives a diffrent ‘The right’ Layout to the posts.
/Tag shows: Full post article
/Tags shows: an excerpt only and a sidebar.
Every tag under a post redirects to /tag so i want that to change into /tags!
Thank you very much!
indy dijkman
Hi,
I’d like to create a gallery post with an image (flex) slider in the head of the post. So I’ve activated in the “gallery post options” the “post head content”: Image Slider (Flex slider).
The result, the slider works very well in the post, however when you click on an image and the lightbox appears, there’s no slider navigation, so you can’t slide through the gallery.
What’s wrong with it?
Thanks!
Hello,
So I’ve been trying to upload pictures to the WooCommerce store on my site which is using the Virtue Premium theme. I saw a previous post in which it was stated that most of the pictures in the Virtue demo were 1200x1200px. Here is where my problems start. If I add a picture that is 1200px in height the image gets cut off when looking at it in the site. If I click on the picture in the admin site under the media tab it looks fine, but once you post it, it gets cut off in the actual site. I then decided to try to shrink the image. I tried a 700×800 sized picture and if the image reaches near the border it gets cut off when uploaded. To fix this I used a photo editing software to shrink the layer of the image down. The height of the item is under 700px on a white background. This allows the item to completely show but it causes a noticeable blur when viewing the image in the store. If you click on the image you can see it clearly. I don’t know if this is a WooCommerce issue, a theme issue, or a user issue. Also, sorry if I didn’t make much sense.
Thanks in advance for any help.
Ok,
From Theme options> Blog Post Bottom Carousel Default When selected recent post – it works fine (the recent posts are displayed in the bottom ( I do not require it as I am mentioning them in the side bar area. When selected display similar posts it shows white page for new post where as for all published posts it works fine (Similar posts visible at the bottom of all posts).
— When selected “Display similar post” from theme option new post gives white page. If selected other options I am able to publish it.
— Published posts works fine with the “display similar post option”
There for I have to deselect the “Display similar post” option and have to publish the new post and again select the same option for things to work for new post.
No error log.
Charanvir Singh
Hey,
screen shots wouldn’t quite be enough, I understand your in maintenance mode so can you send a temp login. That would let me see 1 through 3.
and 3 is a good example because I don’t see this on the demo: http://themes.kadencethemes.com/virtue-premium/image-slider-post/
4. That means you’ve left a select box open just reload, and next time click to shut the select box.
Ben
Hey,
You can add this css in your theme options > advanced settings:
.single-footer .posttags {
text-align: center;
display:block;
}
Ben
You just have to be specific with your css, it’s not about the end selector.. Read here: https://www.smashingmagazine.com/2007/07/css-specificity-things-you-should-know/
.post-type-archive-product .page-header .col-sm-6 {
width: 100%;
}
Ben
Hey, I’m wondering if you can post the css for changing the dropdown menu size of the primary menu. I’ve tried a number of combinations of selectors with no luck.
I’m at gracewatch,media if you need to take a look. Thanks!
Hi Ben,
To some extent, I can now write my own css codes but I am still facing the challenge to figure out the right css selectors.
I am using Chrome Inspect Element and I have also downloaded a chrome extension to help find the correct css collectors but I am still struggling to get the correct ones.
Are there any guidelines that I can follow?
If I can find out the selectors, it would certainly reduce my postings on css related topics!
Thank you,
Jay
Hi,
How can I center align the tags at the bottom of the post? thanks!
*Login to see link
From a different post but same question:
You don’t get a activation code when using the slider through a theme license. When you purchased a theme you got access to use the plugin on one site through the themes license. This is separate from direct licensing from the plugin authors and there has always been a way for you to enter a purchase code if you wanted direct support and updates from the plugin authors (on previous versions of the slider it was hidden by default).
Recently the revolution slider plugin authors have made a push to offer some special things if you get a license directly from them. Things like direct updates from them instead of having to get updates as the theme updates. and direct support from them, they also started offering some demo sliders that they are calling “premium templates” and this is just a quick way to add some demo sliders that you can copy into your site. These are only accessible if you purchase directly from them. But you can download demos here for free: http://revolution.themepunch.com/free-slider-exchange/
Ben
Could you post a link?
Thanks,
Hannah
I am trying to use the latest posts slider on my Home Page, but when I choose that option, the featured images are appearing off to the right of the page. I’m not sure why this is happening? *Login to see link
Thanks,
Jennifer
Hi,
I am trying to style my blog post with the shortcode for blog posts: [blog_posts items=”4″ orderby=”date” cat=”nyheter”]
I want just one post per row, but I cannot change that – or?
I’ve tried [blog_posts items=”4″ orderby=”date” columns=”1″ cat=”nyheter”] but it doesn’t work.
Any suggestions?
Regards from Åsa
Hey Barb,
Have you tried clearing the cache on your phone? Can you post a link?
Hannah
Is there some way to get rid of the title bar, arrows at right, and tiny grid at right on the portfolio post pages only? I want a large image directly under the sticky header. *Login to see link
I hope to get the image full width with a slider. Thanks!
Hey,
Items in a blog grid are ordered height first. Meaning highest on the page (this is similar to pinterest).
If they are all the same height then they would default to left aligned but as you have with posts that area all different sizes the “next” post in the loop goes to the next highest placement.
Add this css and you can see what I mean:
#kad-blog-grid .blog_item {
min-height: 535px;
}
Ben
We just want the post on the Blog page to be in order of the “Published On” date. with the newest posts showing first.
Shaun.