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 - 52,381 through 52,400 (of 53,646 total)
  • Author
    Search Results
  • #6512

    I am having an issue with the scroll bar down the bottom. (Please see screenshot) I am not sure why is it appearing, it’s there on all of my other pages too.

    I have tested it in other browsers & it is doing the same thing also.

    Thank you 🙂

    #6509

    Ps to hide a sidebar just use the fullwidth page template: http://docs.kadencethemes.com/virtue/#fullwidthpage

    Ben

    #6508

    In your custom css box in the theme options > advanced settings, You are selecting on page by: “Just using the page title, which becomes a css tag in the body”

    So if you page is titled “my page” then the css would be:

    .my-page header.banner, .my-page #containerfooter, .my-page .page-header {
    display:none;
    }

    Ben

    #6507

    Sorry if this a obvious answer! … but where do I put this code for it to work for just one page in my wordpress blog?

    #6506

    Here is my example page: http://themes.kadencethemes.com/virtue-premium-3/no-header-test/

    Just using the page title, which becomes a css tag in the body I added this css:

    .no-header-test header.banner, .no-header-test #containerfooter, .no-header-test .page-header {
    display:none;
    }

    Ben

    #6505

    Hi,

    I would like just one page on my website to be completely blank.

    No header, no menus, no sidebars, no footer etc.

    Is there a custom .css you could give me to achieve this for just one page?

    Thank you in advance! 🙂

    #6499

    Hi Ben,

    Thanks for that. That worked and I should have thought of that – silly me. But just on the matter of child themes, my real objective is the remove the sorting function drop down on the shop page. I created another functions.php file in the child theme and added the code:

    <?php
    remove_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_catalog_ordering’, 30 );

    ?>

    When I refreshed the shop page however, the default sorting drop down is still there?? Again have I omitted to do something? Any suggestions would be appreciated.

    Jas

    #6485

    Hi,

    Because of SEO with woocommerce catégories, and because the fabulous <H1> tag is used for the catégories title, i use a long name for them.
    I would like to use the categories id instead of gategories name with the button on the catégories pages. check my website @ sacsdelivraison.fr/coursier/sacs-a-pizza-isotherme/ for exemples.

    Thank you

    In forum: Virtue Theme
    #6478

    Yes, just make sure you have the latest version installed. Then go to theme options > main settings bottom of the page.

    Ben

    #6474

    Hi, Ben –

    Is it possible to fix the header (logo/menu) so it stays put when people scroll on my pages? Thanks.

    #6472

    The Google Analytics field in the theme options—>advance settings is super helpful! I was trying to add demographic data to my google analytics reports, but when I use GA to validate if this type of tracking has been enabled, GA notifies me that “Demographic Interest Reports…Tracking code changes needed.” Per GA, I need to update a line of code, although I’m not sure where I can find that code.

    I looked through the footer and header.php files but I couldn’t find this code anywhere. I also searched the theme folder for an ‘analytics.js’ file, but came up empty handed. Do you have any recommendations on how I could update this code on the Virtue theme?

    Here is the single line of code update that GA recommends (

    To implement Remarketing, Demographics and Interests reporting, or GDN Impression Reporting, replace the bold text in this example:

    <script type=”text/javascript”>
    var _gaq = _gaq || [];
    _gaq.push([‘_setAccount’, ‘UA-xxxxx-y’]);
    _gaq.push([‘_trackPageview’]);
    (function() {
    var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true;

    ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl&#8217; : ‘http://www&#8217;) + ‘.google-analytics.com/ga.js’;

    var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(ga, s);
    })();
    </script>
    with the bold text in the example below:

    <script type=”text/javascript”>
    var _gaq = _gaq || [];
    _gaq.push([‘_setAccount’, ‘UA-xxxxx-y’]);
    _gaq.push([‘_trackPageview’]);
    (function() {
    var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true;

    ga.src = (‘https:’ == document.location.protocol ? ‘https://&#8217; : ‘http://&#8217;) + ‘stats.g.doubleclick.net/dc.js’;

    var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(ga, s);
    })();
    </script>

    In forum: Virtue Theme
    #6471

    You can add this and make the post sit up a little more:

    .single-article article {
    margin-top: 0;
    }

    Or to push the titles down:
    .page-header {
    margin-top:15px;
    }

    In forum: Virtue Theme
    #6469

    Yeah you can remove it with this css:

    .page-header {
    border:0;
    }

    Ben

    In forum: Virtue Theme
    #6468

    Actually Ben you are way ahead of me – I changed the head content to ‘none’ as you suggested and that solved the issue with the images not appearing in the summary, then I added an image to the left of the content. All is close to good, because now the title appears at the top of the page where I want it. However, it doesn’t have the lines above and below like on the page titles. So, I now ask whether there is a way to just get rid of those lines above and below the page titles?

    Thanks!

    #6463

    While I’m on the topic of blog posts Ben, is there a way to display the title of the post about the featured image in the same place the the page titles are displayed? That would be helpful.

    Thanks again so much – and have a great evening!

    #6453

    Hi Ben,

    On the portfolio grid page when you view it via a tablet or mobile it displays a ‘filter projects’ menu contains the portfolio types. Is there a way of changing the label from ‘filter projects’ to something else?

    Cheers Mark

    #6452

    Yeah I see it, Can you email me a login to your site, I want to check something I think I see the issue, your images have a funny url:
    http://www.rozin.com/wp-content/uploads/2014/03/66x63xscitex.png.pagespeed.ic_.vV3lrNo3iv.png

    Ben

    #6451

    I am not using an image plugin
    The plugins I have are: Akismet, Cyclone Slider Pro, Hello Dolly, Jetpack by WordPress.com, Page Builder by SiteOrigin, Revolution Slider, UpdraftPlus – Backup/Restore
    That’s it.
    Are you seeing the effect I am describing?

    Etan

    In forum: Virtue Theme

    In reply to: Adding Twitter

    #6445

    Hey,
    You just add the virtue:social widget to one of the footer widgets of your site.
    Go to the appearance > widgets page and add whatever widgets you want to the footer columns.

    Ben

    In forum: Virtue Theme
    #6443

    Is there a tutorial that explains how to add the home icons as they are shown on

    You will see that at the bottom of the page there are a 4 blocks with information – one is Contact and it includes small icons (facebook etc.). I would like to add 4 similar blocks and in particular I would like to include a follow-me twitter link and a follow0me pinterest link under contacts. I cannot find help on this- could you please help me or point me to a tutorial.

    My site is DanTaylor.com

Viewing 20 results - 52,381 through 52,400 (of 53,646 total)