Discussion on Thecs - Portfolio WordPress Theme

Discussion on Thecs - Portfolio WordPress Theme

Cart 723 sales
Well Documented

foreverpinetree supports this item

Supported

93 comments found.

Heya! I am superglad with my purchase. It looks nice. https://world.segolia.net/ I was wondering if I could make an overlay over the first image: if you look, you can see the animal swimming down, I wanted that to overlay the picture of the story..

Hi, thanks for buying this theme! I am sorry that I am not clear enough with your question, could you send me a screenshot with diagram to foreverpinetree[at]yahoo.com? (replace [at] to @)

I have set up your theme, and it’s not only beautiful, it is very easy to use! Do you plan in the future to have some kind of gallery proofing? Thanks!

Thanks for your kind words. We don’t have much experience on gallery proofing, we will do some research on it and then decide the next step.

Hello, presales question: is it possible to have or activate the horizontal scroll in mobile?? In desktop looks perfect for me, but i need the same ¨wow¨ effect on mobile. Also, size of the theme? Thanks in advance.

Hi, only on mobile landscape mode will use the horizontal scrolling, that’s the pain, we can’t fix it because this will take lots of code.

oh, ok, I get it, nonetheless, It´s so sad. I wanna cry! I am in love with your themes on desktop. So nice, clean and classy. I do understand that it will take so many hours of coding just to achieve what I want. I do however gonna keep my faith that maybe in the future you do it. If so, I will be the first to buy all the three themes many times so I can use on the sites I want. Meanwhile, my best wishes to you.

Ok, Thank you :)

Hello developers,

for an acquaintance of mine I have set up your beautiful theme “Thecs”. We both love the design and the horizontal layout a lot!

https://mraquerra.com/

We stumbled over an interesting issue:

On the actual page (within the mixboxes) links appear as white text with a hover effect that turns them yellow. Perfect, looks great.

But when you click on the i-Icon to open up the imprint section, links don’t have this hover effect.

Maybe you have an idea how to solve this issue?

Thanks a lot in advance and best regards from

Allan

Issue solved nearly instantly after I wrote to the support. Thank you very much Pine tree. Support as it should be. :)

Hi, can you help me? I try to insert google map to my website, but I get still this error – “For development purposes only” and my google chrome plugin shows this error “ERROR: The Google logo or copyright notice appears hidden from view. Per our Terms of Service, do not obscure any branding elements when displaying a Google Map.”. Maybe do you know, how to solve it?

can I send to you a private message?

You can contact me via the theme support, it will send to my support email.

ok, thanks!

Hi, WordPress gallery in posts does not have a style in this theme. can you add a style and lightbox for the WordPress gallery, please? [gallery] shortcode

ok, i will add it in next update. thanks for your suggestion.

How can I remove the lazy load and the easing reveal on all images, site wide?

Hi,
  1. To remove the lazyload and the easing reveal,
    • Add the following code to Appearance => Customize => Additional CSS:
      .pic-loader,.mo-line{
          display: none !important;
      }
      .mo-text-wrap abbr.mo-text-inner{
          opacity: 1;
      }
      
      *:after,*:before{
          transition: all 0s !important;
        -webkit-transition: all 0s !important;
      }
      
    • Add the following code to Appearance => Custom Script:
      (function ($){
          $('.bg-full,.item,span.price').addClass('show');
          $('.bg-full[data-bg]').each(function(){
              var $this = $(this);
              var dataBgUrl = $this.data('bg');
              if ( $this.parent().parent().hasClass('list-title') ) {
                  $this.parent().addClass('show');
              }
              $this.css("backgroundImage",'url('+ dataBgUrl +')');
              $this.removeAttr('data-bg').addClass('bg-inited');
          });            
      })(jQuery);
      
  2. I am not sure where you want to expand, could you send me a screenshot to my email via the theme support?

Thanks, where exactly is Appearance => Custom Script?

Thanks for the replies by email! ;)

hello, hscroll have problem in rtl version with chrome and firefox browser. in my website when i go to shop page and back to home, scroll not worked. i traced pt-plugins.js and finded problem. in pt-plugins.js line 2515, value of definer.scrollLeft must be bigger than 1. for example 10

Hi, it would be greate if you can send me your page link to my email, that will help me find the problem.

Hello,

I have Thecs theme from you. I like the theme but I have problem with Woo. If I have product with variations (Size of T-Shirts for example) than “Add to Cart” is hidden and there is no Select Box to choose variation. I tried disabling all plugins and trying another theme. In any other theme the variations are showing so it is set correctly in Woo. Can you help mi to show Add To Cart and Select box? The link for page is: https://explicit.ondrej-toth.cz/produkt/ravemoji-evolution-tee-kopirovat/ thanks for your help.

