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 - 50,101 through 50,120 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Hover pages and posts

    #18050

    Hello Hannah!

    Thanks, but I mean something different.

    This is for sidebar:

    .sidebar a {
    color: #cc3333;
    }

    .sidebar a:hover {
    color: #000066;
    text-decoration: underline;
    }

    How to change, that will be for posts and pages?

    .sidebar a {
    color: #cc3333;
    }

    .sidebar a:hover {
    color: #000066;
    text-decoration: underline;
    }

    What to replace with .sidebar? .posts? .pages?

    Thanks.

    Best regards.

    In forum: Virtue Theme

    In reply to: Hover pages and posts

    #18049

    Hey, do you mean you want this to only affect sidebars on certain pages/posts? You can just add the page-id to the code. For instance if you wanted this to only affect your blog page you would add something like-

    .page-id-71 .sidebar a {
    color: #cc3333;
    }

    Hope that’s what you meant.
    Hannah

    #18047

    Hello,

    I need to increase my sidebar width to about 340 px

    I’d also like the width of my main content to be 640 px

    I need both of these changes on every page of the site.

    My site is http://www.spartanhomeservices.com

    Thanks, Derek

    #18045

    Still didn’t work. i replaced the original with the new one you provided and the slider loaded fine but the contact page map was still draggable.

    what i ended up doing was placing the original script into a text widget on the contact page itself and it works fine. =)

    #18044

    Hello!

    I have for sidebar this code and works fine:

    .sidebar a {
    color: #cc3333;
    }

    .sidebar a:hover {
    color: #000066;
    text-decoration: underline;
    }

    Which code is right for the same effect but for page and (or) post? Thanks.

    Best regards.

    #18040

    Hi Ben,

    I use a set of ‘Image Menu Item’ widgets on a page – not the home page. Just saw that a PHP notice is thrown in this case, complaining a missing declaration/definition of $counter ( i.e. line 743 in premium_widgets.php ). Just fyi …

    B.t.w.: I’m currently building a subpage navigation based on Pinnacle’s ‘Image Menu Items’ widget in a more CMS-like setup. A general ‘Image Menu’ widget would be great. With similar options as under Theme Options > Home Layout > Home Image Menu. Just not limited to the home page in its application. Is this anything you plan for Pinnacle?

    Dirk

    In forum: Virtue Theme

    In reply to: Search Results

    #18027

    If you just want to remove for the search page you can use this css:

    body.search-results .subhead {
    display:none;
    }

    Ben

    #18026

    I’m not sure what you mean? If you have categories for your portfolio posts then those category pages are already created by wordpress.

    Ben

    #18017

    Okay, I figured out that my /portfolio page had been not published yet. Solved that problem. Do I also need to create subcategory portfolio pages, or are those not necessary?

    #18012

    You can try this, for the contact page:

    <script type="text/javascript">
    jQuery(window).load(function () {
    (jQuery('#map_address').length) {
    jQuery('#map_address').gmap3({map: {options:{draggable: false}}});}});
    </script>

    Or this for the shortcodes:

    <script type="text/javascript">
    jQuery(window).load(function () {
    (jQuery('.kad_google_map').length) {
    jQuery('.kad_google_map').gmap3({map: {options:{draggable: false}}});}});
    </script>

    Ben

    #18010

    So, I finally made some portfolio pages. I went to see how the portfolio category page looks …and it is redirecting to my homepage? Any ideas on why this would be happening?

    Here is a portfolio item:

    In forum: Virtue Theme
    #18009

    Hi,
    When searching results show, there is an area above the page that has icons with author, date and comments when I hove over them.
    How do I remove the three icons.

    I have found a code in the css to remove the author but not the comments and date.
    Thanks

    In forum: Virtue Theme

    In reply to: Footer Help

    #17988

    I just want the footer widgets to be a different color then the footer itself.

    For example if you go to the site (linked in OP) the footer I want to stay red while the footer widgets (which are currently red just like the footer) I would like to be that darker blue that I have on the page.

    #17986

    I have 3 images of computers on a carroussel in my home page:
    I would like to hide a small pix frame around them and I don’t know if I need to change the background color to match the color of the picture background or if I need some CSS to adjust pixels to zero. Please instruct.

    #17976

    Front page: http://leadership.expert/

    Blog Page: http://leadership.expert/leadership-blog/

    Thanks for taking a look Ben.

    #17974

    Thank you Ben for the fast reply. It works just fine.

    Is it also possible to align the filter menu to the center of the page?

    Thanks,

    Ileana

    In forum: Virtue Theme
    #17969

    1. Yea the mobile menu is only set to switch on a mobile device and show the desktop version on a ipad. I recommend you work the design of your desktop version to be a little more responsive friendly. But if you want to make the mobile show for both mobile and tablets you can change one small peice of code.
    In virtue_premium/front-page.php

    On line 2 you will see:

    
    $detect = new Mobile_Detect_Virtue; if($detect->isMobile() && !$detect->isTablet() && $virtue_premium['mobile_switch'] == '1') {

    replace with:

    
    $detect = new Mobile_Detect_Virtue; if($detect->isMobile() && $detect->isTablet() && $virtue_premium['mobile_switch'] == '1') {

    2. Your header is just shorter then most, you can drop the menu below with this css, just add to your custom css box in the theme optons:

    .nav-trigger-case {
    width: 100%;
    position: static;
    display: block;
    }

    3. Mobile devices automatically highlight numbers, you can remove the highlight by adding this css:

    a[href^=tel]{
        color:inherit;
        text-decoration:none;
    }

    Ben

    #17967

    It depends on your blog post setup, are you using portrait or landscape settings? It also depends on your page, are you using a sidebar or not?

    Posting a link with support questions helps!

    Ben

    #17964

    As that site is not using the virtue theme there is no default option to do this and have it look the same.
    What you can do is in your theme options > topbar settings enabled the widget area and enabled the flip of your topbar.

    Then add a social icons to the topbar widget area using the virtue: social widget and assign a menu to be your topbar menu in the appearance menus page.

    Ben

    #17962

    I’m not sure where your located, but if you have a server in us then testing from Amsterdam will be much slower then say New York. Also your site is set to use www. So testing without just means your server is redirecting your site to the site with www.

    Here is a result testing from new york: http://tools.pingdom.com/fpt/#!/eEBSEo/http://www.hatchedinfrance.com

    and Dallas: http://tools.pingdom.com/fpt/#!/bQjore/http://www.hatchedinfrance.com

    Now those results are far from good. You have a couple issues one being that your server response time is really bad. I will again suggest that you should turn off your database and object caching and talk to your server about the best options for the hosting.

    You are also losing a lot of time to the mailchimp script your loading, way more time then you should for a small script so I would consider looking for a different plugin.

    And that goes for all your plugins, if your not using the plugin, I strongly suggest you deactivate. For example, cyclone, Kadence and revolution slider, if your not using it deactivate.

    You want to go through an work to optimize your results. Here is the demo page with the w3 total cache settings set up and a little more optimization:
    http://tools.pingdom.com/fpt/#!/VBYRU/http://themes.kadencethemes.com/virtue-premium-3/

    Ben

Viewing 20 results - 50,101 through 50,120 (of 53,646 total)