Forum Replies Created

Viewing 30 posts - 1 through 30 (of 76 total)
  • Author
    Posts
  • in reply to: Enfold Demo not working #1425960

    Hi Mike,
    Thank you for your instructions. It worked.

    Nik

    in reply to: Enfold Demo not working #1425878

    Hello,

    Would someone in the team please response with a solution?

    Thank you,
    Nik

    in reply to: Video Slider Audio Doesn’t Turn On #1404708

    Hi Mike,

    Thank you for your feedback.

    Nik

    in reply to: Video Slider Audio Doesn’t Turn On #1404010

    Hi Mike,

    Thanks for getting back. Even after installing the latest Enfold version, the Audio does not automatically activate when the video slider comes on. It has to be manually turned on. This is an ongoing issue even with previous Enfold versions.

    Is there coding to activate the audio when the video slider comes on? The audio player was not muted and is set to loop and autoplay. See private content for web link.

    Any suggestion is appreciated.

    Nik

    in reply to: Custom Tab #1343326

    Hi Rikard,

    I added the code to the Enfold Child Theme – General Styling – Quick CSS column. I tried adding the code in Enfold Child: Stylesheet OR Appearance – Customize – Additional CSS.

    Non of them work. Any suggestion is appreciated.

    Thanks,

    Nik

    in reply to: Custom Tab #1343216

    Hi Rikard,

    Thank you very much for the code. I use the following code taken from your tab sections doc. to change the font size of the text and tab colours.

     /* CSS - Tab font styles */
    .av-inner-tab-title {
        font-size: 20px;
        font-weight: 900;
        letter-spacing: .5em;
        line-height: 24px;
    }
    
    /* CSS - Tab font style on hover */
    .av-inner-tab-title:hover {
        color: black;
    }
    
    /* CSS - Active tab font style */
    .av-active-tab-title {
    background:gold;
    }

    There were no changes after inserting the coding. Please advise if I missing some coding?

    Thanks,

    Nik

    in reply to: Custom Tab #1343094

    Hi Rikard,

    Thanks for getting back. Yes, that’s correct. Any CSS code suggestion is much appreciated.

    Nik

    Hi Yigit,

    Thanks so much for the code. It worked.

    Cheers,

    Nik

    Hi Rikard,

    Thanks for getting back. The link is in private content.

    Nik

    in reply to: Enfold V4.8.6.2 causing errors to portfolio #1319779

    Hi Ismael,

    Thank you very much for the coding. It works!

    Cheers,
    Nik

    in reply to: Enfold V4.8.6.2 causing errors to portfolio #1319079

    Hello Ismael,

    Thank you for getting back. Sorry, would you clarify what needs to be done. Are you suggesting that I remove the coding

    $permalinks[‘portfolio_entries_taxonomy_base’]

    AND REPLACE WITH
    `$permalinks[‘portfolio_entries_taxonomy_base’] = empty($permalinks[‘portfolio_entries_taxonomy_base’]) ? __(‘portfolio_entries’, ‘avia_framework’) : $permalinks[‘portfolio_entries_taxonomy_base’];
    `
    ——————————————
    YOUR QUESTION: Why did you override the portfolio registration in the child theme? The error occurs because this array or variable is not defined.

    The coding was given to me by your team in 2018. See post
    #993692.

    There was never an error with all the Enfold theme updates, except with the latest version.

    Your help is much appreciated.

    Nik

    in reply to: Enfold shop sidebar #1283600

    Hi Rikard,

    Thank you so much for the CSS coding. It worked!

    You can close this thread.

    Cheers,
    Nik

    in reply to: Enfold shop sidebar #1282980

    Hi Rikard,

    No change even in private browser even after I clear my cache. The link to the shop page is private content.

    Thanks for looking into this.

    Nik

    in reply to: Enfold shop sidebar #1282555

    Hi Rikard,

    Thank you so much for the CSS coding. It worked on desktop view, but not on tablet or mobile screen. Any CSS coding suggestions for tablet and mobile screen is greatly appreciated.

    Nik

    in reply to: Custom Shop Page – Slide Show and White Space #1274245

    Hey Mike,

    Thank you so much for your help and suggestions. I switched to the default Shop Page. Regretfully, the widgets don’t appear above the product grid on the Shop Page neither in the product category pages.

    To achieve the layout I want on the Shop page, I understand that I have to edit the Enfold Shop template files. See post #1272603.

    Please close this thread. I will have to find another alternative option to achieve the layout.

    Cheers,

    Nik

    in reply to: Woocommerce Shop Page #1273940

    Hello Ismael,

    I had another thread (Post #1271195) on the topic. Mike provided the coding to fix the slideshow width, and am helping with resolving other issues.

    Thanks so much for your help. You can close this thread.

    Nik

    in reply to: Custom Shop Page – Slide Show and White Space #1273939

    Hey Mike,

    Thank you very much for the coding.

    1) The CSS works for the white space reduction on my custom Shop Page (using avia builder).

    2) SHOP PAGE (using avia builder)
    I added the element shortcode to my child functions.php. The widget appears below the menu, but above my avia slideshow, which is not what I want. The widget area has to be below the slideshow on the Shop Page.

    3) CATEGORY AND PRODUCT PAGE
    In the category and product page, the widget also appears below the menu. Like the Custom Shop Page, the widget stretches across the entire page width.

    Is there a CSS code I could use to fix the issue? There are 2 widgets in the widget area, but only the product categories are viewable. The Product Search widget cannot be seen.

    The links and admin login are in private content.

    4) What I want to achieve using the Enfold Shop Page Template is

    a) Shop Page
    – An avia slideshow to replace the header banner
    – 3 widgets in the widget area above the avia slideshow and below the product grid, which I understand is not possible, unless I edit the template.

    b) Category Page is the same as the Shop Page, avia slideshow + 3 widgets in the widget area

    I was not able to use the Enfold Page Template so I opted to create a Custom Shop Page using the avia builder.

    Any help in resolving the issues is much appreciated.

    Cheers,
    Nik

    in reply to: Custom Shop Page – Slide Show and White Space #1273048

    Hi Mike,

    Thank very much for the CSS code. It worked! On the widget, I did not want them to be on the sidebar, but rather above the product gallery as described in my link. See private content.

    There is a big white space between the widget section and the product grid. Any CSS coding I could use to minimize the white space?

    Cheers,
    Nik

    in reply to: Woocommerce Shop Page #1272640

    Hello Ismael,

    Thanks for getting back. it would be too much work to edit the template file. My other option is to create a custom page using avia builder as mentioned in Post 1271195.
    #1271195

    I ran into a few issues.

    1) The Av slideshow does not stretch to cover both ends on the custom shop page. Would you suggest any CSS coding to solve this issue?

    2) The widgets appear on the custom shop page, but not on each of the category page? How do I insert widgets into each of the category page?

    3) There is a big white space between the widget section and the product grid. Would you suggest CSS coding I could use to minimize the white space?

    Please click on links in the private content to see the image description and the live page. Your suggestions to resolve the issues are much appreciated.

    Any suggestions are much appreciated.

    Nik

    in reply to: Woocommerce Shop Page #1272024

    Hello Ismael,

    Thank you for replying. I took the site off maintenance mode. It’s now live.

    Nik

    in reply to: Custom Header #1268065

    Hi Ismael,

    Thanks so much for the coding. It worked. Issues resolved. You can close this thread.

    Cheers,

    Nik

    in reply to: Custom Header #1267376

    Hi Ismael,

    Thank you very much for the CSS coding. It works like a charm!

    The search icon with the dropdown search bar is missing on desktop and tablet views. I added the search widget to the header widget on the right side of the main menu. It took up a big space on the main menu.

    On mobile view the search icon appears fine with the dropdown menu. How do I get the search icon to appear the same as on mobile view.

    Any help is much appreciated.

    Nik

    Hi Ismael,

    Thanks for your plugin suggestions. I’ll find an alternative to resolve the issue.

    Nik

    in reply to: Custom Header #1266221

    Hi Ismael,
    The test website link is in private content. What CSS code is needed to reduce the header white space and also stop the sticky header from scrolling on mobile view?

    Thanks,

    Nik

    in reply to: Custom Header #1265259

    Hi Ismael,

    I tested the coding for this header layout:

    It worked on the desktop and tablet view, but not on mobile view. See attached images in private content.

    QUESTIONS:

    1) How do I align the logo with the left and right side?

    2) How to resolve the header for mobile view? The layer slider is blocked by the header. There is also a big white space between the right side and the enfold logo. The sticker header is not ignored on smartphone.

    Thank you very much for your help.

    Nik

    in reply to: Customize Header in Enfold Shop Theme #1265120

    Hi Jordan,
    Please keep this topic open. I may have more questions.

    Thanks,

    Nik

    in reply to: Custom Header #1264957

    Thanks, ismael. Will check your links out.

    Nik

    in reply to: Customize Header in Enfold Shop Theme #1264956

    Thanks, Jordan.

    Nik

    in reply to: Jetpack Plugin for Enfold Shop #1264353

    Hi Rikard,

    You can close the topic.

    Thanks,

    Nik

    in reply to: Custom Header #1264121

    Hello,

    Can someone respond?

    Thank you,

    Nik

Viewing 30 posts - 1 through 30 (of 76 total)