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: Kadence ThemeNovember 27, 2024 at 11:16 am #292013
Here are a few methods to create new pages that follow the same design as others:
1. Using a Template:
Website Builders: Most website builders (like Wix, Squarespace, or WordPress) have pre-designed templates. Choose one that matches your existing design and customize it as needed.
Design Software: If you’re using design software like Figma or Adobe XD, create a template with the desired layout and style. Duplicate this template for each new page and customize the content.
2. Leveraging CSS Frameworks:Bootstrap or Tailwind CSS: These frameworks provide pre-built CSS classes that can be applied to elements on your page, ensuring consistent styling across different pages.
3. Creating a Base HTML Structure:HTML Template: Create a base HTML file with the common structure (header, footer, navigation, etc.).
Include CSS and JavaScript: Link to your main CSS and JavaScript files to apply consistent styles and scripts.
Create New Pages: For each new page, create an HTML file that inherits the base structure and adds specific content.
4. Using a CMS (Content Management System):WordPress or Drupal: These CMS platforms allow you to create custom themes and templates. Design a theme that matches your desired style and then create new pages using that theme.
Key Considerations:Consistency: Maintain consistency in typography, color palette, and layout across all pages.
Responsiveness: Ensure your design adapts to different screen sizes and devices.
Accessibility: Prioritize accessibility by using appropriate HTML semantics and ARIA attributes.
Testing: Thoroughly test your new pages to ensure they work correctly and look good on all devices.
By following these methods and considering the key factors, you can efficiently create new pages that seamlessly integrate with your existing design.In forum: Kadence BlocksNovember 26, 2024 at 7:26 am #291988Hi,
Wondering if anyone can help.
My site (behind a maintenance page so not viewable yet) is a blog so it’s quite content heavy. I use H2 tags to separate sections but the gap between the H2 and the block above makes flexibility awkward. Sometimes it’s a little wide something it’s not depending on where I put it. And that leads on to my second issue about wrapping text and titles around images without awkward gaps.
So my questions are:
– How do I reduce spacing around all H2’s? I went in to typography in the customize area and reduced the line height from 1.5 to 0.5 however that messed up the H2s on my home page so they overlapped (but narrowed the gap on the blog posts a little).
– How can I wrap text with copy as well as title around an image (that works for both mobile and desktop)?Not sure if this is useful but I used the Jewelry starter pack as a basis.
Thank you in advance!
-
This topic was modified 1 year, 4 months ago by
Brown Makeup.
In forum: Kadence ThemeNovember 25, 2024 at 11:28 am #291986Hello, I manage blogs that provide news and information regarding an app called SEO Agency. The blog was created using Kadence Pro on a desktop PC. However, when I visit the webpage on my phone, it appears jumbled. Please tell me how to fix these issues. The website is located at *Login to see link
In forum: Kadence ThemeNovember 24, 2024 at 11:37 pm #291980Why is the premium support ticket not working and always giving error, it’s frustrating Please fix it.
i just want to change the default layout of wp travel plugin and make my out template using hooked elements. I have watched the tutorials, and set up everything correctly and still its not working.In forum: Kadence ThemeGood morning everyone,
I want to add a page that everyone can visit and download housing rules *.pdf or *.docx files.
I want to add a page that ony users with a password can visit and download financial *.pdf or *.docx files.What is the best plugin for that and how to put it on the page?
I’m a volunteer for a housing owners association, if you can give me a few hints, tips or if you have have an instructional youtube video or an site where this is documented please share. I’ve searched, but I don’t know the best options.Many thanks.
Kind regards,
André
-
This topic was modified 1 year, 4 months ago by
a.borgeld.
In forum: Kadence BlocksHi there,
I am using the standard Kadence Theme and Blocks, and I want to set the Alignment of one Row Layout to ‘Wide’ so that the content stretches all the way to the sides on mobile screens. But, then the page width on computers is too large and I’d like to make it smaller. The theme.json file has this configuration:
‘”layout”: {
“contentSize”: “var(–global-calc-content-width)”,
“wideSize”: “var(–global-calc-wide-content-width)”,
“fullSize”: “none”‘Is it possible to set this “wideSize” parameter elsewhere? Or is there another solution?
Hopefully, I made myself clear.
Thanks.
In forum: Virtue ThemeIn reply to: Blog: Hide categories
November 23, 2024 at 10:27 am #291966Wow this is my solution too. I wanted to exclude one category called “discussion” which was for private groups and I was frustrated it still showed up on the blog posts page. Yes, turns out that assigning the blog page as “Posts page” in the “Reading” section is the issue. To me this seems like a bug. Regardless I’m happy to find this.
Thank you.In forum: Kadence BlocksTopic: Images in Columns are Fuzzy
November 22, 2024 at 1:34 pm #291962For some reason, images on my website have suddenly become fuzzy, but it’s only images that are in columns. I have the resolution set to Full and the images were fine a few weeks ago. I’ve tried changing the photos to advanced photos, to a gallery, to individual photos in columns, but nothing makes them clear. You can see an example of what I’m talking about in my bio on my homepage, *Login to see link
In forum: Kadence BlocksIn reply to: Start Advanced Query Loop Empty
November 22, 2024 at 5:48 am #291960To achieve this with the Advanced Query Loop, you can set up a dropdown filter that initially loads with no query cards displayed. You can use JavaScript to trigger the query loop when a selection is made from the dropdown, allowing it to dynamically load the appropriate query cards. Ensure the query loop is set to filter based on the dropdown selection, so when a user selects a filter option (like a category or tag), it updates the page without showing any results initially.
For instance, if you’re working with a custom post type related to “Car Parking Unlimited Money and Gold,” you can adjust the query parameters based on the dropdown value to only show relevant cards after selection.
In forum: Ascend ThemeIn reply to: Help required for a quick Ascend home-page tweak!
Hi, Mark!
I’m sorry for missing your topic here.
You can enable the Post Content in Theme Options > Home Page Layout. Then, add a block to show posts on your homepage. You can use Gutenberg’s Query Loop – https://wordpress.org/documentation/article/query-loop-block/
I hope this helps, and let me know if I can assist you further with this.
In forum: Virtue ThemeFIXED! After three days of deep-diving into obscure forums to find an answer, deactivating plugins, trying default themes, etc., I came upon this fix and it worked. It had to do with my browser’s js cache holding onto some old script, so it had to be force-cleared. The issue had nothing to do with WordPress, Woocommerce, or the Virtue Premium theme, although that’s where I started looking for an answer (but never got a reply here).
Thought I’d share in case it saves someone else the time and effort.
Since my Widgets page in Admin under Appearance only showed a blank white page, I first went there, using my Chrome browser (Mac OS).
Once there, I went to the 3 vertical dots in the upper right corner of the browser, scrolled down to “More Tools” then “Developer Tools.” Ignoring the page of code that opens, I then right-clicked on the refresh icon and then from that pop-up menu chose Empty Cache and Hard Load.
Voilà! The Widgets reappeared in the “new block” format. Also, all of the Pages that were also blank have reappeared.
I still have no idea what the “enque” error message meant, but perhaps it is now resolved, too?
In forum: Virtue ThemeFIXED! After three days of deep-diving into obscure forums to find an answer, deactivating plugins, trying default themes, etc., I came upon this fix and it worked. It had to do with my browser’s js cache holding onto some old script, so it had to be force-cleared. The issue had nothing to do with WordPress, Woocommerce, or the Virtue Premium theme, although that’s where I started looking for an answer.
Thought I’d share in case it saves someone else the time and effort.
Since my Widgets page in Admin under Appearance only showed a blank white page, I first went there, using my Chrome browser (Mac OS).
Once there, I went to the 3 vertical dots in the upper right corner of the browser, scrolled down to “More Tools” then “Developer Tools.” Ignoring the page of code that opens, I then right-clicked on the refresh icon and then from that pop-up menu chose Empty Cache and Hard Load.
Voilà! The Widgets reappeared in the “new block” format. Also, all of the Pages that were also blank have reappeared.
Meanwhile, I fixed the “outdated template” issue myself, by simply changing the version number in the affected php file.
In forum: Kadence ThemeIn reply to: Blank pages
November 21, 2024 at 1:05 am #291947HI,
Plugins updated, but one has been uninstalled – Really Simple Security – this one causing the same problem in all my wordpresses after updating them to the newest version.
This plugin (Really Simple Security) shows a blank settings page. I found this by accident.
So it looks like problem solved.
Pawel
In forum: Virtue Theme1. This template keeps showing up as outdated (screenshot attached). But when I follow these directions from woocommerce to update outdated templates (Copy the default template from wp-content/plugins/woocommerce/templates/[path-to-the-template] and paste it in your theme folder found at wp-content/themes/[path-to-theme]), my Shop page becomes totally out of whack, with products piled on top of each other, and footer elements on top of those!.
Thus, it seems as if my Virtue-Child theme, child of the latest Virtue Premium theme update (v4.10.15) isn’t compatible with the latest WordPress/woocommerce update to 6.7—am I wrong?
2. Meanwhile, my other issue has gone unanswered (posted in Virtue Theme support) for a few days now: the white screen of death in admin/backend appears on all Pages and Appearance/Widgets when I attempt to edit any of them (except one page that used SiteOrigin Page Builder). Are these issues related? If I use Classic Widgets and Classic Editor plugins the pages are accessible again, but I really don’t want to have to use those. I would prefer that things work as they should with all of the latest updates. I have deactivated all plugins, to no avail so I’m not seeing a plugin conflict. I don’t know PHP so I know I haven’t altered any of those files.
3. In case this is relevant to any of the above: this “Note” first appeared when WordPress was updated to 6.7, which also seems to be when the white screens of death appeared. I tried to restore the site to an older backup, but the white screens remain anyway now.
Notice: Function wp_enqueue_script() was called incorrectly. “wp-editor” script should not be enqueued together with the new widgets editor (wp-edit-widgets or wp-customize-widgets). Please see Debugging in WordPress for more information. (This message was added in version 5.8.0.) in /home/customer/www/nancymckeown.com/public_html/wp-includes/functions.php on line 6114
Website URL: nancymckeown.com
What am I missing? Please advise.
~n
In forum: Kadence ThemeIn reply to: Blank pages
November 20, 2024 at 11:32 am #291940Hi Pawel,
Since it’s working in incognito mode, could you try accessing it in a different browser to see if the issue persists?
Could you please update all plugins and themes on your site to their latest versions?
Additionally, please check for any console errors that might occur while trying to load the pages or posts. You can follow this guide to view console log errors: How to View Console Log Errors.
Let me know what you find, and we’ll take it from there!
Best regards,
ArchitaIn forum: Ascend ThemeIn reply to: Edit the Home Page
This reply has been marked as private.November 20, 2024 at 8:43 am #291939In forum: Pinnacle ThemeRecently I can no longer edit my homepage except to disable “Kadence Blocks – Gutenberg Blocks for Page Builder Features 3.3.5”. The page works in consultation but when editing the console displays:
ReferenceError: IconSpanTag is not defined
at save (blocks-accordion.js?ver=8bdefe85689aa9e242cb:1:1894)
at Qr (blocks.min.js?ver=8474af4b6260126fa879:19:8853)
at Zr (blocks.min.js?ver=8474af4b6260126fa879:19:9234)
at blocks.min.js?ver=8474af4b6260126fa879:19:39004
at co (blocks.min.js?ver=8474af4b6260126fa879:19:39120)
at blocks.min.js?ver=8474af4b6260126fa879:19:40603
at uo (blocks.min.js?ver=8474af4b6260126fa879:19:40847)
at blocks.min.js?ver=8474af4b6260126fa879:19:40007
at Array.map (<anonymous>)
at uo (blocks.min.js?ver=8474af4b6260126fa879:19:39999)Thanks by advance for your help.
In forum: Kadence ThemeIn reply to: Cannot use Customize after WP 6.7 update
November 20, 2024 at 5:16 am #291937@graficodestudio I had the same issue and hard refreshing the customize page seemed to fix it for me.
Hi Kadence Team,
Using Virtue Premium: suddenly today in my site’s admin/backend I am unable to access any pages for editing (they are all blank white pages). Also, Widgets under Appearance is a blank white page. The only page I can actually access is one using SiteOrigin Page Builder. Apparently, the rest were not built with that plugin.
I have tried deactivating plugins (and left some deactivated now), changing to default WP theme, etc. to no avail. I’ve even restored the site from a backup that was working a few days ago, but still no luck. I did get a PHP error message a few days ago that the content-product.php template needed to be updated, but even that notification has disappeared although I did not “update” any template (the theme template says @3.6.0 and WP core is now @9.4.0? Another issue…for later anyway).
The front end appears to be working fine, but something is whacked in the admin/backend, and I am at a complete loss as to how to troubleshoot or fix it, or what I might have done to cause it. Please help!
Website: *Login to see link
Please let me know if you need the site’s login credentials.
TIA!In forum: Kadence BlocksIn reply to: Post Grid/Carousel & ACF fields w/pro blocks?
-
This topic was modified 1 year, 4 months ago by
-
AuthorSearch Results


