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 '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 51,421 through 51,440 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #11542

    how can i build a page similar to your tutorials page:
    i.e. what tools are used on that page?
    What i see is two colums of information (blog posts?) with a sidebar of (menu?) items

    thanks,
    mark c.

    #11540

    Hey 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

    #11536

    Hello-

    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

    Thanks
    Patricia

    #11527

    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.

    #11526

    Sorry, I missed the “except homepage.” Try this:

    .page-header {
    display: none;
    }
    
    #11524

    If you could look at the following page ( ). 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.

    #11519

    I would like to disable displaying page title on home page. When I use standard wordpress tips like:

    <?php if ( is_home() ) { ?>

    <?php } else { ?>

    <?php } ?>

    in page-header.php I’m loosing content. Can you give me a hand with the problem?

    #11514

    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>
    or

    Create 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 Glenda

    #11501

    I’ve also been trying to hyperlink and caption my pictures on the homepage slider but it doesn’t seem to work. Are there any ways to fix this issue?

    #11494

    Ok 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

    #11491

    Ok 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

    #11490

    What 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

    #11488

    Ok, 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

    #11485

    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

    #11484

    I am trying to build a shopping page similar to this:

    With 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?

    #11479

    When 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?
    Ben

    In forum: Virtue Theme
    #11477

    Yes 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 Theme
    #11470

    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 Theme

    In reply to: Hover text

    #11468

    Well 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 Theme

    Topic: Hover text

    #11463

    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”??

    For 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

Viewing 20 results - 51,421 through 51,440 (of 53,646 total)