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

    In reply to: Formatting Issue

    #16229

    Ben, How can I get a contact form in the same style as the home page in this website: http://solunamarketing.com
    Also, can you advise Peyton

    In forum: Virtue Theme

    In reply to: Formatting Issue

    #16227

    Hey,
    This doesn’t have anything to do with pagebuilder, Jetpack add the sharing links to every page where “page content” is called, since you can add text to the page content and it will show above the staff posts that means that jetpack shows the buttons. I thought they had options to turn off in the meta options for the page, but if not you can add this css to your custom css box in the theme options:

    .page-id-66 .main > .sharedaddy {
    display:none;
    }

    Ben

    In forum: Virtue Theme
    #16223

    Just wanted to see if there was a way to fix a problem on the Staff grid page that I am experiencing?

    url:

    Above the double staff profiles there is a blank space that has allowed the calling of the share buttons. Those share buttons are part of WordPress Jetpack. I tried to remove them from loading for staff pages but that did not fix my problem. Is there a way to narrow down why it is call that section to load? Could it be a Page Builder issue? The actual page has no text, and is just set to call the grid. But there is a Page Builder column that is defined by default. I tried to remove the column, but it reappeared afterwards as part of its default settings. I have used page builder within the site for other things. I was thinking this could be the sub title, but I have left it blank.

    P

    In forum: Virtue Theme
    #16220

    Ben,
    Thanks for providing such a great theme. To date it has allowed me to do everything I have wanted with a very limited effort on my part. I only have one concern that I hope you can help me resolve. I am hosting my site in house on a Mac mini i7 with 8 gBytes of RAM running MacOS 10.8.5.

    The current site using your theme

    http://www.avmi.net

    seems to load pages very slowly. It can take in excess of 15 seconds to load a single page that is very limited in terms of image content, like this one….

    I have another development wordpress site (using a different theme) running on the same server that is much quicker to load pages.

    Is the time to load your theme page just the result of overhead for mobil responsiveness or is there something I need to change?

    Thanks
    Mike

    #16217

    Hi,

    I’m having a few problems with my site on my ipad mini. Here’s the address: http://www.zimkids.ca

    The Kadence slideshow is not displaying on the home page. In the vertical display the top menu also disappears.

    The footer columns (3) have lost the padding which I added in my Child of Virtue css file (please see below). They work well on the computer display.

    /* Footer styles */
    #containerfooter {
    padding-top: 30px;
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 15px;
    }
    #footercolumns .block {float:left;}
    #footercolumns .first, * html #footercolumns .first{clear:both; width:45%; margin:0}
    #footercolumns .second, * html #footercolumns .second{width:15%; width:20%; margin:0 0 0 7%}
    #footercolumns .third, * html #footercolumns .third{width:15%; margin:0 0 0 5%}
    h9 {
    font-family: Open Sans Condensed;
    line-height: 24px;
    font-size: 18px;
    font-weight: 200;
    color: #e97647;
    }

    Thanks in advance for your help.

    Isabel

    #16214

    Hi Ben, can you help me move the breadcrumbs on the product and category pages from in between the title and the pictures to right underneath the final picture in the category page and right above the tabs on the product page. Thank you for all the help!

    In forum: Virtue Theme
    #16210

    Hey,
    For the header image it would be better to place this in a slider area or widget area seperate from the page content, since it’s your home page. then I can help with the css to make full width.

    And for the bottom background I would recommend using pagebuilder, then adding your background though that so they are the full width of the page.

    https://www.kadencewp.com/using-page-builder-virtue-premium/

    But if you set on using what you have, here is the css:

    .homecontent [class*=wp-image] {
    padding: 0;
    }
    .homecontent {
    margin: 0 -15px;
    }
    .home .contentclass {
    padding-top: 0;
    }
    

    Ben

    #16206

    Hi,
    Is there a way to remove the margins (top, bottom, left, right) that is applied to the page specific content areas in between the header and footer? I’m trying to have elements within the pages (images, div tags, etc.) stretch to be the same width as the header and footer. I’m using the boxed style. Also, want hero images at top of each page to ‘attach’ to bottom of header. Even though I have an image the same width as the header, the image is resized slightly. I’m assuming both of these issues are due to the page margins but can’t figure out how to remove them. Thanks.

    #16199

    Hi, I am needing to have my site also available in Spanish. I am attempting to do this using wordpress multisite with the spanish page a downward “folder structure” for the secondary site. With the Theme enabled on the secondary site it references back to the main site.

    Example:

    Solunamarketing.com (main site with theme)
    Solunamarketing.com/esp (2cd Language site)

    Second site with another theme works fine. But, when premium is activated it references the main site in all links.

    Peyton

    #16197

    That is a sidebar with default wordpress widgets in it.

    1. Go to your appearance > widgets page and edit the widgets you want to show in your sidebar.
    or
    2. Go to the page you are working in and choose the “fullwidth” page template to not show a sidebar.

    http://docs.kadencethemes.com/virtue/#fullwidthpage

    Ben

    #16196

    Hi

    I don’t know what to call this, but when i go into my pages i have this standing in the right of all of them:

    Recent Comments

    Archives

    Categories

    No categories

    Meta

    Site Admin
    Log out
    Entries RSS
    Comments RSS
    WordPress.org

    How do i remove it?
    Thanks

    #16189

    Thats just a matter of css, for example, if I only want the secondary menu on say page with id 577 I would use this css:

    #nav-second {
    display:none;
    }
    .page-id-577 #nav-second {
    display:block;
    }

    Ben

    In forum: Virtue Theme
    #16185

    You can also make your home page the latest post page and your page content will show posts, allowing you to have sticky posts.

    Ben

    #16176

    Hi,
    is there a way to do this the other way round? I want to show the secondary menu only on one page, so I would have to set display: none to every single page, post, and portfolio-item. It would be much easier to have a code for showing, not for hiding…

    Are there any plans to build in a navigation-customizing in the future?

    Thank you!

    In forum: Virtue Theme
    #16172

    Hey, you can make them not sticky by using the blog post shortode in your edit page.
    Hope this helps!
    Hannah

    P.S. It’s probably not the best idea to have your login info on a forum. Might be smart to change it.

    #16163

    Ok first you need to fix the css in your custom css box, you have

    .tablepress thead th,
    .tablepress tfoot th {
    	background-color: #BBBDC0;

    widthout a closing bracket.

    Then if the css I sent still doesn’t work try this:

    .page-id-744 .main .col-md-4:before, .page-id-744 .main .col-md-4:after {
    content: '';
    display: table;
    clear: both;
    }

    Ben

    #16161

    Has to do with the floating elements inside the column, using the clear shortcode at the bottom would fix, but you can also add this css:

    .page-id-744 .main .col-md-4:before, .page-id-744 .main .col-md-4:after {
    content: " ";
    display: table;
    }

    HTML tables are never a good idea 🙂
    Ben

    #16154

    Hi there,

    I have an issue with a wide parallax image set up using page builder on the homepage not displaying correctly in Safari. It works perfectly in IE, Firefox and Chrome.

    The website in question is

    In a similar thread (#14441) you said “Ok you had this issue: – I installed the plugin to fix it. I would still contact your host about there out of date mode security.”

    I’m not sure it is the same issue, but I installed that plugin and problem remains.

    Is there anything else I can try?

    Thanks in advance,

    Steve

    #16137

    Hey Mark,
    No the issue above was fixed in a recent version of the theme. Can you post a link to your site? In the contact page settings what is the address you are adding?

    Ben

    In forum: Virtue Theme

    In reply to: more tag under Staff

    #16133

    Hey,
    This isn’t currently an option for the staff posts. But I can consider it for an update.

    You can add this by editing the page-staff-grid.php line 74 replace:

    <?php the_content(); ?>

    with

    <?php the_excerpt(); ?> <a href="<?php the_permalink(); ?>">Read More</a>

    Ben

Viewing 20 results - 50,441 through 50,460 (of 53,646 total)