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'
-
AuthorSearch Results
-
In forum: Virtue ThemeDecember 17, 2015 at 5:23 am #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 lookThis 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!
In forum: Virtue ThemeTopic: Can't upload site to server
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
In forum: Virtue ThemeIn reply to: Can't get icons to appear in Primary Nav menu
December 16, 2015 at 6:15 pm #71782That 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 ThemeIn reply to: Tags for portfolios
December 16, 2015 at 6:10 pm #71779Hey,
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
In forum: Virtue ThemeIn reply to: Select Option button show on mobile
December 16, 2015 at 5:44 pm #71769Please post a link with support requests. I need to see your primary color to know what css to give you.
Ben
In forum: Virtue ThemeIn reply to: Can't set parent page for portfolio projects
In forum: Virtue ThemeIn reply to: two posting/blog pages
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.”
In forum: Virtue ThemeIn reply to: Can't set parent page for portfolio projects
In forum: Virtue ThemeIn reply to: Shopify Buy Button
In forum: Virtue ThemeIn reply to: Resize text/fonts
In forum: Virtue ThemeIn reply to: Shopify Buy Button
December 16, 2015 at 1:31 pm #71718Hey,
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
In forum: Virtue ThemeIn reply to: Updates not showing available
In forum: Virtue ThemeTopic: Help with buttons….
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=”*Login to see link ></script> –>
This is what I have done:
[btn text=”Add to Cart” link=”*Login to see 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=”*Login to see link ></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=”*Login to see link ></script> $7.00 Printable 18″ x 24″ Poster (button shortcode within SendOwl’s code)
Thanks for your help!
In forum: Virtue ThemeIn reply to: WP "navigation bar" in page view missing
In forum: Virtue ThemeIn reply to: Logo change after import
In forum: Virtue ThemeIn reply to: Width of pages
In forum: Virtue ThemeIn reply to: need to force products into rows at the bottom
In forum: Virtue ThemeIn reply to: Resize text/fonts
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 ThemeTopic: Width of pages
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
In forum: Pinnacle ThemeTopic: Specific Mobile Menu
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 -
AuthorSearch Results





