99 comments found.
Does this theme support a video landing page? Instead of a static picture?
Hi,
Yes. Here it is:https://victorthemes.com/themes/brixey/video/
And you can see all the variations of demos from the following link: https://victorthemes.com/splash/brixey/
I hope this helps! 
Regards,
VictorThemes
Hello! I just got the theme and imported the light version, but i cannot get one page with slider + content. Only pages with slider, or pages with content without slider…
Hi,
Please confirm your purchase details?
Hello, please fix demo import. Links in the xml file are pointing to 404.
Hi,
Live URL fixed. Please check now.
Thanks for your patience!
Regards,
VictorThemes
Hi Guy,
Demos links are showing 404 not found. Please can you help.
Hi,
Sorry for the inconvenience!
It’s a temporary issue. And we’re working on it.
Regards,
VictorThemes
Do let me know, once the issues has been resolved.
Hi,
Live URL fixed. Please check now.
Thanks for your patience!
Regards,
VictorThemes
Hello, How to place the previous and the following only for the category?
Hi,
Confirm purchase details?
Thanks.
Hi there! Great theme. Question on the projects/portfolio. How can I make the photos clickable, not just the text. Tried the options (eg. text under, text overlay), but all of them can only be clickable when hovered over text.
Thanks.
Also, can icons be added on the footer instead of word of social networking sites?
Hi,
Thanks for purchasing our theme! 
https://themeforest.net/comments/20398893
2. About the social icons, use the “Add Shortcode” button from the text area.
See the following screenshots:https://imgur.com/a/p3zrp13
I hope this helps! 
Regards,
VictorThemes
Thanks for the reply. Will try these and let you know how it works.
Ok, fine. Thanks.
1, Tried the shortcode for the icon, it works. But it is centered. Can it be moved to the right?
2. Tried adding the script for the clickable photo of the projects. it is not working.
Currently working on a xampp.
Hi,
1. Please share your site URL? We’ll check and let you know.
2. Did you try another code also? from the same comment reply?https://themeforest.net/comments/20408060
I hope this helps! 
Regards,
VictorThemes
Hello there! Tried that one too.
I am doing if offline first on xampp.
But I installed a demo site https://bit.ly/2lXHc9f to work on it with you.
1. making the whole photo clickable on projects 2. adjust the social media icons (for desktop on the right side, for mobile, make everything center in 1 horizontal line)
Thanks.
Also can I turn-off the link going to category if accidentally clicking on it (the label under the project title)?
Hi,
1. Use the following JS code: Code
2. Please add social icons in your footer and let us know? So, we’ll provide the code to fix it.
3. Category disable link, first step will remove it automatically.
Or use the CSS code if you want..project-info .project-category a {pointer-events: none;cursor: default;}
I hope this helps! 
Regards,
VictorThemes
Hello there, 1. tried using the JS code, not working, added it on Brixey Options (advanced) 2. Category disabled (great!) 3. Social Media already done
Hi,
Ok fine.
Do not add JS code in: Brixey Options
Instead, please read the guide.
To add above code, please install the following simple plugin :
https://wordpress.org/plugins/header-and-footer-scripts
https://www.ostraining.com/blog/wordpress/custom-js/
If the above steps don’t work means, please open a support ticket at
https://victorthemes.com/my-account/support/
I hope this helps! 
Regards,
VictorThemes
Hi there, i need support once again, is there a way to re order the taxonomy items in the projects category filter? i need to custom the order of the category items but by default they’re order alphabetically.
Thanks for the help,
Hi,
The ordering is you mean, only on category filter area?
You mean the order of following categories?https://i.imgur.com/gT1Lvl0.png
I hope this helps! 
Regards,
VictorThemes
Hi, yes! i need to customize the order of those category items. Thanks for the help!
Hi,
Unfortunately, it requires some of code edits to customize it.
Do you know PHP? So, we’ll tell you the file and line number to customze it based on your ordering needs.
I hope this helps! 
Regards,
VictorThemes
Sure no problem here with PHP edition, just tell what file do i need to edit. Thanks so much
Hi,
Ok, edit the following file. Which is the file of your Project Shortcode.
wp-content/plugins/brixey-core/visual-composer/shortcodes/project/project.php
Line number : 326
And use like the following code:
$args = array(
'taxonomy' => 'project_category',
'orderby' => 'meta_value_num',
'order' => 'ASC',
'hide_empty' => true,
);
$terms = get_terms($args);
Above code is instead of the single line code of :
$terms = get_terms('project_category');
I hope this helps! 
Regards,
VictorThemes
We’ve add the code lines to project.php file but we are not noticing any change at all, how can i customize the category order now?
http://ceronarquitectos.com/proyectos/I need to order the categories like this:
Vivienda – Oficinas – Comercio – Hotel – Urbanismo – Equipamiento – Interiorismo
Thanks,
Hi,
Take advantage of order and orderby option from WordPress to list order like the way you want.
https://developer.wordpress.org/reference/classes/wp_query/#order-orderby-parametersSince, your own customisation we can’t help you like a premium customisation services as free in this support.
I hope you already familer with Envato support terms.
Regards,
VictorThemes
hi there,
i have an issue with the project filters, is there a way to combine filters? i mean if i select a category filter and a status filter will the result combine both filters?
Hi,
Please explain to us more with live site URL and Screenshots possible.
You can open a support ticket, so you’ll get directly to the developer support.
https://victorthemes.com/my-account/support/Regards,
VictorThemes
Hello! Bought your template, very cool, great job. There was a problem. I can not understand how to add a button on the project page, as on such page http://victorthemes.com/themes/brixey/project/mid-century-modern/. And another question – can I add a feedback form to the place of this button?
Hi,
Thanks for purchasing our theme! 
1. Project Details button from that edit portfolio page itself.
See the following screenshot.https://postimg.cc/ThrzPYPs
2. At the same screenshot: Project Description you can use to embed code to include a form.
But, it’ll load above the button.
I hope this helps! 
Regards,
VictorThemes
Hello! Tell me, how can I turn off the automatic switching of pictures in this format http://victorthemes.com/themes/brixey/dark/project/mid-century-modern/? I want the visitor to leaf through the photo. And one more question. How do I reduce the height of a project photo in this format http://victorthemes.com/themes/brixey/dark/project/mid-century-modern/ for display on a smartphone? I want it to be visible even on low screens that there is also a description under the photo.
Hi,
1. Unfortunately, autoplay option able to hide only from our coding file.
If you want to open a support ticket at https://victorthemes.com/my-account/support/
2. The image height is controlled by the image you upload.
But anyway, use the following code at “Appearance > Customizer > Additional CSS”
@media screen and (max-width: 767px) {
.brxy-sinlge-detail.open.static-detail .swiper-container {height: 300px;}
}
I hope this helps! 
Regards,
VictorThemes
Hello! Thanks for the tip. Here’s another question – On the pages of individual projects there is a button View Projects. How to change its name, for example – Order?
Hi,
Today, here bakrid holiday. So, our developers will be back tomorrow.
After that, we’ll check and let you know the solution to your questions.
Regards,
VictorThemes
Thank! I want to clarify that I need to rename the button in words in Cyrillic (Заказать). When I correct the button text in a file, for example project-vertical_stack.php, the name of the button disappears on the site. ((((
Hi,
For “View Projects” We’ve that in .POT language file.
You can easily find the button text from the language translation string.
I hope this helps! 
Regards,
VictorThemes
Alas, this did not help. I changed the name of the button in the brixey.pot file, but nothing has changed on the site ((
Hi,
Don’t change in brixey.pot file.
Please let us know which language translation plugin you’re using?
Regards,
VictorThemes
I do not use such plugins. Can you recommend something for the Russian language?
Ok, please open a support ticket at: https://victorthemes.com/my-account/support/
And provide the login credentials of your website in a administrative role. And a button text in your language want to change.
We’ll change it directly from your website.
Regards,
VictorThemes
Hello! Tell me, on the project page there are parameters: TYPE / PROJECT, DATE, STATUS, LOCATION. I’m wondering if I can make more parameters and change the names of those listed in your example? I need the project to have 10-12 parameters.
Hi,
Thanks for showing your interest in our theme!
Yes, you can add as much you want, even re-arrange the order and add unique meta details by each projects.
See the following screenshot:https://postimg.cc/Cn0dC7Js
I hope this helps! 
Regards,
VictorThemes
The Custom Codes section in the Brixey Options is stripping out code. Is there a fix for this? It’s removing the <source> tag inside a <video> tag (these are inside of a literal string that I’m adding to innerHTML of a div element on certain events).
Hi,
Please explain us more? Do you mean RawHTML shortcode element from WPBakery Page Builder?
Thanks.
No, not the page builder. In the Brixey Options => Advanced => Misc => Custom Codes => CustomJS, I am trying to insert the following (NOTE: wrapper is a variable set to a div element acquired by document.getElementById, and I’ve verified that this code works):
wrapper.innerHTML = ’<video autoplay loop muted><source src=”https://www.publicusco.com/wp-content/uploads/2018/03/PublicusCo_Website_Video_FINAL.mp4” type=”video/mp4”>Your browser does not support HTML5 video.</video>’;
When I click the “Save” button, the <source> tag is removed.
Hi,
Sorry, that is not available in WordPress latest versions. Envato review process also not recommending that Custom JS from our theme due to some security risk.
Instead of it, we recommend the following plugin which does it perfectly.
install the following simple plugin:
https://wordpress.org/plugins/header-and-footer-scripts/
https://www.ostraining.com/blog/wordpress/custom-js/
I hope this helps! 
Regards,
VictorThemes
Before I make desicison to buy your template. Just would like to know can I use my existing domain with your web template?
Hi,
Thanks for showing your interest in our theme!
Yes, you can. Themeforest licensing term is one-domain license.
Hope you understand! 
Regards,
VictorThemes
I already bouth and install Brixey theme as video shown but the worpress said it can’t install plug in name: WPbakery Visual Composer. It siad:
An error occurred while installing WPBakery Visual Composer: Destination folder already exists. /home/suktan3/di-architects-studio.com/wp-content/plugins/js_composer/
Please suggest what should I do?
Hi,
As that error itself says “Destination folder already exists.“
So, please consider to delete “wp-content/plugins/js_composer” folder, in order to re-install it successfully.
You can go and find that folder using your website FTP/cPanel.
Or
Install the following plugin and you’ll get all the website folders inside your WordPress dashboard.https://wordpress.org/plugins/wp-file-manager/
Plugin guide: https://www.youtube.com/watch?v=6MzLVagZLy4
I hope this helps! 
Regards,
VictorThemes
I have just purchased this theme but after installing demo content successfully site is showing like this [https://ibb.co/MCtSY0n]. Please help.
It looks like https://ibb.co/MCtSY0n
Hi,
You’ve uploaded theme using FTP/cPanel.
We recommend you to upload in a WordPress native way.
Appearance > Themes > Add New > Upload.
This will fix that issue.
Hope you understand! 
Regards,
VictorThemes
Thanks, It is working now
You’re Welcome! 
How can I do it?
Thank you,
Hi,
Please check now?
Hello, First of all great work its a beautiful theme. Ive customize it on local MAMP and everything was fine till i migrate to online I’m Wordpress dosent support the theme a have a blue question mark Can u help me please ASAP I can’t access the support no product on the list
It’s installed but look like have no theme activated
The website http://edenk.ma
Hi,
This is because of you’ve uploaded our theme via FTP/cPanel. Please upload and activate using the WordPress native way.
Appearance > Themes > Add New > Upload.
Hope you understand! 
Regards,
VictorThemes
Thx for ur answer I tried this way first and I got error page not found I get my theme from my enavato elements account
Hi,
Unfortunately, downloaded our theme from Envato Elements is not available for support. You can read from Envato Terms here: https://help.elements.envato.com/hc/en-us/articles/360000629166-Item-Support-on-Envato-ElementsPlease check in our item page on Envato Elements also.
To get 6 months of free support, please try to purchase our themes from this page.
Hope you understand! 
Regards,
VictorThemes
Hi, I need your help, currently i build a page similar to this http://victorthemes.com/themes/brixey/project-masonry/ , but how can i make it lightbox with description when user click to the image ?
Hi,
Unfortunately, that built-in the shortcode doesn’t have popup function.
You can use Grid Builder and Grid shortcode to have a popup on it.
Checkout the following links:https://wpbakery.com/video-academy/post-and-custom-posts-type-grid/
https://wpbakery.com/video-academy/grid-builder/
https://wpbakery.com/video-academy/grid-builder-item-templates/
I hope this helps! 
Regards,
VictorThemes
Good afternoon, I’m interested in buying the Brixey theme but I can not find a search icon in the main menu. Is it possible that it is not implemented? For us it is very important to be able to search among our portfolio of projects.
I’m waiting for your news. a greeting
Hi,
Unfortunately, by default we don’t have search option in our header area. But, you can see search widget from sidebar area you search through the site.
And, if you want you can use the child theme to easily add search icon in a header area.
Hope this helps! 
Regards,
VictorThemes
Hi,
is theme ready for WP 5.0.3?
Regards, Alex
Yes, brixey theme is ready for WordPress 5.0+
Regards,
VictorThemes
Why has my clients google map in contacts defaulted to a ‘For development purpose only’ google map? It has deleted the location and replaced the map?
Hi,
That is because of Google API terms are changed.
You can see the answer from the following link:https://stackoverflow.com/questions/50977913/google-maps-shows-for-development-purposes-only
Hope this helps! 
Regards,
VictorThemes
Hello ! Nice design ! Are there passepartout border page option in this theme ? ( like this : http://clip2net.com/s/3XK9DPH )
Thank you
Hi,
We don’t have that border option in our theme.
Regards,
VictorThemes