Hey,
WordPress creates that archive link so the easiest is to redirect from it using a redirect plugin like https://wordpress.org/plugins/safe-redirect-manager/
That will allow you to redirect hte author archive url to your custom author page.
Ben
Hi Guys!
Is it possible to link the “By: Author” meta at the top of a post to an actual page bio rather than Author Blog Archive?
For an example can I link here: *Login to see link
My Bio is still only a draft.
Thanks… John 🙂
Hmm I just looked and am seeing smooth scrolling. Is this when you click the menu link on the page?
Ben
Hi there,
I am trying out the Gutenberg editor in WordPress seeming this is the way WordPress wants us to go.
I have noticed when I am making Staff pages/posts/profiles (not sure what you call them), there is no option to select the staff group. The only way I can seem to do it is if I come out of the editor, then click ‘quick edit’. I can then update which group the person belongs to.
Just wanted to make you aware of this current glitch and was wondering if you could bring the group selection back?
Many thanks
This reply has been marked as private.
Hi …
Is it possible to increase the font size/strong> for the blog meta-data (Author|Posted in:|Comments).
I would like:
– 18px (line height 24px)
Thanks!
Example page: *Login to see link
Hi There,
hope you can help.
I’m using Virtue Premium theme and am using page anchors with smooth scrolling enabled using the javascript in the header option which works fine in page however I’m having page a couple of issues.
header script is
<script type=”text/javascript”>
jQuery(document).ready(function ($) {
$(‘body’).localScroll({offset: -170});
});
</script>
with -170 to compensate for the sticky header.
– accordion shortcode is scrolling whenever you open or close the accordion
– using the page anchor to move from one page to another via a menu link it hides the sticky header and doesn’t smooth scroll to it
Your wonderful support is much appreciated as always.
Thanks.
Hi,
Did a quick search to see if this was already queried.
I added a youtube link to display for a kadence slider. It worked on desktop but wasn’t showing on mobile. I’ve removed it now but any suggestions?
This looks better than just installing a video in page builder.
Thanks
This reply has been marked as private.
Just FYI,
You are adding this css:
.products div.product {
-webkit-transition: border-color 0.5s ease-in-out;
-o-transition: border-color 0.5s ease-in-out;
transition: border-color 0.5s ease-in-out;
}
.products div.product:hover {
border-color: rgba(141, 32, 148, 0.35);
}
And in version 4.8.1 and beyond you will want to update that to this:
.products .product_item {
-webkit-transition: border-color 0.5s ease-in-out;
-o-transition: border-color 0.5s ease-in-out;
transition: border-color 0.5s ease-in-out;
}
.products .product_item:hover {
border-color: rgba(141, 32, 148, 0.35);
}
You can even change to that with the current version you have and it will work. This change was unavoidable with updating virtue to work better with woocommerce extensions.
Also 4.8.1 has the option to include a search form at the top of the search results page.
SiteOrigin pagebuilder, and the video widget (Seems to be a default WordPress widget).
Problem is also when I create video post and add the Facebook video URL, it makes the fb interface arabic.
As seen on this page: https://www.virtasalmenviljatuote.fi/gluteenittomat-reseptit/gluteenittomat-helpot-donitsit/
*Login to see link
Hi!
1. What is the CSS for changing the background colour of the image slider?
2. I am pretty sure my images automatically had a border around them when I first posted this page. Now my white images don’t have a border. Did something change?
Thanks!
Grace
Thanks,
The floating up is not really a problem, is it possible to change the gray colour under the footer or is that a standard browser colour?
With the provided code I loose my footer on the home page and the space between my page content and footer now becomes gray. (see https://www.etrees.nl/diensten/)
How can I change this to white?
I have lots of testimonials on one of my sites, all assigned to different groups. But when I look through them in the testimonials list, I have no good way of finding the testimonials in just one group. A keyword search doesn’t work because they don’t all include the group name in their content. It seems odd to me that there is no dropdown menu for choosing testimonials in the list by group, as there are for choosing products in the product list by category. The only way I find to do this is to make a fake page, plug in the testimonials for that group, and use the front end of the site to see what’s there.
Do you happen to have any suggestions for a solution to this?
Hi,
Is there a way to overlay text (the product’s short description) onto the product images on the shop page? I’m using the Virtue Theme.
example image: *Login to see link
Thanks! Gene
Hey,
If you don’t have enough content on the page the footer will float up. You can force the footer to the bottom with this css:
@media (min-width: 992px) {
html, body {
height: 100%;
}
html body.wide #wrapper.container {
min-height: 100%;
position: relative;
padding-bottom: 88px !important;
}
#containerfooter {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
}
Hope that helps!
Hannah
Hi,
I am trying to modify my home layout for different languages. Finnish page should have “Best selling products” carousel and other languages “Portfolio caousel”.
I have trid from example to hide the portfolio carousel from finnish language with this:
.home-portfolio {
display: none;
}
html[lang=”en”] .home-portfolio {
display: block !important;
}
But how can I get it visible also in other languages that english? I would ned to add also sv, de, and es to the list but that does not seem to work. I also tried to put them individually but that did not work either.
My site is cool-x.fi
Thanks.
This reply has been marked as private.
Hey Hannah/Ben,
Me again, I’ve activate the following two Plugins as I’ve read I have to add them if I want to add Pinterest Pin buttons on my images:
a) Add Pinterest follow button; and
b) Pinterest Pin It Button On Image Hover And After Post & Page Content
Is that correct, do I need both? I have the social media Pinterest widget installed.
But I can’t see how to activate it so it appears on my images?
Thanks in advance.
regards
Mimmie
Hi,
I would like to use only a slider and footer on my homepage. (*Login to see link )
At the moment I still have some white lines between the home page content (slider) and the footer.
How can I remove these white lines?
Thanks and best regards,
Martijn