I have replied via email, pls check it.

Hi, great theme. Whether this theme can continue horizontally when opened using a mobile?

Hi, this theme can’t be horizontal when on mobile, my another theme “TheNa” can.

What pages on thena can I see horizontally on mobile?

Most when your phone is lanscape mode.

Hello, great theme! Is this compatible with the TranslatePress multilingual plugin?

We don’t test it yet. This theme is compatible with WPML and provides .pot file. I checked the plugin and found it says “Fully compatible with all themes and plugins”, so in theory it’s compatible.

OK thanks :)

Hi There,

CAN WE USE OUR CUSTOM LAYOUT? OR WE CAN ONLY USE YOUR LAYOUT FOR HORIZONTAL SCROLLING.

WHICH EDITOR DO YOU USE IN THIS THEME?

i WANT TO PURCHASE THIS THEME BUT I NEED SOME CONFIRMATION REGARDING ADMIN EDITOR AND OUR CUSTOM LAYOUT.

THANKS,

To use scroller and remove the arrow buttons, you can add the following CSS:
body.pc-mode .pt-area-roll-btn {
    display: none !important;
}

body.pc-mode .pt-area-roll-wrap .intro {
    overflow: auto !important;
}

body.pc-mode .pt-area-roll-wrap .pt-area-roll-inner {
    overflow: hidden !important;
    transform: translate3d(0, 0, 0) !important;
}

Hello,

we have customized the page horizontal scroll (http://prntscr.com/upvpn8). but when we scroll to end of the screen white handle goes outside of the screen. http://prntscr.com/upvqdn

https://artifex-online.com/projects/denta/under-construction/

So how can we solve that.

Thanks,

Pls send message to me via the theme support, I will answer you via email.

Is there scope in a future release to select light or dark theme on a per page basis?

Currently we don’t have this plan. It’s very easy to get that via JavaScript. 2 steps:
  1. Go to Appearance => Custom Script, check the checkbox “Enabled on Page/Post…”.
  2. Go to edit the page which you want to change the theme, find the option “Custom Script”, then add the following code to the “JavaScript” tab:
    $(function () {
        $('body').removeClass('site-light site-dark').addClass('site-dark');
    });
    
    Now the page will turn to dark theme. If you want to turn light, change the last ‘site-dark’ to ‘site-light’.

Hi there, I don’t see a checkbox in Custom Script, do I need to update Thecs manually?

Yes, read here to get how to udpate your site.

hello I have purchased this theme but I couldn’t find the menu type on the top right corner where the menu is visible by clicking on the menu icon

https://3theme.com/tf004/light/

here is the link where I can see the top right menu item

why it’s not in my theme? Please let me know

Thanks

Hi, you can find it from widgets, I will send a screenshot to your email.

Hello, I would like to know if WPML support is available with this theme?

Slider Revolution does not work in mobile mode. How should I proceed?

Hi, could you send a screenhot and your page link to my email via theme support? I will check what happens.

Hi! Is it somehow possible to have a 3-row gallery look in the project?

Ok, another question :) Is there any possibility to change the look of Project title to make it more page alike? I mean the bigger font size and a quote mark? As well as the width of the text area? Somewhere in css file?

Hi, pls send a message to my email (from the item support) including your page link, then I will help to wirte some CSS.

Ok, I’ll prepare sample project and sample page to compare and send you links with explanation, thanks!

Hi, how to set in PROJECT/PORTFOLIO data source type as “Page”? I have source like: ID, Category, Query args string… Piotr

Hi, sorry, you can’t, portfolio can only display the posts which type is project.

Post or pages?

When you create a page with Portfolio template, you can choose the source like projects id or projects category, but you can not choose pages. You can get more information from documentation > Adding posts.

Hi Pinetree,

I own your TheNa theme and it’s amazing. It’s very similar to this theme which also looks great. Is it possible to get the functionality of:

1) The Expanding footer accessed by clicking on the i symbol

and

2) The Horizontal Menu 5

on TheNa theme?

Thanks,

Hi, sorry it’s impossible because of different code structures :(

hello, i have some questions : 1- on this page https://3theme.com/tf004/dark/ can we put as much “rectangle” as we want? 2- and on this page https://3theme.com/tf004/dark/custom-home/ ?

There are 6 predefined shortcodes. There also is a Custom HTML shortcode which allows you to enter your own html structure.

is it easily customizable ?

It’s easy to use the shortcode generator to create the rectangles. If you want to use the custom-html shortcode to insert your own html, you need to be good at CSS to style it.

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