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 - 12,201 through 12,220 (of 53,646 total)
  • Author
    Search Results
  • #224226

    Ok it seems that when I disable “Animation In” the blocks enabled in the home layout manager become visible. Other content is still out of place. Have noticed other pages are affected as well eg; https://myshop.nz/selling-with-myshop/

    #224220

    Hey,
    The url you sent took me to a page not found. Can you confirm that it is correct?

    Hannah

    #224219

    Can you post a link to where you’re adding your products?
    In Theme Options > Shop Archive Settings you can set “Show Ratings in Shop and Category Pages” to “Off”.

    Hannah

    #224201

    Hello.

    I would like to remove the empty space between the heading and body section of the below page(only this page).

    Thanks in advance for your support.

    #224200

    The ‘Ultimate Woocommerce Auction’ plugin is great Hannah, thanks for the recommendation! While I’m asking questions I have another one, maybe I should open a new thread but lemme first try here; I would like to have a ‘logout’ link in my menu that only shows when users are actually logged in. It should not go to the confirmation page ‘do you really want to logout?’ and it should redirect to the main page after logging out.

    I know there’s ways to do this with standard WordPress, looking into them right now (need to put a nonce in the wp-login.php?action=logout etc) but it would be real nice if this were somehow coded into Virtue theme already. So… is it? 🙂

    #224198

    Hey Stephen,
    I would recommend using a shortcode like this: [products limit="8" columns="4" category="hoodies"]
    You can paste that into your static homepage or into a text widget in your home widget area.
    You can remove the product carousel by disabling it from the homepage layout manager in Theme Options > Home Layout.
    The image size will depend on the number of columns you use.
    Hope that’s helpful!

    Hannah

    #224192

    Hi there,

    I have just activated Morph menu plugin by bonfire .

    The plugin seems to conflict with my home page only – it pushes the page content down, some of it is not visible either. Other pages are fine.

    http://www.myshop.nz
    password: MYSHOP1978

    Wordpress login next message

    #224176

    Hi. Thanks for reading my post and for any help.

    I am sorry if this is a simple question. For some reason my brain is not working today.

    I wanted to add say 20 or more certain products on the homepage. How would I take off/delete the Module Product Carousel Tabs and add the products?

    Example:

    How can I make the photos larger as well when showing on homepage?

    Regards, Stephen

    #224158

    Thanks Ben,
    That corrected the speed.

    I bravely tried 'posts_per_page' => -1, and was pleased to see I got all 38 posts.
    However, when I tried your line 'orderby' . => 'rand', it broke.
    I noticed the additional full-stop, removed that and it works.

    So that’s with the templates/recentepkb-carousel.php modified as described.

    I note your guidance that this isn’t really the correct template for this exercise so, for the sake of completeness, I have made the same modifications to a copy of similarblog-carousel.php template saved as templates/similarepkb-carousel.php.

    I don’t understand your point “A category is a post thing so if you wanted to add that into your custom post type you would have to have the correct defined taxonomy.” Instead, I made the same modifications as we did for recentepkb-carousel.php:

    'post_type' => 'epkb_post_type_1',
    'orderby'        => 'rand',
    'posts_per_page' => -1,

    This also works perfectly.
    Questions for you: is one of these solutions better (more appropriate) than the other? Am I risking breaking something by by setting ‘posts_per_page’ => -1 ?
    Very many thanks for your guidance with this as it has been a great learning exercise.
    Kind regards,
    Phil.

    #224144
    This reply has been marked as private.
    #224143

    We’re getting strange padding within the product squares on our shop page. I can’t figure out why it’s happening. Site is in development, so I’ll have to give you a password to get in to see it. Please reply privately.

    #224140

    Thank you for this code. This is getting closer to what I need and I appreciate the help. However, there is something odd with the modal pop-up. It does not remain in place but disappears after a few seconds. For the moment, I have not added the CSS to hide the button.

    Here you can view the page where I placed the code

    Here is the HTML I embedded:

    [kad_modal id="12" btntitle="Watch Video" btncolor="#ffffff" btnbackground="#111" title="Video" btncolor="#ffffff" btnbackground="#111"]
    
    <video controls>
      <source src="https://s3.amazonaws.com/printsciencevideos/wp2print/wp2print-design-online-checkout.mp4" type="video/mp4">
    Your browser does not support the video tag.
    </video>
    
    [/kad_modal]
    
    <a data-toggle="modal" data-target="#kt-modal-12" rel="noopener noreferrer"><img src="https://d1y8m8ld0egeba.cloudfront.net/img/feature-designer.jpg" /></a>
    #224133

    I am sorry to be thick but I still cannot figure out how to achieve what I want in a modal popup. I would appreciate it is you could use my image and video URLs below to give me an example.

    In the web page, I want to display an image. When the user clicks this image, a modal pop-up opens which displays the video.

    URL to image: https://d1y8m8ld0egeba.cloudfront.net/img/feature-designer.jpg
    URL to video: https://s3.amazonaws.com/printsciencevideos/wp2print/wp2print-design-online-checkout.mp4

    Both the image and video are hosted on Amazon.

    In forum: Pinnacle Theme
    #224130

    Hey,
    You can create one parent type. Then move your 5 types into it. By selecting the parent it would include all the child types. That way you can have two parents that are assigned to each portfolio grid page and all your items under those two.

    Does that make sense?

    Ben

    #224128

    I encourage you to not put all the in the dropdown menu, I see the temptation but it’s usually not user-friendly. I suggest a link to a page that shows good navigation on the page.

    However many site owners don’t process how their users are going to navigate a site they do not know and they will demand something like this. If that is the case then I can suggest this css:

    .menu-item-3860 > ul.sub-menu > li.menu-item {
        width: 50%;
        float:left;
    }
    .menu-item-3860 > ul.sub-menu {
        width: 330px;
    }

    Ben

    #224103

    Hi,

    I have two question to ask,

    For the first one, I have seen someone asked this question before but fail to see the answer for it.

    1.The question is how to not have any text on Post excerpt except the blog title.

    2.the second question is how I can specify the starting point of excerpt. On my page every post has same sentences thus as a result all the posts have same excerpt.

    Thank you in advance for your support.

    shimpei

    In forum: Pinnacle Theme
    #224085

    Hello Ben!

    Thx, now I understand the method, now it works fine.

    ————————

    However I didn’t want it to work like that 🙂

    So Can you help with my other question:
    I’d like to create more portfolio pages, and make menu items for these several pages.
    Like:
    my-portfolio-1 page: 5 types
    my-portfolio-2 page: 2 different types

    But when editing ‘my-portfolio’ page, why can I choose only one type of portfolio work / or All types?

    Thanks, Anita

    #224084

    Thanks Ben,

    That all works fine.
    I notice it’s running at about 10 seconds between slides. Is this configurable in php or just an inevitable consequence of sorting through many posts?

    I’m curious about the use of 'posts_per_page' => -1,
    I thought one of the uses for the carousel was to go through all the previous posts of a similar type and show what had been posted in the past.
    Is this wrong or is there just a better way of doing it?
    KInd regards,
    Phil.

    #224076

    I really don’t suggest making that more than 12, -1 would be all and you should not do that.

    $loop->query(
      array(
        'orderby' .      => 'rand',
        'post__not_in'   => array( $post->ID ),
        'posts_per_page' => 8,
        // next line added to restrict carousel to Knowledge Base articles.
        'post_type' => 'epkb_post_type_1',
      )
    );

    Ben

    #224066

    Is that within the file templates/recentepkb-carousel.php
    At the moment, the loop looks like this:

    $loop->query(
      array(
        'post__not_in'   => array( $post->ID ),
        'posts_per_page' => 8,
        // next line added to restrict carousel to Knowledge Base articles.
        'post_type' => 'epkb_post_type_1',
      )
    );

    Do I need a new line?

    I guess the 'posts_per_page' => 8, is responsible for the small number cycling through. Should I make this “0” or just delete the line?

    Thanks,
    Phil.

Viewing 20 results - 12,201 through 12,220 (of 53,646 total)