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: Image size
One last question, i promise, how can I get the two images centered on the page?>>http://www.climateshield.net/before-and-after/
In forum: Virtue ThemeIn reply to: Image size
In forum: Virtue ThemeHi,
I need to add some conditional logic to the display of some items on a menu, and the If Menu plugin looks like it will do the job nicely.
However – once I have installed and activated it, I am getting the following warning:
If Menu plugin detected a conflict with another plugin or theme and may not work as expected.
I have added the menu entries I wish into a Menu, which is being used in the Primary Menu and Mobile Menu positions, and I can’t see any immediate visual issues – but I am getting PHP Warnings on the page (I am using Query Monitor to view issues/loading speeds etc).
Any insight you could provide would be greatly appreciated!
Thanks!
Garry
In forum: Virtue ThemeIn reply to: locating strange pages
In forum: Virtue ThemeIn reply to: Reduce Secondary Menu Height
July 8, 2016 at 3:38 pm #102657Hey,
a. Thats not an option with the menu search. You can always add a normal menu item and link to a search page.
b. You can add this css:#kad-menu-search-popup { max-width: 300px; bottom: -40px; } #kad-menu-search-popup .form-search .search-query { height: 40px; padding-left: 45px; font-size: 18px; } #kad-menu-search-popup .form-search .search-icon { height: 40px; width: 40px; font-size: 18px; }3. Your logo has built in spacing in the image itself. I think you would be much better off cropping the logo image tighter: *yoururl.com/wp-content/uploads/2016/07/Dilexi-Vos-Logo-300×100.png
4. I’m not sure what bottom three pics you are refering to? What page?
Ben
In forum: Pinnacle ThemeIn reply to: Premium Theme Activation
July 8, 2016 at 3:23 pm #102648Hey,
On your my-account page. Can you be sure to check and delete the site if it’s under your api so that way you can activate. Invalid Instance means there is already one instance activated.Ben
In forum: Virtue ThemeIn reply to: Image size
In forum: Virtue ThemeIn reply to: Image size
July 8, 2016 at 2:34 pm #102636ok, create a new page. Add a gallery with your two images and make sure to set the columns to 2.
Click on the text tab of that page. Where you see the gallery shortcode surround in this html like this in example:
<div style="max-width:600px; margin:0 auto;"> [shortcode here] </div>Ben
In forum: Virtue ThemeTopic: shop page layout bug??
In forum: Virtue ThemeIn reply to: Gallery Problems
Hi,
Thank you for your reply. The CSS solved the images in the clients section from being linked out, which is great, however I don’t want the ones in the bottom carousel linking out either. To attachment page or the light box. I turned off the light box hoping that it would resolve the link out but it didn’t,. I would expect that when I set up the gallery and choose attachment type none in the link to window that the setting would stick and be used. It is not. I am not running JetPack anything yet on this site so that is not interfering.
As for size of images, that I will look in to and make any adjustments, but I have never experienced a problem in other themes using masonry to do with image sizes.In forum: Virtue ThemeIn reply to: Portfolio Page Layout Issue
individual portfolio pages the bottom pics https://dilexivos.com/portfolio/dilexi-vos-namaste-unisex-tank-top/
In forum: Virtue ThemeIn reply to: Portfolio Page Layout Issue
July 8, 2016 at 2:25 pm #102631At the “bottom” of what page? this something different from the portfolio slider summary?
Ben
In forum: Virtue ThemeIn reply to: Gallery Problems
July 8, 2016 at 2:15 pm #102628Hey,
1. The home page has a gallery with images that are very small. The gallery is attempting to link to the lightbox (which is a direct link to the image if lightbox is turned off). An attachment page is different. See here is an example of an attachment page: http://themes.kadencethemes.com/virtue-premium/split-content-wide/camera/You have the theme lightbox turned off so the images are just linking to themselves. If you want a galleries that have no links then you can use this css:
.kad-wp-gallery .grid_item a { pointer-events: none; cursor: default; }Finally the reason some images are not showing is because they are not able to be built for the gallery because they are so small. for example:
The theme gallery isn’t designed to work well when images are so tiny. But it still could it’s just that you also have jetpack installed and your running “photon” which we highly suggest against. Photon is changing how the theme can control images and so you end up with very small images + photon = theme gallery not able to find the size to know how to output the image.
If you must us photon for some reason and you can’t get larger images I suggest not using the theme gallery and instead using wordpress default gallery.
Ben
In forum: Virtue ThemeIn reply to: Portfolio Page Layout Issue
In forum: Virtue ThemeIn reply to: Reduce Secondary Menu Height
1. thanks
2. I added it top my top nav and was wondering if I could:
a) add text to say Search
b) reduce the height and maybe length of the search area3. I added the code and continued to play around with the spacing..I still need to move the logo and top nav (that are aligned properly)down a bit closer to the bottom of the secondary menu (purple).
4. I’m just trying to find the font of the text above the bottom 3 pics, I want to change my page titles to the same font but I don’t know in typography what the name is, it tells me what is already chosen (Roboto Slab) which is what I want to change.
In forum: Virtue ThemeIn reply to: Gallery Problems
http://www.avabusinessservices.com
no gallery plugin.. the only plugin I am using that would affect images is a copyright one.. and I get the same results with or without it.. right now I have it disabled
I am using the virtue gallery for all 3 of these areas
home page – clients area – has 11 in the gallery but only showing 8 / also links out to attachment page
client page (under about) same as home page
favourite websites on home page – all are showing in the carousel fine but I do not want them to link out to an attachment page
thanks.
In forum: Virtue ThemeIn reply to: UNABLE To Update API License Activation
July 8, 2016 at 1:39 pm #102615Your site was activated in the system here my-account page. So somehow it became inactive on your site but active here. By going into your account (my-account page) and deleting the site I could then activate it.
Ben
In forum: Virtue ThemeIn reply to: Google Map in Contact Form
July 8, 2016 at 1:37 pm #102614Hey,
Is your contact page set to Accept requests from these HTTP referrers (web sites)Becuase if your adding an API and you can’t see the map it means your being blocked.
Ben
In forum: Virtue ThemeIn reply to: page layout
July 8, 2016 at 1:32 pm #102608Hey,
If you wnat the sidebar beside the page title add this css:body.archive.woocommerce .titleclass > .container { width:auto; }And add this in your child theme functions.php file:
function kt_custom_child_init() { remove_action( 'woocommerce_above_main_content', 'kt_woocommerce_page_title_container', 20 ); add_action( 'woocommerce_before_main_content', 'kt_woocommerce_page_title_container_check', 20 ); function kt_woocommerce_page_title_container_check() { if(is_archive()) { kt_woocommerce_page_title_container(); } } } add_action('init', 'kt_custom_child_init');Ben
In forum: Virtue ThemeIn reply to: locating strange pages
July 8, 2016 at 1:24 pm #102603You can edit the category page templates using the theme options > blog settings at the bottom there you could select grid.
Ben
-
AuthorSearch Results


