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: Pinnacle Theme
Topic: hide page banner
In forum: Virtue ThemeIn reply to: Remove links in Custom Carousel
Hi Hannah,
That is done in WP post styling, at the homepage.
See below..img {
-webkit-filter: grayscale(100%); /* For Webkit browsers */
-webkit-transition: .5s ease-in-out; /* For Webkit browsers */
-moz-filter: grayscale(100%); /* For Firefox */
-moz-transition: .5s ease-in-out; /* For FireFox */
-o-filter: grayscale(100%);
-o-transition: .5s ease-in-out;
}img:hover {
-webkit-filter: grayscale(00%); /* For Webkit browsers */
-webkit-transition: .5s ease-in-out; /* For Webkit browsers */
-moz-filter: grayscale(00%); /* For Firefox */
-moz-transition: .5s ease-in-out; /* For Firefox */
-o-filter: grayscale(000%);
-o-transition: .5s ease-in-out;
}.portfolio_item .portfoliolink {
ms-filter: “alpha(Opacity=80)”;
filter: alpha(opacity=80);
-moz-opacity: .8;
-khtml-opacity: .8;
opacity: .8;
}.portfolio_item:hover .portfoliolink {
ms-filter: “alpha(Opacity=100)”;
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}regards,
BertIn forum: Virtue ThemeI noticed that the shrinked/sticky header often only gets initially a tiny (0.5s-2s) after $document.ready. See here for example:
*Login to see link (page does document.ready, sticky header comes a bit later).I need to do some JavaScript just when the header has finished. Currently I just do a setTimeout(myStuff, 3000), but it’s not optimal. Is there an event that gets triggered when the sticky/shrinked headers is done? That is a way to listen do it like $('.certainHeaderElement').on('theHeaderHasFinished', function() {mystuff})?
In forum: Virtue ThemeTopic: Slider above menu (Demo 4)
Hello community,
we are using the virtue theme : http://www.onehundred.digital
Now I would like to change the look of the front page as it looks like in demo 4.
I know how to build a big fullwidth slider but i dont know how to put the menu under it. can anyone help me please?Thanks!
In forum: Virtue ThemeApril 29, 2016 at 2:51 am #93071Hi
I have created Image carousels on some of my featurepages, ex: *Login to see link
I would like the carousell to scroll all visible images when changing – si this possible?
Thank you
In forum: Pinnacle ThemeTopic: Boxed layout
I would like to use a boxed layout or at leat a grey framing on the content pages including the home page of http://185.123.99.153/~frank/
I like how it looks on blog posts grey background framing the content http://185.123.99.153/~frank/blog/
How do I replicate this for pages such as the home page please?
In forum: Pinnacle ThemeHi,
I am facing an issue in which the product name is not showing on individual product images. Do you have a fix for this?
This is the product page: *Login to see link
Do you recommend me to update to the latest version of Woocommerce of 2.5.5?
Thank You,
JohnnyIn forum: Virtue ThemeIn reply to: Virtue Theme Questions
In forum: Virtue ThemeIn reply to: Modal Lightbox for Form clips Submit button
April 28, 2016 at 8:35 pm #93041Hmm, oddly I don’t see a submit button in that forum? I looked through that form in html and didn’t see a submit. Can you confirm it’s there if you just post in a page?
Ben
In forum: Virtue ThemeIn reply to: Adsense
April 28, 2016 at 8:20 pm #93037Hey,
You can use the theme options > header footer scripts option and place in the header there.If you don’t see this in the theme options you can turn on in the theme options > theme extensions.
If you need to change this code on a page by page basis use this plugin: https://wordpress.org/plugins/oh-add-script-header-footer/
Ben
In forum: Virtue ThemeAre you just referring to your homepage or are you seeing this on other pages as well? How are you adding the image to your homepage? I would suggest either using page builder and setting your image as the background of a row, or using the kadence or revolution slider.
Hannah
In forum: Virtue ThemeIn reply to: Theme Options Icons Missing in Admin Center
Hey Taylor,
Obviously I am not Ben, but we at KT are always happy to help out! 🙂
There is a donation link under Buy us some coffee on this page- https://www.kadencewp.com/about-us/
Cheers!Hannah
In forum: Virtue ThemeHi, Super Kadence Team! After updating to Virtue 3.5 and WordPress 4.4.2, the Revolution slider on our home page disappeared completely; naturally, it was fine before I updated and the new revslider came along for the ride. I just installed updates for Virtue 3.6.1 and WordPress 4.5.1 hoping those would fix it. It was worth a shot. 😉 I tried resetting the slider and confirmed it works correctly in the editor/preview, and resaved the associated theme options. Any idea what else I can check? Feel free to see where it should be, above the menu bar, at thepilatescenter.com. Thanks for your help and the excellent theme!
In forum: Virtue ThemeIn reply to: Button to Movie back to The top
Here is some CSS that will allow the arrow to stay on the page no matter how big the browser window is.
@media (max-width: 992px) { #topcontrol { display: block !important; } }Just copy and paste this code from here to Theme Options> Advanced CSS.
Let me know if that works for you
In forum: Pinnacle ThemeIn reply to: Slider Revolution Home Page
Hello Ben,
I would like to make the first page basically like a splash page. Without a nav-bar, foot or logos.
I was thinking of using Slider Revolution to aid me with it. “If you have a better process I am all ears.”My struggles:
In “Theme Options> Home Layout> Home Layout Manager, and only activate Page Content” my Page content has some in it. It is still showing some
post, portfolio or some random stuff you can see here.. http://www.dortegaphotography.com
In addition, all the other pages I do want a nav-bar and logos and such.But Kevin’s suggestion is getting very close. need a couple things to iron out.
Hello Josh,
Definitely will let you know. There must be some setting in a place I am not sure of yet just because I am playing with it.
As far as Slider Rev. and such I’ve spent time making pages and sliders, so we are good there!!Thank you guys for all the quick and very informative information.
In forum: Virtue ThemeIn reply to: Keep full menu private until members are logged in
In forum: Virtue ThemeTopic: Adsense
Sticky Ads,
Where can I put a ad code from adsense that is supposed to go on the entire site?Example HTML page with the Page-level ad code added in the <head> tag
<html>
<head>
<script async src=”*Login to see link
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: “ca-pub-123456789”,
enable_page_level_ads: true
});
</script>
This is the head of your page.
<title>Example HTML page</title>
</head>
<body>
This is the body of your page.
</body>
</html>In forum: Virtue ThemeTopic: Search page header
On my search page I have a slider which i’m guessing was created by the demo content but for the life of me I can’t figure out how to remove it via an option. I have a seperate header slider on other pages, but this one is unique to the search results page. How can I get rid of it?
Edit: Seemed to have fixed it myself my modifying some other .css advice on the forum!
In forum: Virtue ThemeIn reply to: Keep full menu private until members are logged in
April 28, 2016 at 1:47 pm #92987Hey,
A simple option would just be to hide the items with css and show when the user is logged in.For example here is the css to hide the resources page for all but logged in users:
.sf-menu li.menu-item-29 { display:none; } .logged-in .sf-menu li.menu-item-29 { display:block; }You can do that with your extra items or yea the other option would be through functions
Ben
In forum: Virtue ThemeIn reply to: Virtue: Image resizing height in mobiles
April 28, 2016 at 1:43 pm #92986Because you are only wanting on one language I would suggest adding through the page itself and not on the others rather then in the theme options where it would apply to all.
You can use the “virtue shortcodes” to add the posts to just the one page.
Ben
-
AuthorSearch Results


