Forum Replies Created

Viewing 30 posts - 13,951 through 13,980 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2023 at 12:57

    Hello, Moka,

    Thank you for getting in touch with us.

    Please describe what exactly the code is and where exactly should be added.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2023 at 12:49

    Hello, Whiteski,

    Thank you for your response.

    We’ve enabled the next option for you – https://prnt.sc/WPxcjvJUChwI

    If you want to exclude some pages and content from the audit, you need to contact the support of SEO plugin and they will be able to guide you. For example – https://prnt.sc/85JG812G_dPk

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2023 at 12:42

    Hello, @salmi,

    We appreciate your detailed explanation. Our development team will conduct a thorough investigation to rectify the issue in the forthcoming theme update.

    The next custom CSS code for mobile can be used on your site, as a temporary solution:

    form.xstore-wishlist-form thead th:not(.xstore-wishlist-checkbox, .xstore-wishlist-product) {
        display: none;
    }
    form.xstore-wishlist-form thead th.xstore-wishlist-checkbox {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    tbody.xstore-wishlist-items td:not(.xstore-wishlist-checkbox, .xstore-wishlist-product) {
        display: block;
        padding: 5px 0;
    }
    form.xstore-wishlist-form td {
        vertical-align: top;
    }
    tbody.xstore-wishlist-items td.xstore-wishlist-action {
        text-align: start;
        padding-bottom: 15px;
    }
    form.xstore-wishlist-form .xstore-wishlist-product {
        display: flex;
        padding: 10px 0 !important;
    }
    form.xstore-wishlist-form .form-actions>div>div {
        flex-wrap: wrap;
    }
    form.xstore-wishlist-form .form-actions>div>div select {
        margin: 10px 0;
    }
    form.xstore-wishlist-form .form-actions>div>div a {
        flex: 1;
        flex-basis: 100%;
    }
    .xstore-wishlist-action .button {
        margin-left: 0;
    }
    table.xstore-wishlist-table {
        margin-bottom: 0;
    }
    .xstore-wishlist-form .form-actions {
        padding-top: 5px;
    }

    We would like to assure you that the lines of code in question will not significantly burden the server. Therefore, there is no need for concern regarding this matter.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2023 at 12:12

    Hello, Salmi,

    1/ We added the code – https://prnt.sc/QJImFvjBoiqn and it works – https://prnt.sc/NZ2ujbQFx7YB

    2/ This element comes from Elementor – https://elementor.com/help/accordion-widget/ and its functionality is independent of our theme, so contact the support of Elementor directly – https://wordpress.org/support/plugin/elementor/

    If you have any additional questions or concerns, please do not hesitate to reach out to us.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2023 at 11:11

    Hello, @salmi,

    The code should not affect the desktop view, please add it to Theme Custom CSS > Mobile area.

    We are sending you the custom CSS code because there is no problem with our demos – https://xstore.8theme.com/elementor2/industrial-power-tools/my-account/?et-wishlist-page and the Wishlist is fine on sites of other our customers (we did not get complains), so it is a local solution for your site only.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2023 at 10:34

    Hello, @salmi,

    We appreciate your prompt response.

    Please change the previous code to:

    form.xstore-wishlist-form thead th:not(.xstore-wishlist-checkbox, .xstore-wishlist-product) {
        display: none;
    }
    tbody.xstore-wishlist-items td:not(.xstore-wishlist-checkbox, .xstore-wishlist-product) {
        display: block;
        padding: 10px 0;
    }
    form.xstore-wishlist-form td {
        vertical-align: top;
    }
    tbody.xstore-wishlist-items td.xstore-wishlist-action {
        text-align: center;
    }
    form.xstore-wishlist-form .xstore-wishlist-product {
        display: flex;
    }
    form.xstore-wishlist-form .form-actions>div>div {
        flex-wrap: wrap;
    }
    form.xstore-wishlist-form .form-actions>div>div select {
        margin-bottom: 10px;
    }

    We added a screenshot of the result into the private content area.

    Best Regards,
    8Theme’s Team

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2023 at 10:10

    Hello, Vidomarketing,

    Thank you for contacting us and for using XStore.

    Please check the next screenshot – https://prnt.sc/h0pnf1TAccj3

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2023 at 10:08

    Hello, Salmi,

    We appreciate your prompt response.

    1/ Add the next code here – https://prnt.sc/-dm7aIhlU4v2

    .elementor-accordion .elementor-accordion-item {
        border-left: 0px;
        border-right: 0px;
    }

    2/ “accordion menu should be displayed only in mobile and ipad and in desktop normal expanded display, but without that I have to paste the menus twice.” – sorry, but this question is unclear to use, please provide screenshots for a better understanding.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2023 at 09:11

    Hello, @salmi,

    We appreciate your prompt response.

    Please try to add the next custom CSS code:

    @media only screen and (max-width: 480px) {
        form.xstore-wishlist-form {
            overflow: hidden;
            overflow-x: auto;
        }
    }

    it will add a scroll.

    Best Regards,
    8Theme’s Team.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2023 at 09:05

    Hello, Alex,

    Thank you for getting in touch with us.

    What error do you get in the Dashboard> XStore > Welcome panel when you enter the purchase code?

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2023 at 08:20

    Hello,

    Thank you for choosing XStore as your WooCommerce WordPress theme.

    1/ Header Builder > Mobile menu > https://prnt.sc/GbPO3_iAiv4n

    2/ The scroll should be added automatically once you add a lot of content to this menu.

    We hope this information is helpful.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2023 at 08:11

    Hello,

    Thank you for contacting us and for using XStore.

    We would recommend you contact WordPress support about this.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2023 at 08:09

    Hello, GTP,

    Thank you for contacting us and for using XStore.

    Yes, you can create a static block with the desired content and show it in the header via Header Builder > HTML element.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2023 at 08:06

    Hello, @Anand,

    We appreciate your prompt response.

    As we can see, you are using an additional plugin for filters – https://prnt.sc/rcAMtg76T6-p

    With a default Filter by attribute https://prnt.sc/w5RgeqMVRQhd , you will get the filter only on the page where products with this attribute are shown, for example – https://prnt.sc/1Fm3Kmqp2yz9 and https://prnt.sc/QgwSn7G8SSyy

    We hope this information is helpful.

    Best Regards,
    8Theme’s Team.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2023 at 07:55

    Hello,

    Thank you for contacting us and for using XStore.

    To check if the problem is caused by our theme or something else, please temporarily activate a default WordPress theme on the site and check how content is displayed then.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2023 at 07:49

    Hello, Dhlaminib,

    Thank you for getting in touch with us.

    The theme update should not cause any issues. What version did you use before the update?

    1/ It looks like you disabled a plugin that was used to create content for the Footer. Please make sure that WPBakery or Visual Composer plugin is activated on the site.

    2/ Please describe the issue in more detail with a video or screenshots.
    Upload them on a filesharing service, for example – https://wetransfer.com/ , and provide us with URL.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2023 at 07:45

    Hello, @HmirceaD,

    Thank you for getting in touch with us.

    Edit the static block > settings of section > https://prnt.sc/6aHnMWAN2e0m

    We hope this information is helpful.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2023 at 07:36

    Hello, Ecommercedev,

    We appreciate your prompt response.

    Please provide temporary wp-admin and FTP access, we need to check the situation more deeply.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2023 at 07:19

    Hello, Salmi,

    Thank you for contacting us and for using XStore.

    Please provide URL and temporary wp-admin access, so we can check your settings.

    Thank you for your cooperation and we look forward to hearing from you soon.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2023 at 07:18

    Hello, Mqazi,

    Thank you for contacting us and for using XStore.

    Please check this topic – https://www.8theme.com/topic/show-brands-list-in-a-page-with-elementor/

    If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2023 at 07:14

    Hello, @gunjan gulati,

    Ok. Take your time.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2023 at 07:14

    Hello, @Seema,

    Ok. Take your time.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2023 at 07:09

    Hello, CarlosL27,

    Thank you for contacting us and for using XStore.

    Please rename https://prnt.sc/KsFV0qmjgqUq to xstore-es_ES.po. Then Sync translation – https://www.8theme.com/documentation/xstore/theme-translation/translation-files-update/

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2023 at 06:59

    Hello, Stefan,

    Thank you for getting in touch with us.

    1/ Please record a video of your actions so we can see the problem.

    2/ Please provide temporary wp-admin and FTP access.

    To provide wp-admin access, you can create a new user account with administrator role via the Dashboard, and provide us with the username and password via the Private Content area.

    To create FTP access (FTP host, FTP username, FTP password, FTP port, FTP encryption) , please contact your hosting provider for assistance.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2023 at 18:08

    Hello, @Anand,

    Private Content

    Best Regards,
    8Theme’s Team.

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2023 at 15:35

    Hello, MAHDAR,

    “When the email is sent to the customer, the size part is not displayed properly because it cannot be colored in the panel. Please watch the video to understand completely.” – Currently, it can be done only via bad code practice, unfortunately, which will create more problems. So, please try to style your section in the best way of colors you can for the light and dark modes together.

    “How can I translate a series of words like total or shipping and…?” – do you mean words in emails? They are allowed to be translated (from our side in code), but about why they can’t be translated on your site, we would recommend you contact WPML support.

    As a workaround, you may try suggestion that we gave customers before when the translation was not available – create multi templates https://www.8theme.com/topic/built-in-email-builder-wpml/#post-269317
    We hope this information is helpful.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2023 at 15:24

    Hello, CarlosL27,

    Thank you for your understanding. Please try to activate it now. And remember, one license is for one project.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2023 at 14:52

    Hello, Whiteski,

    Private Content

    Kind Regards,
    8theme team

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2023 at 14:45

    Hello, MAHDAR,

    This question is not related to our Email builder but it is a predefined behavior of Gmail links → https://support.google.com/mail/thread/84957308/why-am-i-getting-a-redirect-notice-from-every-link-in-gmail?hl=en
    In simple words Gmail links are checked before redirection if the page customer wants to visit is safed.
    In case you would like to find a way to deactivate it, please, submit a topic on their forums or try to google for the right solution or any workaround.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2023 at 14:20

    Hello, Flavio,

    Thank you for getting in touch with us.

    At first sight, we do not see how the problem is related to our theme.

    Could you please temporarily activate another theme on site and check how it works?
    If the problem is independent of the theme, we can’t assist you, unfortunately.

    Please try to contact the support of WordPress. Also, ask the hosting provider what they recommend to do to fix the problem.

    Read some online sources, for example – https://www.infomaniak.com/en/support/faq/106/resolve-a-500-internal-server-error

    Kind Regards,
    8theme team

  • 1 2 3 465 466 467 2,273 2,274 2,275
    Viewing 13,980 results - 13,951 through 13,980 (of 68,227 total)
Viewing 30 posts - 13,951 through 13,980 (of 68,227 total)
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.