Discussion on Otentic - Ajax Powered Portfolio Theme

Discussion on Otentic - Ajax Powered Portfolio Theme

By
Cart 56 sales
Well Documented
mrmurza

mrmurza does not currently provide support for this item.

39 comments found.

hi !!! This theme has smooth scroll bar?

for example

https://idiotwu.github.io/smooth-scrollbar/

Is anyone else having issues with google fonts? When selecting a google font from the typography customisations they appear as they should accross all the page editors and in the site preview, however all the fonts just revert to default serifs when visiting the actual website.

Any help or solutions would be most appreciated!

I am currently working on this template, but I am facing a few challenges in customizing it.

How can I change the layout of the product category (and tags and related layout format) page? How can I change the layout of the post category (and tags and related layout format) page?

Is this feature only applicable to WordPress 5 and not the latest WordPress version?

Hello, I really like the design for this. I have a few quick questions..

1. I am video and photography. Is it possible to use responsive html5 video that plays in situe rather than opening a video popup?

2. How straightforward would it be for me to include an embed code for a cdn?

3. If there are a lot of images on a page, does it wait to load them all or is it optimised so the page load and i can start scrolling whilst others further down load in the background?

4. Does it require elementor (I’m hoping not)? Is it gutenberg compatible? ACF compatible?

5. For the homepage – does it have to be a taxonomy or can it be a static page (which might include query blocks?)

6. If I wanted to customise parts, is it child themeable?

Thanks Rob

Is it available with Elementor?

Hi there! How can I disable the breaking words thing. All the paragraphs and words are breaking and I don’t want that. Example: https://imgur.com/a/Whtp2qb

Hi there!

Go to Appearance – Customize – Additional CSS and add this code:

.has-large-font-size{
    -webkit-hyphens: unset !important;
    hyphens: unset !important;
}

Much appreciated!

Disabling the Ajax transition does not disable the transition. Will there be any updates soon or should I ask for a refund?

Hello!
Thank you for your purchase.
I just checked and everything is working as it should.
Could you provide a link to your site?

If you want to disable the animation when the page appears, do the following:
1. Disable Ajax in the theme settings.
2. Go to Appearance – Customize – Additional CSS and add this code:

.ajax-disabled .barba-container{
    transform: translate3d(0,0,0) !important;
}

.ajax-disabled #barba-wrapper{
    background-color: #fff !important;
}

Bro, the reviews are real. I just purchased the theme, please do some updates (WooCommerce, etc.)... You ask a lot of money for a “static” theme, at least do regular updates.

Hello, there is an animation when entering the pages that I do not want my website to have. Can it be disabled?

Hello,

You only need to add one line of CSS code to prevent the animation.

I need help to be able to use the theme with the page builder Elementor (Pro + Dev). Barba page transitions do not play all animations correctly, can I get support with these issues? by the way, congratulations on the high-quality work on this theme.

Hello,

The theme does not support Elementor. To use it, you will most likely have to disable Ajax in the theme settings.

The best luxury themes i have ever used.. any way to also have these effects on mobile? the phones are getting powerfull.. thanks

Hello,

Unfortunately not, the effect only works on devices with a screen width greater than 768 pixels

Sorry, have to take this back “Hi, I Really like the theme.” As much as I want to like it, this is really nothing more than just a blog that can look like a portfolio. This theme does not support dynamic portfolio items or a structure for portfolio items at all. The portfolio items or will just paginate through all other standard blog posts??

Even the content in the demo looks like it’s dynamic… for example, the “Instagram” section in the footer…are just static images that require you to have to add manually each time you update Instagram instead of pulling dynamically…I understand you could use a plugin, but still, this theme is misleading…

Not trying to be a troll, but stating the not so obvious, because its not real clear..

Hi, Really like the theme, how would I go about making the hover effects more like this https://tympanus.net/Tutorials/webgl-mouseover-effects/step3.html so, without the clipping of the image?

Thanks

Hello,

Thank you for purchase!

1. You can use images with background like on this page – http://imroma.com/themes/otentic/shop/
2. You can override shaders with JavaScript. Below is an example of how shaders can be overridden. Just replace “YOUR SHADER” with your code.

(function () {
    'use strict';

    /**
    * This function will be fired when the transition to the container has just finished.
    *
    * @param {HTMLElement} scope         The new container.
    */
    Theme.on('transition_end', function( scope ){

        setTimeout(function(){

            var gl = Theme.modulesManager.getModuleByName('WebGL');
            var vertexShader = 'YOUR SHADER';
            var fragmentShader = 'YOUR SHADER';

            gl.items.forEach(function(item){
                item.programInfo = twgl.createProgramInfo(item.gl, [vertexShader, fragmentShader]);
            })

        }, 100);

    });

})();

Hi,

Does this theme have any other page transition? I’m looking for a left to right swipe transition.

Thanks!

Hi,

No, there is only one page transition animation in this theme.

Hello! Is it possible to off animation when I change pages? Thank you

Hello,

Yes, page transitions (Ajax) can be disabled in the theme settings.

Hi Bro Can you help me when i click import demo data its stuck and give me back error

can you provide xml import for pages ?

Hi

This may be caused by PHP settings.
If WordPress failed to import media during a demo data upload, you may want to check the following:

upload_max_filesize = min 32M
post_max_size = min 32M 
max_execution_time above 300

The import file is located in your theme’s ocdi folder and is called content-main.xml

Hello,
I am very confused by your feedback. I would like to understand this situation. Could you clarify what exactly is not working for you?

Hello! i love these theme. Is it possible to add video instead still images on the thumbnails of each project of the home? thanks

Hello,

Unfortunately, the video block does not support a page link.
You can add a link after the video(example). I think this is not the best solution. So my answer is no.

I’m always excited to see your themes update…

Hi friend,

In this case, I will continue to try to please you.
And the Rangers should win…

Hi, can you advise if any of your themes can be used using elementor page builder?

Hello,

All themes were created without the support of any page builders. Only pure WordPress (Gutenberg).

Nice work! Is there a visual page builder included or do I have to edit the code to customize?

Thanks in advance, JJ

Hello,

The theme uses the default WordPress editor. So no need to edit the code. You can add or modify content using the standard WordPress visual editor (Gutenberg).

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey