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
Hi Kadence team,
We are having issues with one of our online shops.
We would like to enter prices EXCLUDING TAX and display it INCLUDING TAX.
When using VIRTUE If we enter EXCLUDING TAX then the prices are displayed EXCLUDING TAX at SHOP page and ITEM PAGE.
How could we change this without having to enter prices INCLUDING TAX, please?Thanks
In forum: Virtue ThemeIn reply to: Different Page background images
In forum: Virtue ThemeIn reply to: (Mobile) Main menu
Hi Hannah
2. No problem, our adjustments work for us.
3. Ok, in this case our workaround is the better option.
4.+5. I tested this by using DevTools for different kind of displays in Firefox and Chrome. Further on I see the discribed overlay on my smartphone.
Your screenshot is taken from the main page. Opening the menu from the main page you will not recognize the described overlaying because we haven´t chosen a background image for the main page.
So please click on one link in the opening menu, for example “Besetzung”. After the site has loaded you will see that the header has a grey background. And if you now open the menu again you should see what I have described. For example, if you turn on/off the background-image via DevTools forbackground: url(https://www.musikverein-waldfeucht.de/wp-content/uploads/theme/header-background.jpg) repeat-x;in the .mobile-headerclasse you should see the described effect for opening the menu (not from the main page).
-
This reply was modified 6 years, 1 month ago by
MCW1891.
In forum: Ascend ThemeIn reply to: Theme Extensions > Dependencies
March 11, 2020 at 11:43 am #246053Redux::setSection( 'virtue_premium', array( 'id' => 'custom', 'priority' => 1, 'icon' => 'icon-page-break', 'icon_class' => 'icon-large', 'title' => __( 'New Custom', 'virtue' ), 'desc' => '<div class="redux-info-field"><h3>' . __( 'New Custom', 'virtue' ) . '</h3></div>', 'fields' => array(), ) ); $staff = array( 'section_id' => 'custom', 'id' => 'kadence_staff_extension', 'type' => 'switch', 'title' => __( 'Staff Posts', 'virtue' ), 'subtitle' => __( 'Turn off/on staff references and code.', 'virtue' ), 'default' => 0, ); $staff_territory = array( 'section_id' => 'custom', 'id' => 'wpto_staff_territory', 'type' => 'switch', 'title' => __( 'Territory/Specialty', 'virtue' ), 'subtitle' => __( 'Turn off to remove the territory/specialty field from staff listings.', 'virtue' ), 'default' => 1, 'required' => array( 'kadence_staff_extension', '=', '1' ), ); Redux::removefield( 'virtue_premium', 'kadence_staff_extension' ); Redux::setField( 'virtue_premium', $staff ); Redux::setField( 'virtue_premium', $staff_territory ); $import = Redux::getSection( 'virtue_premium', 'import_export' ); $import['priority'] = 99; Redux::setSection( 'virtue_premium', $import );There you go.
Ben
In forum: Ascend ThemeTopic: blog images
In forum: Pinnacle ThemeIn reply to: Serious issues on iPhone XR in landscape mode
March 11, 2020 at 10:50 am #246044It’s under the layout tab in your pagebuilder settings.
You can turn off “Use Tablet Layout”
Or change the mobile layout width settings to include the size of XR in horizontal.
Ben
In forum: Pinnacle ThemeIn reply to: Serious issues on iPhone XR in landscape mode
March 11, 2020 at 9:54 am #246033Hey,
In your settings > pagebuilder you should increase when the columns collapse. Or turn off tablet mode. That is why you have 2 columns when there are three set for desktop and one for mobile.The admin bar is not going to look good since it’s not shown on your site for users I suggest you ignore it. Or set your site public and logout and view the site.
Ben
In forum: Ascend ThemeTopic: Home page video speed
March 11, 2020 at 9:29 am #246030Hello
I am trying to increase the speed of the home page *Login to see link desktop version. I insert the Youtube link in Kadence Slider Pro.
I tried to do it with a short code, to test if it has a better speed but I doesn´t work the option outplay and hide the controls.
Do you have any idea how to increase the loading?
Thank you
Regards,
CeciliaIn forum: Virtue ThemeMarch 11, 2020 at 8:57 am #246028the content text began with MAURIZIO etc….
Before that texte, there is a empty space, If I could began that text upper in that page only and on mobil only that would be great. .best marcIn forum: Ascend ThemeIn reply to: Blog Post Formats
March 11, 2020 at 8:22 am #246022Hey,
no to archive-recipes.php file. that would only work if you created a new post type called recipes. Which may be something you want to do so that in the admin you see the posts separately.Your main recipe page can have a different archive style since that would be a page, but subcategories will use the default category setting when outputting the posts. Meaning Recipe -> Lunch. Will have the same post output style and sidebar as blog -> Nutrition.
You can manually set sidebars inside each recipe to be different from the default but you can’t set a default based on the category you put the post into. Meaning your recipe posts can have a recipe sidebar you just have to set that in the post settings for each recipe post.
I hope that clarifies.
In forum: Ascend ThemeIn reply to: Theme Extensions > Dependencies
March 11, 2020 at 8:16 am #246020Interesting in that context priority isn’t working.
This will move to the end:
$staff = array( 'section_id' => 'theme_extensions', 'id' => 'kadence_staff_extension', 'type' => 'switch', 'title' => __( 'Staff Posts', 'virtue' ), 'subtitle' => __( 'Turn off/on staff references and code.', 'virtue' ), 'default' => 0, ); $staff_territory = array( 'section_id' => 'theme_extensions', 'id' => 'wpto_staff_territory', 'type' => 'switch', 'title' => __( 'Territory/Specialty', 'virtue' ), 'subtitle' => __( 'Turn off to remove the territory/specialty field from staff listings.', 'virtue' ), 'default' => 1, 'required' => array( 'kadence_staff_extension', '=', '1' ), ); Redux::removefield( 'virtue_premium', 'kadence_staff_extension' ); Redux::setField( 'virtue_premium', $staff ); Redux::setField( 'virtue_premium', $staff_territory );A new section would look like this:
Redux::setSection( 'virtue_premium', array( 'id' => 'custom', 'icon' => 'icon-page-break', 'icon_class' => 'icon-large', 'title' => __( 'New Custom', 'virtue' ), 'desc' => '<div class="redux-info-field"><h3>' . __( 'New Custom', 'virtue' ) . '</h3></div>', 'fields' => array(), ) ); $staff = array( 'section_id' => 'custom', 'id' => 'kadence_staff_extension', 'type' => 'switch', 'title' => __( 'Staff Posts', 'virtue' ), 'subtitle' => __( 'Turn off/on staff references and code.', 'virtue' ), 'default' => 0, ); $staff_territory = array( 'section_id' => 'custom', 'id' => 'wpto_staff_territory', 'type' => 'switch', 'title' => __( 'Territory/Specialty', 'virtue' ), 'subtitle' => __( 'Turn off to remove the territory/specialty field from staff listings.', 'virtue' ), 'default' => 1, 'required' => array( 'kadence_staff_extension', '=', '1' ), ); Redux::removefield( 'virtue_premium', 'kadence_staff_extension' ); Redux::setField( 'virtue_premium', $staff ); Redux::setField( 'virtue_premium', $staff_territory );Ben
In forum: Pinnacle ThemeMarch 11, 2020 at 8:00 am #246017I think this might be what you are after, here is some css you can try:
.page-id-5464 .wp-block-image img { max-height: 75vh; }Ben
In forum: Virtue ThemeIn reply to: Custom 404 Page
In forum: Virtue ThemeTopic: Custom 404 Page
March 11, 2020 at 6:47 am #246009Hey,
My Custom 404 Page settings seems to have changed:
An incorrect URL typed into the address bar used to redirect to http://www.domain.com/”ChosenCustom404Permanlink” – whereas now it directs to http://www.domain.com/”TheWronglyTypedInURL”.
Also, I had it set to bring up a Rev Slider as the 404 page – which it still does – but before it loads the slider it loads a blank page with the standard “Recent Comments, Archives, Categories, Meta” stuff on it.
I haven’t changed any of my settings. Any ideas?
Many thanks.
In forum: Pinnacle ThemeIn reply to: Post Pagination
In forum: Virtue ThemeIn reply to: Woocommerce issues/questions
In forum: Virtue ThemeIn reply to: Woocommerce issues/questions
Well… For the photographers images for sale it is:
https://spotashotphotography.com/sas-imagery-for-sale/But then for each client we are creating a separate “store” page.
Example:
https://spotashotphotography.com/client-stores/client-2-store/This way things are separated. We do not want them to see:
https://spotashotphotography.com/shop/
Where all the categories…”Stores” are visible.In forum: Virtue ThemeIn reply to: Category Column Layout exclude subcategories
Hi Hannah,
I’ve use noticed that on an iPhone the subcategory page is still forcing 6 columns which obviously can’t fit or display correctly, even though the css is @media (min-width: 992px), how can we fix this?
The category page is fine and the product pages are fine, its just on pages with subcategories that its displaying incorrectly.
In forum: Virtue ThemeMarch 10, 2020 at 6:27 pm #245993hi alls
My home page is a page type like LANDING PAGE. *Login to see link
Css suppress menu and footer.
there is a block Hero frame of site origin containing texte and 3 button ( for choice languages )on mobile I see only the bakground image.. coming from the plug in Fullwidth backgrond
have you a idea to solve that?
so many thanks . best marcIn forum: Ascend ThemeIn reply to: Blog Post Formats
1. These pages will generate automatically.
2. Any content that is added to the page will automatically display above the posts when using the blog template. But another option is to display your posts via shortcode like this:
[blog_posts orderby=date items=4 word_count=30 cat=photos]You can find a full list of shortcodes here: http://docs.kadencethemes.com/ascend-premium/shortcodes/Hannah
-
This reply was modified 6 years, 1 month ago by
-
AuthorSearch Results


