Hi Hannah,
I didn’t actually use the virtue: social links widgets because I wanted to customise the social media widgets. I used a text widget in the homepage widget area.
Odele
Hi there,
I’m having trouble working out how to arrange my custom social media widgets in the homepage widget area horizontally as they are currently stacked vertically. I’m a complete novice at using HTML and CSS so please be gentle!
Thanks
Hello,
I have been trying few plugins for restricting guests to visit specified pages (and posts) on the website. I have found few which are working only for one page and also found one which was working, but really made a lot of bugs to your theme after activating it.
So maybe if you know, if there is any plugin which allows only registered users see specified pages ?
Regards,
Matevz
Hi,
I would like all the buttons on m site to match, so I would like to change the following:
1. The size, color, font size and text of the submit button from the contact page. Also, how to increase the space between the title above the contact form and the contact fields?
2. The color of the “proceed to checkout” button
3. The color, size, font size of the “Order” button. I would also like the letters of the order button to be all capitals just like they are on the add to cart button.
Thank you!
I am using virtue premium theme for my website.
At first I just used it without permalinks.
Then I decided to switch them ON. This all works nicely for my pages, but not for my portfolio items.
Each portfolio item receives for some reason an incorrect URL. It contains one / too many in the address.
http://<mysite>/index.php//portfolio/<portfolio_name>
Between index.php and portfolio there are double // slashes breaking the portfolio links.
I already tried all permalinks options, but the additional / remains in portfolio items, normal pages are fine (http://<mysite>/index.php/page).
It only happens with portfolio items.
I have no clue how or where (which files) I can fix this and I really need these nice permalinks iso ?p=20 in the URL?
Thanks in advance.
I recently discovered (and very much like) the “Virtue: Recent Posts” widget in Page Builder.
I am not sure (however) whether there is an (easy) way to adjust the size of the thumbnail and associated headline.
Thoughts?
I recently discovered (and very much like) the “Virtue: Recent Posts” widget in Page Builder.
I am not sure (however) whether there is an (easy) way to adjust the size of the thumbnail and associated headline.
Thoughts?
There isn’t a whole lot to be done about zooming in and out of a page. The theme is set up to not allow the content to run off screen so it will rearrange to fit. How much zoom are you talking about?
Ben
The toggle switch not working right is a bug you can use the following css to fix and it will be part of the next update.
@media (max-width: 767px){
.page-header .kt_product_toggle_container {
float: none;
}
.shopcolumn1 .product_item .product_img_link {
width: 30%;
float: left;
padding-right: 10px;
}
.shopcolumn1 .product_item .details_product_item {
width: 70%;
float: left;
padding-left: 10px;
}
.shopcolumn1 .product_item, .shopcolumn1 .product_item .product_details {
text-align: left;
}
.shopcolumn1 .product_item .product_details .product_excerpt {
padding: 0 10px 0 0;
}
}
as for the list view you want I’ve added that into the css above, that isn’t default, on small screen the image will default to site above the text but the css above will do what you want.
Ben
Thanks Ben, I take a look at adding the way you suggest.
One column is fine on the iPad. I just didn’t like the way the page was scaling on my desktop.
Thanks,
Jane
I think the titles in my blogs are too big for my web design. How can I switch them to H2 or H3. I don’t want to change my H1 settings, in fact I only want page titles to be h1 but so far have not found anything but the blog titles that also us h1.
I opened my website using a 5 inch screen , in portrait mode products look good but I can not change the display to the list view (toggle button not working)
here the SS : Portrait Mode 1
So I rotate the screen to landscape mode to get the toggle button working
here the ss : Ladscape
after that i rotate again to portrait mode and here is the result
here the ss : Portrait Mode 2
the grid toggle button not working
==================================
I hope to see the products in the list view mode can be like this list view products
Thanks 🙂
Hi, I have a “call to action” on my front page. When enlarging and shrinking the page (“command +” and “command -“) the text in the button at one point wraps around. Is there any way to avoid that?
Thanks.
*Login to see link
Hi Ben, I’m using a 27 inch mac, and have tried on both Safari and Firefox, and the same thing happens. I am meaning scaling the window on my screen, by using the grabs handles on the corners/edges, and making the page wider or longer. I’m not referring to zooming in or out.
If I drag out, and make the window wider, the photo scales up but the video panel remains the same size, so rather than the left column and the right column being even with each other, the left column ends up being longer than the right, making the page look unbalanced.
Cheers,
Jane
ok, well 1st if you want the logo and menu to be next to each other on mobile you need this css:
.kad-topbar-right {
width: 45%;
float:left;
}
#topbar .kad-topbar-left {
width: 55%;
float:right;
}
as for the text width with logo it shows empty in the source code on your home page. Make sure your not using a plugin that is effecting widget visibility.
Ben
No. Not the background image. there is a logo that says “ADDISONARTGALLERY” in a topbar widget. It shows up correctly everywhere but on the home page. I tested on am iPhone that had never visited the page. So, it’s not a cache issue.
are you talking about the image in the background of your topbar? I see it find on your home page… have you cleared that cache?
Ben
Excellent. That worked. But now one small bug. On iPhone and only on the Home page, the AddisonArtGallery logo in the topbar has disappeared. It’s present everywhere else and not a problem on my macbook. Any ideas on getting it back?
for comparison:
http://temp.theaddisonagency.com/
http://temp.theaddisonagency.com/robert-abele-oils/
ok, I get it now, you have gallery shortcodes in all your short description areas. And that was creating the issue. I just had to more the default call to the short description for the grid page.
All you need to do now is open your parent theme folder and copy the woocommerce/content-product.php file from the parent theme and place in the child theme woocomerce folder. That way the edits will not be lost.
Ben