Discussion on Creative SEA - WordPress Theme

Discussion on Creative SEA - WordPress Theme

Cart 654 sales
Recently Updated
Well Documented

SeaTheme supports this item

Supported

This author's response time can be up to 1 business day.

93 comments found.

VIMEO not working on desktop Chrome. Embed code works fine on Chrome mobile and Safari / Firefox but not Chrome Desktop. It is not an Autoplay film. Any ideas please?

Film is not private – works fine on all other platforms.

URGENT please help – i’m site owner and a freelancer dev (long gone) downloaded theme so i have no way of updating. How can we proceed?

Please send a mail(paste your question) to uiueux@gmail.com

Hi! It’s a wonderful job here. I took a lot of time to chose my theme and it’s perfectly what I want. I just have a question. I’ve installed the demo “creative” and I’m interested on using the “creative-2” .. how can I do to activate it ?

Thank you

Hi,

Thank you for purchasing our theme.

Please go to Pages > All Pages, you would find the “Creative 2” to edit it. If you want to set it as the front-page, please refer to https://doc.seatheme.net/general-topics/how-to-set-frontpage/

Regards!

SeaTheme – SeaTheme.netTwitterFacebook

Hey, how do I add another field to the Contact Form built into the composer? https://obyolfacto.com/contact/

Hi,

There are not other field options for th default Contact form module. Please use the 3rd contact form plugin (like contact form 7). Paste the form shortcodes into the Text module of builder.

Regards!

SeaTheme – SeaTheme.netTwitterFacebook

How can I increase the size of the header menu title ? Link: https://sea.uiueux.com/tech

Menu title: Info / Service / Purchase

Hi,

Please go to “BM Font management > Fonts Assignment”, click the “Menu” tab, set the font size from the “Menu on Header”.

Regards!

SeaTheme – SeaTheme.netTwitterFacebook

How can I increase the size of the header menu title ? Link: https://sea.uiueux.com/tech

Menu title: Info / Service / Purchase

Hi,

Please go to “BM Font management > Fonts Assignment”, click the “Menu” tab, set the font size from the “Menu on Header”.

Regards!

SeaTheme – SeaTheme.netTwitterFacebook

Hey I seem to have a bug when using the Slider item…

http://obyolfacto-dev.com/our-diffusers/

See here: the slider, when clicked, goes crazy!

Hi,

Sorry, it should be a bug. We have published the new version to fix it. Please upgrade both the SEA theme(1.6.3) and BM content builder plugin(3.6.1) to the latest version. Refer how to update: https://doc.seatheme.net/sea/installation/how-to-update-sea-theme-and-plugin

Regards!

SeaTheme – SeaTheme.netTwitterFacebook

Hi,

I’m interested in your wordpress template. But I have some questions.

1) For Plung-in, is it need install? Is it forever use?

How much for these plung-in? If I buy it as I can use it forever?

2) For template payment, Is it forever use? (include update firmware)

E.g. yearly use or forever?

Many thanks, Hoi

Hi,

Thanks for your interest in our theme.

1. Yes, the bounded builder plugin need to install also. Yes, it is forever work based on current version WordPress. The bounded builder plugin has beed included the price. It doesn’t have to pay extra. please notice the bounded plugin is not included other 3rd plugins like WPML

2. Yes, the regular license(include the bounded builder plugin) is forever use, but the support service is 6 or 12 months.

Regards!

SeaTheme – SeaTheme.netTwitterFacebook

Hi! How can i set the Header so that it overlays a fullscreen slider like in this example: https://sea.uiueux.com/creative/creative-2/ thank you!

especially in the blog single post page

Hi,

It needs to hide the Title and activate “Content From Page Top”

There are not the options for a blog single post. I suggest you use the Page or Portfolio.

Or by custom CSS, I could give your the CSS codes. But I need to know the global settings(header desktop and mobile height, if header sticky) of your website. Could you please leave your website URL?(or send via my profile contact form) Thanks!

Regards!

SeaTheme – SeaTheme.netTwitterFacebook

Hi! Is there a possibilty to have a (full-screen) image ABOVE the Blog Post Title in a Blogpost Page. thanks

Hi,

Did you talk about the single post? It is not possible for the single post.

Regards!

SeaTheme – SeaTheme.netTwitterFacebook

ok. can i disable the title, date and so on altogether via css?

Hi,

There is not the option for a blog single post. I suggest you use the Page or Portfolio.

Or by custom CSS:

body.single.postid32 .title-wrap { display:none; }

The 32 is the uniqure ID, how to find the ID, readmore: https://www.uiueux.com/forums/topic/how-to-find-wordpress-postpage-id/

Regards!

SeaTheme

Hi. I must admit that I really like this theme, it seems to be more flexible than the Air theme and the Editor is really nice to use. One thing I miss the most is kind of masonry/mosaic grid system, able to arrange photos automatically in an interesting way. Right now in SEA theme it can be done only manually using drag and drop editor (or simple grid/waterfall with constant column widths can be used). Is there any chance you will extend available grid modes in SEA in a close future? Thanks!

