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 '
-
AuthorSearch Results
-
In forum: Virtue Theme
Hi Ben,
I would like to install a “like” FB button on my homepage.
I put the social media widget with FB icon, but this button is just to reach my facebook page, and not to like my website page.
I searched on the forum pages but I’m afraid to do something wrong with the code, because maybe it could be a conflict between the widget and the button?
Could you please tell me how I can do this?
Thank you very much
MarieIn forum: Virtue ThemeIn reply to: Menu + smooth scrolling
Ben and Hannah, I would like to close the topic. I am just waiting for your answer if it is possible to insert the secondary menu to a portfolio page, e.g. http://knsb.uksw.edu.pl/portfolio/wyjazdy-naukowo-badawcze/ in the way which you gave me for pages?
In forum: Virtue ThemeIn reply to: Portfolio grids
In forum: Virtue ThemeHi,
I’m wondering how/where I can change the color of for example the send button on this page: *Login to see link
I basically want to change the dark blue color of that button, and all the dark blues (i.e. the read more text on the blog, the blue text in the second menu) into this color: #4f81bd.Could someone please tell how to do that?
Thanks in advance.gr, LEX
In forum: Virtue ThemeIn reply to: 3D style buttons
In forum: Virtue ThemeIn reply to: Reduce padding between page content and icon menu
No worries.
Try adding this to remove some padding on the homepage:.home-padding { padding: 5px 0 5px; }And this should work to position the icon left:
.home img { float: left; }Just paste those in theme options > advanced settings.
Hope that helps!Hannah
In forum: Virtue ThemeIn reply to: Shortcodes for blog_posts
In forum: Virtue ThemeIn reply to: Portfolio grids
So I tried using the template for the portfolio grid on different pages for different portfolios but… they all link together… can you only use the portfolio grid temp once?
ex: I have a design portfolio that I only want design stuff in. I made a page for that and used the portfolio grid on that… I then made a photography page that I want to have ONLY photography stuff on but when I clicked on the portfolio grind its shows everything from the design stuff..
Why is this?
In forum: Virtue Themetest.whitehartmoreton.co.uk
On the home page, there’s about 1cm too much space above and below the home menu icons. Any fix for this?
Second question if I may be so bold, is there a way to have the icons to the right/left of the text rather than above?
Regards,
Jake
In forum: Virtue ThemeIn reply to: wired testing
Hello,
1. This css should help-
#pl-117 .panel-grid-cell .panel { margin-bottom: 10px; }Try pasting it into your custom css box.
2. The best way control widget sizes on a page is to use page builder and adjust the column widths.
3. You need to add a page break. Just paste this where you want the line to break:</br>
4. It’s not auto sliding for me. Try refreshing the page.Hannah
In forum: Virtue ThemeIn reply to: Modal button is showing a when not logged in
January 12, 2015 at 9:09 am #27367Hey,
that could mean you have some code that is throwing off the button, if you click on text in the page can you remove any
codes. It’s not normal.can you post a link?
Ben
In forum: Virtue ThemeHi there,
For the first time with this theme, I’m stuck with a little issue: with certain images, on pageBuilder, The Virtue:Carousel widget doesn’t use the image thumbnails. Here’s the link to the page: *Login to see link
All images have a square thumbnail by default, and i’ve tried:
1- Reuploading new versions of the images that don’t work
2- setting max-height to 450px on the row and the carousel
3- Making new thumbnails by hand.EDIT: this only happened to me with the 2 columns layout.
Is there something I missed in the process? Thanks much, Nathan.
In forum: Virtue ThemeIn reply to: Menu + smooth scrolling
In forum: Virtue ThemeTopic: wired testing
Hi,
testing some new design options here: tweakapix.com/test
Page was made on a single row with many widgets.
1. Is there a way to control the space between the widgets ?
2. Is there a way to control the width of the widget ?
3. The second slider is Kadence slider. Text there is getting out of the slider.
4. Kadence slider AUTO PLAY is set to FALSE – it is still sliding autothanx, B.
In forum: Virtue ThemeTopic: Image as tab title
Hi Ben
I would like to create in-page tabs that use an image as the title something like this:
[tabs][tab title="<img src="image1.jpg">" start=open]
Test Content One
[/tab][tab title="<img src="image2.jpg">]
Test Content Two
[/tab][tab title=<img src="image3.jpg">]
Test Content Three
[/tab][/tabs]
Kinda like the image menu on home page.
Any ideas of the best way to achieve this (obviously the above doesn't work!)
Thanks
In forum: Pinnacle ThemeIn reply to: contact form align left
January 11, 2015 at 11:53 pm #27333Yeah you can use css like this:
@media (min-width: 992px) { .page-template-template-contact-php #content .main.col-md-5 { float: right; } }Ben
In forum: Virtue ThemeIn reply to: Flicker on down scroll
January 11, 2015 at 10:57 pm #27328@Hannah, can you test on your computer. I have tried in all browser I don’t see “this messes the parallax. The top of the image is visible under the bottom of the image.” (it’s the image below the slider on the home page)
@Bogdan – try adding this css..kt-panel-row-parallax-stellar { background-repeat:no-repeat; }also your image is only 1000px high and your space your asking it to fill is 1232px high. You might just need to use a large image to cover the whole area?
Ben
In forum: Virtue ThemeIn reply to: Menu + smooth scrolling
January 11, 2015 at 10:46 pm #27327Hey,
1. The script I sent should have made that work,
<script type="text/javascript">jQuery(document).ready(function ($) {$('#nav-second').localScroll({offset: -130});});</script>seems you changed the 130 to 30?
2. It’s possible, a little more tricky as you would need to use this plugin: https://wordpress.org/plugins/ce-wp-menu-per-page/
Ben
In forum: Virtue ThemeIn reply to: Menu + smooth scrolling
Ben, thank you for that. It works http://knsb.uksw.edu.pl/o-nas/ But there is a problem with padding (?) – when you click one of the buttons it scroolls you to the right anchor but its title is covered by the header and secondary menu 🙁
I would like to repeat my question:
Can I create another ‘secondary menu’ with diffrent anchors on another page to show it only there?
In forum: Virtue ThemeIn reply to: Boxes/Lines or edges & Icon questions
January 11, 2015 at 4:16 pm #273221. what color do you want this line. do you want it touching the banner image or below?
2. Yes that is correct. A price filter is only going to work on a page where the page loop is the product loop. Meaning it will only work on a category page. You can’t use a shortcode then have a filter.
3. I assume you mean 1 box around all products…
.kad_product_wrapper { padding-top: 10px; border: 2px solid #e6e6e6; }Ben
-
AuthorSearch Results


