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 - 52,701 through 52,720 (of 53,646 total)
  • Author
    Search Results
  • #4582

    On the shop settings of the theme options you can set the category columns a little way down the page under Shop Category Image Size.

    Or with the latest update the shortcode should work.

    Ben

    In forum: Virtue Theme

    In reply to: Filter buttons

    #4575

    First you want to make sure you’ve turned on the dynamic filter in the theme options shop settings for the shop page or category page depending on what you want.
    With the link as the example I created a category called Packs then added two child categories “mens’ and “womans”. So with the filter on for the category pages when you go to gear packs it show all child categories as a filter

    Ben

    #4574

    Thanks for your reply regarding both right and left sidebars! It´s OK!
    The furniture company (one person), want the productcatecory meny on the left sidebar, but I want them to have that info in the secondarymeny. I give it a try to persuade her to have it my way! Then the left sidebar can be used to other information!

    Sorry for you, but I have some more questions?!
    1) Can I put widgets to a page/post?

    2) Secondary meny settings customise! I mean where I make the meny hierarchy. I can activate the css-classes/meta boxes and put some css above the description! I would like to have another font on the second “row”??!

    Have a nice time!
    🙂

    #4573

    Hi Ben,

    Thanks for the version 2.1.2 update. That is now showing correctly in the theme options and has resolved some issues from the interim updates.

    I re-posted this information from another thread as this is how I was able to resolve an issue relating to images and posts seeming to disappear after upgrading. Having followed your advice from other forum members. Re-saving the Permalinks can be the start to solving many issues.

    1. I successfully upgraded a test site on the server using one of your recommended plugin solutions from an earlier thread “Easy theme and Plugin Upgrades” (
    2. Initially the site was not showing the gallery images or posts on some pages – but they were navigable when hovering.
    3. They are All showing now and work on various browsers on mobile devices.
    4. The Solution that worked for me was to “Re-save my Permalinks”

    5.
    a. Log into WordPress (3.8.1) site administrator
    b. Scroll to WordPress “Settings” menu (nb: not virtue theme options settings)
    c. Go to “Permalinks” menu
    d. Click “Save Changes” button on the Permalinks page
    e. Visit your web site and if necessary Refresh the web page (press function key F5 usually refreshes windows based webpages)
    f. You should see the page properly rendered showing all the previously hidden images and text.

    I hope this works for anyone who has similar experiences after upgrading on some servers.

    (P.S. the upgrade worked perfectly without having to utilise these steps on a different server configuration)

    Juannah

    #4572

    Hi Ben,

    Thanks for the version 2.1.2 update. That is now showing correctly in the theme options and has resolved some issues from the interim updates.

    1. I successfully upgraded a test site on the server using one of your recommended plugin solutions from an earlier thread “Easy theme and Plugin Upgrades” (http://wordpress.org/plugins/easy-theme-and-plugin-upgrades/).
    2. Initially the site was not showing the gallery images or posts on some pages – but they were navigable when hovering.
    3. They are All showing now and work on various browsers on mobile devices.
    4. The Solution that worked for me was to “Re-save my Permalinks”

    5.
    a. Log into WordPress (3.8.1) site administrator
    b. Scroll to WordPress “Settings” menu (nb: not virtue theme options settings)
    c. Go to “Permalinks” menu
    d. Click “Save Changes” button on the Permalinks page
    e. Visit your web site and if necessary Refresh the web page (press function key F5 usually refreshes windows based webpages)
    f. You should see the page properly rendered showing all the previously hidden images and text.

    I hope this works for anyone who has similar experiences after upgrading on some servers.

    (P.S. the upgrade worked perfectly without having to utilise these steps on a different server configuration)

    Juannah

    #4568

    Apologies if the topic was already discussed. I want a sidebar to appear in the homepage, next to the ‘featured produts’ carousel. So…

    – I have chosen Sidebar option for the homepage
    – I picked primary sidebar from the menu
    – In the widget screen I dragged couple of elements in the ‘primary sidebar’ box.

    But the homepage just ignores it…can anyone help?

    Have a look > shop.vivilondra.it

    Thanks!

    In forum: Virtue Theme
    #4562

    Hi Ben,
    it is possible to activate the Slider image in the page template?

    Thanks

    #4561

    Hi Ben,
    thanks for your reply. Then, where I can set the columns in the theme options shop page? I don’t find the option…

    Thanks

    In forum: Virtue Theme
    #4560

    Hi Ben,

    The only thing i edited in the was the sidebar.php file but i ended up changing it back to default. This is the content in the current sidebar. Do you have any idea of what this could be?

    Thanks for the quick response,

    Kelley

    class Kadence_Sidebar {
    private $conditionals;
    private $templates;

    public $display = true;

    function __construct($conditionals = array(), $templates = array()) {
    $this->conditionals = $conditionals;
    $this->templates = $templates;

    $conditionals = array_map(array($this, ‘check_conditional_tag’), $this->conditionals);
    $templates = array_map(array($this, ‘check_page_template’), $this->templates);

    if (in_array(true, $conditionals) || in_array(true, $templates)) {
    $this->display = false;
    }
    }

    private function check_conditional_tag($conditional_tag) {
    if (is_array($conditional_tag)) {
    return call_user_func_array($conditional_tag[0], $conditional_tag[1]);
    } else {
    return $conditional_tag();
    }
    }

    private function check_page_template($page_template) {
    return is_page_template($page_template);
    }
    }

    #4557

    Hi,
    I’d like to know if it’s possible to position “add to cart button” in the middle, underneath the text.
    Here is the link to the page
    Thank you

    #4555

    For benefit of who can meet my same problem of not finding Lost Password and other links under LOGIN, please read my notes below.

    Some pages are being declared endpoints so don’t exist anymore on your woocommerce list after making the upgrade to 2.1.1

    Don’t worry just try to follow these steps, first.
    -Click Login
    -there you will see a linked statement edit my account right click and copy the url
    -go to dashboard > Appearance> Menus
    -select TopBar navigation
    -go to Links and paste the URL in a new Link, write in the label Lost Password? or whatever and add to menu.
    -drag and drop the new link under the Login in place of previous Subelements. Save it.

    That’s all. I wish it helps you.
    Best Regards,
    Angelo

    In forum: Virtue Theme

    In reply to: links disappeared

    #4554

    I solved it!

    For Benefit of others who can meet the same problem, please read my notes here below.

    Some pages are being declared endpoints so don’t exist anymore on your woocommerce list after making the upgrade.
    Don’t worry just folloow this steps.
    -Click Login
    -there you will see a linked statement edit my account right click and copy the url
    -go to dashboard > Appearance> Menus
    -select TopBar navigation
    -go to Links and paste the URL in a new Link, write in the label Lost Password? or whatever and add to menu.
    -drag and drop the new link under the Login in place of previous Subelements.

    That’s all. I wish it helps you.
    Best Regards,
    Angelo

    In forum: Virtue Theme
    #4551

    Hi Ben,

    I updated and anything went Ok but there’s a little problem. In the topbar under Login don’t appear anymore the links to Logout, Lost Password, etc.
    can you check in my page just hover on login in the leftmost top corner and see.
    I also attach a shot…maybe it’s a woocommerce problem but I don’t know because all other things appear working correctly.

    Thanks
    Angelo

    In forum: Virtue Theme
    #4549

    Hi,
    I want to know how to get the filter buttons as in demo site:

    Its the “ALL” “MENS” WOMANS” I am after. I want to use it as a fileter option, but cant get it to show on the page? Please advise. Thanks for a great Theme by the way.

    In forum: Virtue Theme

    In reply to: WooCommerce 2.1.1

    #4538

    I have problems with adding new variable products – added attributes are not saved and therefore variations cannot be made. Updated both WC 2.1.1. and Virtue 2.1 tonite (though it says it’s 2.0.9.9. but it’s the latest from the download page after seeing you to post it available).

    #4531

    Hi Ben,

    I’m testing WooCommerce and I’ve hit two issues with products.

    First, could you maybe include a way to choose the sidebar for all products in Virtue Settings (like for the shop and the categories)? By default it takes the main sidebar of the website, which is different and I have to manually change it on all products.

    Second, why isn’t there SEO options in the product page? I would love to be able to change the title and description of each product page.

    Thank you!

    Michael

    In forum: Virtue Theme

    In reply to: Sidebar pushed down

    #4529

    It seems you have edited some files? is that correct? are you using a child theme? Right now the main div is showing a class that should only show up if the page is full width.

    Can you tell me what version of the theme you are using? and what you might have changed?

    Ben

    #4527

    Hello,

    For some reason on my about page i have a > symbol at the top of this page only. Site is chefsavvy.com/about.

    Thank you,

    Kelley

    #4524

    Hello,

    My sidebar keeps getting pushed down only on my contact and about us page not my home page. How can i fix this?

    Thankyou,

    kelley

    In forum: Virtue Theme

    In reply to: WooCommerce 2.1.1

    #4518

    Thanks Ben! All the tabs are working in the new version. However, I have a few products displayed on my homepage under the ‘Products on Sale’ widget of the Homepage and whenever I click on the “Add to Cart” button, instead of telling the customer that it added to the cart, it just brings them to the single product description page and having the item added to the cart…

    And for the fonts that are missing, before the update version of Virtue 2.1 I was using “Cedarville Cursive” and “Denk One” but I can’t find those two font in the list anymore.

    Thanks,
    Vin

Viewing 20 results - 52,701 through 52,720 (of 53,646 total)