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: Crop to Squares
Hi,
We haven’t installed any plug in that should effect the crop. Here is our portfolio page, we want it to be called “Visions”. We are also still working out how to have that under the “Art” menu heading. So, yes a bit stumped, we have set the dimensions in Settings Media, and checked the crop to size box. Here is what it looks like now:
http://www.mugwortdesigns.com/?post_type=portfolio&p=129We just want it to look like this page:
http://themes.kadencethemes.com/virtue-premium/portfolio/No sliders or anything, we just want the site simple. We would like every page displaying art to be able to have this format: 3 rows across, square pictures, which are a cropped thumbnail of the larger image that will be displayed fully when clicked. Just having trouble setting the thumbnail size, as you can see on our page we have a variety of shaped images.
Also, we would like to be able to choose how the thumbnail is cropped. Is that possible?
Thanks for your help!
In forum: Virtue ThemeIn reply to: Gallery, icon & search bar
January 26, 2015 at 3:45 pm #28676The topbar is split into two different areas, You have the menu on the right and that means the search would go on the left, you can left align it with this css and make it larger:
#topbar-search form { float: left; } #topbar-search form input#yith-s { width: 300px; }Yes if you have two search widgets on a page it will show the latest search term in both once you start a search. This is default for wordpress, I’m curious why you don’t like it?
In forum: Virtue ThemeIn reply to: Is Virtue Premium bbPress compatible?
January 26, 2015 at 3:39 pm #28674Hey,
I’m seeing a normal page. You have a sidebar though. did you add the function in your child theme?Ben
In forum: Virtue ThemeIn reply to: Is Virtue Premium bbPress compatible?
January 26, 2015 at 12:21 pm #28637It’s compatible but there isn’t anything in the theme that will enhance it like the theme does with woocommerce. You would be using the standard bbpress styles. And if you want to control the sidebars you have to use a function. So say you want the form pages to be fullwidth (no-sidebar) you would add this in your child theme functions.php file:
add_filter('kadence_display_sidebar', 'bbpress_sidebar'); function bbpress_sidebar($sidebar) { if (is_bbpress()) { return false; } return $sidebar; }Ben
In forum: Virtue ThemeIn reply to: Pagebuilder box size and Boxed Layout Style
Hi Ben,
Thank for the code. I had to increase to 1500px to change the width change of the site box.
However, the width of the pagebuilder box remains the same. I thought by increasing the site box the pagebuilder box will expand accordingly.
How do I change the width of the pagebuilder box/fram?
Thank you,
JayIn forum: Virtue ThemeIn reply to: Gallery, icon & search bar
In forum: Virtue ThemeIn reply to: text color button in hover not as expected
January 26, 2015 at 10:17 am #28611I still don’t see blue fonts… But try this css and see if you get a differance:
.cart_totals .checkout-button:visited, .cart_totals .checkout-button:focus { color: #fff; }As for the double section. That isn’t a theme section or a generic woocommerce thing. You need to check with the plugin that is adding it.
And Taxes on the cart page you have to enabled in the woocommerce settings. You have to set a default shipping address.
Ben
In forum: Virtue ThemeIn reply to: sliders on category pages not displaying
ah i have had a sort of breakthrough, i noticed through trial and error that the category page i was pasting the short code carousel into was not updating when i updated it after pasting, so there lies the problem, as for my previous theory on sub category pages not displaying the short code carousel, i have now disproved that, but why a page should not update i dont know., will try deleting it and starting over with that particular page
In forum: Virtue ThemeIn reply to: Remove heading in body of static home page
In forum: Virtue ThemeI want to remove the word “home” from the body of the home page, but want to include other text on that page using h2 or even p tags. I need the title “Home” for my navigation menu so deleting the title isn’t an option. I’ve tried the following code but it hasn’t worked – can you help please?
1st attempt :-
#homeheader .page-header h1 {
display: none;
}2nd attempt:-
.home .page-header h1 {
display:none;
}Sandra
In forum: Virtue ThemeIn reply to: Page width too narrow
In forum: Pinnacle ThemeIn reply to: call to action scrolling effect
Hey, this tutorial explains how: https://www.kadencewp.com/using-page-builder-virtue-premium/
Under the video you’ll see “Using Call to Action widget with Parallax Background” That’s what you want.Hannah
In forum: Virtue ThemeIn reply to: Gallery, icon & search bar
In forum: Virtue ThemeTopic: Page width too narrow
I have used this brilliant theme already for a site (www.huntermosaics.co.uk) I’m now using it again for another site but have hit a problem. I am sure there must be a simple fix/explanation but I cannot work it out – sorry!
I want the text in the body of my pages to spread out across the page – at the moment it seems to be positioned to the left and the width restricted so there is a big blank space down the right hand side of the page. I have checked the Theme Options/ Misc Settings and the option to restrict page width to 960px is set to “off”. Can you help? Sorry but site not yet live so can’t send a link.
SandraIn forum: Virtue ThemeTopic: Footer information update
Hi,
How do I add website copyright information to the footer. Please let me know the page to access and modify to accomodate this information for my website:
*Login to see link .Thanks
UshaIn forum: Pinnacle ThemeHi, I’d like to insert an image with the same scrolling effect like the one in the call to action container (added in Homepage Layout Manager), in a page builder page .
how can i do that?My site is dirtyrun.it in the homepage you can see the image I want to be able to manage throgh page builder, it’s the one under “11 luglio 2015…”
In forum: Virtue ThemeIn reply to: sliders on category pages not displaying
sorry i replied through email i shall try again. The woocommerce version is 2.2.10
i can get a carousel to display on the main product category pages as in here:
http://www.fossilbeach.co.uk/product-category/fossils/but not here where i pasted the same slider shortcode as an experiment:
http://www.fossilbeach.co.uk/product-category/fossils/ammonites/the only difference in the pages as i understand it is that the ammonite category is a child of the main fossil one but im just guessing at what the problem is. I understand this is a third party carousel but ethis does not work with the rev or cyclone either on these sub category pages as far as i can tell.
Thanks in advance
MIn forum: Pinnacle ThemeTopic: Products pagination
January 26, 2015 at 2:17 am #28561Hello, I have a big issue with the product pagination. It seems it is not working at all. I tried with the demo content as well, but it is still not working.
How could I fix it?I tried on two different hosting. You can see the problem here:
or here:
Thanks in advance.
Alessandro
In forum: Pinnacle ThemeIn reply to: Custom carousel
January 25, 2015 at 11:32 pm #285542. Did you clear your cache? I see theme in one line?
3. Just go to pages > add new. Choose the template “blog”. Then save.
4. Read more – are you adding a read more in the post excerpt? It may be a language issue because wordpress has a hard time figuring out “words” when it’s Japanese. Have you installed this plugin: https://wordpress.org/plugins/advanced-excerpt/ and changed to count by letters?
Ben
In forum: Virtue ThemeIn reply to: v2_7_8
January 25, 2015 at 11:23 pm #28552Hey,
You seem to be adding this code:.page-header h1 { display: none; }which is hiding your breadcrumbs along with your title on normal pages.
Ben
-
AuthorSearch Results


