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 '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 49,881 through 49,900 (of 53,646 total)
  • Author
    Search Results
  • In forum: Pinnacle Theme

    Topic: Box design

    #19098

    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

    #19084

    I 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!

    #19083

    Hey,
    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

    #19081

    I 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 Post

    So 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.

    #19066

    Hey, you aren’t using a topbar, nor is there a menu on the page you linked to. If you want the height of the title to change you would need to change the font size. The line-height effects the spacing of the letters.

    #19064

    I 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:

    Thank you!

    #19062

    hmm 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 Theme
    #19053

    Send 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 Theme
    #19051

    hmm, 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 Theme

    In reply to: Portfolio not working

    #19048

    When I moved the site, every page and blog link worked perfectly. I can’t even create a new Portfolio item, to a new page, on the new site, and it show up. There is something missing from the theme I think.

    In forum: Virtue Theme

    In reply to: Portfolio not working

    #19043

    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.

    http://www.homewoodpubliclibrary.org/247-library/

    In forum: Virtue Theme

    In reply to: Portfolio not working

    #19042

    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

    #19039

    I am trying to reproduce the same style of the tiles on this page:

    to look like this page:

    But I couldn’t figure out how to do it. I want the titles to be Blue (#2663a4) and Bold as well.

    Please help.

    #19038

    Hey 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.

    #19037

    Make sure you have enabled “Enable Product Image Aspect Ratio on Catalog pages” : this what I had not done. But, in this case, it does not work for me, because my images do not have the same aspect ratio.
    Thanks anyway for you help.

    #19025

    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

    #19024

    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 Theme
    #19022

    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

    #19020

    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

    #19000

    You 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

Viewing 20 results - 49,881 through 49,900 (of 53,646 total)