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
Topic: what tools to use
how can i build a page similar to your tutorials page: *Login to see link
i.e. what tools are used on that page?
What i see is two colums of information (blog posts?) with a sidebar of (menu?) itemsthanks,
mark c.In forum: Virtue ThemeIn reply to: Display page title on all pages except home page
June 25, 2014 at 11:58 am #11540Hey artur.
The simplest way would be to go to the theme options > home layout and in the “homepage layout manager” move the “page title” to disabled.
But you can also do this with css if you like use the body class “home” so it only effects the home page… like so:
.home .page-header { display: none; }Ben
In forum: Virtue ThemeHello-
1) I’m not sure how to get rid of the padding between the page builder rows -I made them different colors and added a border line so you can see what I mean- see page
*Login to see linkThanks
PatriciaIn forum: Virtue ThemeIn reply to: Display page title on all pages except home page
First of all thanks for your help but In my opinion it is impossible to do that using CSS
.page-header is define for all pages including home page so if I add this lines I will loose the title for all pages and my goal is to disable page-header only for the home page.In forum: Virtue ThemeIn reply to: Display page title on all pages except home page
In forum: Virtue ThemeIf you could look at the following page ( *Login to see link ). Where it says previous post, you can barely make it out. I have tried changing in the editor, but can’t seem to find the right area to over ride it to a color that is more visible.
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Google Analytics Script code
OK When reading all the instructions from Google Analytics, it says to insert another code into the header and footer
<script>
(function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,’script’,’//www.google-analytics.com/analytics.js’,’ga’);ga(‘create’, ‘UA-52252638-1’, ‘guidinglightfunerals.com.au’);
ga(‘send’, ‘pageview’);</script>
orCreate a PHP file named “analyticstracking.php” with the code above and include it on each PHP template page. Then, add the following line to each template page immediately after the opening <body> tag:
<?php include_once(“analyticstracking.php”) ?>Are you saying that because I have put the Tracking ID into the Advanced Setting area, that is all I have to do?
Thanks GlendaIn forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Problem with SiteOrigin Page Builder and virtue
June 25, 2014 at 12:23 am #11494Ok I’ve tracked down the issue, pagebuilder is using an old version of chosen.js. I’ve alerted there support and asked for them to update.
Ben
In forum: Virtue ThemeIn reply to: Problem with SiteOrigin Page Builder and virtue
June 24, 2014 at 11:48 pm #11491Ok so I’m an idiot. I get it now, you have pagebuilder enabled for the product pages, meaning you want to use is in the description tab. Which then creates this error. So I keep trying and trying but hadn’t gone into the pagebuilder settings and enabled it for the products… Again, I’m an idiot.
Ok I’ll have to talk with the pagebuilder developer and see if I can help him with a solution.
Ben
In forum: Virtue ThemeIn reply to: Google Analytics Script code
June 24, 2014 at 11:25 pm #11490What script is it? If you just need the analytics script it’s already added to the page once you ad the id in the advanced settings.
Ben
In forum: Virtue ThemeIn reply to: Portfolio Grid item sequencing issues
June 24, 2014 at 11:18 pm #11488Ok, so I understand the issue. with the order.
The order by title should be A to Z and I can fix that with an update but the reason your order is off is because of the way isotope works.
Isotope is the javascript code that arranges the grid layout and allows for the filtering at the top. It lays out in order of height not by rows. So similar to pinterest the next in line would be the next highest item on the page. This doesn’t mean anything if all the items are the exact same size because the it would fill by row but when the items are different sizes. Even if by a pixel then it changes the way the items are ordered.
For whatever reason (possibly you have crop to equal height off) one of your images in the portfolio grid is one pixel off from the others. It’s one pixel smaller in height and thats throwing off the order.
So can you tell me if it’s the portfolio page settings or something else? With a little css you can force the height to all be even too.
Ben
In forum: Virtue ThemeIn reply to: Portfolio Grid item sequencing issues
Hi Ben:
Yes, I carefully listed my sites in alpha order and then assigned the order numbers (in the attributes) in the same sequence. As you can see on the page
http://www.curlytopdesign.com/wordpress2/portfolio-grid
all of the images should be in alpha order (per number), but when you get into the 2nd row, they start veering off. Please ignore the images, which are place-holders at the moment. The Portfolio Items are duly named and when you roll over the Grid, you can see them.And, as I had mentioned earlier, if you select the Title sortation on the Grid, it is “backwards”, also with anomalies.
Hate to be a pain — hope you can help!
Thanks, Ned
In forum: Virtue ThemeI am trying to build a shopping page similar to this:
*Login to see linkWith small pictures and descriptions (harvested from amazon) arranged in a grid, with several rows. Each picture has a link to the main product page on amazon. Plus a hierarchical menu in the sidebar.
Can you suggest a grid layout tool, and menu tool?
In forum: Virtue ThemeIn reply to: Portfolio Grid item sequencing issues
June 24, 2014 at 6:37 pm #11479When you say you numbered the menu sequence, your talking about the page attributes yes. And you gave each a number?
That should work, can you post a link?
BenIn forum: Virtue ThemeIn reply to: Featured Product Filtering
June 24, 2014 at 6:34 pm #11477Yes product category. Can you post a link to the page? Did you use the product category name or slug?
Can you confirm you are using the latest version of the theme?Ben
In forum: Virtue ThemeIn reply to: Featured Product Filtering
Sorry Ben but that didn’t work.
Shortcode wasn’t working at all and when I try carousel widget through the page builder I get two of them with the same product even though I specified a category.
Just to clarify: it’s a product category we’re talking about not post category or anything else, right?Dariusz
In forum: Virtue ThemeIn reply to: Hover text
June 24, 2014 at 2:36 pm #11468Well you can add a modal. There is a shortcode for that, It’s done with a btn click. Or a popover. You can see an examples here at the bottom of the page: http://themes.kadencethemes.com/virtue-premium/shortcodes/
Thats it for integrated shortcodes other wise you would have to use a plugin.
Ben
In forum: Virtue ThemeTopic: Hover text
Greetings-
I’m trying to cut down on space on the page and was thinking if people could click or hover over the title then I could show details in like a “hover box”??
*Login to see linkFor instance if I hover over Team building than the detail text would show as opposed to having text there all the time.
You can see I tried a bunch of stuff. Is it best text box code, css code, call to action box with a link to where though??Thanks for any input.
Patricia
-
AuthorSearch Results


