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 '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 4,581 through 4,600 (of 53,646 total)
  • Author
    Search Results
  • #266776

    Hi Gabs,

    Thank you for reaching out to us.

    You can select the 3rd tab style when you add the Tabs block to have them positioned in the center, just like our fourth and fifth example on the page you specified. Here’s a screen recording for your reference – https://share.getcloudapp.com/lluNAKRz.

    On the other hand, if you selected a different tab style, you can select ‘center’ from the alignment option in the toolbar – https://share.getcloudapp.com/NQuo9PdA.

    Hope this helps and let us know if we can assist you further.

    Best Regards,
    Karla

    #266765

    Hello.

    On the archive pages of a site I am working on … this ugly blue bar with the page title shows up on all the archive pages. (see screenshot)

    Is this only removable when using the pro version of the template? or can it be done on the free one as well?

    Thx

    Gordon

    #266761

    presumably this works for the standard gallery view (masonry or grid) and not for carousel or thumbnail carousel?

    I can’t get the images lazy loaded, PageSpeed says I should defer the loading of all the images in the carousels in this post:
    https://nimblecamper.com/top-5-features-microcamper/

    With 3 different lazy load plugins tested (including WP Rocket lazy load).
    Kadence PRO theme, Kadence Blocks PRO + Gutenberg.

    wanted to check here before I open a new ticket, but no problem to if it’s better for you.

    thanks
    Lukas

    kadence-lazy-looad

    • This reply was modified 4 years, 10 months ago by Lukas.
    #266754

    Michael,

    Thanks for your help and support so far. We’re getting there, but it’s not quite working yet.

    Yes, looking at your provided image above, that is exactly what I’m trying to accomplish here…removing the border from the read-only fields. (Note that they are ALL read-only fields on this page within this form.)

    However, when I use the CSS provided by you, it doesn’t quite work as anticipated. Let me explain further…

    I added the provided CSS to the theme’s Advanced Settings/Custom CSS area. When the page first loads, the textboxes still show the border. Now, when I click within a read-only textbox that has data in it and then click away from the textbox, the border then disappears. (For some reason, if there is no data in the field, like in the case of Supervisor/Trainer, it does not remove the border at all, even after I click into and off of it…weird.) None of the read-only fields should have borders at all when the form loads, and it needs to hide the border regardless of whether the field contains data or not.

    You asked how the wpf-disable-field was assigned. It is set as the value of the CSS Classes setting configured for that field within the WPForms setup for that form. (Here is the help description of the CSS Classes setting for a text field within WPForms: ‘Enter CSS class names for the form field container. Class names should be separated with spaces.’)

    This code snippet I shared here takes care of making the WPForms textboxes read-only when wpf-disable-field is assign to that aforementioned CSS Classes setting. Here is a page where you can see the actual PHP code from the snippet to understand what it’s doing:

    https://shop.training.ctaa.org/code-snippet-php-using-css-class-wpf-disable-field-to-disable-textboxes-make-read-only/

    I’m guessing the line…

    $(‘.wpf-disable-field input, .wpf-disable-field textarea’).attr(‘readonly’,’readonly’);

    …within the PHP snippet is what sets the read-only attribute for the field. Can we just add something similar to use attributes via PHP to hide the border?

    I’m speculating that what’s going on is that the page is loading first, then the code snippet recognizes the CSS Class assigned (wpf-disable-field) and makes the field(s) read-only, but the custom CSS provided by you is “firing” on page load, BEFORE the PHP code has a chance to change the read-only value, maybe? (Hence, it doesn’t take effect until you do something with the field, like click into it and then off of it again. (Still not sure why the blank/data-less field doesn’t drop the border even once you click in it. It is configured exactly like the others using wpf-disable-field; it just doesn’t happen to have any data in my example.) Sometimes the fields have data, and sometimes some of them of intentionally left blank. In any case, if they have wpf-disable-field associated, they should be read-only (which they are) and they should NOT show a border at all.

    You can take a look at the behavior I’ve mentioned above by looking at the page again. This page/website now includes the CSS that you provided, so you can see the new/odd behavior of the added CSS when you click into and off the fields:

    https://shop.training.ctaa.org/course-student-added/?product_id=699f7156-4924-4b3d-b867-957df17bca45&[email protected]&student_name=Dan%20Lineaweaver&trainer_email=&product_name=PASS%20Basic%20Online%20Renewal&price=$0%20(Course%20Code%20Used)

    Is there a way to do it specifically via the wpf-disable-field class instead of checking for the read-only attribute being set? (Since that class is set/assigned ahead of time.) Or, is there a way to accomplish it through changing the PHP snippet itself? (I am just not very familiar with how to set attributes for CSS and such in PHP. The snippet does it to make the fields read-only; maybe it could be updated to also just remove the border right within that same snippet through some kind of attribute setting???)

    I hope this clarifies the issue further. I really appreciate the help, and I certainly look forward to hearing back from you with a final/working solution soon. (I think we’re getting close!)

    Thanks again in advance. I patiently await your next reply.

    Appreciatively,
    -Dan L.

    #266752
    This reply has been marked as private.
    #266751

    Hi Pamela,

    Thank you for writing.

    May we know if you have everything updated on your site?

    Can you also post a link to a page on your site that has a Kadence slider?

    Also, you may include the login credentials for your site to have a look at it.

    Thank you!

    Regards,
    Chito

    #266749

    Hi John,

    Apologies, we could not look at the page after you’ve sent us the login credentials as you were editing the page.

    I was able to check on your site this time. However, I couldn’t find what’s causing the issue.

    This is not happening on our test sites.

    Can you try to uninstall the Kadence blocks plugin and reinstall a fresh one? Perhaps there was a problem while installing/updating the aforementioned plugin.

    If this does not resolve the issue, could you reach out to your hosting provider to provide us a copy of the error log to see if we can get something there?

    Thank you.

    Regards,
    Chito

    #266746
    This reply has been marked as private.
    #266744

    Hello Sandy,

    Thank you for reaching out to us.

    The Ascend theme has a default top padding value for the content area. If you want to remove it on this specific page, you may add this custom CSS code in Theme Options > Custom CSS:

    .page-id-9665 #content {
        padding-top: 0;
    }

    Hope this helps.

    Best Regards,
    Karla

    #266740

    Hello Marc,

    For us to better check how your page is set up, could you send a screenshot of how your page content structure looks like from the backend(edit page)? Or give us temporary admin access using this plugin – https://wordpress.org/plugins/temporary-login-without-password/.

    Kind Regards,
    Karla

    #266736

    Ben, Hannah, Et Al,

    I once again call upon your Virtue Theme and CSS expertise. Thanks in advance!

    I’m looking for some CSS (or PHP???) to do the following “adjustment” to the display of disabled textboxes (simple thing, I think: remove borders from disabled textboxes)…

    I have some forms that contain textboxes/form-fields that are made read-only by setting CSS class to ‘wpf-disable-field’. This value is set for a particular textbox or textboxes individually. A PHP snippet handles making those fields read-only/disabled in response to that ‘wpf-disable-field’ value being present/set for that textbox. What I want to do is also remove the borders from any textbox that is set to read-only/disabled.

    Here is an example of a form where all of the textboxes are disabled/read-only. Currently, the borders still show. I would just like to remove the borders on the disabled/read-only textboxes. A simple CSS solution is probably preferred, but PHP edits and/or additions are fine, too, if needed:

    Here is a page that displays the PHP source code/snippet that makes it work as-is behind-the-scenes. This provides the functionality of disabling the textbox for edit (make read-only) when the CSS class ‘wpf-disable-field’ is set:

    Note: I DO NOT want to remove the borders for the “regular”/editable textboxes; just the read-only ones with the CSS class set to ‘wpf-disable-field’.

    I hope you can help me out here and that this one turns out to be easy for you! Thanks.

    I patiently await your response.

    Appreciatively,
    -Dan L.

    #266732

    How do I eliminate the space between the page header and my first block?

    Most of my pages have a slider or just an image as the first block and I want the top of that block to butt right up against the bottom of the header.

    I have the section top margin and top padding set to 0, and I have tried putting my image or slider into a row and changed the top margin and top padding to 0.

    I also looked in the theme settings for the header for a spacing setting but didn’t find it.

    i.e. –

    Thanks as always.
    S

    #266726
    This reply has been marked as private.
    Anonymous
    #266722

    Hi Amber,

    Thank you for reaching out to us. Sorry to hear you are having issues with the Ascend theme on your websites.

    May we know what versions of the following are you using?

    1. PHP
    2. WordPress
    3. Ascend Premium

    I tried to replicate it on my test website with the display_errors on but I can’t seem to replicate it. I am using PHP Version 7.3.27, WordPress 5.7.2 and Ascend Premium 1.9.19.

    If you are using outdated versions of WordPress and Ascend Premium, kindly update them to the latest versions so we can rule out an outdated plugin is the cause of the issue.

    The error messages you’ve indicated there are warning messages and are usually common and ignorable. What you need to watch out for are fatal errors that is causing you to only see a white page on the website.

    We haven’t had any reports of Ascend being incompatible with the latest versions of PHP though.

    I hope this helps and let us know if we can assist you further.

    Kind Regards,
    Michael

    #266718

    Hi,

    I updated the Kadence Blocks plugin today (v2.0.12) and I;m now having all manner of problems with the two reusable blocks on my site. First, the testimonial content disappeared from the pages that feature the Testimonials block. When I clicked to manage reusable blocks it was there but empty. I recreated the block from scratch and this time saved a Json copy.
    It then happened again. The block is listed in reusable blocks but there’s no content in it. Now the form reusable block I;ve made has disappeared. I then imported the Json file I had for the testimonial block. There are now two Testimonial blocks listed. The absolutely crazy this is that when I click the testimonial blocks BOTH are empty but when I click to edit the Form reusable block it has the testimonial info from the Json file in it.

    This is crazy and has cost a load of time. Do I rebuild it again and have it disappear all over again?

    Help!!!

    #266709

    Hello Kendra,

    It seems one of my colleagues Karla, already sent a response with this on a different thread here. Just to confirm this as well, by access do you mean to access the image file directly? If so, please note that based on your Full Bio page, the image source is coming from the Kadence Blocks library here and not from your website’s media library. See this screenshot for reference.

    In addition to that, by modify do you mean to use a different image on that section or edit that image itself?

    Thank you for your patience and hope to hear from you soon.

    Kind regards,
    Josh

    • This reply was modified 4 years, 10 months ago by Josh. Reason: Correction
    #266707

    Hello Yogi,

    Thank you for reaching out to us.

    “Featured Projects” section.

    1. How to add this section to the homepage?
    You’ll need to add the Portfolio Carousel item to the Enabled row in Theme Options > Home Layout. For more information regarding the home layout of the Virtue Theme, you can refer to this article – http://docs.kadencethemes.com/virtue-premium/theme-options/home-layout/.

    2. How to add images to this section?
    The images that will be shown in this section are the featured images of your Portfolio posts. Here’s a screen recording for your reference – https://share.getcloudapp.com/7Kuone90.

    3. What is the ideal image size i.e. of the square image on the demo homepage under “Featured Projects” (width x height)
    On our demo contents, we used the thumbnail size of 270 x 270px for the featured images. You may use a bigger size, preferably with a square resolution.

    4. If added, can we change the title from “Featured Projects” to “Featured Blogs”
    Yes, you can change that on Theme Options > Home Layout > Home Portfolio Carousel title option – https://share.getcloudapp.com/04u2Rb49.

    5. Can the images link to specific blog pages on our website?
    No, it will be linked to the Portfolio post. If you want to add a carousel of images with an option to set the links, you may use the Custom Carousel instead.

    We presently have over 100 Blog posts. We would like to know how we can divide these Blogs into separate categories so that the user can read the Blog as per the desired category.

    You may want to use a sidebar with the Categories widget so the users can go to different categories easily. For the Blog page, you can refer to the following articles regarding the templates you can use:

    Hope this helps.

    Best Regards,
    Karla

    #266705

    Hello Kendra,

    Thank you for reaching out to us. Upon checking your website, I saw that you are using the Kadence theme, not Virtue. You may refer to our Kadence Theme knowledgebase for more information – https://kadence-theme.com/knowledge-base/.

    In essence, I am trying to change the image that comes up on this page behind “Full Bio – Real Personality”.

    You’ll need to edit the page, click on the row where you see the image, select the Row Layout block itself, and check the Background Settings section from its block settings. This is where you’ll be able to change the image – https://share.getcloudapp.com/E0uAJ5n8.

    Another thing I want to double check…while you are with me, how can I get select Blog posts on my Homepage?

    Go to Dashboard > Settings > Reading and select Your latest posts for the Your homepage displays option – https://share.getcloudapp.com/P8u9wxyJ.

    Hope this helps and let us know if we can assist you further.

    Best Regards,
    Karla

    #266701

    Hi,

    1. “Featured Projects” section.

    Please see this page:

    Please refer to the “Featured Projects” section.
    My queries:
    1. How to add this section to the homepage?
    2. How to add images to this section?
    3. What is the ideal image size i.e. of the square image on the demo homepage under “Featured Projects” (width x height)
    4. If added, can we change the title from “Featured Projects” to “Featured Blogs”
    5. Can the images link to specific blog pages on our website?

    2. “Blog” section

    We presently have over 100 Blog posts. We would like to know how we can divide these Blogs into separate categories so that the user can read the Blog as per the desired category.

    Thanks
    Yogi

    #266699

    Hello everyone!

    So, have this image appearing below the transparent header on my site, on the “Full Bio” page.

    When I have tried to modify it, there is NO place to access it from. It appears when I load the page online or preview it, but will not show up anywhere in Gutenberg or Appearance->Customize.

    I have tried to find how to access it in the Theme Editor…but cannot find where the line of code is there. It does not seem to exist in the file that, I think, is referenced last.

    Really could use some advice here! Thank you so much for reading this and for any direction you might offer!!
    -K

Viewing 20 results - 4,581 through 4,600 (of 53,646 total)