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
-
Hey guys,
I’m trying to use an SVG as the image in an Info Box but every time I got to update the media to the SVG icon the builder crashes. Here is the crash report `TypeError: Cannot convert undefined or null to object
at Function.keys (<anonymous>)
at t.value (*Login to see link
at t.value (*Login to see link
at ce (*Login to see link
at qg (*Login to see link
at hi (*Login to see link
at Qg (*Login to see link
at Rg (*Login to see link
at Sc (*Login to see link
at Z (*Login to see linkI know that is probably a pretty unusually problem because most people don’t build with SVGs but would you mind taking a look?
Video: *Login to see link
Thank you!
In forum: Ascend ThemeIn reply to: Block Quote Styling – Desktop and Mobile
Hey Mark,
You have an open media query in your css that is affecting this. Here:@media (min-width: 992px) { div#content, div#pageheader .container { max-width: 670px !important; } .headerclass { border-bottom:1px solid #dbdbdb; }You just need to add a closing bracket and you should be set!
Hannah
In forum: Ascend ThemeHello,
I’m trying to make my block quote font the same as the rest of my body font. I’ve inputted the below CSS:
blockquote p {
font-size: 15.8px;
}This works for desktop but not for mobile. Any advice would be greatly appreciated.
The page in question is *Login to see link
Thank you in advance,
Mark
In forum: Ascend ThemeIn reply to: Woocommerce with Extras and Template Builder
Hi Ben,
Hopefully, I can just update this thread and not create a new one. 😉
I made some changes they request but there are two that I can’t seem to get figured out.
1. They want 16.9oz to be the default selected when landing on the page and show the appropriate cases. – I did find a setting in Woo that allows me to do this but then the 33.8oz bottle disappears and is not selectable.
2. When hovering over the images I need to make the background hover color blue, not the border. Is this possible?
Thanks Ben!
Chad
In forum: Virtue ThemeIn reply to: Thumbnail regeneration
In forum: Virtue ThemeTopic: SECONDARY MENU AS IMAGES
June 25, 2019 at 11:19 am #229106Hi Support, is there any way I can transform my secondary menu to an icon menu so it is available in all my pages not only on my home page? or just create a menu using images? I want to have a menu like the one in my footer but in all the pages under the heather, see the image attached.
Is there any way to use the virtue theme to do it or it has to be html?
MariaPalito
In forum: Virtue ThemeIn reply to: Recent Posts Carousel images have lazy load tag
In forum: Virtue ThemeImages in recent posts carousel dont load. They have lazy load tag. I use WP Rocket plugin, but I disabled lazy load for the post page and they claim it is not their plugin that is causing it. I dont have any other caching plugins and I cannot figure out how to make the images load.
In forum: Ascend ThemeTopic: Albums and Galleries
June 25, 2019 at 8:59 am #229086Hello,
I’m a bit confused about the albums/galleries and can’t seem to put 2 and 2 together on how to get this done.
What I’m looking to do is the following:
ALBUMS
|
|--------------|--------------|
2016 2017 2018
__|__ __|__ __|__
| | | | | | | | |
G1 G2 G3 G1 G2 G3 G1 G2 G3Basically, have an albums page that leads each albums to a page of galleries. I see an archive page created for galleries, but I don’t see one for albums.
Thank you,
DavidIn forum: Ascend ThemeJune 25, 2019 at 6:25 am #229072Hi Hanna,
that makes perfect sense, thanks a lot!
But it didn’t work initially, so I played around with your code.
Check https://ursuladiem.at/portfolio-people/As far I can see the tab ids are generated randomly each time the page is loaded. And the “title” defined in the shortcode is not part of the id.
Which means that$('.kt-tabs a[href=#'+url.split('#')[1]+']')would never match, because the number in<a href="#sctab50405" rel="nofollow">studio</a>keeps changing.So I replaced the line
if (url.match('#')) {$('.kt-tabs a[href=#'+url.split('#')[1]+']').tab('show') ;}
with the following, which seems to work:
if (url.match('#')) { $('.kt-tabs a:contains(' + url.split('#')[1] + ')').tab('show'); }The URL then has to look like this:
https://ursuladiem.at/portfolio-people/#studioAnd I don’t understand the
$('a[data-toggle="tab"]').on('show.bs.tab', function (e) { ...part.
As far I can see, there’s noa[data-toggle="tab"]anywhere, so I wonder what that code should do?Thanks a lot,
Christian
In forum: Virtue ThemeHi Team…
I am just wondering if it is possible to add this HTML code in the footer of my child theme in the “Appearance / Theme Editor” section?
I want to limit the widgets I’m running…
This is the code:
<!– Load Facebook SDK for JavaScript –>
<div id=”fb-root”></div>
<script>
window.fbAsyncInit = function() {
FB.init({
xfbml : true,
version : ‘v3.3’
});
};(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = ‘*Login to see link
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script><!– Your customer chat code –>
<div class=”fb-customerchat”
attribution=setup_tool
page_id=”1076295472421698″>
</div>I am trying to achieve the same FB messenger as this website example
Thanks,John 🙂
In forum: Virtue ThemeHi Hannah,
Sorry for the delay in my reply,
I now made a page for all 3 different post types and show excerpts of each category on the landing page using the plug in display-post-listing.
It seems though that the page content of the post pages is not showing. I have linked the menu items to the pages. pic 1
Also, on the original blog post page, I have all the categories showing, would like to have only category “blogi” showing there. pic 2
http://www.gentil.fi/saitti1/blogi/I guess I could do the “real” blog page, too, using the plug in, but the styling is so nice in the original lay out.
In my previous screenshot I was trying to illustrate how each listing should only show the corresponding category. I have titled the test postings with the category name. So we’re trying to have as if there were 3 blogs on the site…
regards,
UllaIn forum: Virtue ThemeHey Ben,
A month or so ago, you sorted a problem where a carousel in the header suffered:
a brief moment on each page-refresh when all the carousel items are shown in a grid, before the display resets correctly in the header.
You solved the issue like this.I have a similar issue. On Retired Working Dogs, we use a shortcode to add a Srizon Facebook feed into the header of every page:
/* Filter to insert Facebook slider into header */
add_action('kt_after_header_content', 'my_custom_head_output');
function my_custom_head_output() {
echo do_shortcode('[srizonfbalbum id=1]');
}On every page there is another very brief moment when all the slider images are displayed down the left hand side of the page.
Please could you look into a similar fix to hide it?
Very many thanks,
Phil.In forum: Ascend ThemeThis reply has been marked as private.June 25, 2019 at 2:40 am #229060In forum: Ascend ThemeIn reply to: This block contains unexpected or invalid content
In forum: Ascend ThemeThis happened today (not the first time) and I’ve lost all my days work. I checked the forums and the recommended fix doesn’t work. (ie attempt block recovery, just does nothing). These blocks were all Kadence blocks (Image Overlay). …using the Kadence row layout element.
This occurred after I changed the site origin settings to uncheck use classic editor for new posts, which I don’t know how it got checked because all new pages previously defaulted to gutenberg.
I’d also added a plugin called “Duplicate Post” as I wanted to duplicate the page I created using all those image/text overlay blocks, which took quite a while as the padding UI is quite buggy.
I have no idea how to resolve this other than start again and I don’t know if those actions caused this, as this occurred on another Ascend site I built, which I had to start again, using those same image overlay blocks.
In forum: Pinnacle ThemeIn forum: Ascend ThemeIn reply to: Accessibility labels
Thanks Ben,
I have added an aria-label for the search button on the popup using a child theme for now but it looks like every instance of the search icon needs a label and I can’t figure out how to do that part easily. I can wait.The HTML validator at achecker.ca is where I am getting the doctype error. I am not too concerned, as the pages function fine. This is my doctype and I can’t really figure out why it’s not valid.
<!DOCTYPE html> <html class="no-js" lang="en" itemscope="itemscope" itemtype="http://schema.org/WebPage" >Additionally, the remember me checkbox in the login dialog needs a label. This is not a high priority, as my site won’t be open to subscribers.
<input name="rememberme" type="checkbox" id="rememberme" value="forever" />
AmyIn forum: Virtue ThemeIn reply to: Virtue Theme with Kadence Block – not working
In forum: Ascend ThemeIn reply to: Accessibility labels
June 24, 2019 at 1:33 pm #229014First, it looks like the pages don’t validate to any doctype.
What is telling you that? The html has a doctype tag.
I’ll add a label for the search with the next update.
Ben
-
AuthorSearch Results




