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 - 16,561 through 16,580 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Head of the page

    #195340

    Which page are you adding this video? On your home page you have a sproutvideo. Not wista.

    I can’t seem to get that login to work.

    #195320

    Hi folks,

    I enabled the Testimonials Caroussel widget on my homepage on . I do see the English testimonials but I don’t see them when I watch the Dutch translation. I’m using the Polylang plugin for multilingual. I have ‘the widget is displayed for all languages’. Please advice.

    -Fred

    In forum: Ascend Theme

    In reply to: menu below logo

    #195317

    This will add a divider:

    .nav-main ul.sf-menu > li > a {
        border-right: 1px solid #eee;
    }
    li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-474 a {
        border-right: none;
    }

    From Theme Options > Header Settings try dragging your first widget area to the top of the list. Does that fix?

    Hannah

    #195313

    Hi Ben
    I’m just working through some small problems on the website (www.visitpewseyvale.co.uk) and on the Events by Category page (e.g. the formatting of the website is lost.

    I’m not sure if this is a theme problem or a plug in problem.

    I’d be grateful for any help!

    Many thanks
    Susie

    #195305

    I’m not sure if this was connected to the recent update, but the first blog post on our Blog page is displaying incorrectly. The blog image is displaying on top of the title and blog summary.

    Can you take a look and let me know what may be happening with this?

    Here’s the URL.

    Thanks,
    Dean

    #195293

    Hi guys, is there a way to ensure that the info about Staff (entered in the Staff section) is display with equal heights (so the social icons underneath line up)? This wouldn’t be required on a mobile though :D. If not, is there a shortcode for individual staff members?

    I’m using the Staff template for the page and you can view it here

    Many thanks for you help
    Chris

    In forum: Ascend Theme
    #195292

    HI Hannah, many thanks for your reply. Yes it has mostly helped :D. Since I have put the CSS in place, one of the vertical bars disappears (on the home page and services page between products and galleries), is there any reason that this may be happening?

    Many thanks again for any help
    Chris

    In forum: Ascend Theme

    In reply to: Default page

    #195265

    Hi adventuretravelcoach,
    Sorry, I’m not sure I’m following. Your first link took me to a page not found, and your second links requires a login. Is it the 404 page not found page that you’re referencing? You can create a custom 404 page and enable it from Theme Options > Theme Extensions.

    Hannah

    #195254

    Hi guys, I wonder if you can help. I’ve had a search through the forums and am a bit confused. I have a secondary menu on my site (and on the home page it appears above the slider which is great). As there are quite a few menu items in the menu, I would like it to have the menu stretch to full screen you can have a row that is full width stretched (still centering though so it only stretches when needed). Is there a way of doing this please (and I hope it all makes sense 😀
    the link is

    Cheers
    Chris

    #195249

    Hi Ben,

    after the virtue theme premium installed i can find the revolution slider plugin anymore. its normally there after installing?
    also the black studio editor and page builder are not in the plugins. could u pls help me out to get them as i do search cant find it the plugin thanks

    Looking forward to hearing from u asap

    #195246

    Hi Ben,

    Just wanna ask whether this virtue theme compatible for Alidropship Plugin or not?
    coz i will import some products to my product page just worry if its error or not detected thanks

    #195238

    Not sure why but the category images stopped appearing on my shop page:

    Need help to get them back if possible… thanks!

    #195237

    Hi K-team,

    Hope you all had a great 4th!

    I have been working on a theme changeout and on this page – – I need to reverse the order of the upcoming classes viewed on this page so that the class that is coming up next is first on the list. They created their classes with blog posts so I am inserting the blog posts into the page using the site origin editor with the blog post shortcode [blog_posts items=”24″ type=”grid” orderby=”date” cat=”products”]. I am sure I am overlooking something in the Theme Options but am a little brain fried right now.

    I know this is not the most practical way to run this but I am trying to work with what already had set up. Posts are still in clean-up mode so pardon the mess!

    Any help/direction you can send me in is greatly appreciated!
    Chad

    In forum: Virtue Theme

    In reply to: Head of the page

    #195225
    This reply has been marked as private.
    In forum: Ascend Theme

    In reply to: Default page

    In forum: Virtue Theme
    #195201

    I can see my website fine on chrome but on edge i get this error:
    Revolution Slider Error: You have some jquery.js library include that comes after the revolution files js include.
    This includes make eliminates the revolution slider libraries, and make it not work.

    To fix it you can:
    1. In the Slider Settings -> Troubleshooting set option: Put JS Includes To Body option to true.
    2. Find the double jquery.js include and remove it.
    I removed revolution slider. i re-did the home page, i cleared the cache, i repaired the database, i don’t know what else to do. it only happens on edge browser the website is
    EDIT: actually my customer sees it broken on chrome also

    #195194

    Hey
    In your child theme don’t do this through a template, simply hook it into the page in your functions.php file.

    add this:

    add_action('woocommerce_before_main_content', 'custom_woo_header_shortcode', 20 );
    function custom_woo_header_shortcode() {
    echo do_shortcode('<div class="moviles">[product_categories_dropdown orderby="title" count="0" hierarchical="0"]</div>');
    }
    #195192

    Where is the Header template of woocommerce on Ascend? In other themes only i need to create a header-shop.php.

    I need to add this shortcode <div class="moviles">[product_categories_dropdown orderby="title" count="0" hierarchical="0"]</div> to header of all WooCommerce Pages.

    In forum: Virtue Theme

    In reply to: Head of the page

    #195191

    I know there is a general option for “head” somewhere on theme options, but how can I do that only for the pages that contain wistia videos?

    Usually, that doesn’t matter it can be for all pages. But if you need to place in specific pages only you need to use a plugin like: https://wordpress.org/plugins/oh-add-script-header-footer/

    but I suggest simply adding in your theme options > header and footer scripts. (if you don’t see this enabled it in your theme options > theme extensions).

    Ben

    In forum: Virtue Theme
    #195190

    Hello,

    I received this email from wistis:

    “Pls try pasting the following code into your <head> section for each page where a Wistia video exists. I assume your theme allows this.”

    I know there is a general option for “head” somewhere on theme options, but how can I do that only for the pages that contain wistia videos?

    Also, one of the videos is on my home page, that is not exactly a page, but a list with “latest blog articles”. The video is on the “home page widget area”, above the blogs list.

    So, my question is: where should I paste the code that is supposed to be in the head of the page, including the home page.

    website: http://www.priceaction.com.br

Viewing 20 results - 16,561 through 16,580 (of 53,646 total)