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
Topic: Blog won't preview
In forum: Virtue ThemeTopic: a:hover
I was trying to put a hove color on the next page link on the following page ( *Login to see link ). This is the css that I pasted in the editor. But, it doesn’t seem to work. Tried a couple different things but still couldn’t get it to work.
.handgun-gallery-page-1 a:hover {
color: #656565;
{In forum: Virtue ThemeTopic: Contact us
Hey !
How can i have a contact us page like in the demo : *Login to see link
I didn’t find the contact us option page
Thanks
In forum: Virtue ThemeIn reply to: Similar posts and not latest post
In forum: Virtue ThemeJuly 6, 2014 at 5:35 am #12276Hi,
I am trying to translate the theme through the WMPL plugin. So far I have managed to find out how to translate widgets, pages and post etc. But I can’t figure out how to translate the things I have on the front page. That is – for the moment – the portfolio carousel, latest blog post and icon menu. My default language is danish, so in my theme options I have written the text in danish, but now I am making a version in a different language, and I am stuck. Please help 🙂
In forum: Virtue ThemeTopic: Carousel sorting problem
Hello Ben,
I’m writing with a problem that may occur on many websites using kadence themes carousel. When I post some news with the current date, that post is at the end of the carousel. The first post that I posted before it is the first one. What will happen if one year from now I will post 100 posts, some external user would be forced to scroll one houndered times to get the latest post. I was trying to figure it out somehow, but I spent much time with PHP and nothing stroke my head. You have option with portfolio allowing to choose sortng by date or some other options. Is it possible with blogs ? My page is http://www.piotrpietrzak.net
Regards
PiotrIn forum: Virtue ThemeIn reply to: Blog List Options – selecting single category
July 6, 2014 at 12:17 am #12268Hey Bill, Sounds like you mane this page “marks articles” your latest posts page in the wordpress settings > reading. That would override the page template settings. Just leave the “latest post” post page in wordpress set to select so it’s not effecting a page.
Ben
In forum: Virtue ThemeIn reply to: Removing background, and border
July 6, 2014 at 12:11 am #12267Yes targeting the specific item instead of all the paragraph tags on a page.
Looking at my code, I have tex-widget, should be textwidget. Sorry:
.handgun-gallery-page-3 #pgc-138-2-0 .widget_black-studio-tinymce .textwidget p { margin: 0 0 10px; background-color: #252525; padding: 5px; border-radius: 5px; border: 2px solid #959595; }Ben
In forum: Virtue ThemeIn reply to: Add pictures for the latest post
July 5, 2014 at 11:35 pm #12261You have to set the post summary option either setting the default (in the theme options) to portrait image or for each posts in the post editor.
http://docs.kadencethemes.com/virtue/#blog_posts
https://www.kadencewp.com/creating-a-blog-page-with-virtue/The blog titles on a blog page are H3 tags, and you can set that in the theme options or use css to specificly target the post titles on the blog page:
.kad_blog_item h3.entry-title { font-weight: bold; }You can change the title for the latest posts module in the theme options > home layout under the home blog section.
Ben
In forum: Virtue ThemeI have a page created using the “Blog” template (Title: Mark’s Articles). There is a series of options provided in the meta box called “Blog List Options.” The first option in the series is “Blog Category.” When I select a single category (for example “Articles”) and update / refresh all pages as necessary I still get ALL post categories appearing on the page.
Also – I have another page created using the “Blog Grid” template (Title: Latest News). Using the same options in the meta box “Blog List Options) – if I select a single category, update / refresh as necessary – I get the expected results (ie one category represented).
What I need to do is isolate the category “Articles” from the other posts so that those posts only show up on the page “Mark’s Articles.”
I am able to hack the page template loop a bit if necessary – but before I do would like a bit of advice on the problem.
Bill
In forum: Virtue ThemeIn reply to: Add pictures for the latest post
In forum: Virtue ThemeIn reply to: accordion photo gallery
July 4, 2014 at 11:19 pm #12222This has to be done with javascript becuase of how the bootstap accordaion works. Try adding this to the bottom of your page content. be sure to be on the text tab or in a text widget.
<script type="text/javascript"> jQuery(document).ready(function ($) { var $container = $('.kad-wp-gallery'); $('.panel-group').on('shown.bs.collapse', function (e) { $container.isotopeb({masonry: {columnWidth: '.g_item'}, transitionDuration: '0.8s'}); }); $('.panel-group').on('hidden.bs.collapse', function (e) { $container.isotopeb({masonry: {columnWidth: '.g_item'}, transitionDuration: '0.8s'}); }); }); </script>Ben
In forum: Virtue ThemeIn reply to: Removing background, and border
July 4, 2014 at 11:06 pm #12221I really don’t suggest you style p tags without being much more specify with your css. What you have is too all vauge. You want to be more specific with your css. Here is an example:
.handgun-gallery-page-3 #pgc-138-2-0 .widget_black-studio-tinymce .text-widget p { margin: 0 0 10px; background-color: #252525; padding: 5px; border-radius: 5px; border: 2px solid #959595; }Ben
In forum: Virtue ThemeI was working on the following page. ( *Login to see link ). I put a hove, and click page note with a background, border, border radius. I used this css to make some changes.
.handgun-gallery-page-3 p {
margin: 0 0 10px;
background-color: #252525;
padding: 5px;
border-radius: 5px;
border: 2px solid #959595;
}
When I added this, 6 backgrounds showed up. One behind each of the add placements. And one, above, and below the footer credits. I used this css to hide the one around the footer credits.
.handgun-gallery-page-3 .footercredits p {
display: none;
}
And it worked.
What can I do to hide, or remove the ones behind the ad placements?In forum: Virtue ThemeIn reply to: Page Troubles
Yes, that is what I ended up using. It seems to work without changing any other pages. And I am not planning on having anything else on the page right now, so it should be fine. The only thing I haven’t checked is to see what happens if I want to put an affiliate link above and below that area on the page.
In forum: Virtue ThemeIn reply to: Home Page – page content
July 4, 2014 at 2:04 pm #12196In the page which you have selected to be your front page in the wordpress settings reading. That page content is the “page content” module in the theme options > home layout. So whatever you add to the page content you will see in the front page where you have the “page content” module enabled. You have a call to action with a styled parallax background in that page.
You can learn about the home page here: https://www.kadencewp.com/creating-a-home-page-with-virtue/
and the pagebuilder visual style here: https://www.kadencewp.com/using-page-builder-virtue-premium/
Ben
In forum: Virtue ThemeIn reply to: Mobile Site Appearance
In forum: Virtue ThemeIn reply to: Page Troubles
July 4, 2014 at 1:23 pm #12182No I don’t think targeting all paragraph tags are a good idea.
When I look at your page I see:
.contact-us .panel-grid { background-color: #252525; padding: 10px; border-radius: 10px; border: 2px solid #959595; }Is that what you ended up using?
Ben
In forum: Virtue ThemeIn reply to: How to create a Revolution Slider?
Hey, the first thing you need to do is activate the revolution slider plugin in appearance > plugins. Once activated a revolution slider tab will show in your wp admin area. From there select “create new slider.” Add your slides and make whatever customization you like. Virtue allows you to display the slider basically anywhere on your site. You can add the shortcode to a text widget, you can display it to a page by making the page template “feature” or you can display it on your homepage in theme options > slider settings.
Hope this helps! Let me know if you have further questions.
HannahIn forum: Virtue ThemeHi, I’ve managed to re-do my entire site after MAMP-gate but I have a question regarding the appearance of widgets. On my home page, at http://www.thepoppiessingers.com I have shown duplicate widgets, one set in page builder (which I prefer due to the formatting of the link colours etc.) and the other in the footers. Can anyone tell me why the formatting changes when they are in the footer and how to correct this? The links in the ‘recent news’ section in the footer are faded out and too dark until they are hovered over. Also, there is a massive gap above and below the footers which looks odd. Any suggestions please?
-
AuthorSearch Results


