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 'language'
-
AuthorSearch Results
-
In forum: Virtue ThemeIn forum: Ascend ThemeFebruary 24, 2020 at 1:19 am #245177
Hi Again
the shadow on images issue has been raised again by client. you recently fixed the shadow option on an image in a row. thank you.
but. the client does not like the white space, see here.
if i set the max width of the content in row structure settings to the width of the image, this removes the white space on the sides but i still have a white area at the top and bottom of the image which is the kt-inside-inner-col.
i have played with css and can set shadow on all images, but only want it where the client wants to see shadows. am i doing this wrong?
i would like to just insert the image on the page and have a shadow on the image and i am sure that was there some time in the past…
regards
chris
In forum: Ascend Theme1. No worries. Just a general question that might helped me to find a filter for 2 below.
2. I want to replace the placeholder “Search Products” of the mobile menu?
In Language Settings: Search Placeholder Text changes the WP search placeholder only. The above code only works for WP search placeholder.
I want to replace “Search Products” for “Search Services” when someone clicks to view the mobile menu with the search function enabled from Theme options
In Theme Setting > Mobile Header > Mobile Menu Options
Show Search in mobile menu: is ON
Search only Products? is ONIn forum: Ascend ThemeHi awesome people of Kadence!
1. Do you have a list of filters and hooks for the Ascend theme?
2. Is there a filter I can use in functions.php to replace the placeholder “Search Products” for the mobile menu? In Language Settings: Search Placeholder Text changes the WP search placeholder only
In Theme Setting > Mobile Header > Mobile Menu Options
Show Search in mobile menu: is ON
Search only Products? is ONThank you. Ady
Edit: I used this function to update the WP search placeholder
function wpforo_search_form( $html ) {
$html = str_replace( ‘placeholder=”Search ‘, ‘placeholder=”Search Services ‘, $html );
return $html;
}
add_filter( ‘get_search_form’, ‘wpforo_search_form’ );-
This topic was modified 6 years, 2 months ago by
Ady.
In forum: Virtue ThemeHi,
I updated our theme from 4.9.19 to 4.9.21 (luckily only on the test system for now). There’s a change on the nav menu’s li items. This causes some “regressions” / side effects for us. Not sure this is intended so I thought I’d report here:
Before:
*Login to see link
Notice that every menu item has a separate meaningfull normalized name like .menu-en, .menu-de, menu-home, menu-shop and so on. Makes it really easy to separately style single items. Like in this case adding the world icon only before the language switcher icons .menu-en and .menu-deAfter:
*Login to see linkLooking at the Changelog I think this might be caused by ” * Update: Nav Walker for better third party support.” in 4.9.20
I think I could change our CSS to use a selector like menu-item-9144-en instead. But I am not sure this change was intended as it can really cause side effects.
In forum: Ascend ThemeIn forum: Ascend ThemeIn reply to: shadow not visible on image in row
This reply has been marked as private.January 29, 2020 at 11:35 pm #244047In forum: Pinnacle ThemeIn reply to: Portfolio not available in admin
In forum: Ascend ThemeHi Frank,
Firstly, yes. Kadence is compatible with Polylang:) Is it just the homepage that you’re experiencing this? The header on your homepage pulls from Theme Options > Home Page Header, not from your static homepage settings. So in your homepage header settings in theme options instead of selecting your Kadence Slider, choose the “shortcode entry” then add the shortcode for your default language slider. Next, go to string translations in Polylang and “translate” that shortcode for your other language using the second slider shortcode. Does that make sense?Hannah
In forum: Virtue ThemeIn reply to: Conflict maybe
In forum: Virtue ThemeIn reply to: Conflict maybe
Can you tell me what you mean by Kadence Pro? Do you mean Kadence Blocks Pro? I haven’t heard of others having conflicts with NextGen Gallery Pro. Sorry that this problem seems to just be evolving for you. We definitely want to help you get things back on track! What was different in the image overlay block from language to language?
Hannah
In forum: Virtue ThemeIn reply to: Conflict maybe
In forum: Virtue ThemeIn reply to: Sitewide banner visile on only one language
December 19, 2019 at 2:07 am #242309Hi,
Thank you. my site where the banner is is https://www.cool-x.fi/
And I want it to be visible only in finnish language.
-Anu
In forum: Virtue ThemeDecember 18, 2019 at 6:55 am #242244Hi,
how do I get the sitewide banner to be visible in only one language? (Main language Finnish). Thank you!
-Anu
In forum: Ascend ThemeIn reply to: Ascend Premium menu icon with WPML flag
Try adding this to your custom css box in Theme Options > Custom CSS:
@media (max-width: 992px) { ul.sf-menu.sf-menu-normal.sf-js-enabled { margin-right: 30px; margin-left: -20px; } li.menu-item.wpml-ls-slot-406.wpml-ls-item.wpml-ls-item-en.wpml-ls-current-language.wpml-ls-menu-item.wpml-ls-first-item.menu-item-type-wpml_ls_menu_item.menu-item-object-wpml_ls_menu_item.menu-item-has-children.menu-item-wpml-ls-406-en.sf-dropdown { position: absolute; right: 0; } }Does that work for you?
Hannah
In forum: Ascend ThemeDecember 6, 2019 at 11:56 am #241762Dear all,
Having a problem with the menu icons. The WPML language icon before login is one the far right which is OK. But after login, it got pushed to the left by the “My Account” and “Shopping Cart” items.
May I ask if there is a way to keep this WPML language icon always on the far right?
BTW: I use “Nav Menu Roles” to hide the “Log In” for logged in user, and use CSS to hide “My Account” and “Shopping Cart” for non-logged in users.
Thanks in advance.
Kind regards,
Simon-
This topic was modified 6 years, 4 months ago by
mariella.molina.
In forum: Ascend ThemeDecember 6, 2019 at 10:06 am #241761Brand new install of Ascend Pro here. I’ve used this theme (and others from the Kadence suite) for many months now for clients, but just bought a personal membership for my own site. Setup on a fresh Dreamhost shared server with Jetpack and WP Super Cache. After activating the theme I’m finding that when I visit Theme Options it loads the UI for the header and sidebar but not the main settings pane in the center. None of the sidebar options work and the status bar shows “javascript:void(0);” when hovering over any of the options. Going into the Customizer reveals options such as header choices but clicking on the controls has no effect.
Switching from Ascend Pro to Pinnacle Pro seemed to clear things up, but even after deleting and reinstalling Ascend that theme still breaks in exactly the same way.
I’ve disabled WP Super Cache and Jetpack as a test as well as reset my htaccess file in case I’d setup any incorrect server rules that might have prevented theme functions from loading. But even with a mostly empty WordPress install with possible conflicts removed from the environment I can’t get Ascend Pro to allow any theme customizations.
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: posts
WP Memory Limit: 40 MB
Database Table Prefix: Length: 10 – Status: Acceptable
WP Debug Mode: –
Language: en_USServer Environment
Server Info: Apache
PHP Version: 7.3.11
ABSPATH: /home/dh_shawnsmalley/shawnsmalley.com/
PHP Memory Limit: 256 MB
PHP Post Max Size: 65 MB
PHP Time Limit: 30
PHP Max Input Vars: 1000
PHP Display Errors: –
SUHOSIN Installed: –
MySQL Version: 5.7.25
Max Upload Size: 64 MB
Default Timezone is UTC: ✔
fsockopen/cURL: ✔ 7.58.0Active Plugins (10)
Akismet Anti-Spam by Automattic – 4.1.3
DreamHost Panel Login by DreamHost, danielbachhuber – 1.0.0
Duplicate Page by mndpsingh287 – 4.0
Jetpack by WordPress.com by Automattic – 8.0
Kadence Blocks Pro by Kadence WP – 1.3.8
Kadence Blocks – Gutenberg Page Builder Toolkit by Kadence WP – 1.7.7
SVG Support by Benbodhi – 2.3.15
Smush by WPMU DEV – 3.3.2
WP Super Cache by Automattic – 1.7.0
WPForms Lite by WPForms – 1.5.6.2Theme
Name: Ascend – Premium
Version: 1.9.3
Author URL: *Login to see link
Child Theme: ✕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, 4 months ago by
.
-
This topic was modified 6 years, 4 months ago by
.
-
This topic was modified 6 years, 4 months ago by
.
-
This topic was modified 6 years, 4 months ago by
.
In forum: Virtue ThemeIn reply to: kadence slider pro
In forum: Virtue ThemeTopic: kadence slider pro
hello,
My set up is 2 languages, virtue premium theme with 2 kadence slider on the home page. Multilanguage with plugin polylang.How could I make the virtue theme change the kadence slider according to the active language?
Sorry for my bad english ;o)
regards, Michael
-
This topic was modified 6 years, 2 months ago by
-
AuthorSearch Results


