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
In reply to: Move menu
July 18, 2014 at 8:31 am #13266Hey so you can add more spacing with css using the css hannah posted and then just changing the number to 100 or whatever you need.
Adding a widget above the area is more tricky, You can use the logo layout 4 in the theme options > main settings and that turned the whole right side into a widget area but the menu drops below.
You can edit the header.php file and add your text into the page. Or you can use a hook function in a child theme. There is a do action right before the menu called:do_action( 'virtue_above_primarymenu' );
BenIn forum: Virtue ThemeThanks. I will investigate the menu per pages.
For the logo: I just upgraded to the latest Virtue theme and was experimenting with the “option 4” for the logo style, so including a header widget area. But I can change to option 1 (left) if needed.Hope this is sufficient.
Again thanks!
Mark.
In forum: Virtue ThemeJuly 18, 2014 at 8:03 am #13261You can use this plugin for the menu: https://wordpress.org/plugins/menu-per-pages/
The logo is a bit more tricky, have to use css and replace the image. What type or header style are you using? Can you post a link?
The only why I see doing this is with custom css for each page.Ben
In forum: Virtue ThemeTopic: V 2.4.8 update removed icons
I just updated my theme to v 2.4.8 and now my icons have disappeared – you can see on my home page the icon menu has no icons now and also in the footer – my pinterest and twitter icons are gone. I tried to just put them back but they are not available anymore?
My site is *Login to see linkIn forum: Virtue ThemeIn reply to: A second "icon menu" on the front page?
Hey, you can do this with page builder. Here’s a tutorial on creating a demo4 page which uses both the hompeage layout manager and page builder- https://www.kadencewp.com/creating-demo-layout/
Let me know if you have further questions!
HannahIn forum: Virtue ThemeDear support desk,
I am looking for a way to show different (let’s say max 10) secondary menus (and logos) depending on the page.
As a workaround, I was thinking to create a widget area for each of the 10 scenarios and put a custom menu in each of them and show only the relevant widget area and hide the others. (I am not a php and css expert at all, but it seems to me that this is easily done.)But, it would be more ideal if I could dynamically assign a predefined wordpress menu to the Virtue secondary menu based on the page loaded. I want to classify the pages in 10 categories.
Can you give me a clue how to dynamically set the secondary menu like this? (also for logo, but this seems more doable)
Many thanks!
Mark van den Broek
NetherlandsIn forum: Virtue ThemeIn reply to: Page-builder images
Hey, I’m not quite sure what you mean. What images are you referring to? Here’s a tutorial on page-builder: https://www.kadencewp.com/using-page-builder-virtue-premium/
If you can be a bit more specific I’d love to help:)
HannahIn forum: Virtue ThemeHi,
I’m using the icon menu as an example, but I was wondering if it was possible to have two of some of the blocks used in the Homepage Layout Manager? It would be really handy to have two icon-menus, for example, or widget areas (not sidebars)… Is there a way of doing this?
Thanks in advance
Tim
In forum: Virtue ThemeIn forum: Virtue ThemeTopic: Page-builder images
In forum: Virtue ThemeIn reply to: How to change subtitle to H2?
July 17, 2014 at 9:09 pm #13227It’s just one template file. No filter option.
templates/page-header.php
line: 8Ben
In forum: Virtue ThemeWhat would be the cleanest/simplest way for me to make the subtitles use <h2> rather than <p class=”subtitle”>? Is it possible to use a filter in a child theme’s functions.php to change it, rather than overwriting all the page templates in the child theme? I’d rather use <h2> than a <p> so that it ranks higher for SEO use and I can use the H2 font settings to style it. That way H1 is the page title and H2 is the subtitle. I’d also like to add subtitles on all pages that don’t have them, like portfolio item pages, etc.
In forum: Virtue ThemeIn reply to: Carousel Slider
July 17, 2014 at 2:48 pm #13209The link you sent is of a page with the cyclone slider not the carousel slider. Big difference. Have you tried the carousel slider?
If your images are 750×419 then you should set your slider to that size? You don’t want a slider to be larger then your images, else you get issues like you are having.3. The arrows for the cyclone slider are in the plugin.
In forum: Virtue ThemeIn reply to: Portfolio Albums
@harris — you know that your link displays a 4 column portfolio, not a slider.
If you want to duplicate the 4-col portfolio, do this:
1. Create a page called Portfolio. Select Portfolio Grid as a template on the sidebar. Then on the main section, select columns as 4 columns.
2. Create a list of portfolio types (catgories) which will appear as text links above, like Design, Photography, Video as in the sample
3. Then create a portfolio item. Add information as you would normally.
4. On the side bar, add a featured image, which will be the image that appears on the portfolio page.
5. On the side bar, select the portfolio type that this belongs to.
6. On the main section, choose portfolio main page, select Portfolio or whatever you name it on #1.The rest you can follow Hannah’s link. Hope this helps.
In forum: Virtue ThemeIn reply to: How to add titles to the grid icon
July 17, 2014 at 12:32 pm #13197Are you using a child theme? Your going to have to edit a theme file and it’s best done if you copy the file into the child theme.
templates/content-singleportfolio.php
line 16
replace:
<a href="<?php echo get_page_link($parent_id); ?>">with:
<a data-toggle="tooltip" data-placement="bottom" data-original-title="Portfolio Page" href="<?php echo get_page_link($parent_id); ?>">Ben
In forum: Virtue ThemeIn reply to: Portfolio order in portfolio grid page
July 17, 2014 at 12:26 pm #13195After you changed the order did you clear the cache in w3 total cache?
Do you have the orderby in the page settings set to menu_order?Ben
In forum: Virtue ThemeIn forum: Virtue ThemeHi,
I understand how to set up the portfolio order (i think) but the trouble it’s not responding, in other words, the order stays the same even though I changed the page attributes of the portfolios. *Login to see link
So if you want something top row, left-most column it’ll be a high minus number right? and 1, 2, 3 etc will be after 0. So do I put 0 somewhere in the middle? I changed all the numbers round but it has not changed anything on the site.
I still have that w3 cache plugin with minify disabled.
Thanks!
In forum: Virtue ThemeHello,
first sorry for so much questions. But on my work on the web design of my site I have so much ideas.
I like a fixed social menu on the outer left, as example see this page with left social icons menu:
*Login to see linkOnly as example, you will find a lot of pages with this kind of social menus on outer left or right. They are fixed when scrolling rest of the site.
– Is that compatible with Virtue and the responsive design engine, with custom PHP and CSS?
– Or better: Perhaps I miss something and it is already integrated in Virtue and customizable out of the box?
– Perhaps somebody knows a Virtue Site which has implemented that and perhaps share knowledge with me?Details:
On my Site I want to try to have two menus like that. One with title “share” with links to share the page on social networks (FB, Google, linkedin, twitter). And one with title “connect” with a link to connect with me on social networks on which I have a profile, e.g. on linkedin and xing.
Ideas for solutions would be very nice.Thanks a lot and best regards
SebastianIn forum: Virtue ThemeIn reply to: Add Category in Menu
July 17, 2014 at 12:54 am #13165Hey,
Yes don’t post in a resolved topic, it’s very easy for me to miss that you posted because the topic shows resolved so it’s not reopened.On the menus page of the wordpress admin, in the top right corner click “screen options” then make sure the box is clicked for “product categories”.
Ben
-
AuthorSearch Results


