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 'post'

Home / Forums / Search / Search Results for 'post'

Viewing 20 results - 21,601 through 21,620 (of 29,722 total)
  • Author
    Search Results
  • #77575

    In my case I use WooCommerce and WC Vendor.
    That means a user with a role as vendor can create a product. A product post is just another type of post type. If the meta options is available, vendor can change the layout of a single product page, for example: by adding a sidebar. But I want every single product page don’t have a sidebar.
    This is where I find the problem.

    In forum: Virtue Theme
    #77568

    Hey,
    Server seems down again.. I think you may want to look for a better server?

    Based on the link above for what it looks like, I think you have a mobile plugin installed that is overriding the theme layout.

    What plugins do you have installed?

    It’s hard to answer with the server down. Hard to know exactly whats happening once it’s live again please post back.

    Ben

    #77560

    Hi Ronald,
    Which slider are you using? Have you tested with the revolution slider? This gives you a lot more freedom and positioning options. Can you post a link?

    Hannah

    In forum: Virtue Theme

    In reply to: Sticky Post Disappears

    #77559

    Hey,
    Try adding this into the page content of your home page and disabling the “latest post” module in your theme options > home layout.

    [blog_posts items="8"]

    Ben

    #77556

    Hi Francis,
    Have you tried clearing your cache? Does this still happen if you put a blank space in the title slot? Pleas post a link:)

    Hannah

    #77553

    Hi Sameul,
    Do you have the theme lightbox turned on from Theme Options > Misc Settings?
    You can turn on the magnifying glass for your portfolio posts in Theme Options > Portfolio Options > Display lightbox link in top right corner? > On.
    Hope that helps!

    Hannah

    #77544

    Hi Debi,
    Are you able to post an actual link to your site? You can set as a private reply.
    Thanks!

    Hannah

    #77543

    Hey,
    So it’s a woocommerce function: get_related(). The function pulls from tags and categories.

    From what I’ve seen if your wanting to have a more specific selection of products you may want to try using the linked products options. But if your only wanting to get the products from tags and not categories you can add this in a child theme functions.php file:

    add_filter( 'woocommerce_product_related_posts_relate_by_category', '__return_false' );

    Ben

    #77521

    Hi Colin,
    In Theme Options > Theme Extensions is Testimonial Posts set to Off by chance?

    Hannah

    #77512

    Hey
    so by no comments in the admin are you meaning that he testimonial post is not created?

    Try this plugin to make sure the mail server is working: https://wordpress.org/plugins/check-email/

    Ben

    #77510

    Not really Hannah.
    I have posts with two different categorys.

    I have two Catergory post pages.
    http://www.dvcdetriangel.be/category/vacatures/
    http://www.dvcdetriangel.be/category/bericht-van-de-week/

    Beneath you have normally a previous and next butten. (now I put hem on hidden because they are mixing up my posts and that is confussing)
    My question is: Is it possible that the previous and next buttons only show the posts from the same category.

    #77504

    Hi Ed,
    Please post a link.

    Jakub,
    You can paste this in your custom css box in Theme Options > Advanced Settings:

    @media (max-width: 1200px) {
    .kad-header-style-three #nav-main ul.sf-menu>li>a {
        padding: 0 10px;
    }
    }

    Hope that helps!

    Hannah

    In forum: Virtue Theme
    #77501

    Hi Ed,
    You can edit the line-spacing from Theme Options > Typography. If that doesn’t work for you please post a link.

    Hannah

    #77500

    Hey Roger,
    You can create portfolio types (from the admin panel go to Portfolio > Portfolio Types). Then you can assign portfolio posts to that type. Does that answer your question?

    Hannah

    In forum: Virtue Theme

    In reply to: icon menu customise

    #77496

    Hi Ivan,
    Do you mean the home icon menu? Can you post a link?

    Hannah

    #77490

    Hello,
    My website when I open it in the mobile version the menu is not displayed. Leaving only the logo in the left corner. I am using this CSS to custom. Can you help me please.
    thank you

    .hometitle {
    text-transform:uppercase;
    border-top:0px solid #eee;border-bottom:1px solid #eee;border-color:rgba(0,0,0,.05);padding-bottom:8px;margin:0 0 20px;padding-top:8px
    }
    .boxi1 {
    margin-bottom: 20px;
    text-align: center;
    padding: 15px 0 1px;
    background: #f2f2f2;
    }
    .boxi1 div {
    font-size: 28px;
    }
    .single-portfolio.postid-192 .pcfull .entry-content {
    margin-top: 0;
    }
    .revslider_home_hidetop {
    margin-top: -15px;
    }

    @media
    (min-width: 767px) {#logo{text-align:left;}}
    .headerclass {
    background: rgba(0,0,0,.9);
    }
    .page-id-416 .wrap.contentclass {
    padding-top:34px !important;
    }
    .page-id-416 .headerclass {
    background: rgba(0,0,0,.6);
    }

    @media
    (max-width: 767px) {
    .kad-header-style-three #logo #thelogo { display:table-cell;}
    }
    .kad-standard-logo {
    background: url(‘/site/wp-content/uploads/2015/12/logoCompet.png’) no-repeat center center;
    background-size: contain
    }
    .kadfooterlogo {color:#555555;}
    #topbar #kad-mobile-nav {
    margin-top: 0px;
    }
    .page-header .kt_product_toggle_container {
    margin-top: 16px;
    }
    #kad-banner-sticky-wrapper {
    background: #fff;
    }
    .single-product .contentclass {
    padding-top: 0;
    }

    In forum: Virtue Theme

    In reply to: Image Menu on Homepage

    #77469

    Hi Ben & Kevin. I have resolved the issue, but I’d welcome your views on whether I have done this in an efficient way, or whether I’ve missed something within the Virtue Theme.
    To resolve the order of the page issue: I installed a plugin to allow shortcodes in widgets, the I created a row and implemented the shortcode widget in there. I used the post_portfolio shortcode to display the portfolio items. I removed the information held in the Home Page layout theme option regarding Home Page Image and Portfolios.
    To resolve the Image Menue title issue: I have used the image/text widget and now take the user to another page where the partner organisations are listed – it works and looks better than using the Home Page Image Menu option in the theme options.

    Let me know what you think – the final website (not live yet) will be http://www.wiltonwindmill.co.uk – the current
    old website is not too good so it won’t look anything like that!

    Thanks
    Susie

    #77468

    Hi,
    I dont have enough knowledge to do it by myself, so I ask You for help. My webpage is
    My problems:
    1. I have Social links widget, that I have inserted into Footer column 1. But I wated it would be just under the content (picture) and there is some free space under the picture. I would like to have it like on the screen
    2. Page Blog is my post page. I would like it would be displayed in few columns side by side with pagination (one column is post pisture and under this post excerpt). Now the posts are displayed over-under. I’ve seen settings to do this by theme option but only if new posts would be on my home page. Here they aren’t. I’ve found some plugin but there is info:
    Copy & paste this code into a template file to display this WPLP block: echo do_shortcode(‘[frontpage_news widget=”101″ name=”Block”]’);
    I don’t know really where should I paste this (and does it works ok)
    3. Is it possible to have page title like on this screen (in the same line as primary menu).
    4. I would like to have line between a header and the content (like on this screen).

    Thanks for any help

    In forum: Virtue Theme
    #77453

    Hi Mary,
    Do you mind posting a link to your site? I would start by deactivating your plugins to test if any are conflicting. Let me know if there’s no change.

    Hannah

    #77445

    Hi Ben,
    No worries for now.

    I found a solution for it for now. If there is any issue, I will post it again.

    Thanks,
    Jay

Viewing 20 results - 21,601 through 21,620 (of 29,722 total)