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: Add a continue to shop button
February 23, 2015 at 8:57 am #32136Hey,
You will need to use a child theme. Then you add this code to the functions file:add_action( 'woocommerce_after_cart_table', 'kad_keepshopping', 40 ); function kad_keepshopping() { echo '<p class="return-to-shop"><a class="button kad-btn-primary wc-backward" href="'.apply_filters( 'woocommerce_return_to_shop_redirect', get_permalink( wc_get_page_id( 'shop' ) ) ).'">'.__('Return To Shop', 'woocommerce' ).'</a></p>'; }Kadence Themes
In forum: Virtue ThemeIn reply to: Menu Dropdown + Other question(s)
February 23, 2015 at 8:55 am #32133The menu items are all a percentage width. That leaves you with the equal size and ending. Do you want to switch to padding based and not have the menu end at the other side of your page?
Ben
In forum: Virtue ThemeIs there a way to make the portrait image that appears on the blog page a smaller size. (eg. 250WX300H)? Here is alink to the pages I am talking about
*Login to see link
*Login to see linkSusan
In forum: Virtue ThemeHi there,
We wanted the picture to get larger and change and link to another page
We finally found a solution using a text widget and typing this code :<style>
.titreliens {
text-decoration:none;
color: #FFF;
display:block;
background-color: rgba(83, 83, 83, 0.8);
padding: 6px;
}a.lien_apropos1,a.lien_apropos2,a.lien_apropos3,a.lien_apropos4 {
text-decoration: none;
}.lien_apropos1 {
-moz-transition: 0.5s ease;
-webkit-transition: 0.5s ease;
-o-transition: 0.5s ease;
-ms-transition: 0.5s ease;
transition: 0.5s ease;
display:block;
width: 250px;
height: 250px;
background: url(‘http://www.background picture link 1.jpg‘);
background-size: cover;
}.lien_apropos1:hover {
display:block;
width: 265px;
height: 265px;
background:url(‘http://www.hover picture link 1.jpg‘);
background-size:cover;
}.lien_apropos2 {
-moz-transition: 0.5s ease;
-webkit-transition: 0.5s ease;
-o-transition: 0.5s ease;
-ms-transition: 0.5s ease;
transition: 0.5s ease;
display:block;
width: 250px;
height: 250px;
background: url(‘http://www.background picture link 2.jpg‘);
background-size:cover;
}.lien_apropos2:hover {
display:block;
width: 265px;
height: 265px;
background:url(‘http://www.hover picture link 2.jpg‘);
background-size:cover;
}.lien_apropos3 {
-moz-transition: 0.5s ease;
-webkit-transition: 0.5s ease;
-o-transition: 0.5s ease;
-ms-transition: 0.5s ease;
transition: 0.5s ease;
display:block;
width: 250px;
height: 250px;
background: url(‘http://www.background picture link 3.jpg‘);
background-size: cover;
}.lien_apropos3:hover {
display:block;
width: 265px;
height: 265px;
background:url(‘http://www.hover picture link 3.jpg‘);
background-size: cover;
}.lien_apropos4 {
-moz-transition: 0.5s ease;
-webkit-transition: 0.5s ease;
-o-transition: 0.5s ease;
-ms-transition: 0.5s ease;
transition: 0.5s ease;
display:block;
width: 250px;
height: 250px;
background: url(‘http://www.background picture link 4.jpg‘);
background-size:cover;
}.lien_apropos4:hover {
display:block;
width: 265px;
height: 265px;
background:url(‘http://www.hover picture link 4.jpg‘);
background-size: cover;
}
</style><table width=”100%”>
<tr>
<td width=”25%” align=”center”>
http://www.link picture 1 heading to“><span class=”titreliens”>Something1</span>
</td>
<td width=”25%” align=”center”>
http://www.link picture 2 heading to” class=”lien_apropos2″><span class=”titreliens”>Something2</span>
</td>
<td width=”25%” align=”center”>
http://www.link picture 3 heading to” class=”lien_apropos3″><span class=”titreliens”>Something3</span>
</td>
<td width=”25%” align=”center”>
http://www.link picture 4 heading to” class=”lien_apropos4″><span class=”titreliens”>Something4</span>
</td>
</tr>
</table>You can see the result on our webpage http://www.prismadism.com/a-propos/
In forum: Virtue ThemeIn reply to: Testing the shop
In forum: Virtue ThemeIn reply to: Help with fullwidth submenu styling
My page http://www.outdoor-prices.dk/
In forum: Virtue ThemeTopic: Testing the shop
In forum: Pinnacle ThemeIn reply to: Portfolio grid page translation
In forum: Virtue ThemeHi Ben,
I am using the Virtue ‘Contact’ page template. I added a Revolution Slider at the top of the page, however the Contact Form is underneath the slider now. Any tips on how to fix this? Thanks! *Login to see link
In forum: Virtue ThemeI would like to add a – continue shopping button – to the cart page. Are you able to tell me how to add one please?
Thanks
*Login to see linkIn forum: Pinnacle ThemeIn reply to: Full width portfolio
In forum: Pinnacle ThemeIn reply to: Blog grid issue
Hello,
Yes I am using grid page template: https://dl.dropboxusercontent.com/u/17952943/problem.png
I have also tried replacing old template-blog-grid.php, but no effect. There is also no effect if I delete that file, that is a problem from the start. It is the latest theme, uploaded today.
What do you suggest?
Regards, Matevz
In forum: Pinnacle ThemeIn reply to: Full width portfolio
In forum: Pinnacle ThemeIn reply to: Full width portfolio
Hey,
Are you wanting a portfolio or a gallery? It is important to know the difference. A portfolio is a group of projects. Each portfolio item links to its own page with info on that specific item. For example- http://themes.kadencethemes.com/pinnacle-premium/our-portfolio/
A gallery is a group of images that are simply images that link themselves. Example- http://themes.kadencethemes.com/pinnacle-premium/galleries/ And also a tutorial- https://www.kadencewp.com/creating-a-portfolio-page-with-virtue/Hannah
In forum: Pinnacle ThemeTopic: Full width portfolio
Hello,
I need a portfolio on my website – so, I have created a page (named “Photographie”), select photo grid on left (= my structure page). I used full width in container + pinnacle carrousel.
How to import my photo galerie ?
What’s the process to create a full width galerie ? What’s wrong 😉Thank you.
In forum: Pinnacle ThemeIn reply to: Blog grid issue
In forum: Virtue ThemeIn reply to: mobile site not display corretly
http://www.hermionescouture.com
The mobile home page is display as a blog page, with no slideshow, on menu and no footer.In forum: Virtue ThemeIn reply to: Page Builder Pluging do not Work
In forum: Virtue ThemeIn reply to: Menu Dropdown + Other question(s)
In forum: Pinnacle ThemeIn reply to: Shrink Header Menu with Padding
I’ve done a work around for those issues for now, more simply another thing, I’m sure you realise the ‘shrink header’ when scrolled will turn white and shrink, this is working on the front page but has not been picked up on all other pages, would I have to adjust a setting for the header nav to behave the same site wide?
Sorry can’t provide a link right now.
thanks
-
AuthorSearch Results


