93 comments found.
Excited to use this very aesthetically pleasing template, especially the custom pages. However, the short codes / meta boxes are not visible in the WP page editor, only in posts and projects. Can you help?
Hello, you need to change the page template to shortcode.
Thank you for the quick reply. I would like to create a full-height experience, is there a way I can either hide the (style-2) header section or shift it down so that it is overlaid onto the main-content section?
Sorry no, only the side menu style can get a full-height layout. Like this one: https://3theme.com/tf004/dark/portfolio-three-rows-fullscreen/
I have another question regarding text sizes on mobile screens. In the slider 5vw is far to small, but if I adjust the custom CSS to 8vw or 12vw the text is thrown off-centre. How do I avoid that?
@media screen and (max-width: 768px) .sc-slider .t-style-02 .h { font-size: 12vw; }
Hi, you can try a litter bigger, like 6vw or 7vw, too large may cause the layout to be broken 
Would you be available to do customization coding if we were to make some changes to the template beyond CSS tweaks? www.trecontrade.com
Sorry, we’re too busy to take on custom work right now.
Hi there, another question. Could you share a CSS snippet to render div class=”pt-swipe-dots” in the slider horizontal rather than vertical?
html:not(.win-v) .pt-swipe-dots ul {
font-size: 0;
}
html:not(.win-v) .pt-swipe-dots {
padding: 10px 20px;
}
html:not(.win-v) .pt-swipe-dots li {
display: inline-block;
margin-bottom: 0;
margin-right: 6px;
}
Perfect! Thank you!
How can I change the menu look on each page? like demo in thes page https://3theme.com/tf004/dark/gallery-three-row-fullscreen/ other page https://3theme.com/tf004/dark/
in (Three Rows Fullscreen) page .. used menu style 5 in other page use menu style 1
Do you get my point?
- Go to Theme Options, select menu style to
style-1. - Find the page ID of the page you want to set the menu style to
style-5.- If you’re using Chrome, press
F12to open the console. - You can see the page ID in the
<body>tag.
- If you’re using Chrome, press
- Assuming the page ID is
page-id-123, add the following JavaScript code to Appearance → Custom Script:$('body.page-id-123 > header').removeClass('style-01 style-01-02 style-02 style-03 style-04').addClass('style-05');
Thanks,, its working 
My web hosting said that image manager for gallery take to much ressources. I’m now unable to change images in gallery, that constantly crash. Any other way to manage imags gallery. Otherwise I will need to change hosting or theme.
Hi, it seems that the issue may not be related to the theme. It might be worth considering upgrading your hosting plan to better accommodate your needs. Let me know if you’d like assistance with that!
Maybe, but how 1 gig of server RAM package could’nt manage 30 images of 1Mo each? Seem that image manager took a lot of ressources.
HI, the template looks great! Is there any chance to change the “mixbox” and the “slider” width ratio at “custom-home” by only CSS or need the hardcoding? I mean that I would like the slideshow (at right) to be the 2/3 of the full width so the left side (mixbox) would be only the 1/3 of the width.
Hi, you can do it just will changing the module options.
Thank you! It sounds promising!
Hi! How should we change the speed of Transition (Slider)? Is it with CSS ease or JS?
One more thing… How can we sort the projects by creation/publish date or alphabetically? Is there any way to do it on the frontend too (ascending/secending)?
Hi, you can’t change the speed, it’s hardcode.
You can sort the projects/posts via drag & drop, please ensure you have installed the built-in plugin “Thecs Items Order”.
Hey team! Any way to add links/buttons to the footer under theme options? I want to place my t&c’s etc there. I know I have the right side menu options, but looks a bit off.
Hi, pls send a screenshot to the support email to let me know where you want to add the links. I will help when I get back to work.
foreverpinetree[at]gmail.com
Thanks, email sent! 
Hi, Is it possible to add as many elements as we want to the Home / Home custom > Slideshow page template? The idea is to create a sort of timeline/retrospective Thank you
Hi, in theory it does, but pls mind that too many elements in a page may slow down the loading speed.
thank you for your quick feedback
Hey support team! I need to implement a cookie bot on our site, where do I need to paste the script?
Hi, you can install a third-party plugin. Search it from https://wordpress.org/plugins/.
Hi there, Very enthusiastic about finding your theme. I wanted to see the single posts in the demo, but they keep showing the “loading icon” only without loading the sample blog post. I would really like to see and experience the horizontal single post within the theme. Where can I see/experience a working demo (that loads) of this? Kind regards.
Thanks for reporting this bug! I have fixed it now.
Thanks for fixing it. The preview is great!
A few questions:
1. On the menu 5 preview home page; is it possible to achieve this look with blogposts?
2. In regards to blogposts ; I see that the blog-quote pops-up in a nice ballon, but the standard blogpost directly goes to the post page = is there a way to have a post of any type (standard, quote, music, image, etc.) popup as well with a preview image + text and a read more button that links to the (horizontal) post?
3: Is there a way to have the pages work similar to your other theme TheAu, where, on clicking on a blog, the post drops down as an overlay?
Hi,
1: No, this is portfolio, not blog, blog only has 2 styles, pls see the demo.
2. No.
3. No, if you like this featrue, you can consider TheNa or TheAu.
hi, how can i add photo in portfolio like in the previw website?
Hi, it’s better to install the demo then edit the content to yours.
Thank you! I have another questions: how can i cancel the date, author and category under project?
body.single-project .post-meta {
display: none !important;
}
Test it.
Ok thanks! one more think: how can i change image in gallery section? I have to change girls image with my personal image, but i don’t know how to do it. Thank you!
Hi, I am not sure where you’re talking about, pls contact me via the theme support, then send me your page link, so that I can give you the right answer.
hi, is possible to add background image with slide revolutions?
No.
Hi, on horizontal layout with menu style 5 how can I link to anchor #id of a section so that it scrolls to the section on the same page? At the moment if I add a menu item as #section and the page has a section with that ID, it doesn’t smooth scroll to that section, in fact it does nothing. The menu has no on-page scroll ability which is really bad for a horizontal scrolling theme that is designed all around scrolling. Please help. If you could even provide some JS code that I can add via a code snippet plugin. I just need it fixed please. If you can post answer here that would be helpful for me and anyone else.
Hi, go to Theme Options > Site, check the option “One page site”, it may help. Pls try it.
Hi, thanks but I have enabled this option too – the issue is that when it scrolls the menu doesn’t close. It stays open. You have to manually close the menu after clicking the menu item (but it looks like nothing happened anyway).
$(function () {
$('body.one-page-site header.style-05 .menu-item > a').on('click', function () {
$('.close-main-menu.btn').trigger('click');
});
});
Hi, this is still not working
It just has the exact same issue
Hi, pls update your theme to the latest version, after that you need to clear the server and browser cache.
I’m having an issue with woocommerce ever since it updated and it’s taking a huge chunk out of my business during a very high traffic time for me.
Specifically, since the theme is not compatible with the most up to date version of woocommerce, it is not showing the ability to purchase products that have variations attached. Any additional plugin that gives the options for variations (like variation swatches) to override this incompatibility end up showing the swatches halfway off the page due to the horizontal scroll of the store.
Can you please advise on how to fix this as there is nothing I can find to troubleshoot the issue.
Hi, I am having a holiday, I will check the code ASAP, thanks for your reporting.
Could you send me a screenshot via email? I checked it and didn’t find the problem like yours.
Is there a way to let the user sort the images by category a the portfolio?
Hi, currently not.
Hi, I installed the demo files, but the website has a very long loading time (about 10 s). Does that sound familiar?
Hi, this is not normal, usually the site will be opened in 1 – 2 seconds. You can install WP Super Cache and WP Optimize plugins to improve the loading, but it should be Off when your site is not finished. Also, there are somethings may affect the loading, just like g-zip compress enabled, server bandwidth…
Tnx, I’ll try something out.
presale: can i mix horizontal and vertical scrolling on a single page? plus how can i activate the horizontal scroll for mobile.
Hi, you can’t mix horizontal and vertical scrolling and you can’t activate the horizontal scroll for mobile.
Any idea why I don’t have all the shortcode modules? I updated to 1.8.6 from 1.4.1. Only seeing up to google maps. Lighthouse etc not avail.
Mix Box Slider Pricing Table Image List Contact Form Google Map Custom HTML Subscribe Lightbox Video box Article Slider RevolutionIf you miss one or some, try to deactivate the plugin and reinstall it.
That worked! thanks so much!
Please guide to fix bug in Blog page. I already send an email. THank you so much.
Hello, is there a way to customize the modules? I would need the mixed content module button inside the slider module. Is there a hook or class that I could use to manipulate the dom and insert the button element in slider module?
Otherwise it would seem too rigid as a possibility of customization.
You can use js to insert content to the slider items. The wrap class is “sc-slider”, you can add your own class in class inputfield as well. Slider item has a class “item”, all text are in the div which class is “text”.
If you’d like to find the source, it’s in plugins/thecs-shortcodes/list.php.
Perfect, i would need precisely the mixed content button inside the slider module.
Isn’t there already a precompiled snippet?
Sorry no, you may need to custom its style.
Thanks for the quick reply. Of course, I will certainly customize the styles later, but the button inside the “mixed content” module is fine.
Is there a snippet to easily add the button inside the slider module?
The slider is mostly used to display big image with a few information, so if you want to add button inside you have to use JavaScript to insert your own html code and style it. If you want more feature, you can use Revolution Slider instead, it doesn’t need to deal with code.
Hello Sirs, I’ve purchased this theme but i do not find it in my downloads anymore…i’ve version1.4.2. Is that something i can do to update it?
Thank You
Hi, I can’t find your purchase information, pls confirm that you have purchased the item successfully.
is this supporting guternberg editor
Hi, this is a horizontal theme, it’s not optimized for gutenberg yet.
Hello! Will this theme be optimized for Gutenberg in future?
Perhaps not, if you have this requirement, you can check out my another theme TheNa or TheAu.