Navigation

    APPDRAG Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    1. Home
    2. Kirk Brown
    3. Topics
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 15
    • Posts 36
    • Best 2
    • Groups 0

    Topics created by Kirk Brown

    • K

      SOLVED Page Menu is out of view and can't drag it back
      Cloud CMS (Pagebuilder, Blog, Shop, Newsletters, Code Editor) • • Kirk Brown

      2
      0
      Votes
      2
      Posts
      187
      Views

      Joseph Benguira

      Hi @kirk-brown
      you can clear the localstorage in chrome to fix the issue

      To clear the local storage for a website in Google Chrome, follow these steps:

      Open Developer Tools:
      Open the website for which you want to clear local storage. Right-click anywhere on the page and select "Inspect" or press F12 (Windows/Linux) or Option + Command + I (macOS) to open the Chrome Developer Tools.

      Navigate to Application Tab:
      In the Developer Tools panel, locate and click on the "Application" tab. If you don't see it, click the ">>" icon and select "Application" from the dropdown menu.

      Access Local Storage:
      In the left sidebar of the Application tab, under the "Storage" section, expand "Local Storage." You will see a list of URLs for which local storage data is stored.

      Clear Local Storage:
      For a specific site: Right-click on the URL of the site you want to clear and select "Clear."
      To clear all local storage for the current site: Right-click anywhere in the table displaying the local storage key-value pairs for the selected URL and select "Clear."

      Refresh the Page:
      After clearing the local storage, refresh the page to ensure the changes take effect.

    • K

      SOLVED Sections Not Showing In Preview or Published Webpage
      Cloud CMS (Pagebuilder, Blog, Shop, Newsletters, Code Editor) • • Kirk Brown

      1
      0
      Votes
      1
      Posts
      246
      Views

      No one has replied

    • K

      SOLVED Bug Causing Text Headers To Display Bolded
      Cloud CMS (Pagebuilder, Blog, Shop, Newsletters, Code Editor) • • Kirk Brown

      7
      0
      Votes
      7
      Posts
      453
      Views

      Joseph Benguira

      @kirk-brown translation is saving content in the HTML
      so it cannot be related to a change on our side and we didn't changed anything on our side

      So you do have to remove the styles and add them back to fix the issue

    • K

      SOLVED Need help resolving hreflang conflicts
      Cloud CMS (Pagebuilder, Blog, Shop, Newsletters, Code Editor) • • Kirk Brown

      6
      0
      Votes
      6
      Posts
      1032
      Views

      Joseph Benguira

      @kirk-brown seems on your side filtering to display spanish links is not working

      you can check here:
      https://www.google.com/advanced_search?q=https://www.outdoorsplendor.com/&num=10&lr=lang_es&sca_esv=954ba678d3f37bee&as_qdr=all

      and ensure spanish is selected

    • K

      SOLVED Duplicate Root Domain and index.html versions
      Cloud CMS (Pagebuilder, Blog, Shop, Newsletters, Code Editor) • • Kirk Brown

      4
      0
      Votes
      4
      Posts
      954
      Views

      Joseph Benguira

      Hi @kirk-brown, I tried both urls and in both case I'm not redirected byt stays on the /index.html url.

      one way to do that is to add a block of script if your footer with this content

      if (window.location.pathname.endsWith('/index.html')) { window.location.href = window.location.origin + '/'; }
    • K

      SOLVED When I enter a url without www it just redirects to homepage
      Domains & Emails • • Kirk Brown

      4
      0
      Votes
      4
      Posts
      1345
      Views

      Joseph Benguira

      @kirk-brown said in When I enter a url without www it just redirects to homepage:

      https://outdoorsplendor.com/estimate

      My guess is you have some cache, because on my side when I try your link:
      https://outdoorsplendor.com/estimate

      this is what I see:

      screnn4751.jpg

    • K

      SOLVED Sitemap has project Address, Not Domain
      Domains & Emails • • Kirk Brown

      2
      0
      Votes
      2
      Posts
      693
      Views

      Joseph Benguira

      Hey @kirk-brown

      you can check here:
      https://www.outdoorsplendor.com/sitemap.xml

      you will see that your sitemap is containing your own domain

      3f736c74-af4f-453a-a2e3-2776f6362ee4-image.png

    • K

      SOLVED Opening one accordion tab opens two tabs
      Cloud CMS (Pagebuilder, Blog, Shop, Newsletters, Code Editor) • • Kirk Brown

      5
      0
      Votes
      5
      Posts
      1487
      Views

      K

      Nevermind. I believe I found the ID attribute in the code and is working properly now.

    • K

      SOLVED Tabs Section Not Working
      Cloud CMS (Pagebuilder, Blog, Shop, Newsletters, Code Editor) • • Kirk Brown

      7
      0
      Votes
      7
      Posts
      1721
      Views

      Wassim

      @kirk-brown it does meet all your requirement.

      Add the jQuery code into a jQuery source code and the CSS into a CSS source code.

      bcfa24ad-b49d-4545-af39-d2564f84ecdd-image.png

    • K

      URLs without the www are not working
      Cloud CMS (Pagebuilder, Blog, Shop, Newsletters, Code Editor) • • Kirk Brown

      12
      0
      Votes
      12
      Posts
      2655
      Views

      K

      @joseph-benguira
      Okay. It seems to work now. You said cloud-based is misconfigured? Is there any more action required on my part to fix issues?

    • K

      Countdown Background not functioning correctly on Tablet
      Cloud CMS (Pagebuilder, Blog, Shop, Newsletters, Code Editor) • • Kirk Brown

      2
      0
      Votes
      2
      Posts
      585
      Views

      Wassim

      @kirk-brown hi, maybe try to duplicate it and have a version for small resolution with a background that fits better?

    • K

      Upload My Own Icon
      Cloud CMS (Pagebuilder, Blog, Shop, Newsletters, Code Editor) • • Kirk Brown

      2
      0
      Votes
      2
      Posts
      469
      Views

      Daniel Mulroy

      Hi Kirk,

      Check out the "Assets" button on the left side of PageBuilder - that's where you can upload fonts, icons, and images for use with PageBuilder.

      Alternatively, you can drag in an icon/image onto the page and then use the paintbrush icon to open the edit window, then replace the icon with something of your choice.

      Hope this helps!

    • K

      SOLVED Domain Purchasing is Down
      Domains & Emails • • Kirk Brown

      5
      0
      Votes
      5
      Posts
      1196
      Views

      Nazem SAMAD

      @joseph-benguira Ok, thanks for your reply. 👍

    • K

      Re-Enable Right-Click Menu in Editor
      How-to, Tutorials • • Kirk Brown

      2
      0
      Votes
      2
      Posts
      629
      Views

      Wassim

      Hi,

      Once you click on this

      ff7c3c6a-d18b-4440-9ccb-a0da1ac510c6-image.png

      You just have to reload your browser tab to make it appear again.