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 - 22,241 through 22,260 (of 29,722 total)
  • Author
    Search Results
  • #71850

    Hi,

    Thank you guys so much for a great theme!

    I can’t seem to find an answer on how to make the footer background colour full screen when using boxed layout style.
    I want to use the boxed layout style, with a body background which is an image (diagonal stripes) and then a white box on all the pages content.
    When I do this however (advanced style, choose the white colour on all the places I want it, and leave the body background on) the footer is also included as content, and the white colour is not fullscreen anymore.
    Is there any code to exclude the footer from the boxed layout style, or force the colour in the footer only to be full screen?

    I’m including some images to describe what I mean.

    Footer – problem
    Footer – the way i want it to look

    This is my CSS sheet:

    .page-header {
    display: none;
    }

    .post .first-post {
    font-size: 2em;
    }

    [class*=”post”] { border:none !important; }

    #kad-blog-grid .blog_item {
    border: 0;
    }

    html, body {padding:0; margin:0; height:100%;}
    #wrapper {position: relative; min-height:100%;}
    #containerfooter {position: absolute; bottom: 0; left: 0; right: 0;}
    .contentclass {padding-bottom:160px;}

    a:focus {
    outline: none;
    }


    @media
    (min-width: 768px){
    .boxed #wrapper.container {width:768px;}
    }

    @media
    (min-width: 992px){
    .boxed #wrapper.container {width:992px;}
    }

    @media
    (min-width: 1200px){
    .boxed #wrapper.container {width:1200px;}
    }

    Thank you!

    #71833

    Hi, I have a completely finished website that I created using Virtue, with Beaver Builder light plugin on WordPress 4.4 in a MAMP environment on MacOS X. The problem is that I’m unable to upload it to an OVH server. You can see my very sad result at: com.iscsoftware.com

    Here is what I tried for the migration:

    • Standard export of the local WordPress website, sent to the OVH server. Serialized change of the database using the Builder plugin.
    • Export/Import using the Duplicator plugin (186 errors were detected in the table « wp_postmeta »)
    • Standard export of the local WordPress website and export of the database from phpmyadmin, followed by a manual serialized change.

    When serializing the database using the PHP unserialize() function, some errors appeared regarding data such as i:1234567890123.

    As you can see, the pages are empty after uploading them, but part of the content will suddenly appear when making a change in text edit mode.
    My archives cannot be restored.

    I’ve been pulling my hair out for more a week about this, and fear I will need to redo the entire site. Any help would be greatly appreciated.

    Laura

    #71782

    That would have to be done through css since you can’t run a shortcode through the menu css box. If you post a link and tell me what color you want each Icon I can help with the css.

    Ben

    In forum: Pinnacle Theme

    In reply to: Tags for portfolios

    #71779

    Hey,
    You first will want a child theme then you will need to add this function into it:

    add_filter('kadence_blog_grid_image_height', 'kt_blog_img_height');
    function kt_blog_img_height() {
    return 364;
    }

    Make sure you have the latest version of the parent theme and this is the css:

    #kad-blog-grid .blog_item .subhead, #kad-blog-grid .blog_item .entry-content, #kad-blog-grid .blog_item footer {
        display: none;
    }
    #kad-blog-grid .blog_item {
        border: 0;
        margin-bottom: 20px;
        position: relative;
    }
    
    #kad-blog-grid .blog_item header {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align:center;
        padding: 10px;
        z-index:1000;
        background: rgba(255,255,255,0.6);
            opacity: 0;
        transition: all .6s ease-out;
        -webkit-transition: all .6s ease-out;
        -moz-transition: all .6s ease-out;
        -o-transition: all .6s ease-out;
    }
    #kad-blog-grid .blog_item:hover header {
            opacity: 1;
    }
    #kad-blog-grid .blog_item .postcontent {
        padding: 0;
    }
    #kad-blog-grid .blog_item  h5.entry-title {
        color: #333;
    }
    

    Ben

    #71769

    Please post a link with support requests. I need to see your primary color to know what css to give you.

    Ben

    #71766
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: two posting/blog pages

    #71733

    Ben, I think you may be right. Subscriptions were active. So I deactivated it. Do I need to disable any other part of Jetpack before I install another plug in that will be a register/log in system that utilizes a website page, redirect to homepage after logging in to start posting/replying/commenting? As I mentioned I like Kadence example of a simple register and login page.

    Any recommendations on the plugin? I would hope the plug in would set up a database list of users that will have a “my account” feature where profiles will be available to my clients to use for marketing and announcements. Those that log in will be designated “Choice Partners.”

    #71731
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Shopify Buy Button

    #71730

    Actually – I just tried the Site Origins Widget and that was able to post the code in Page Builder. So it works with that.

    Do you want the code in case this comes up again?

    In forum: Virtue Theme

    In reply to: Resize text/fonts

    #71727

    Here are pics. Thank you!
    Desktop
    Edit Mode
    Phone

    In forum: Virtue Theme

    In reply to: Shopify Buy Button

    #71718

    Hey,
    What widget are you using in pagebuilder?

    What does the embed code look like?

    Can you post a link to where this is not working?

    Ben

    #71714

    Has this issue been resolved? I’m not seeing updates available and it’s been a month since this post.

    #71685

    Hi,

    I am trying to replace SendOwl’s buttons (because you can’t customize them) with the button shortcode.

    This is the original code from SendOwl:

    <!– <script type=”text/javascript” src=” ></script> –>

    This is what I have done:

    [btn text=”Add to Cart” link=” tcolor=”#ffffff” bcolor=”#dd3333″ thovercolor=”#eaeaea” bhovercolor=”#d33030″ size=”small”] $7.00 Printable 18″ x 24″ Poster

    Although it does seem to work fine (first two buttons on the page), I do not know:
    1. Where to put the rel=”nofollow”.
    2. What this is for and whether I need it if I am not using their button: <script type=”text/javascript” src=” ></script>

    I also tried putting the button shortcode within SendOwl’s code, and that displayed fine, but the button did not work (third button on the page):

    [btn text=”Add to Cart” tcolor=”#ffffff” bcolor=”#dd3333″ thovercolor=”#e5e5e5″ bhovercolor=”#c42d2d” size=”small”]<script type=”text/javascript” src=” ></script> $7.00 Printable 18″ x 24″ Poster (button shortcode within SendOwl’s code)

    Thanks for your help!

    #71679

    Hi Deb,
    Are you using the latest versions of the theme and of wordpress? I would suggest deactivating your plugins to test if one is conflicting. Do you also mind posting a link?
    Thanks!

    Hannah

    In forum: Virtue Theme
    #71659

    Hi Chris,
    Do you have the shrink header turned on? The banner will not work if that is the case. Can you post a link?

    Hannah

    In forum: Virtue Theme

    In reply to: Width of pages

    #71657

    Hi Gerard,
    Yes, you can use css to change widths. Can you post a link? What specifics are you wanting to change and to what widths?

    Hannah

    #71656

    Hi Anton,
    Do you mind posting a link to your site? You can set as a private reply.

    Hannah

    In forum: Virtue Theme

    In reply to: Resize text/fonts

    #71654

    Hey Richard,
    Virtue theme was set up to be fully responsive. See here- http://themes.kadencethemes.com/virtue-premium/
    Can you post a link to your site so I can see if anything is interfering with the responsiveness?

    Hannah

    In forum: Virtue Theme
    #71643

    hey,

    Is it possible to change the width of the pages by changing the parameters or css style sheet (In my site they all use the fullwidth model). Is there a max limit ? Is the use of pagebuilder one or the the only mean to change page width ?

    In that case do I have to change the width of the header and footer also or is it automatic ?

    If a posts list is included in a page content will it be changed also automatically ?

    Before to create this topic I red some of the previous topics on that matter but it is not still fully clear to me. Sorry.

    Thanks

    Gerard

    #71634

    Hello,
    I wanted to create a dedicated mobile menu (desktop Language Top Bar Menu + desktop standard Menu), then reading several posts here, I discovered that in Appearence – Menu – Menu settings, I’ve not any possibility to select Mobile Menu, but well Primary, top bar and footer.
    Can you tell me which parameters I need to activate to have such parameter enabled?
    Many thanks
    Philippe

Viewing 20 results - 22,241 through 22,260 (of 29,722 total)