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 'page '
-
AuthorSearch Results
-
In forum: Virtue Theme
Hi, I just uploaded the Premium version, but I didn’t realize there were instructions further down the page for switching from Free to Premium. So I lost all of the work i did before. I did save the old free version w/ the import export button. how do i restore it? I tried re-installing by browsing and choosing the file, but it wouldn’t restore bcuz the file wasnt supported. i want to go back to the free version, follow the steps for saving it, then re-install Premium.
In forum: Virtue ThemeTopic: links in post body
In forum: Virtue ThemeIn reply to: Adjusting images in portfolio
March 27, 2014 at 10:55 pm #6741Hey Isaac,
Your site is hidden so I can’t see what you mean.1. I think you are asking the the portfolio images can be a different aspect ratio other then square on your home page portfolio carousel. The answer is yes but you have to change the crop for all the images there isn’t a set up for images to vary. For example, your portfolio images are cropped square by default 370 by 370px you can change the height of the crop to say 470 and you have a different aspect ratio. The height can be set in the theme options > home page settings > portfolio carousel.
2. a. use the portfolio image height settings or use the post type “image list” and add an image to your portfolio slider images.
b. The bottom carousel shows thumbnail which are square.
3. In the portfolio page you can select don’t crop images to equal height in the portfolio options: http://docs.kadencethemes.com/virtue/#portfoliogridpageIt will help me a lot to see what you are trying to do so if you can turn your coming soon plugin off that would help me to understand.
Ben
In forum: Virtue ThemeIn reply to: Header Style Sticky+Shrink in boxed layout
In forum: Virtue ThemeI would appreciate if someone could help with this and answer a question about removing the add to car button for non members. I currently have the code below within the functions.php file. However it works for all the products on the site. However the only problem I have is after you are logged in it displays all prices but on the final single product page the add to cart button is missing but it shows for related products and all other products within the site. But as I said the single view product page it shows the price but is missing the add to cart button even when logged in. Anybody 😉 Thank you in advance.
function remove_loop_button(){
if(is_user_logged_in()){}else
remove_action( ‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_add_to_cart’, 10 );
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_add_to_cart’, 30 );
}
add_action(‘init’,’remove_loop_button’);add_filter(‘woocommerce_get_price_html’,’members_only_price’);
function members_only_price($price){
if(is_user_logged_in() ){
return $price;
}
else return ‘Login or Register to see price!’;}
In forum: Virtue ThemeHello. I got for today some questions about Portafolio images, my english not is so good i try easy question:
1- In Home Page, where i got one carrusel with 3 Portafolio images “Lo último en diseños”, is possible the images automatic ajust the size for that boxs?. Now images cuts and no is so good.
Another thing in home page, is posibble a littel border around that boxs?. If u need here is the Home Page: *Login to see link2- Inside Portafolio Type, is posibble too automatic ajust images as large as posssible but no cut?. If i put a big image it cut too there.
In Portafolio Type, down i got littel box with other proyects. Is posiible autoajust too?. Here is the Portafolio Type Page: *Login to see link3- In Portafolio General Page, i got the same problem. Is possible autoajust images size and a littel border around box?. Here is the General Portafolio Page *Login to see link
Thanks u very much!.
In forum: Virtue ThemeIn reply to: How create Standard Gallery?
March 27, 2014 at 8:55 am #6729Hey, Those are the same buttons just once has an image in it.
Either way making a gallery is done in the add media section or by using the virtue gallery widget: https://codex.wordpress.org/The_WordPress_GalleryThat link will explain how to add a gallery to any post or page.
BenIn forum: Virtue ThemeHi Ben,
I have some questions,1-“link tag() doesn’t work on Home page”:daikanyama-terrace.jp
I use “home widget area” on home page. then I put some image-link and short-cord buttons, but any link tag doesn’t work with “home widget area”.
it seems work well on other page with same html(ex:daikanyama-terrace.jp/test).2-“mobile menu doesn’t work on smartphones display”
if I try use menu bar on smartphone display, I can’t select any other menu.
*Login to see linkWhat is the problem of them??
thanks for your support.
In forum: Virtue ThemeIn reply to: Head like "Site Style 2"
March 26, 2014 at 5:22 pm #6694Yeah so there is an option you’ve set in the theme options that you just need to change, Go to the main setting page of the theme options, where you see the logo layout just change the setting to one of the first two options, the third makes the logo div smaller.
Ben
In forum: Virtue ThemeIn reply to: Head like "Site Style 2"
March 26, 2014 at 3:18 pm #6682Hey Isaac,
I’ll go through the steps:1. In the theme options > main settings at the bottom of the page choose the header style: Center logo menus on side
2. On the appearance > menus page of wordpress admin create three menus one for the left side and one for the right and one for mobile.
3. Assign the left menu to the primary menu location. Assign the right menu to the secondary location and assign the third menu to the mobile location.
4. Icons this tutorial will explain the icons: https://www.kadencewp.com/add-icons-to-your-menu-virtue-theme/Let me know if you have other questions.
BenIn forum: Virtue ThemeTopic: Head like "Site Style 2"
In forum: Virtue ThemeTopic: Youtube Jetpack Shortcode
I just recently installed Virtue Premium and noticed that it’s not respective the w=<numeric> option for youtube jetpack shortcodes. I have been using the &w=600 at the end of youtube links in my posts to define a 600 pixel wide player window, but the virtue theme appears to be letting the window player expand to 100% of the width of the page (post) body element.
Am I overlooking an option in the Virtue settings that will solve this issue?
In forum: Virtue ThemeIn reply to: Slider Revolution – FullPage
This is for the .home.page : )
So I’m going to use:
@media (min-width: 992px) { .home.page .wrap.contentclass { padding-top:34px !important; } .home.page .headerclass { background: rgba(255,255,255,.6); } }Result here: http://benkweller.yoyo.io/ pass: bk
In forum: Virtue ThemeIn reply to: Moved: Reply To: Support Policy
March 26, 2014 at 11:34 am #6666Hey Jayde,
While on the support forms page if you scroll to the bottom you should see an area where you can post a new topic?As for your question what do you mean? Where do you want adspace? What plugin are you using for it?
Ben
In forum: Virtue ThemeIn reply to: Slider Revolution – FullPage
March 26, 2014 at 9:53 am #6658Yea the mobile is more tricky because of the way the header is set up. This is where the theme isn’t a perfect set up for the slider like this. If you were using a child theme is quite possible to add the slider above the header.
Is this on your home page or a subpage?
I can email you an export of the slider, I just used the full screen options, I added #topbar to the list of offset containers and I added this css to the custom css box:
@media (min-width: 992px) { .page-id-416 .wrap.contentclass { padding-top:34px !important; } .page-id-416 .headerclass { background: rgba(255,255,255,.6); } }Ben
In forum: Virtue ThemeTopic: Theme options – blank pages!
In forum: Virtue ThemeIn reply to: Slider Revolution – FullPage
March 25, 2014 at 11:30 pm #6645If you are wanting to have one where the header is hidden when you load the page it can’t really be done without editing the code, adding the revolution slider call above the header would work but not for a sticky header you would need to add javascript to the page to change the css as your scrolled down for a sticky header to work like the first example
Ben
In forum: Virtue ThemeIn reply to: WP membership plugin work with Virtue Premium?
In forum: Virtue ThemeTopic: Slider Revolution – FullPage
This is what Im needing to work:
*Login to see link Thats Slider revolution and it’s a beautiful slide example.
Another example of fullpage revolution sliders in action:
*Login to see linkI’d like to replicate this for the homepage. I made a fullpage slider in slider revolution however it’s not formatting to the page correctly. The test button called “shop now’ should be sitting at the bottom of the “visible” page no matter what the page size is.
1. The menu loading first at the top maybe causing this formatting issue here.
2. I love the option to scroll to the menu here: *Login to see linkI know Ben… I’m full of ideas right!??
Anyway the revslider issue not formatting to the full visible page is bit of a bug for me.In forum: Virtue ThemeTopic: I can´t see Portafolios
Excuse me. I was use the Free Version, and now i buy the Premium one. I can´t see my olds portafolios, i created it with free version. When i click in picture, it said me this:
“Not found
Sorry, the page you were trying to view does not exist.
It seems that was the result of eithera mistyped address
an expired link”U can help me please?, i am so new in wordpress. U can see ir here: *Login to see link
-
AuthorSearch Results