Hi,

Thanks, glad you like our theme :)

Could you give some tips for the masonry/mosaic grid? (or paste a screenshot or webpage) thanks!

Regards!

SeaTheme – SeaTheme.netTwitterFacebook

Here are two examples. First one is type of masonry grid able to distribute some photos to overlap/span two columns/rows automatically. Please note that second screenshot is taken from the AIR theme demo, so it seems you’ve already made something similar :)

https://photos.app.goo.gl/TyUh56AFN6fwg218A https://photos.app.goo.gl/iMhvqofdEDb3Efhu5

Second one in is a justified grid, which is quite popular and present in many Wordpress themes around. In justified grid images maintain their aspect ratio, and are resized to have the same height, which gives very pleasant look.

https://photos.app.goo.gl/1B5ZKTehnY98T3xTA

Maybe I am asking for too much, but those two grid types are really missing comparing to many, even much simplier, themes than SEA.

Regards! Piotr

Hi,

Thanks for the screenshots! I understand now. :)

We will study if make it easier to build the 2 kinds of layouts.

Regards!

Hi! Is it possible to have a chosen blogpost to be featured and formatted in a different way on the blog overview page? for example have the newest post(or featured) shown with a big photo and the other posts underneath as a grid. thanks!

Hi,

There is a solution, please use the Grid(BM content builder) to create the blog page, set the column as 4. Please paste the custom CSS code to “Appearance > Customize: Additional CSS”, the first post will be bigger than others.

@media (min-width: 768px){
.ux-portfolio-4col .grid-item:first-child { width: 50%; }
}

Regards!

SeaTheme – SeaTheme.netTwitterFacebook

thank you! is there also a possibilty to have the first post have a different height/aspect ratio. i have a grid with 3:4 ratio items. i would like to have the newest post as 16:9 ratio full width above the 3:4 grid posts.

Yes, please add the custom CSS:

.ux-ratio-43 .grid-list .grid-item:first-child .ux-lazyload-wrap:not(.with-video-ratio){padding-top: 56.25%!important;}

Hello, before I will buy I’d like to know if there are any shop demos in this template? :) Thanks

Hi, Thanks for your interest in our theme :)

Yes, please check https://sea.uiueux.com/art/store/

Regards!

SeaTheme – SeaTheme.netTwitterFacebook

Hello, and thank you! The theme looks amazing :) I have a question, I need the small dots in the menu with small work’s thumbnails preview. Where should I look for it? Thanks

Hi, welcome! :)

I didn’t understand your question. Could you paste a screenshot or demo URL? Thanks!

Hi, we need to change the string “ux-portfolio” in the portfolio URL, is it possible? How can we do it? Thanks

Hi,

Yes. It is possible.

Please refer https://doc.seatheme.net/theme/sea/portfolio/portfolio-url-customize/

Regards!
SeaTheme – SeaTheme.netTwitterFacebook

Hello! You have wonderful theme design, it’s very refreshing to see. A few questions:
  • I like your Sea theme a lot, but I also like one of your ‘showcase’ examples that used the Air theme. – this one: https://sonarchitekt.de/ – would that person have been able to make their sight using your Sea theme?
  • Which of the two themes is better for a site that can eventually integrate WooCommerce and has a better “buyer” experience with cart/checkout/account?

Hi,

Thanks for your interest in our theme.

- The website is built by the Air theme. Of course, it is possible by the SEA theme also. Because the SEA theme is more flexible than the Air theme on the layout building.

- There are more options for WooCommerce in the SEA theme also.

Regards!
SeaTheme – SeaTheme.netTwitterFacebook

