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: site origin editor widget not functioning as normal
In forum: Virtue ThemeIn reply to: site origin editor widget not functioning as normal
In forum: Virtue ThemeIn reply to: Plugin Conflict
August 6, 2019 at 12:07 pm #232567The plugin “Chamber Dashboard Member Manager Pro” is loading a script in the admin and failing to properly call jQuery which causes a conflict. It’s not something I can change in the theme because it’s directly related to their code.
They are using:
$.fn.hide_fields_if_checked = function(selector) { if((this).is(":checked")){ $(selector).parent().parent().hide("slow"); }else{ $(selector).parent().parent().show("slow"); } } $.fn.show_fields_if_checked = function(selector) { if((this).is(":checked")){ $(selector).parent().parent().show("slow"); }else{ $(selector).parent().parent().hide("slow"); } }The redux options framework (used on over 1 million sites ) is initing jquery with no conflict and since those functions are not defining $ as jQuery varable it breaks the page.
To fix that plugin either needs to change how they are loading the script to only load on the page where it’s needed (most ideal and best practice).
Or they need to define
$in their functions or just usejQuery.so that you can start working right away I simply updated their script to this:
jQuery.fn.hide_fields_if_checked = function(selector) { if((this).is(":checked")){ jQuery(selector).parent().parent().hide("slow"); }else{ jQuery(selector).parent().parent().show("slow"); } } jQuery.fn.show_fields_if_checked = function(selector) { if((this).is(":checked")){ jQuery(selector).parent().parent().show("slow"); }else{ jQuery(selector).parent().parent().hide("slow"); } }I suggest you not update that plugin until you report this to them and see if they are willing to fix it.
Ben
In forum: Virtue ThemeHello, I realized that when clicking, from the single post, on the previous post/next post, it jumps through some posts. The track is not linear.
I admit that I edited the content-single.php template, but I tried to put in his place the original file and the problem is the same.Here is the posts page:
*Login to see linkThank you for your support.
In forum: Virtue ThemeHello,
Sorry to reply after so much time, we had a summer break here.
I don’t know how to use the shortcode, seems the home page automatically adds the latest posts? But I wish to only show category “blogi”, the other categories are shown using a plug in (display posts).
Here is the page: http://www.gentil.fi/saitti1/
Ulla
In forum: Virtue ThemeIn reply to: image doesn’t show on blog
In forum: Membership ForumsIn reply to: Virtue: Blog image gallery in the header
In forum: Membership ForumsIn reply to: Cart notice
August 5, 2019 at 12:27 pm #232485Hey,
thanks for your suggestions. I won’t be adding other pages to cart notices but I will add to my list to look at adding a site notice extension.Ben
In forum: Ascend ThemeIn forum: Ascend ThemeHello,
i have a problem in this page (follow private reply with login data): *Login to see link
In few words, the carousel gallery cause a scroll on right from mobile devices and a problem with header in android devices.
How i can fix this problem?
Thanks and regards
In forum: Ascend ThemeHello Support team!
I’ve added the following links to Ascend Info box, at the bottom of this page:
1. box: tel:+36309991020
2. box: mailto:[email protected]When the page was published, these links did their job great from mobile. But now they don’t do anything. What should be the right link format, can you please advise?
Thanks, Anita
In forum: Pinnacle ThemeTopic: Shop Item on Homepage
In forum: Virtue ThemeHi,
I did the last update, but the home and blog pages are messed up. If I disable ‘Multilanguage by BestWebSoft’ plugin the design works ok.
(but then the translation does not work anymore)The site is: *Login to see link
Acording BestWebSoft this is the problem:
Hi,
This issue is related to your theme style. There is an inline style on your homepage that was causing the problem:
body {
background: #fff;
color: #444;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
margin: 2em auto;
padding: 1em 2em;
max-width: 700px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}Please try remove the property: max-width: 700px; and check the result.
Sincerely,
ElenaBut I think I that does not work…
In forum: Virtue ThemeTopic: image doesn’t show on blog
Hi, Ben,
The images on the blog don’t show. I have refreshed the setting on the theme option, it works again only on chrome browser, but not others. Also the product page images work on other browers, but not chrome. I wonder if you can help with that.
Cheers
JenIn forum: Ascend ThemeAnonymousAugust 4, 2019 at 1:10 pm #232406Hi
I have a search icon in the top bar (it should just search products) – but when I search I don’t get any results. Regardless of which page I am on when I search, I just get redirected to the home page instead of the search results page. The search appears to be running eg the URL changes to include ?s=<search_term>&post_type=product but the results aren’t shown.
It used to work, but I suspect it stopped working when we redesigned the homepage using SiteOrgin Layout.
Additionally, I tried adding a search box via header widgets as a workaround, but that doesn’t seem to be working either now.
Any thoughts on how to fix this?
The website is *Login to see link
Many thanks
DomIn forum: Ascend ThemeIn reply to: change the menu text color on specific post/page
August 4, 2019 at 3:43 am #232391Hey Ben,
It is still a draft (not published yet), but Public –
Sorry, I’m not sure what to do so you can view it?
see below 🙂
I’ve upload image previously (above).Permalink: https://www.adventuretravelcoach.com/draft/ ‎Edit Get Shortlink
Edit with Elementor
SiteOrigin Hero
A big hero image with a few settings to make it your own.
SiteOrigin Headline
A headline widget.
SiteOrigin Features
round
SiteOrigin Image
https://layouts.siteorigin.com/wp-content/uploads/2015/10/Everest-Iphone.png#250×500
SiteOrigin Features
round
SiteOrigin Headline
A headline widget.
SiteOrigin Editor
Everest, a Page Builder layout Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore
SiteOrigin Button
Beautiful
Word count: 103
Last edited by mhuman on July 28, 2019 at 3:47 pm
Toggle panel: Publish
PublishPreview (opens in a new tab)
Status: Draft Edit Edit status
Visibility: Public Edit Edit visibility
Revisions: 5 Browse Browse revisions
Publish immediately Edit Edit date and time
Readability: Needs improvement
SEO: Not availableIn forum: Membership ForumsIn reply to: Cart notice
Hi Ben
Thank you for your answers.
I’m glad, that you will add that to your list – hope to see it implemented soon.
I was thinking of using cart notice plugin instead of this: https://wordpress.org/plugins/woo-free-shipping-bar/ (or https://wordpress.org/plugins/free-shipping-notification-woocommerce/ or something similar). This one (and also all other I tested) uses woocommerce settings for free shipping, but I’m using another plugin for shipping settings and because of that it is not working. Your plugin is great since I can just specify amount (no need for woocommerce settings).
Basically I would just like to show almost on every page to my customer, how much more does he need to spent to qualify for free shipping. Just a simple message – like the one that it is now shown in cart page.
Ales
In forum: Virtue ThemeIn reply to: testimonial carousel
Thank you Hannah,
I managed to make it all in one page https://helianthusclinic.com/training/Ideally, I would like to have the testimonials in one single line, similar to what I made on the home page (see the end of the page) https://helianthusclinic.com
thank you so much for your genuine help!In forum: Virtue ThemeIn reply to: testimonial carousel
You should be able to create the same effect using the testimonial carousel widget with elementor as you would with the homepage carousel. Where exactly are you getting stuck? Can you post a link to where you’re adding it? Can you ensure that you have enough testimonial posts assigned to the group you’re selecting?
Hannah
-
AuthorSearch Results



