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 - 50,481 through 50,500 (of 53,646 total)
  • Author
    Search Results
  • #15974

    safari, chrome

    this is at http://mykedai.org/?product_cat=gadget-stuff

    Gadget& Stuff page

    #15973

    Now I’m seeing if I can add a custom field to modify the page-header rather than messing with the template metaboxes.

    #15970

    BTW: I did use a fullwidth page and page builder to do the initial mockup and most of the CSS. Then once I got that the way I wanted I recreated it in the page-feature.php in the child theme. I didn’t just leave it in page builder though because I wanted it to appear above the page-header (title/subtitle) and be editable using the current feature metabox fields.

    #15969

    Thanks Ben,

    Yes it was looking like it would be more trouble than it was worth that way. I ended up just overriding the page-feature.php in the child and editing that to change the features to 2 columns with one being the feature and one being the small Contact 7 form. And using some custom CSS to handle the responsive sizing for the new split features. Works pretty well so far. Right now it’s just running locally. I was only thinking of adding it as a new page template just in case the client wanted to use the existing fullwidth features, but that wasn’t critical. I’ll post a link when it goes live.

    #15967

    I don’t see a difference from your homepage to any other page? Which browser?

    Ben

    #15964

    Hey,
    1. To change the post per page on the portfolio type page you have to edit the code, line 31 of taxonomy-portfolio-type.php

    change : 'posts_per_page' => '12',

    Or (I recomend) you can create your own pages for the category pages, use the portfolio page template and limit the portfolio posts to a specific category. then just link to those pages instead of your category page.

    2. “I am not able to set the grid navigation to go where I want it to go”

    Each portfolio post has an option to change the grid page to a specific page. It’s the “Choose Portfolio Parent Page” option.

    Ben

    #15963

    This is all the code in my custom css:

    div.product .product_image {
    border:0;
    }
    .page-header {
    border-top: 0;
    }
    .contentclass {
    padding-top: 0px;
    }
    .revslider_home_hidetop {
    margin-top: 0;
    }
    .topbarmenu ul li a {font-size:11px; padding: 4px 10px;}
    .topbar-widget .virtue_social_widget a {
    display: block;
    float: left;
    width: auto;
    font-size: 11px;
    text-align: center;
    line-height: 10px;
    padding: 4px 10px;
    background: transparent;
    margin-left: 0;
    margin-bottom: 0;
    color: #fff;
    }
    .topbar-widget .virtue_social_widget a i {
    font-size:11px;
    }
    .topbarmenu ul li a {
    line-height:20px;
    }
    .topbar-widget {
    font-family: Roboto Slab;
    font-size: 12px;
    }
    #topbar-search .select2-container {
    height: 25px;
    padding-right: 5px;
    text-align: center;
    }
    #topbar-search .select2-container .select2-choice {
    color: #000;
    background: #696969;
    height: 25px;
    text-align: center;
    }
    #select2-chosen-1 {
    line-height: 25px;
    font-size: 12px;
    color:#fff;
    }

    #topbar-search .widget_wc_aelia_currencyswitcher_widget {
    text-align: right;
    }
    #topbar-search .currency_switch_form {
    margin: -2px 0 4px 5px;
    }
    #topbar-search .widget_wc_aelia_currencyswitcher_widget {
    line-height: 33px;
    text-align: right;
    }
    .my-custom-icon:before {
    content: url(‘http://mykedai.org/wp-content/uploads/2014/08/icon-tudong2b.png’);
    }

    #15960

    Ok, as posted above you want to use this widget for the full visual widget in pagebuilder: https://wordpress.org/plugins/black-studio-tinymce-widget/

    do you have the facebook plugin installed? That seems to want to hide the Kadence Slider and could be the issue?
    Ben

    #15958

    Thanks Ben, I believe you’re referring to the toggle switch for the tool bar. I had found that, but not in Page Builder. So I was still wondering how to have a wysiwyg in Page Builder. (Also thanks for clarifying about the virtue buttons not being there!)

    fyi – If this is a plugin issue I’m also not seeing the Kadence slider builder even though it is installed and activated. I hasn’t shown up in any menus. Not sure if the two are related, but I thought I’d mention it.

    Thank You for your help!

    #15956

    For this one I manage to make the HOME as what I want, but when it affect other page, other page will not look like this( for that currency selection box, and other box such as product variation selection box). here are the coding that I used in my custom css for the home page to look like what i want.

    #topbar-search .widget_wc_aelia_currencyswitcher_widget {
    text-align: right;
    }
    #select2-chosen-1 {
    line-height: 20px;
    font-size: 12px;
    color:#fff;
    }
    #topbar-search .currency_switch_form {
    margin: -2px 0 4px 5px;
    }
    #topbar-search .widget_wc_aelia_currencyswitcher_widget {
    line-height: 33px;
    text-align: right;
    }

    Can you make a correction so that it will apply to the whole site?

    Thanks Ben

    #15950

    Sebastian,
    Are you talking about on the home page? If you use the home page as your latest post page you have have infinite scroll enabled.
    Ben

    In forum: Virtue Theme

    In reply to: Boxed Layout

    #15947

    Hey just to be clear, since you are targeting just the portfolio page you want to make the css specific to that type of page so there is no conflict because col-mb-5 is a theme framework class.
    You also want to make sure this only applies to large screens so it still flows into a mobile layout.. So I suggest this css to make the portfolio layout which.

    @media (min-width: 992px) {
    .single-portfolio .portfolio .col-md-5 {
    width: 60%;
    }
    .single-portfolio .portfolio .col-md-7 {
    width: 40%;
    }
    }

    Ben

    #15945

    Hey Patrick,
    Sorry for the delay,

    Yes the theme doesn’t use the page template for the home page static page, it uses a custom template called font-page.php which in WordPress overrides the page template set in the page attributes. The reason is this custom fontpage allows you to add sliders, and all the features in the theme options > home layout.

    So just about everything can be accomplished through the home layout settings. And if you want to show posts like you are on a blog page you can using the front page as your latest posts page.

    There is a tutorial that should help explain here: https://www.kadencewp.com/creating-a-home-page-with-virtue/

    Ben

    #15944

    Hey,
    I don’t recommend going about this the way you are, I would just create a fullwidth page (using the fullwidth page template), Then use pagebuilder add a row with two columns and place whatever “feature” content you want in the left column with a widget.

    This is much easier then adding metaboxes to your custom page template. Then calling the meta information on the front end. If you want to keep pursuing this option though you would need to copy some of the metabox script from the metaboxes.php file that is specific to the feature page, wrap it in a function that uses cmb metabox script, and filter it into the wordpress metabox call… If that doesn’t make sense then I really suggest using pagebuilder.

    Ben

    #15943

    Hey,
    1. You can’t use css to increase products per page, it has to be in the php.

    2. Filter, The theme filter is not a query ajax filter which would load everything you click, it’s only a sorter of what it available, thats how you get the cool animation. If you have a larger store then I suggest using the ajax filter if you really want to feature effect instead of just using categories.
    https://wordpress.org/plugins/yith-woocommerce-ajax-navigation/

    You can see an example here: http://themes.kadencethemes.com/virtue-premium-3/shop/

    Again for this, not something that has to do with css.

    3. That could mean you have a javascript error, possible from a plugin. Go to wordpress settings > general and change your name.

    Ben

    In forum: Virtue Theme
    #15942

    There is a plugin that allows you to have a specific menu per page.

    https://wordpress.org/plugins/ce-wp-menu-per-page/

    As for hiding it, you have to use css. Say your page id is 788 the css would be:

    .page-id-788 #nav-second {display:none;}

    Ben

    #15935

    I’m having an issue with this particular aspect. I have set the home page portfolio carousel to display items from all portfolio types, and to be random. Unfortunately, no matter how I change the settings, the carousel stays the same; neither random, nor pulling from more than one portfolio type. Are there any known bugs for this, or reasons why this might be happening? I didn’t have the plugins for the various sliders activated, so I tried that, but that doesn’t seem to make a difference either.

    Sorry, my website is http://www.siobhainrivera.com

    #15934

    Hi Hannah –

    I really appreciate your help, but my site is not set up the way that you describe. My portfolio page doesn’t use the portfolio grid template, because I have multiple levels of portfolio. So the schematic of my site would look something like this:

    top level page (portfolio)
    – second level (first level portfolio type)
    – third level page (second level portfolio type)
    – portfolio item

    so, the code for my portfolio page is a list of snippets like this.

    <h3>digital libraries</h3>
    Classwork and projects related to my Digital Libraries specialization.

    [portfolio_posts orderby=date columns=4 items=8 height=200 lightbox=true showtypes=true cat=dig-lib]

    Thus, for my first question, which is a page generated from a portfolio type [http://www.siobhainrivera.com/portfolio-type/z605/], there are no settings to change, because it is not listed as a ‘page’ in the admin – only as a portfolio type, and there’s no place (that I can find) to adjust display settings, in order to make the page show all of the items listed in that portfolio type, instead of just the 12 that seem to be default.

    So, to make my first question more clear – where can I find settings/how can I change code that deals with the display of portfolio types?

    Secondly, because of the situation above (multiple levels of portfolio types, that are not pages), I am not able to set the grid navigation to go where I want it to go; there are only options for directing it to a page, not to a portfolio type. I’d like to know how I can change this, either manually or through some sort of settings.

    Thanks again for your help. Sorry that this is apparently more complicated than I realized.

    #15927

    Hey, sorry for being vague.
    If you select Pages in the admin area then go in to edit your portfolio page under Portfolio Work Types you will see the option to set the items per page. Here you can select “All.”

    You can set the grid button navigation in each portfolio post. When you go in to edit each post you will see under Portfolio Post Options the option to select the portfolio parent page. That will set the grid navigation.

    Hope this is more clear!
    Hannah

    In forum: Virtue Theme

    In reply to: Several questions

    #15922

    Hi Hannah,

    Thanks for your reply:

    1. It works!

    2. It does not work, but it does when I use:
    div#logo.logocase{
    display: none;
    }

    3. In site style one you see underneath the logo a pencil, when you click on it, it flaps out where you can choos different colourlayouts for the theme. I want this:) I want to place my logo en messages inside of it, how to do?

    4. If you look on the homepage at test.happyrotterdam.com you see the heading with “Happy nieuws!” centered, the following items on the homepage “Clip!, Deelnemers” are lined to the left, I also want to center them, how to do?

    5. Works!

    New questions:
    The Revolution Slider does not work correctly in Firefox, if you check the site all the slides are off the screen to the right side.
    The slider isn’t responsive, I adjusted the settings to autoresponsive, but still no effect.

    Do you know how to fix this?

    I hope you can help me, thanks in advance!!

Viewing 20 results - 50,481 through 50,500 (of 53,646 total)