Hi, thank you – last questions before I purchase:
  • If I want to do something similar to what is happening on the ‘desktop’ version (NOT mobile) of https://www.dwiseman.com/works where the mouseover on a link changes an image in the background – or on the side – would I need to use a ‘slider’ as a menu? Or is this possible in SEA theme without a slider?
  • Does your Slider offer this ability? Or would I need to use Slider Revolution? Is your SEA theme Slider Revolution compatible/friendly?
  • Thank you! Just asking as many questions as I can before purchase, I want to make sure what I’m buying is capable of what I want.

    Hi, welcome!

    There is not this kind of menu feature like the dwiseman.com in the SEA theme. There is a tab slider layout in the SEA theme. It is similar, but just to slide image. Our theme is compatible with the Slider Revolution.

    Regards!
    SeaTheme – SeaTheme.netTwitterFacebook

    hello, i need to use your theme as single page where all my text blog will be published in its whole content displayed on the same page and under each blog will be social media share buttons and comments. is this possible?

    Hi,

    Thanks for your interest in our theme. :)

    Did you mean to make a blog page to show each post with whole content? Do you need to show other sections(like slider, contact form, etc) on this page?

    The default option is to show the summary instead of whole content on the blog(archive) page. There is no social share button on the blog page. But it is possible by simple custom codes. We could guide you add the features.

    Regards!
    SeaTheme – SeaTheme.netTwitterFacebook

    hello i made my own single project and its not responsive at all. how can i fix this issue?

    Hi, I sent to this mailbox: ygyang0302@gm*.com

    I have checked your webpage, I didn’t find the responsive issue, this is a screenshot what I checked on my mobile: https://www.dropbox.com/s/n3loju5luvjsns5/qq20191031-panheeisme.png?dl=0

    Maybe I didn’t get your question. Could you give me more information about the responsive issue? Could you please paste a screenshot(or send it to my mailbox uiueux@gmail.com)? It will help me understand the question, thanks!

    Regards!

    i dont use that email. i emailed to uieux@gmail.com my email address is panhee.park@gmail.com

    I replied your mail.

    Hello, where can I deactivate the transition color from white to black in home page Creative? Thanks

    Ok I found it. Thanks anyway :)

    Hi, good for you :)

    Please feel free to contact us if you any theme question.

    Regards!
    SeaTheme – SeaTheme.netTwitterFacebook

    Hello, just purchased theme for bloggin purposes. But when creating page and adding “Masonry grid, source: posts” it is showing just the demo content, not my actual posts even i select own categories ‘all’. Sometimes it shows my posts but they are overlapping and the theme falls apart. Any ideas what causing this?

    Hi, thank you for purchasing our theme.

    Please check if there are the posts in your own category ‘all’.

    Did you mean that the ‘article image” is the image shown on the blog page(thumbnail)? Please set the image as the Featured image of the single post.

    What’s the code added in function.php?

    It is not possible to activate the lightbox in the blog.

    There is the Excerpt instead of the full content in Gird. It needs to change some codes to show full content. Please go to Plugins>Plugin Editor, find plugins/bm-builder/include/templates/modules/module-grid.php, line 723-725:
    if ( has_excerpt() && $groupValue == 'excerpt' ){
     $html .= '<div class="grid-item-des"><p>' .wp_trim_words( get_the_excerpt(), 20, '...' ). '</p></div>';
    }
    update to:
    if ( has_excerpt() && $groupValue == 'excerpt' ){
     $html .= '<div class="grid-item-des s"><p>' .get_the_content(). '</p></div>';
    }
    line 763-765:
    if ( has_excerpt() && $groupValue == 'excerpt' ){
     $html .= '<div class="grid-item-des"><p>' .wp_kses_post( wp_trim_words( get_the_excerpt(), 20, '...' ) ). '</p></div>';
    }
    update to:
    if ( has_excerpt() && $groupValue == 'excerpt' ){
     $html .= '<div class="grid-item-des s"><p>' .get_the_content(). '</p></div>';
    }

    If it doesn’t work, please send your question and wp-admin(URL / username/password) via my profile contact form, I’ll log in to check it.

    Regards!
    SeaTheme – SeaTheme.netTwitterFacebook

    Hello and thanks for initial help.

    The code used in function.php is;

    // Use it temporary to generate all featured images add_action(‘the_post’, ‘auto_featured_image’); // Used for new posts add_action(‘save_post’, ‘auto_featured_image’); add_action(‘draft_to_publish’, ‘auto_featured_image’); add_action(‘new_to_publish’, ‘auto_featured_image’); add_action(‘pending_to_publish’, ‘auto_featured_image’); add_action(‘future_to_publish’, ‘auto_featured_image’); ?>

    This works but not perfectly. It is generating ‘feature image’ from the first image in blogpost and when you click inside the post, it shows the image double.

    There are +700 posts and it would be too much work to go trough them all and set ‘feature image’ manually. Is there come additional solution you could provide to solve this?

    Welcome!

    Please paste the custom CSS code to “Appearance > Customize: Additional CSS”

    .single-featured-image { display:none; }

    If it doesn’t work, could you please leave your website URL? I need to check the issued webpage.

    hello i bought your theme,I created the portfolio page and made 6projects in each posts, put them into a portfolio categories but it keeps on showing title and published and comments on the top of the post and even if i deleted them still has the empty padding…... im trying to make my portfolio website which similar to the Creative theme.. help?

    When i click the portfolio the menu isn’t pop up

    and how do i create the menu icon like the creative 2 sample?

    When i click the portfolio the menu isn’t pop up
    Could you please paste a screenshot, I don’t know what’s the element mentioned. Please choose the header layout in SEA Theme > Theme Options > Header: https://www.dropbox.com/s/qpt1xjmek22fp49/QQ20191010-141427.jpg?dl=0

    Hi there,

    Thanks for creating this great theme! Loving the minimalist design and customization. I am wondering though… If I’m using BM content builder properly? It seems the aspect ratios in masonry grid layout are not accurately reflecting on the site after saving. For example, in order to get a image full width uncropped in 16:9, in BM I have to make the image more like 4:1. The only way I can get it closer is by editing in BM with a more 1:1 browser window…which I just now realized as I was writing this. Any thoughts?

    Thanks so much in advance! C

    Hi, thank you for purchasing our theme.

    Yes, there is the problem. We will try to check how to fix it. Thanks for reminding.

    Regards!
    SeaTheme – SeaTheme.netTwitterFacebook

    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