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 '
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Formatting Issue
Ben, How can I get a contact form in the same style as the home page in this website: http://solunamarketing.com
Also, can you advise PeytonIn forum: Virtue ThemeIn reply to: Formatting Issue
August 29, 2014 at 8:44 pm #16227Hey,
This doesn’t have anything to do with pagebuilder, Jetpack add the sharing links to every page where “page content” is called, since you can add text to the page content and it will show above the staff posts that means that jetpack shows the buttons. I thought they had options to turn off in the meta options for the page, but if not you can add this css to your custom css box in the theme options:.page-id-66 .main > .sharedaddy { display:none; }Ben
In forum: Virtue ThemeTopic: Formatting Issue
August 29, 2014 at 6:14 pm #16223Just wanted to see if there was a way to fix a problem on the Staff grid page that I am experiencing?
url: *Login to see link
Above the double staff profiles there is a blank space that has allowed the calling of the share buttons. Those share buttons are part of WordPress Jetpack. I tried to remove them from loading for staff pages but that did not fix my problem. Is there a way to narrow down why it is call that section to load? Could it be a Page Builder issue? The actual page has no text, and is just set to call the grid. But there is a Page Builder column that is defined by default. I tried to remove the column, but it reappeared afterwards as part of its default settings. I have used page builder within the site for other things. I was thinking this could be the sub title, but I have left it blank.
P
In forum: Virtue ThemeTopic: Site performance
Ben,
Thanks for providing such a great theme. To date it has allowed me to do everything I have wanted with a very limited effort on my part. I only have one concern that I hope you can help me resolve. I am hosting my site in house on a Mac mini i7 with 8 gBytes of RAM running MacOS 10.8.5.The current site using your theme
seems to load pages very slowly. It can take in excess of 15 seconds to load a single page that is very limited in terms of image content, like this one….
I have another development wordpress site (using a different theme) running on the same server that is much quicker to load pages.
Is the time to load your theme page just the result of overhead for mobil responsiveness or is there something I need to change?
Thanks
MikeIn forum: Virtue ThemeHi,
I’m having a few problems with my site on my ipad mini. Here’s the address: http://www.zimkids.ca
The Kadence slideshow is not displaying on the home page. In the vertical display the top menu also disappears.
The footer columns (3) have lost the padding which I added in my Child of Virtue css file (please see below). They work well on the computer display.
/* Footer styles */
#containerfooter {
padding-top: 30px;
padding-left: 36px;
padding-right: 36px;
padding-bottom: 15px;
}
#footercolumns .block {float:left;}
#footercolumns .first, * html #footercolumns .first{clear:both; width:45%; margin:0}
#footercolumns .second, * html #footercolumns .second{width:15%; width:20%; margin:0 0 0 7%}
#footercolumns .third, * html #footercolumns .third{width:15%; margin:0 0 0 5%}
h9 {
font-family: Open Sans Condensed;
line-height: 24px;
font-size: 18px;
font-weight: 200;
color: #e97647;
}Thanks in advance for your help.
Isabel
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Setting page margins to 0
August 29, 2014 at 1:42 pm #16210Hey,
For the header image it would be better to place this in a slider area or widget area seperate from the page content, since it’s your home page. then I can help with the css to make full width.And for the bottom background I would recommend using pagebuilder, then adding your background though that so they are the full width of the page.
https://www.kadencewp.com/using-page-builder-virtue-premium/
But if you set on using what you have, here is the css:
.homecontent [class*=wp-image] { padding: 0; } .homecontent { margin: 0 -15px; } .home .contentclass { padding-top: 0; }Ben
In forum: Virtue ThemeTopic: Setting page margins to 0
Hi,
Is there a way to remove the margins (top, bottom, left, right) that is applied to the page specific content areas in between the header and footer? I’m trying to have elements within the pages (images, div tags, etc.) stretch to be the same width as the header and footer. I’m using the boxed style. Also, want hero images at top of each page to ‘attach’ to bottom of header. Even though I have an image the same width as the header, the image is resized slightly. I’m assuming both of these issues are due to the page margins but can’t figure out how to remove them. Thanks.In forum: Virtue ThemeTopic: Premium and Multisite
August 29, 2014 at 11:34 am #16199Hi, I am needing to have my site also available in Spanish. I am attempting to do this using wordpress multisite with the spanish page a downward “folder structure” for the secondary site. With the Theme enabled on the secondary site it references back to the main site.
Example:
Solunamarketing.com (main site with theme)
Solunamarketing.com/esp (2cd Language site)Second site with another theme works fine. But, when premium is activated it references the main site in all links.
Peyton
In forum: Virtue ThemeIn reply to: Removing the "right side" options in pages
August 29, 2014 at 11:21 am #16197That is a sidebar with default wordpress widgets in it.
1. Go to your appearance > widgets page and edit the widgets you want to show in your sidebar.
or
2. Go to the page you are working in and choose the “fullwidth” page template to not show a sidebar.http://docs.kadencethemes.com/virtue/#fullwidthpage
Ben
In forum: Virtue ThemeAugust 29, 2014 at 11:14 am #16196Hi
I don’t know what to call this, but when i go into my pages i have this standing in the right of all of them:
Recent Comments
Archives
Categories
No categories
Meta
Site Admin
Log out
Entries RSS
Comments RSS
WordPress.orgHow do i remove it?
ThanksIn forum: Virtue ThemeAugust 29, 2014 at 9:06 am #16189Thats just a matter of css, for example, if I only want the secondary menu on say page with id 577 I would use this css:
#nav-second { display:none; } .page-id-577 #nav-second { display:block; }Ben
In forum: Virtue ThemeIn reply to: Articles can not be Sticky
August 29, 2014 at 8:49 am #16185You can also make your home page the latest post page and your page content will show posts, allowing you to have sticky posts.
Ben
In forum: Virtue ThemeHi,
is there a way to do this the other way round? I want to show the secondary menu only on one page, so I would have to setdisplay: noneto every single page, post, and portfolio-item. It would be much easier to have a code for showing, not for hiding…Are there any plans to build in a navigation-customizing in the future?
Thank you!
In forum: Virtue ThemeIn reply to: Articles can not be Sticky
In forum: Virtue ThemeIn reply to: Columns Stair-Stepping in Mobile View – Help
August 28, 2014 at 6:54 pm #16163Ok first you need to fix the css in your custom css box, you have
.tablepress thead th, .tablepress tfoot th { background-color: #BBBDC0;widthout a closing bracket.
Then if the css I sent still doesn’t work try this:
.page-id-744 .main .col-md-4:before, .page-id-744 .main .col-md-4:after { content: ''; display: table; clear: both; }Ben
In forum: Virtue ThemeIn reply to: Columns Stair-Stepping in Mobile View – Help
August 28, 2014 at 6:39 pm #16161Has to do with the floating elements inside the column, using the clear shortcode at the bottom would fix, but you can also add this css:
.page-id-744 .main .col-md-4:before, .page-id-744 .main .col-md-4:after { content: " "; display: table; }HTML tables are never a good idea 🙂
BenIn forum: Virtue ThemeHi there,
I have an issue with a wide parallax image set up using page builder on the homepage not displaying correctly in Safari. It works perfectly in IE, Firefox and Chrome.
The website in question is *Login to see link
In a similar thread (#14441) you said “Ok you had this issue: *Login to see link – I installed the plugin to fix it. I would still contact your host about there out of date mode security.”
I’m not sure it is the same issue, but I installed that plugin and problem remains.
Is there anything else I can try?
Thanks in advance,
Steve
In forum: Virtue ThemeIn reply to: Google Map in tab only loading partially
August 28, 2014 at 9:38 am #16137Hey Mark,
No the issue above was fixed in a recent version of the theme. Can you post a link to your site? In the contact page settings what is the address you are adding?Ben
In forum: Virtue ThemeIn reply to: more tag under Staff
August 28, 2014 at 9:27 am #16133Hey,
This isn’t currently an option for the staff posts. But I can consider it for an update.You can add this by editing the page-staff-grid.php line 74 replace:
<?php the_content(); ?>with
<?php the_excerpt(); ?> <a href="<?php the_permalink(); ?>">Read More</a>Ben
-
AuthorSearch Results


