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 'site'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: javascript for gravityforms not working
July 21, 2018 at 10:10 pm #196616Hey Can you send me a login to your site? I want to see your settings. And no you should never every add a script to the theme files. Only use the header and footer scripts in the theme options.
That script really doesn’t make sense. It’s assuming gform is defined so it should only run where gform is running and not on every page. else it would error if gform isn’t defined.
Ben
In forum: Membership ForumsI’ve disabled the plugin for now but I noticed from my stats that people who were coming through on the AMP pages for Woocommerce products weren’t getting through.
I followed their path and see what’s happening but am not sure if there’s a way to fix it?
These are External/Affiliate products, so when they click on the add to cart button, they should be going to an external link. It looks like instead they are trying to add to the cart on the main site as if it were fulfilled through WooCommerce.
Is this a bug or is there some setting I’ve overlooked to make external affiliate products work?
Thanks,
Mark
In forum: Ascend ThemeTopic: Mailchimp for WP
I can’t seem to discover why this Mailchimp for WP url, *Login to see link takes me to
*Login to see link When I activated Mailchimp for WP on website, I then disconnected Mailchimp integration in client’s Facebook account. They previously had it set up just on Facebook. Yet, when I subscribe using the eepurl…. url it says sucessful but the website button sends me to their facebook page. How can I change it so it sends new subscriber to http://www.redceltstone.com?Could you sign up as a test if necessary? I don’t understand how to get this to work. Thanks much for input.
PS. I don’t have under MailChimp for WP Integration enabled to subscribe people from my WordPress registration form. The only yes I have there is “double opt in.” And Mailchimp list for Red Celt is not checked. Could that be the problem?
In forum: Virtue ThemeTopic: mobile top header
Hi Hannah or Ben,
the web site’s interface on mobile and website looks different.
i have got my primary menu on top right side (home, our story, blog,shop, contact us) shown on the webstite or desktop
but not in mobile look. it doesnt appear on mobile.
my domain is http://www.mocharibbon.comcould pls tell me the steps to setting for mobile menu icon to shown up thanks
In forum: Ascend ThemeI’ve enabled the header widget but not the secondary header widget on THIS SITE. I’d like that area to basically spread 100% of the header area so the contact information I’ve placed there all fits nicely centered on one horizontal like. I know how to make this happen with CSS in Virtue, but apparently not Ascend.
Any help appreciated. Thanks!
In forum: Ascend ThemeThis is FYI only — just trying to help out the next person by documenting a fix. No need for a support response.
This is a somewhat common error thrown to error.log and has been discussed several times on the Kadence forum:
Warning: mkdir: Permission denied in /home/xxxxxxxxx/public_html/wp-content/themes/virtue_premium/themeoptions/inc/class.redux_filesystem.php on line xxx
In my case, it was a PEBKAC error. I moved my site to a new server, but forgot to replace all instances of my old path in the WordPress database. So, the above error was thrown any time a WordPress page was viewed.
I used UpdraftPlus’s search and replace tool to do the editing. But, I’m sure there are plenty of ways to do it — including using phpmyadmin.
30 minutes wasted b/c I skipped a step on my checklist. Most people mess up the first time, but I prefer to do it right the first time and mess up the third time…
In forum: Pinnacle ThemeIn forum: Pinnacle ThemeHi,
No browser extensions, and I cleared my cache.In so doing, I found some new information, though: When I load the website just from the browser (as an outside visitor would) it appears as I want it–as you are seeing it), with the full image. But when I go through the “Preview” or “Visit Site” from the WordPress dashboard, every single page shows up without the full image. Does this new information provide any clues to where the problem lies?
In forum: Pinnacle ThemeIn forum: Pinnacle ThemeIn forum: Pinnacle ThemeHi,
I like to keep a background image behind my Page Title/header (and then it slides into transparency when I scroll up) on all my pages and blog posts. Today, however, the photo does not show up behind the Page title. It starts out only as transparent, very faint. It did this on both the new post I am working on, and it is showing up this way on my old posts as well–as if something has shifted in the settings.Usually the Hide Page Title is my control for this–I leave it at default. I’ve tried it all ways today–Default Hide and Show, but no option gives me my image back behind the header. Like I said, this is a site-wide problem for me as of today, showing up not only on the post I am working on today, but the setting seems to have changed because all my previous posts are changed as well. Can you tell me where/how to get it back? I really don’t want to go back and redo every blog post.
In forum: Virtue ThemeIn reply to: Add popup to home layout
Hello,
Did you get that javascript from the mailchimp site? If so, it may be causing the issue. I recommend using a popup plugin instead. See here:
https://www.kadencewp.com/setup-mailchimp-for-wordpress-plugin/Does that work for you?
-Kevin
In forum: Ascend ThemeIn reply to: lost icons after SSL activation
Hello Hannah, Ben,
thx, that was the solution! Did´nt check it while setting up SSL. Just copy and paste and the head was away… 😉
In config.php i have a line that leads requests to the content-directory with https. In the line i wrote the directory without www. – that caused the missing connection to the font. In the end i changed the site-url and the wordpress-url back to https://clubkino….greets Jan
In forum: Ascend ThemeIn reply to: lost icons after SSL activation
July 19, 2018 at 4:04 pm #196472Hey,
The site is loading fromhttps://www.yourdomain.combut in your database you have it without www, you have to correct that you have to load all your resources through the url with www. since that is what you are redirecting to. Does that make sense? you just need to update that.
Ben
In forum: Virtue ThemeJuly 19, 2018 at 3:17 pm #196466I’m pretty happy with the Virtue Premium theme so far. I’ve been able to do lots of little tweaks to the html & css for some pretty cool effects on multiple themes. I just wish there was a better way built in to scale fonts for the different screen width breakpoints. Do I just have to add in @media css rules for each font at each breakpoint for both line-height and font-size? Is there going to be theme support for using different units (em, %, etc.) besides px? Am I missing something obvious?
I am working on a site now that I want large bold headings, but at the smaller screen widths the headings easily run off the screen.
In forum: Ascend ThemeTopic: Limit gallery to 5 columns
I use the following code snipped on one of my sites to ensure my Ascend Gallery doesn’t exceed 4 columns regardless of how large my display is or the fact that I have my screen width set to 1440.
@media (min-width: 1500px) {
.kt-width-large .col-xl-25 {
width: 25% !important;
}
}Now I have an instance were I’d like to limit the gallery columns to 5, rather than 4, and I thought it would be easy to just modify this code, but I’ll be darned if I can get it to work. I’m betting one of you folks can tell me how to do it without even breaking a sweat though!!
Thanks so much. THIS is the page in question in case you need it.
In forum: Ascend ThemeIn reply to: lost icons after SSL activation
In forum: Ascend ThemeIn reply to: lost icons after SSL activation
In forum: Pinnacle ThemeIn reply to: Home page customization, header and slider/image
I updated the files to match your instructions and cleared the cache. Now the logo with no text is the only one that displays. It shrinks from a larger to smaller size as you scroll. But the logo WITH text does not display at all.
Here are some screenshots of the other settings on those pages:
Theme Options > Logo Options: https://imgur.com/6A2sCGN
Theme Options > Site Header:
https://imgur.com/uQcuFxb
https://imgur.com/0v6sQDJ
https://imgur.com/zvh5lz2Thanks!
In forum: Ascend ThemeIn reply to: lost icons after SSL activation
-
AuthorSearch Results


