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 ThemeMay 21, 2019 at 2:47 pm #226261
In the Product Information area of the theme while editing with Elementor:
A ‘template widget’ by itself in a section, does not show up on the product page. See *Login to see link
If I add an image widget (or any other widget) in another section below the section containing the ‘template widget’ … then … they will both show up. See *Login to see link
I do not know if this is an Elementor problem or a problem with the way that Elementor interfaces with my theme.
What do you think? What can i do about this?
Cynthia
In forum: Ascend ThemeTopic: Change font color
AnonymousMay 21, 2019 at 2:39 pm #226259Hi there,
Please see this page:
Is there a way to change the font color for the ‘read more’ underneath the community & storytelling sections to be dark blue instead of black?
HEX code = #25395A
Thank you!
In forum: Ascend ThemeMay 21, 2019 at 2:26 pm #226256It’s likely you have a permalink conflict, either you are using a custom permalink structure that isn’t valid or you have a page that is using the same permalinks base as the portfolio which WordPress can’t handle, for example, if the base slug of your portfolio post is “portfolio” and then you create a page and use the same slug portfolio WordPress can still work but if you give that portfolio page a child page so that the child page is portfolio/page title. That is the same url structure as your portfolio posts and it will not work.
So check your pages make see if you have pages with the same url as your portfolios.
If that isn’t it then you need to check your plugins as its possible you have another plugin adding a “portfolio” custom post type.
Ben
In forum: Ascend ThemeIn reply to: Display Second Widget area on home page only
May 21, 2019 at 2:23 pm #226255You use a plugin like this:
https://wordpress.org/plugins/widget-visibility-without-jetpack/
that lets you set the widget to only show on the home page,
Or this one: https://wordpress.org/plugins/widget-options/
Ben
In forum: Ascend ThemeIn reply to: bread crumb styling
May 21, 2019 at 2:06 pm #226253If you set the breadcrumb to be on top of the page title image then it’s going to be styled differently. The background is an opaque background with white text, for example, see here: http://themes.kadencethemes.com/ascend-premium-3/product-category/clothing/
It doesn’t make sense (based on your image) why you would be setting the header to “transparent” because your background is white. Why are you doing that?
In forum: Ascend ThemeIn reply to: Menu vertical align top
May 21, 2019 at 1:59 pm #2262521. Kinda but it’s going to look odd when you scroll…
.trans-header .kt-header-position-above .nav-main>ul.sf-menu { margin-top: -60px; } .trans-header .kt-header-position-above .is-sticky .nav-main>ul.sf-menu { margin-top: -30px; } .trans-header .kt-header-position-above .is-sticky .kt-item-shrunk .nav-main>ul.sf-menu { margin-top: -0px; }2. A better option than above but still when you scroll there is no way to make that kind of transition pretty. Css animation can’t do it well when switching images.
I suggest not using a sticky header if you want a logo like this. Or if you have to use a plugin that pulls in the sticky header after you’ve scrolled say 600px down the page.
Ben
In forum: Virtue ThemeIn reply to: Firefox + Explorer Adding Duplicate Images
May 21, 2019 at 1:13 pm #226243Yes it is showing two images for every column and I have no idea why or how the random non-showing images got to be there. I’m assuming I need to pick through the code and delete each image manually from each page. I’m going to start doing that but if you know of some other easy way…I’d be all ears! I fear this happened because I had added a media replacement plugin and it might have created this gem of a mess for me – it’s been deactivated and deleted…
In forum: Ascend ThemeIn reply to: numbered (and bulleted) list and text not showing
May 21, 2019 at 1:13 pm #226242You are setting the color to white through your widget, that widget targets heading and p tags only when defining the color. Which means it was never designed with the intent for a list to be put in it. Not saying you can’t it’s just not what the authors of that widget planned for when they created it and wrote the css to style it. I didn’t create that widget so I don’t know all that they where thinking I can only tell you that the css that is styling your normal paragraph or heading text white does not target list tags. So that is why you need to add css.
What css you add can be so many options. I gave you specific css to the row ID in page builder but if you want to target it another way you certainly can. The point is to be specific to the place where you want the color to be white.
Does that help and make sense?
Ben
In forum: Virtue ThemeMay 21, 2019 at 12:50 pm #226234I believe the lessons I learned today include when updating plugins – check to see if they were turned off! My home page is restored! Thank you!!!!
In forum: Virtue ThemeMay 21, 2019 at 12:30 pm #226229Hey,
It doesn’t look like you have the Kadence Slider plugin active. In your plugins page can you check to see if you see it and activate it?Ben
In forum: Virtue ThemeIn reply to: Firefox + Explorer Adding Duplicate Images
May 21, 2019 at 12:15 pm #226227Hey,
I just tried that login and It’s saying it’s incorrect?Did you look in the page for the images that are there in the html?
Ben
In forum: Virtue ThemeIn reply to: Issues with images with Gutenberg
Dear Ben,
Thank you for your help! I really never had this problem before as I always try to test website on different size screens. Thank you! Your CSS fix worked. Is it also possible to center these images on mobile view? They look a little strange squeezed to the right with empty space on the left.
One more question, I have some issues with images. At first, I thought it is because of image optimizing plugin, but I spoke to support and its probably not.
On this page: https://wondersoftibet.com/travel-gadgets-for-your-next-trip/
you can see the first photo looks very low quality (the second as well), meanwhile, i removed optimization, cleared cache and when you click on the photo you can see that it is actually very clear.It looks like certain size thumbnails are used for small images. For example, for this image even though I changed size to 400 wide, it uses thumbnail for 300 px wide image and it looks very pixelated.
What causes this issue?
Thank you!
In forum: Ascend ThemeFull message:
Sorry, but the page you were trying to view does not exist.
It looks like this was the result of either a mistyped address or an out-of-date linkI got this when trying to view a single portfolio item, not through a portfolio, just the portfolio item you would see listed if you followed the path – Dashboard – Portfolio
I’ve updated the permalinks many times.
What am I missing?
In forum: Ascend ThemeIs there a way, through the magic of CSS, to display the Second Widget Area in the header on the home page only? Perhaps I should tell you what I’m trying to do and you’ll have a different approach.
I want to embed the Calendar Wiz upcoming events widget over the slideshow in the transparent header on the home page, but I only want it to appear on that home page. I know I can add different elements to the slideshow itself, but I don’t think an HTML snippet is one of those things.
The site is HERE.
Thoughts? Thanks!!
In forum: Virtue ThemeIn reply to: Custom Caption CSS Stopped Working
May 21, 2019 at 9:24 am #226201The new JavaScript didn’t have much effect. I’m trying to recreate the captions to look just like your “excerpt” effect on the portfolio grid page.
Here’s the link to the desired “excerpt” effect you already offer on the portfolio grid page:
http://spikamfg.flywheelsites.com/custom-work-platforms/
The excerpt effect is what I’d like to replicate for the photo captions in the gallery.
Here’s a link to the portfolio gallery – click the first image to enlarge and see the standard offering for a photo caption – below the image. I’d like this gallery image’s caption to appear on the image itself, just as you have it on the “excerpt” effect:
http://spikamfg.flywheelsites.com/portfolio/valor-work-platform-series/
It was working GREAT! But went back to default captions after an update.
Billie
May 21, 2019 at 9:05 am #226198Hello,
I hoped updating would solve some of the issues I’ve posted about. It appears no to have removed the Kadence Slider from our home page altogether. We’re not launching today. But we’d really like to launch this week. See attached the error message. Thank you – Billie 785 650 2163
In forum: Virtue ThemeTopic: Translation
Greetings!
How to change (translate) “Show more” and “Hide text” at WooCommerce Category page?
Tried Loco Translate but can’t find theese 2 strings.
Example of page *Login to see linkIn forum: Virtue ThemeIn reply to: Problem with editing articles
In forum: Virtue ThemeIn reply to: Problem with editing articles
In forum: Ascend ThemeTopic: menu alignement
May 20, 2019 at 11:11 pm #226160Hi, as you can see in the picture
i put the cenrtal logo configuration on my theme configuration.
i would like that both menu and extras be aligned totally on the left and the right and not close to the logo… i want the left menu glued on the left and the right menu +extras) on the very right of the page….
hope i explained correctly…. thank you very much
-
AuthorSearch Results


