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,841 through 50,860 (of 53,646 total)
  • Author
    Search Results
  • #14260

    Hey,
    There’s one space that is not aligning in my image gallery. The problem is that it’s not the same spot each time I refresh. Any help would be appreciated.
    Thanks

    In forum: Virtue Theme

    In reply to: Background CSS

    #14254

    First I am trying to get a background image on the actual product page. Want to background the product, descriptions, related products, etc. Once I get the background, then I can see what else might need to chagne. But just the background for starters.

    In forum: Virtue Theme
    #14252

    Now that I am on track, and the site building is getting easier. Can you look at the following page, ( ). Is there a css that will affect all products when they are displayed. That way I don’t have to have a css for each product displayed?

    In forum: Virtue Theme
    #14238

    In the row style for the first row on the page you can remove the top padding by adding 0 in the top padding box.

    You can also add this css which will remove more:

    .page-id-606 .page-header {
    margin: 0;
    }

    Ben

    #14236

    How can I remove the space under the Who We Serve H1 Header on this page:

    #14226

    Hi, i’m trying to change the style from Product Description Page, i need to change Prices and Variations.

    here you can see the example:

    the Grey Words, i need to change the color.

    I hope you can help me

    Regards

    In forum: Virtue Theme

    Topic: Styling menu

    #14201

    Hi

    We are trying to fix two last issues on our page:

    1. We want the drop down menu to be just beneath the main menu. So far, this works great when we load the page. But if we scroll down (collapsing the menu) and then back up again, the drop down menu suddenly gets a large top margin. Any way to remove this?

    Here is the custom code we added to advanced settings:
    .kad-header-style-three #nav-main ul.sf-menu > li > a{
    line-height: 50px !important;
    }

    .sf-dropdown-menu{
    margin-top: -60px;
    }

    2. We have added a search field to the main menu. The search field expands on hover. This works great as long as the page is wide, but when we reduse the page width the search bar has no longer room to expand. How can we get more room in the menu?
    Here is the code we have used:

    @media
    (min-width: 992px){
    .col-md-4 {
    width: 28.33333333% !important;
    }

    .form-search{
    width: 40px !important;
    }

    .form-search:hover{
    width: 170px !important;
    }

    .col-md-8{
    width: 71.66666667% !important;
    }

    .form-search .search-query{
    border-radius: 30px !important;
    }

    .kad-header-style-three #nav-main ul.sf-menu > li > a{
    line-height: 50px !important;
    }

    #14197

    Hello Ben,

    Hope you are doing fine. I am willing to add Pagination in default word press gallery.
    I would like to show 15 images in 5 Columns. That means there will be 3 rows. And then it will go to next page. In this way I will add images in the gallery further.

    Is there any way I can achieve that ( I used one external plugin “paginated effect” but it seems it is not working properly).

    There is a discussion previously:-

    where you suggested that we can add “<!–nextpage–>” after each gallery. Thats worked for me too. But I am looking for Single Gallery insertion with pagination.

    Thanks,
    Ari..

    #14189

    This actually is very cool, but something is wrong, I followed the instructions on the guide, layouts and all. I have Fullwidth in attributes and Wide Parallax

    I added a 2 column layout in the page builder, with both widgets Plain Text/HTML and added plain text on the left, and HTML on the right column, but, as you can see, it is not centered on the page, it is off to the left to much, while the layout in Post Builder 50% for each side, that is not how it is displaying, it looks flush left???

    http://internetslayers.com/1504-2/

    #14187

    I would suggest using the columns shortcode or page builder.

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

    Ben

    #14182

    Thank you, Ben, that helps, I will get a refund I think from them.

    I am going to make my own squeeze page with the WordPress Editor, I need there to be two columns, so my email opt-in form is on the right of some other text on the page, I was thinking about using the Full Page Width layout for the page, and then using a WordPress table with two columns is this the best way and will it display correctly in Mobile?

    Or is there a better way?

    #14181

    So that plugin looks like it’s using it’s own custom post type. And the problem is the template for it is not compatible with virtue. it’s calling the header and footer in twice on the page. To make this compatible you would have to create a child theme then override some of the plugin templates so it didn’t call the get header get footer functions. I don’t know the plugin or how it’s coded so you would need to talk with the developers about what templates they are using that are calling header and footer.

    Ben

    #14180

    Thanks Ben,

    Here is the plugin page: http://sellplrplugins.com/effortless-landing-pages/

    Squeeze pages, special landing pages created for lead captures, usually they have the opt-in form and some text, and are created to get email subscribers, or even sell a particular product.

    Here is the sample page I created with the plugin: http://internetslayers.com/spp_elp_optin/test-lynette/ and you can see the sidebar is not on the side, but below that white box, with the Sign Up here text, that is the squeeze page.

    And also, there is a WooCommerce error below the footer: Warning: Invalid argument supplied for foreach() in /home4/zcott567/public_html/internetslayers.com/wp-content/plugins/woocommerce-admin-bar-addition/woocommerce-admin-bar-addition.php on line 703

    The ABOVE issues only happen when previewing the Squeeze page created with that plugin.

    #14179

    1. Yes, use the fullwidth page template.
    http://docs.kadencethemes.com/virtue/#fullwidthpage

    2. What do you mean by “squeeze page” can you link to the plugin?

    Ben

    #14178

    1. Is there a way to prevent/disable the sidebar from showing on PARTICULAR pages of the site? (NOT Woo Commerce pages) just regular WordPress Pages.

    2. I have tried 2 Squeeze Page plugins and both break the sidebar layout, do you know of one that is compatible with Kadence Premium?

    In forum: Virtue Theme

    In reply to: Shop Page Layout

    #14145

    Take a look at the following page. ( http://baywatcharms.com/product-category/model/ ). Below where it reads Model, and above the actual items. G17, G19, etc. Do I have any other choices on how that is displayed? It wouldn’t look bad the way it is once some images were added. But can I do anything to it to make it look better?

    #14141

    I am using a child theme and have added some css to remove my footer from devices below 780 px width.

    The display of my home page

    temp.avmi.net

    looks good on an iPhone in portrait mode but in landscape mode, the second row of images (configured using the page builder plugin) align to the left and do not fill the screen.

    Can you suggest some css to enlarge the second row of images to fill, or at least align center on the screen, in displays less than the iPad landscape and greater than the iPhone portrait?

    Thanks
    Mike

    In forum: Virtue Theme

    In reply to: Shop Page Layout

    #14131

    Working on the following page, ( http://baywatcharms.com/shop/ ) If you see the border around where it says shop. I am trying to do that around each individual row. I used the following css to make the background, and the border radius. But for some reason, it won’t let me put a colored border around it.

    .product_item {
    background-image: url(“http://baywatcharms.com/wp-content/uploads/2014/07/dark-wood-background_11.jpg&#8221;);
    padding: 10px;
    border-radius: 10px;
    border:2px solid white;
    }

    #14122

    Hey,
    So probably the best way to do this is to add icon boxes to your home page through the virtue shortcodes. You should be able to customize them the same as you would through the icon menu.
    Hope this helps!
    Hannah

    #14120

    I’m using pagebuilder on my site, and on the home page have a slider, call to action widget, and an icon menu at the bottom. I’m trying to figure out how to add more content below the icon menu. I can reorder the page content and icon menu widgets, but then the icon menu appears above the rest of the content. What I’d like to have is content-icon menu-content. Is that possible?

Viewing 20 results - 50,841 through 50,860 (of 53,646 total)