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 'widget '
-
AuthorSearch Results
-
In forum: Ascend Theme
In reply to: Different Colour Font in Mobile Topbar?
In forum: Ascend ThemeHi,
In the ‘Mobile Top Icon Bar Widget’ I’ve added this html to display a clickable phone number:
Call Us: 01724 870232
However, on my Mobile ‘the font colour is displayed as orange’ that is difficult to read against the blue background required, how can I make ‘the font colour display as white’ without it affecting other areas of the website please?
Thank youIn forum: Ascend ThemeDecember 9, 2019 at 9:35 pm #241895Thanks for the note about the blog page, I’ll fix that.
I’m not sure if an extra widget for yearly archives is going to make it, but I’ve put it on my feature request list.
Ben
In forum: Ascend ThemeDecember 9, 2019 at 6:40 pm #241890Hi Hannah
there is no sidebar on the home page, off in Theme Options > Home Page Layout.
Theme Options>Blog settings>Choose a Default Sidebar for your Single blog post set to ‘primary sidebar’.
the client want the normal sidebar for any single or archive page posts.
BUT
they want an ‘Interesting Posts’ category displayed on the blog page using the ‘blog sidebar’ sidebar.
i created a blog page using the blog template and assigned the sidebar to be ‘blog sidebar’ it works as expected until you assign the blog page in Appearance>Customize>Home Page Settings when it reverts to the default behavior of displaying the Primary Sidebar. the page still shows the ‘blog sidebar’ assigned to it.
damn edge cases :-/
i knew about the archive plugin, but would be a nice thing to have in your widget when you have time to embroider 😉
regards
chris
this only happens on the page assigned to be the blog page
In forum: Virtue ThemeIn reply to: Submit button on Testimonial form invisible
In forum: Virtue ThemeHi Guy’s
I am experiencing something very bazaar.
On this site – *Login to see link I have set the site up using Elementor page builder. I have also put the virtue social links in the Topbar widget. But… when I hover over any of the icons. It pushes the first row of content all the way to the right of the screen. This happens on every page.
I’ve added the css to have the links display on the right.
.topbar-widget .virtue_social_widget {
text-align: right;
}
.topbar-widget .virtue_social_widget a {
float: none;
display: inline-block;
}but it still does this with or without the above css.
Any suggestions please?
In forum: Ascend ThemeIn reply to: Portfolio order
Hi Hannah
Thank you. Sorry for my delayed reply I am doing this one as i get time…
I got the portfolio order to work by using the shortcode. But I think the option on how to order the posts should be included in the testimonial template… save using shortcode for something that is pretty much already included?
1. Thanks I will look into that a bit more.
2. I have done this but I would like it to show a link to an external website rather than the image in a lightbox.
3. Yes I am using the Kadence Blocks and Editor but the only testimonials widget I see is one where you have to enter the text manually. I also don’t really want to have a testimonial group for each of my testimonials so I can show one specific testimonial. I would rather choose which testimonial I would like to display and have it pulled from the testimonials I have already entered. Is there no way I could pull the testimonial in by adding the id? Maybe I need to install a plugin to do this but I was hoping not to.
Thanks for your help, Mel
In forum: Ascend ThemeDecember 8, 2019 at 11:36 pm #241834HI Ben and Hannah and team.
I wanted to say that though I was tempted by DiVI recently, I’m staying loyal to my Wonderful KadenceWP.
I’ve sold about 7-10 Kadence memberships last year to clients, and plan on selling more next year.
Its our go to theme.Ben, could I bend your ear?
I’m launching a directory site which has wpgeodirectory installed on Kadence Ascend.
Working fine, and beautifully. I’ll send a link to show you and you can use it for gallery, etc.What’s happening is that we’re going to have members, and allow them to communicate internally with each other.
So now, I have to embark on Buddypress, which I havent’ had do yet.First of all, is it stable and good to use on Kadence? I believe so.
Second, YOU DON’T have to solve this for me, but would love any ideas.
We are setting up a gravity form for requesting information from members which will be
“quote requests” as one additional tab, and “inquiries” as another tab.We’re deploying this form on several satellite websites, and ensuring the they go to the same
mailbox so we can review them before sending to the appropriate member. So they feed into us first. we review them.We have gravity forms for each of these two types of message, and once we vett them they can be sent to members inboxes in Buddypress.
So the end result would be two additional tabs in the users profile.
one that says “you have (xx) new quote requests”
and another “you have (xx) new inquiries.So the user immediately sees that they have quote requests, and inquiries in addition to the normal other mail.
I found the code for adding the tabs, but I’m trying to figure out how to tag or otherwise categorize the message so the buddypress mail system says “this is a quote request”
I’ve scoured the web looking for an answer. Hard to find.
We can easily add the word QUOTE or INQUIRY to the subject of the mail message so it filters.Bonus would be to show the “Greetings! You have (xx) quote requests and (xx ) inquiries” in a widget so we can highlight it.
Any recommendations would be welcome.
The goal of the site is to make it easy for members to get quotes for projects, and find more business from a larger network.
So the selling point is they will get quotes and inquiries.The messages originate in Gravity forms, so it seems to me they get sent to a mailbox where we can review them, and then we can send them perhaps with the subject link “QUOTE REQUEST – blah blah blah” and then the buddypress message system will add a label or whatever to the mail and the tab will say
“You have (1) new quote request”I think it’s doable,
any thoughts you’d like to share would be welcome.Mark
In forum: Ascend ThemeDecember 8, 2019 at 9:45 pm #241832Hi
when i set the blog page sidebar to a new sidebar (blog sidebar) it still only shows the default primary sidebar. i can use the blog sidebar everywhere else. if i create a new page using the blog sidebar with the blog template it works, but once i add it to the Home Page settings as the blog page it reverts to the primary sidebar.
also, the client would like to have the blog archive widget by year and not monthly.
regards
chris
In forum: Ascend ThemeIn reply to: Top bar alignment on mobile
December 8, 2019 at 8:03 pm #241831Hi Hannah,
thanks for the code, but it didn’t solve the problem. It made the icons clickable, but they’re linking back to the homepage, not to the links specifically assigned for each icon.
I’ll try to explain it a bit better. I assigned one external link for each icon at the “Mobile Top Icons” section in Theme Options. The Whatsapp icon, on the other hand, was added through the Mobile Top Icon Bar Widget Area and also sends to a specific external link. They all work fine and direct to the correct links if I don’t add any custom css. When I add the initial css Ben sent, the icons are simply no longer clickable. I try to click on them and nothing happens. If I erase the css, they work fine again, each icon sending to its own assigned link. The css Ben sent worked perfectly for the alignment, but for some reason broke the icons’ function as hyperlinks. I need them to both aligned and functioning.
Is there a way of making this work?
Thanks!
In forum: Virtue ThemeIn reply to: templates
December 6, 2019 at 8:00 am #241755I tried to clarify this at the beginning, it’s been really hard to understand what you wanted.
If you had to try and hack this in you would need to add css like this:
.widget_product_categories ul>li>.kt-toggle-sub { display: block; width: 30px; text-align: center; position: absolute; right: 0; top: 7px; font-family: virtue_icons !important; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; line-height: 24px; font-size: 11px; z-index: 11111; color: #555; border-bottom: 2px solid transparent; height: 24px; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; cursor: pointer; } .widget_product_categories ul>li>.kt-toggle-sub:before { display: block; content: "\e3b2"; } .widget_product_categories ul li > .kt-toggle-sub:before { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } .widget_product_categories ul li.kt-drop-toggle > .kt-toggle-sub:before { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } .widget_product_categories ul li ul.children{ display:none; } .widget_product_categories ul li.kt-drop-toggle > ul.children { display:block; } .product-categories .cat-item a:after { display: none; } .product-categories li, .sidebar .product-categories li, .sidebar .widget_categories li { position: relative; }AND in your theme options > header and footer scripts you would need to add javascript like this in the footer scripts. But this is all outside of normal so upkeep on this code is going to require you manage it.
<script type="text/javascript"> jQuery(document).ready(function ($) { $('.widget ul ul.children').each(function(){ $(this).parent('li').append('<span class="kt-toggle-sub"></span>'); if($(this).parent('li').find('.count').length ) { $(this).parent('li').addClass('kt-toggle-has-count'); } if($(this).parent('li').hasClass('current-cat') || $(this).parent('li').hasClass('current-cat-parent') ) { $(this).parent('li').addClass('kt-drop-toggle'); } }); $('.kt-toggle-sub').click(function (e) { e.preventDefault(); if($(this).parent('li').hasClass('kt-drop-toggle') ) { $(this).parent('li').removeClass('kt-drop-toggle'); } else { $(this).parent('li').addClass('kt-drop-toggle'); } }); }); </script>Ben
In forum: Ascend ThemeTopic: Top bar alignment on mobile
December 5, 2019 at 7:00 pm #241730Hi guys,
I was wondering if it’s possible to make some adjustments on the mobile menu for a website I’ve been working on. I’ve enabled the top icon bar and top icon bar widget area for mobile, but I need them to be aligned with the menu and logo. So they wouldn’t exactly be a top bar, but instead would be on the same line as the logo and menu. I’m attaching a print screen of how it is now and an edited version showing how I need it to be.
Thanks a lot,
CarolinaIn forum: Virtue ThemeIn reply to: templates
In forum: Pinnacle ThemeAnonymousDecember 4, 2019 at 6:20 pm #241652Hello,
I updated yesterday some plugins. Now my page is broken. Switching all plugins off does not fix it. Only when I switch to the Twenty Twenty theme it is fixed. So, what is going on with the theme?
mrcardboard.eu
Edit/Things tried and did not fix it:
– Deactivate all plugins
– Switch to PHP 7.3
– Upload a fresh 2.5.6 Theme file
– Cleared the Custom CSS sectionBest regards,
HendrikSystem Status
WordPress Environment
Home URL: *Login to see link
Site URL: *Login to see link
WP Content URL: *Login to see link
WP Version: 5.3
WP Multisite: –
Permalink Structure: /%postname%/
Front Page Display: page
Front Page: Buy Google Cardboard 2.0 made in Germany (#637)
Posts Page: Unset
WP Memory Limit: 256 MB
Database Table Prefix: Length: 3 - Status: Acceptable
WP Debug Mode: –
Language: en_US
Server Environment
Server Info: Apache
PHP Version: 7.2.24-nmm1
ABSPATH: /www/htdocs/w012e4fa/mrcardboard/
PHP Memory Limit: 512 MB
PHP Post Max Size: 32 MB
PHP Time Limit: 300
PHP Max Input Vars: 3000
PHP Display Errors: –
SUHOSIN Installed: –
MySQL Version: 5.7.26
Max Upload Size: 32 MB
Default Timezone is UTC: ✔
fsockopen/cURL: ✔
Active Plugins (25)
WPML Multilingual CMS by OnTheGoSystems – 4.3.5
WP Affiliate Manager by wp.insider, wpaffiliatemgr – 2.6.9
Black Studio TinyMCE Widget by Black Studio – 2.6.9
Contact Form 7 by Takayuki Miyoshi – 5.1.6
Cookie Notice by dFactory – 1.2.48
Google Tag Manager for WordPress by Thomas Geiger – 1.11.2
Don't edit function.php by Hendrik Schicke – 1.1
WooCommerce Table Rate Shipping Plus by mangohour – 1.9.2
Per page head by Erik von Asmuth – 1.4.2
Page Builder by SiteOrigin by SiteOrigin – 2.10.13
Themify Popup by Themify – 1.1.8
Aelia Foundation Classes for WooCommerce by Aelia – 2.0.8.190822
WooCommerce Advanced Quantity by Morning Train Technologies ApS – 2.4.5
PayPal PLUS for WooCommerce by Inpsyde GmbH – 2.0.4
WooCommerce Direct Checkout by QuadLayers – 2.3.0
WooCommerce EU VAT Assistant by Aelia – 1.12.0.191127
WooCommerce Multilingual by OnTheGoSystems – 4.7.5
Reminder for WooCommerce Unpaid Orders by MB Création – 2.7.2
WooCommerce PDF Invoices & Packing Slips by Ewout Fernhout – 2.4.0
WooCommerce - Store Exporter Deluxe by Visser Labs – 3.8
WooCommerce by Automattic – 3.8.1
Yoast SEO Premium by Team Yoast – 9.6.1
WPML Media by OnTheGoSystems – 2.5.5
WPML String Translation by OnTheGoSystems – 3.0.5
WPML Translation Management by OnTheGoSystems – 2.9.3
Theme
Name: Pinnacle Premium
Version: 2.4.6
Author URL: *Login to see link
Child Theme: ✕### wp-core ###
version: 5.3
site_language: en_US
user_language: en
timezone: Europe/Berlin
permalink: /%postname%/
https_status: true
user_registration: 0
default_comment_status: closed
multisite: false
user_count: 25
dotorg_communication: true### wp-paths-sizes ###
wordpress_path: /www/htdocs/w012e4fa/mrcardboard
wordpress_size: 16.90 GB (18141854914 bytes)
uploads_path: /www/htdocs/w012e4fa/mrcardboard/wp-content/uploads
uploads_size: 1.04 GB (1112843747 bytes)
themes_path: /www/htdocs/w012e4fa/mrcardboard/wp-content/themes
themes_size: 20.20 MB (21183574 bytes)
plugins_path: /www/htdocs/w012e4fa/mrcardboard/wp-content/plugins
plugins_size: 141.69 MB (148572817 bytes)
database_size: 273.30 MB (286574962 bytes)
total_size: 18.36 GB (19711030014 bytes)### wp-active-theme ###
name: Pinnacle Premium (pinnacle_premium)
version: 2.4.6
author: Kadence Themes
author_website: *Login to see link
parent_theme: none
theme_features: post-thumbnails, menus, title-tag, post-formats, automatic-feed-links, editor-style, editor-color-palette, align-wide, woocommerce, widgets
theme_path: /www/htdocs/w012e4fa/mrcardboard/wp-content/themes/pinnacle_premium### wp-themes-inactive (1) ###
Twenty Twenty: version: 1.0, author: the WordPress team
### wp-plugins-active (25) ###
Aelia Foundation Classes for WooCommerce: version: 2.0.8.190822, author: Aelia
Black Studio TinyMCE Widget: version: 2.6.9, author: Black Studio
Contact Form 7: version: 5.1.6, author: Takayuki Miyoshi
Cookie Notice: version: 1.2.48, author: dFactory
Don't edit function.php: version: 1.1, author: Hendrik Schicke
Google Tag Manager for WordPress: version: 1.11.2, author: Thomas Geiger
Page Builder by SiteOrigin: version: 2.10.13, author: SiteOrigin
PayPal PLUS for WooCommerce: version: 2.0.4, author: Inpsyde GmbH
Per page head: version: 1.4.2, author: Erik von Asmuth
Reminder for WooCommerce Unpaid Orders: version: 2.7.2, author: MB Création
Themify Popup: version: 1.1.8, author: Themify
WooCommerce: version: 3.8.1, author: Automattic
WooCommerce - Store Exporter Deluxe: version: 3.8, author: Visser Labs
WooCommerce Advanced Quantity: version: 2.4.5, author: Morning Train Technologies ApS
WooCommerce Direct Checkout: version: 2.3.0, author: QuadLayers
WooCommerce EU VAT Assistant: version: 1.12.0.191127, author: Aelia
WooCommerce Multilingual: version: 4.7.5, author: OnTheGoSystems
WooCommerce PDF Invoices & Packing Slips: version: 2.4.0, author: Ewout Fernhout
WooCommerce Table Rate Shipping Plus: version: 1.9.2, author: mangohour (latest version: 1.9.4)
WP Affiliate Manager: version: 2.6.9, author: wp.insider, wpaffiliatemgr
WPML Media: version: 2.5.5, author: OnTheGoSystems
WPML Multilingual CMS: version: 4.3.5, author: OnTheGoSystems
WPML String Translation: version: 3.0.5, author: OnTheGoSystems
WPML Translation Management: version: 2.9.3, author: OnTheGoSystems
Yoast SEO Premium: version: 9.6.1, author: Team Yoast### wp-plugins-inactive (6) ###
Media Cleaner: version: 5.5.2, author: Jordy Meow
Newsletter: version: 6.4.0, author: Stefano Lissa & The Newsletter Team
Server IP & Memory Usage Display: version: 2.1.0, author: Apasionados, Apasionados del Marketing
Slider Revolution: version: 5.4.8.1, author: ThemePunch
W3 Total Cache: version: 0.11.0, author: BoldGrid
WP-Sweep: version: 1.1.1, author: Lester 'GaMerZ' Chan### wp-media ###
image_editor: WP_Image_Editor_Imagick
imagick_module_version: 1673
imagemagick_version: ImageMagick 6.8.9-9 Q16 x86_64 2019-11-12 *Login to see link
imagick_limits:
imagick::RESOURCETYPE_AREA: 31 GB
imagick::RESOURCETYPE_DISK: -1
imagick::RESOURCETYPE_FILE: 48750
imagick::RESOURCETYPE_MAP: 31 GB
imagick::RESOURCETYPE_MEMORY: 16 GB
imagick::RESOURCETYPE_THREAD: 8
gd_version: bundled (2.1.0 compatible)
ghostscript_version: 9.26### wp-server ###
server_architecture: Linux 4.4.0-166-generic x86_64
httpd_software: Apache
php_version: 7.2.24-nmm1 64bit
php_sapi: fpm-fcgi
max_input_variables: 3000
time_limit: 300
memory_limit: 512M
max_input_time: 300
upload_max_size: 32M
php_post_max_size: 32M
curl_version: 7.47.0 OpenSSL/1.0.2g
suhosin: false
imagick_availability: true
htaccess_extra_rules: true### wp-database ###
extension: mysqli
server_version: 5.7.26-nmm1-log
client_version: mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $### wp-constants ###
WP_HOME: undefined
WP_SITEURL: undefined
WP_CONTENT_DIR: /www/htdocs/w012e4fa/mrcardboard/wp-content
WP_PLUGIN_DIR: /www/htdocs/w012e4fa/mrcardboard/wp-content/plugins
WP_MAX_MEMORY_LIMIT: 256M
WP_DEBUG: false
WP_DEBUG_DISPLAY: false
WP_DEBUG_LOG: true
SCRIPT_DEBUG: false
WP_CACHE: false
CONCATENATE_SCRIPTS: undefined
COMPRESS_SCRIPTS: undefined
COMPRESS_CSS: undefined
WP_LOCAL_DEV: undefined
DB_CHARSET: utf8mb4
DB_COLLATE: undefined### wp-filesystem ###
wordpress: writable
wp-content: writable
uploads: writable
plugins: writable
themes: writable-
This topic was modified 6 years, 5 months ago by
.
-
This topic was modified 6 years, 5 months ago by
.
-
This topic was modified 6 years, 5 months ago by
.
-
This topic was modified 6 years, 5 months ago by
.
In forum: Virtue ThemeIn reply to: templates
December 4, 2019 at 5:39 pm #241644ok from that page I see a long list of categories, only 1 category is a child. “Festinbjudningkort”
I don’t understand really what you are wanting, you just want to hide that one child?
You can use this css:
.widget_product_categories ul.children { display: none; }Ben
In forum: Ascend ThemeIn reply to: Footer widget
In forum: Ascend ThemeIn reply to: Footer widget
Hey Anita,
I can help you create a workaround. From Theme Options > Footer Settings choose the first footer widget layout (with four columns). From Appearance > Widgets add your info boxes to the first three footer columns, then add your tags to the fourth. Then in Theme Options > Custom CSS add this:@media (min-width: 992px) { .col-md-3.col-sm-6.footercol4 { width: 100%; } .col-md-3.col-sm-6.footercol3, .col-md-3.col-sm-6.footercol2, .col-md-3.col-sm-6.footercol1 { width: 33%; } }You can use column specific css like the following to have different backgrounds:
.col-md-3.col-sm-6.footercol1 { background: #333; }Hope that helps!
Hannah
In forum: Pinnacle ThemeHello
my saitensprung.ch website is live since 3 weeks and it works.
but also there are new requires on it.If I have a special price it shows on the categorie pages with a button “sale”.
Is it possible to show differt features on the cateogie pages?
“Just arrived” for example.I tried to add in the sidebar a filter widget based on features, but it did not displayed it…
Thank you for your help,
UlrikaIn forum: Virtue ThemeIn reply to: templates
In forum: Ascend ThemeDecember 4, 2019 at 9:02 am #241594Hey Hannah,
I’ve added the API Key but I am worried about the other steps:
Upgrade From Free to Premium – Simply Active the Premium Theme. All your theme options will transfer.
You will need to update your menu location assignments and your widgets. See steps below-Step 2 – Choose a menu(s) and assign it/them to the appropriate location(s) in the theme.
Step 4 – Click and drag each widget back to the desired location (when switching themes widgets may switch widget areas or be placed in the “inactive” widget area).
*Note be sure to deactivate the Kadence Toolkit plugin. It is not needed with our premium themes.Another thing: I also received an email from WordPress confirming the following:
Howdy!Since WordPress 5.2 there is a built-in feature that detects when a plugin or theme causes a fatal error on your site and notifies you with this automated email.
In this case, WordPress caught an error with one of your plugins, Jetpack by WordPress.com.
First, visit your website (https://www.adventuretravelcoach.com/) and check for any visible issues. Next, visit the page where the error was caught (https://www.adventuretravelcoach.com/wp-admin/update.php?action=update-selected&plugins=boxzilla%2Fboxzilla.php%2Cjetpack%2Fjetpack.php%2Cmailchimp-for-wp%2Fmailchimp-for-wp.php%2Cwp-file-manager%2Ffile_folder_manager.php%2Cyith-woocommerce-category-accordion%2Finit.php&_wpnonce=7fbc3ba05d) and check for any visible issues.
Please contact your host for assistance with investigating this issue further.
If your site appears broken and you can’t access your dashboard normally, WordPress now has a special “recovery mode”. This lets you safely login to your dashboard and investigates further.
To keep your site safe, this link will expire in 1 day. Don’t worry about that, though: a new link will be emailed to you if the error occurs again after it expires.
When seeking help with this issue, you may be asked for some of the following information:
WordPress version 5.3
Current theme: Ascend – Premium (version 1.9.2)
Current plugin: Jetpack by WordPress.com (version 8.0)
PHP version 7.2.25Error Details
=============
An error of type E_ERROR was caused in line 270 of the file /home3/dventwg5/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Listener.php. Error message: Uncaught Error: Class ‘Automattic\Jetpack\Roles’ not found in /home3/dventwg5/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Listener.php:270
Stack trace:
#0 /home3/dventwg5/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Listener.php(239): Automattic\Jetpack\Sync\Listener->get_actor(‘jetpack_plugins…’, Array)
#1 /home3/dventwg5/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Listener.php(114): Automattic\Jetpack\Sync\Listener->enqueue_action(‘jetpack_plugins…’, Array, Object(Automattic\Jetpack\Sync\Queue))
#2 /home3/dventwg5/public_html/wp-includes/class-wp-hook.php(288): Automattic\Jetpack\Sync\Listener->action_handler(Array, Array)
#3 /home3/dventwg5/public_html/wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters(”, Array)
#4 /home3/dventwg5/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#5 /home3/dventwg5/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Plugins.phI am so worried,
-
This topic was modified 6 years, 5 months ago by
-
AuthorSearch Results


