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: Pinnacle Theme
Topic: Box design
Hi Ben/Hannah,
I want to have a similar box like the Trip Information with a button in the below link.
The website is done using the Pinaccle.
Is it a short code or widget in the theme?
Thanks
Sherif
In forum: Virtue ThemeI am going to use Virtue to create a website in Spanish, and another website in Russian. My sites won’t be multilingual, it will just be one site completely in Russian and another one completely in Spanish.
I would like to know how translate some of the main words of the Virtue Premium Theme. Generic words like “Read More”, “Archives”, “Category”, “Recent Posts”, “Lates Posts” and a few more words. I have my own translators, so I can write the translations myself, or use an existing file. However, I don’t want to translate the Admin for the theme or for Word Press, as I want to keep it in English. With another theme I bought from another company, one of the theme options panel is “translate” and there I can select the words I want to translate, and just write the new word I want to replace from English to another language. Is there anything similar possible to do with Virtue? or using a plugin? I know that you offer the language files that I can translate, but I am wondering if is possible just to translate a few words in a simpler way, and also to make sure of having the admin back end language in English.
One thing that I see important to add to each page or post is the code: Lang ” ” with the new language, so that search engines know the new language of the pages or posts. How do I change that code for the whole theme?
Thank you for your help!
In forum: Virtue ThemeOctober 3, 2014 at 11:08 pm #19083Hey,
The two are just styled differently. You can change the page style by adding this css to your custom css box in the theme options > advanced settings:.page-header { position: relative; padding-top: 30px; } .page #kadbreadcrumbs { position: absolute; top: 0; left: 0; }You can set the color for the breadcrumb links with this css:
#kadbreadcrumbs a { color: #343434; }Ben
In forum: Virtue ThemeI just bought the Premium version of Virtue. When working with PAGES, I don’t like the location of the breadcrumb (currently all the way to the right of the title of the Title of the PAGE). is this a Bug?
I would like to have the breadcrumb located on TOP of the PAGE tittle (the same place breadcrumbs are currently located for POSTS).
Please let me know how to move the location of breadcrumb to be on top of the tittle?, instead of to the right of the title.Example:
This is how the breadcrumb looks now on PAGES: (seems wrong)TITTLE of the Page Home » Parent Page » PAGE Name (the breacrumb is located all the way to the right of the page, too far)
But in POSTS it looks ok like this: (this seems right)
Home » Parent Post » POST Name (the breadcrumb is located in a great position on top of the page tittle).
TITTLE of the PostSo I would like to have PAGE to use same top location for breadcrumbs, just like POSTs.
One more thing related. I would like to have the Home and Parent Post or Page pages in the Breadcrumb in blue color, or main theme color, as they are links, but currently they are shown on gray color. How can I change the color of the parent pages to blue in the breadcrumb?
Thank you in advance for your great theme and for you help.
In forum: Virtue ThemeIn reply to: How to increase the height of the topbar icon menu?
In forum: Virtue ThemeI found this tip on your forum but it didn’t change a bit:
.topbarmenu ul li a {
line-height: 30px;
}Actually I changed it to 200px but it didn’t work either.
All I want is to change the height of the blue line on top of the page here:
*Login to see linkThank you!
In forum: Pinnacle ThemeIn reply to: Adding View Account on account page
October 3, 2014 at 1:05 pm #19062hmm woocommerce doesn’t have a clean way of determining if the page is the my account page or one of the end points. So I will add the link for the my account page to the sidebar but at the moment there sin’t anyway to hide it on the my account page and show it on the end point pages like the view order.
Ben
In forum: Virtue ThemeIn reply to: Problems with my portfolio
October 3, 2014 at 11:29 am #19053Send me a login to your site. If the project summary is set to image and you have a slider in the portfolio grid page then something is wrong.
[email protected]Ben
In forum: Virtue ThemeIn reply to: Show tab from hash in URL
October 3, 2014 at 11:25 am #19051hmm, here is the js that would make that work:
<script type="text/javascript"> jQuery(document).ready(function ($) { var url = document.location.toString(); if (url.match('#')) {$('.nav-tabs a[href=#'+url.split('#')[1]+']').tab('show') ;} }); </script>but the id is a random number so you can have more then one per page. I’ll update so you can pass a id=1 in the [tabs] shortcode that will define what comes after #sctab and before the tab number.
In other words wait till the update then add an id=1 in your tab and the first tab will be:
#sctab10
and the second:
#sctab11
and so on.Ben
In forum: Virtue ThemeIn reply to: Portfolio not working
In forum: Virtue ThemeIn reply to: Portfolio not working
I did have a page, but I took it down since all of the portfolios were broken. I’ve put it back up for you too see. I received a lot of complaints on it.
In forum: Virtue ThemeIn reply to: Portfolio not working
Hey, it looks like you haven’t created a portfolio page. Here’s a tutorial that should help: https://www.kadencewp.com/creating-a-portfolio-page-with-virtue/
Hannah
In forum: Virtue ThemeI am trying to reproduce the same style of the tiles on this page:
*Login to see linkto look like this page:
*Login to see linkBut I couldn’t figure out how to do it. I want the titles to be Blue (#2663a4) and Bold as well.
Please help.
In forum: Pinnacle ThemeHey Ben,
Would it be possible for you to add a function to the My Account page on your theme?
I was testing out woocommerce and seeing how the ordering process functions in your theme and i noticed that when a purchase is made and you want to view the order you made there are no links back to the account page. just the Edit Account and Log out links below the profile image.
I was thinking a function that changes the “Edit Account” to “View my Account” for pages that are children to the parent My Account page would be useful.
So basically if a customer is at url /my-account/ then the link would remain “Edit Account” but if they went to /my-account/view-order/12345 then it would instead link back to the My Account page rather then only give the option to edit.
Thanks in advance.
In forum: Virtue ThemeIn reply to: Image Flipper by Woothemes Dev
In forum: Virtue ThemeIn reply to: "On sale products" not showing in Home page
Hey Massimo,
Woocommerce has no way of knowing if your product is on sale unless you specify. In your product edit page beside General you need to give your product a price and a sale price.
The 4 windows you’re referring to are virtue image menu item widgets. This tutorial explains if you look under “Adding an image menu” https://www.kadencewp.com/creating-demo-3-layout-homepage/Hannah
In forum: Virtue ThemeIn reply to: "On sale products" not showing in Home page
Thank you, I thought my product had a sale price (30.00 euro) it appears in the featured products and in the shop page with that price. That’s the only problem with the demo 3 layout.
For the layout of this site http://www.frizerskistudioin.hr/ I was wandering if the 4 windows under the slider are made with a portofolio widget or what.
Thanks again!
In forum: Virtue ThemeIn reply to: Show tab from hash in URL
Every tab has # with id: #sctab682, so what I have to add to js, to call action which shows specific tab when in url will be hash with id of tab, i.e. http://www.example.com/page/#sctab682?
Sebastian
In forum: Virtue ThemeTopic: Show tab from hash in URL
Hi,
I just thinking is it possible to lunch specific tab from url with hash. For example: http://www.example.com/page/#tab2 where #tab2 is a second tab.
Maybe it is possible with add few lines of code to js?Rgards,
Sebastian
In forum: Virtue ThemeIn reply to: woocommerce 2.0.0-2.2.0 update
October 2, 2014 at 1:36 pm #19000You just need to update your version of the theme. It seems when you installed there is a double folder??? it should only be “virute_premium” but you have “virtue_premium_v2_5_2/virtue_premium/” and that is likely keeping you from getting update alerts. You can download the latest from this page: https://www.kadencewp.com/my-account/
Ben
-
AuthorSearch Results


