Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle
Search Results for 'site'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Images broken after SSL
In forum: Virtue ThemeHi there,
Im building my own website with the virtue premium theme that includes woocommerce. I updated the version with the variatons and swatches add on and now I am having problems with the single product layout.I’ve got 2 variations one is sizes and one is color (but I use an image for that, instead of the colorcodes). The first one you get a dropdown menu ( I prefer radio buttons but when I select these my other variaton turn into radio buttons aswell and I don’t want that, I want the images to be shown.
If I choose the regular version with the dropdown menus and use the variation add-on for that it shows the images and the dropdown menu. I only want to show the images, because my customers have to pick an image for their product. So in fact you have 1 variation showing a dropdown menu and an image menu.
My question is, how do I remove the dropdown menu and only use the variations images?The other thing is that my variations images go true my add to cart button. How do I remove this button? For example, I want to put it near the prices on the single product page. Or just a couple of enters down the variation images.
I hope you can help me out!
In forum: Virtue ThemeIn reply to: Problem with Google Maps plugin
In forum: Virtue ThemeIn reply to: still trying to update…a new snag
Ok,now that I ‘get this’ reviewing the themes_Virtue_Premium_Child subdirectory, this is the extent of what I have here, and I’ve shown you above what the functions.php contains as well as the add-to-cart.php
file: functions.php
file: screenshot.png
file: style.css
folder: templates
folder: woocommerce
folder: loop
file: add-to-cart.phpI just want to put you in the picture on the extent of what the child manages. So, further if I am to use a the woocommerce-customizer to change the name of the button that I believe was originally ‘Add to Cart’ to ‘Read More’ the next question is that will the viewer clicking on the newly named ‘Read More’ take the viewer to the single product page??? (Note I do not have a cart on my website – visitors just look at the item and then contact us to discuss the possibility of making a purchase which is done completely off the website)
Note, it may be helpful to you to know my products are set up as External/Affiliate products. Once sold, they are changed to Simple products and Inventory is set to Out of Stock.
In forum: Virtue ThemeTopic: Blog Summary Border
Hi
At my site homepage (*Login to see link under the heading “GET INSPIRED. GET INFORMED. GET THE LATEST FROM F&F.” you will see the latest blog posts with a very thin, almost unnoticeable grey border.
I am wondering if there is a way I can make the border around my blog summary thicker and/or a different colour.
Thank you in advance
DayleIn forum: Pinnacle ThemeIn reply to: How to widen the submenu
Hi Ben,
Please, take note that the problem happen not only in last position but also on other submenu of items near the screen border.
Take a look at http://www.wocmultimedia.biz/en/ and hover Travel & Blog > Slovenia you will see the second submenu is cut off, instead of Ormoz and the Wineroutes it shows Ormoz and the Winero.
I suggest you check this code menu in your basic theme and make a fix. Is needed something that instruct theme to revert in case the right margin is detected.
It’s impossible to create a website with only simple menu item without sub-menues.
Thanks a lot.
AngeloIn forum: Pinnacle ThemeI tried using the cyclone slider for the home page slider but decided against it. Even though I turned off the home page slider, I can’t get my image back for the header – the site title has also disappeared. It still all shows on the Page Title of the theme options. The home page slider shows the transparent header being enabled. Can anyone help please?
Here is the website that I am currently developing:
In forum: Virtue ThemeTopic: Add to Cart Reloads Page
Hello,
I was hoping there was a way to stop the site from reloading when users add an item to cart from the home page.
Can you please help?
Thank you,
EricIn forum: Virtue ThemeIn reply to: Custom CSS Box is not working
You might be on to something. I disabled Norton on my laptop and the icons came back.
Not so on my desktop. I also allowed popups in Chrome and Edge and still no icons.
I have several websites running Virtue and this is the only one with problems. Doesn’t that seem odd?
In forum: Virtue ThemeIn reply to: Images broken after SSL
March 15, 2016 at 5:35 pm #85973(index):398 Mixed Content: The page at ‘https://xqzdcloset.com/product/flower-shawl/’ was loaded over HTTPS, but requested an insecure image ‘http://xqzdcloset.com/wp-content/uploads/2015/11/10686F-9-folded-300×300.jpg’. This request has been blocked; the content must be served over HTTPS.
You need to make sure your database is loading through https. That your site url is matching https.
Ben
In forum: Virtue ThemeIn reply to: Product category to left side
In forum: Virtue ThemeIn reply to: Text widget format problem
Hannah,
Thanks for your reply. Actually I’m using HTML code, rather than a plugin. I pasted the HTML code into the message and didn’t notice that it showed up as the icons (of course!).
I’m using
<p align=”center”><a href=”…, calling out the icon with a link to the site/page. With the exact same HTML code in a text widget on my current theme it looks fine. If I paste that exact same code into a text widget on the Virtue theme, it shows as one icon per line.
Thanks,
DougIn forum: Virtue ThemeHi Ben and crew.
Is there a plan to allow the sitewide banner to have an expiration date for visibility and then maybe an admin email warning stating it will expire in “x” number of hours? A feature like that would be great for sales ending at a certain time and date. What do you think?
Thanks!
David
In forum: Pinnacle ThemeIn reply to: Pinnacle Premium Staff page.
In forum: Virtue ThemeTopic: Text widget format problem
I have installed and started to configure a test version of my site at *Login to see link I have a text widget with social media icons that are coming out in a vertical line in the center. They way I am trying to show them is like the top-right header widget area in my main site here: *Login to see link Can you please help to understand why the icons are showing up in a vertical line, rather than the horizontal line I’m expecting?
Here is the code I am using:Thanks,
Doug<h3 style=”color: #000000;” align=”center”>(949) 878-3701</h3>
<h4 style=”color: #5b98e3;” align=”center”>Connect with us!</h4>
<p align=”center”>
</p>In forum: Pinnacle ThemeTopic: Anchor Link Icons
In forum: Virtue ThemeIn reply to: Full width footer
March 15, 2016 at 12:35 pm #859401. You have an open div on the home page that you need to close. Looks like it may be in your home content. Hard to tell from the front end.
2. I’m only seeing one post with not much text. When you have a lot of content the home layout would only show part of it.
You can hide the text though by adding this css:
.home_blog .postcontent { display: none; }But the layout wouldn’t be good. I suggest using the blog grid shortcode then using css like this to hide the text, it would make for a better layout:
shortcode:
[blog_grid orderby=date items=4 columns=2]css:
.home #kad-blog-grid .blog_item .postcontent { display: none; }3. add this css:
.home .panel-grid:only-child .siteorigin-panels-stretch { margin-bottom: 0 !important; }Ben
In forum: Pinnacle ThemeTopic: Installing child theme
Hi Hannah, I have started building my site with Pinnacle and have the design and pages and posts done with some custom CSS. I feel stupid because I forgot to install the child theme before starting, can I install it now and keep my site looking the same or will it break it? Thanks, regards, Janek
In forum: Virtue ThemeTopic: Everything but home 404's
Hi!
After updating yesterday all my subsites return a 404. I updated both wordpress and the theme, so I am not entirely sure if my problem lies with my host or my theme, but I hope you can help me.
http://www.ekoko.nl runs smoothly. I have just added a new message and upon checking the message I noticed that all the subsites, like http://www.ekoko.nl/streets-of-san-francisco/ give a 404 message in return. Instead of showing the actual page. I have absolutely no idea what has gone wrong and how I can fix this.
Hope you guys can help me!
gr, LEX
In forum: Virtue ThemeIn reply to: Creating a portfolio
Hi I have deactivated Page Builder by SiteOrigin and SiteOrigin Widgets Bundle and I can now view my portfolio. I also activated it again and can still view my portfolio.
Do you know how to place a row below the portfolio grid or does it have to be place at the top?
-
AuthorSearch Results


