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 - 48,781 through 48,800 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #24305

    Hi Ben,

    Clicked the install woocmmerce pages but nothing changed. Do you think the installation of the plugin has been messed up somehow. I see a message “WP Memory Limit: 40 MB – We recommend setting memory to at least 64MB. See: Increasing memory allocated to PHP”

    Could this be the issue?

    Thanks,
    Shaun.

    In forum: Virtue Theme

    In reply to: Adapting themes

    #24302

    On mobile it should be showing the mobile menu.
    Which you can set in the menus page of your wordpress admin.

    Ben

    #24301

    Hi Ben,

    Sorry, still no joy (http://sgssdesign.co.uk/portfolio-test-page/).

    Steve

    In forum: Virtue Theme

    In reply to: Creating Child Theme

    #24299

    You have :

    .page-header {
    text-align: center;
    }

    In your custom css box in the theme options. The child theme css comes before your custom css box. Meaning css in the custom css box will always override your child theme css if they are the same css specificity.

    Learn about css specificity here: http://www.smashingmagazine.com/2007/07/27/css-specificity-things-you-should-know/

    Ben

    In forum: Virtue Theme
    #24298

    Hey,
    You can go to woocommmerce > system status > tools. Then click install woocommerce pages.

    Ben

    In forum: Virtue Theme
    #24297

    I don’t see what your talking about… what device, I looked on my phone and your home page seems fine?

    Have you cleared your cache?

    Ben

    #24295

    ok, do another test for me, try making a new page, don’t use pagebuilder just show the portfolio items and see if that changes anything.

    Ben

    #24293

    Hey,
    You should ask a new question in a new topic.

    What you want it’s a built in option with the theme.

    The one thing you can do is add an image with a link to each portfolio category. (you can do that in pagebuilder) But there isn’t a way to pull the latest in each category then have those link to the category page.

    Ben

    #24287

    Hey (again:)
    I’m having trouble with setting the dimension of a featured image of a portfolio (a “three line” type).. I’d like the featured image of this page to be only say 50% of total width:

    I tried to set a “max width” and “max height” in the post options; but regardless of what I input, it won’t affect the image dimension output.
    Sure I can .imghoverclass to have its width set to 50%, but that’s affect all portfolio featured image 🙁

    Thx for your support!

    Laurent

    In forum: Virtue Theme
    #24280

    How do i display my “portfolio work images posts” on the portfolio page.

    #24278

    Hi Ben,

    I installed WooCommerce with the Virtue Theme. I chose “Install WooCommerce Pages” option however none of the pages, My Account, Cart, Shop showed up. I really do not want to manually create the pages.

    I uninstalled then reinstalled the WooCommerce plugin but still the pages did not show up.

    Do you have any insight as to what the issue may be? When I originally installed this plugin months ago the pages did show up.

    Thanks,
    Shaun.

    In forum: Virtue Theme
    #24277

    Hello Ben,

    I think I fixed the problem with the iFrame. Another question, if I look on a mobile device or tablet the Kadence Slider keeps adjusting itself while scolling. This result in stottering all over the page, it’s really annoying. Do you have a fix for this? Many thanks!

    #24272

    Hi Ben,

    Sorry for the slow reply. I have four plugins installed (Black Studio Tiny MCE Widget, Page Builder by SiteOrigin, Woo Commerce and WordPress SEO). I have tried with them switched off individually and with them all off, but with no affect. The links are still not functioning.

    Steve

    #24270

    I would like to have in my homepage a portfolio grid
    but not ALL the portfolio items
    i would like to have the last portfolio of each category shown
    (design (last progect) painting (last project) sculpture (last project))
    only 3 images (of the 3 last profolio items inserted in each category) that should link to the pages with all the items of the category

    can you help me? i have premium virtue

    In forum: Virtue Theme

    In reply to: Domain transfer

    #24251

    Yes, everything is up to date, even the theme.

    It only crashes on the theme options page, everything else opens.

    In forum: Virtue Theme

    In reply to: Domain transfer

    #24244

    http://www.newedgetraining.com.au/wp-admin/admin.php?page=kad_options&tab=0
    this is the address that is appearing when I click on the Main settings under theme options.
    this is what I did.

    1. In file manager, i zipped the entire folder under public_html and saved it to my desktop
    2. In Phpmyadmin in cpanel, I clicked on the database and exported it to my desktop
    3. In that .sql file I did a search and replace. from old domain name to new domain name
    4. Then I created a new database, username & password
    5. Then I imported to new sql file
    6. Then in the new domain, I went to file manager and uploaded the Old WordPress file and unzipped it.
    7. Then I located the wp-config file and changed the database name, username and password

    Is the duplicator plugin quicker than this way.
    as I still have the old site, I can repeat it, if there will be no problems with the theme options.
    what are your thoughts.

    In forum: Virtue Theme

    In reply to: Domain transfer

    #24243

    You should really consider using a plugin like https://wordpress.org/plugins/duplicator/
    Makes transferring so easy.

    As I don’t know what you did I can’t really guess. You should maybe contact your host and have them look at your server to make sure all your database is point to the right place.

    You can also click on the theme options and inspect the page using chrome, will give you a good idea of what is wrong.

    Ben

    #24233

    You can remove the sidebar then with this function:

    add_filter('kadence_display_sidebar', 'kad_sidebar_on_teachings_post');
    function kad_sidebar_on_teachings_post($sidebar) {
    if (is_singular('teachings')) {
        return false;
      }
      return $sidebar;
    }

    You can create a template called archive-teachings.php and that will be used for your custom post type archive pages.

    Ben

    #24231

    Great.
    If I have several Staff page, because I have Staff, Teachers, Therapists, Interns, how would I d or designate those categories (they are actual categories) into the shortcode?

    I can keep it like I have it if it’s too long for you to answer (maybe I need to go to shortcode school), but I am curious.

    Thanks,
    M

    #24224

    Hey,
    The page templates are set to be full width. But you can use the staff shortcode or testimonial shortcode and add theme to any page template like the sidebar page template.

    [staff_posts columns="3" items="10"]

    [testimonial_posts columns="3" items="10"]

    Ben

Viewing 20 results - 48,781 through 48,800 (of 53,646 total)