51 comments found.
Hi Wyde, could you point me in the right direction on this?
1- I would like to have the magnifying glass visible on mobile menu 2- I would like to pass muted off on quickview and also when you click on project 3- I would like to have non alphabetic order for the project categories on filters 4- Vimeo fullscreen it’s kind of broke on featured media
Thanks
Thank you for reaching out! Here are the answers to your questions:
1 – We’re sorry but the magnifying glass (search button) is included in the additional menu buttons panel that will appear after you tapped on the hamburger menu to open the mobile menu sidebar. This is by design, to make the mobile menu look clean. Also, even you add a custom CSS to make it visible, it might not work correctly as it is designed to work only when the mobile menu sidebar visible.
2 – Actually, the theme does pass the muted off state to the quickview when you click on the quickview button (the eye icon) and when you click on the project link to navigate to the single project details page. As you can see in our demo: https://evietheme.com/evie3/projects/
However, if you click on the fullscreen/zoom icon (the one below the mute/speaker icon) to show the large video in the lightbox, then it will automatically turn on the sound because when you click that icon, it means that you intend to watch the full video (with sound) and this is how it works on most websites and social media platforms.
If it isn’t working properly on your site, please ensure you’ve updated the theme and all bundled plugins to the latest version. Also, you may give me the link to your site so I can have a closer look.
3 – By default, WordPress displays categories in alphabetical order. To change it, you will need to add the following code into functions.php in your child theme ( see more: https://evietheme.com/documentation/#child-theme ):/** * Filters the list of categories arguments. * * @param array $args An array of arguments. * @return array An array of new arguments. */ function evie_child_posts_filters_args( $args = array() ) { $args['orderby'] = 'none'; return $args; } add_filter( 'evie_posts_filters_args', 'evie_child_posts_filters_args' );Here are the list of available values:
- Term fields ('name', 'slug', 'term_group', 'term_id', 'id', 'description', 'parent', 'term_order'). - 'count' to use the number of objects associated with the term. - 'include' to match the 'order' of the $include param. - 'slug__in' to match the 'order' of the $slug param. - 'meta_value' - 'meta_value_num'. - The value of $meta_key. - The array keys of $meta_query. - 'none' to omit the ORDER BY clause.
You can find more details here: https://developer.wordpress.org/reference/functions/get_terms/#parameters
4 – Indeed! Thank you for reporting this issue. It will be fixed ASAP!
Hi Wyde I really appreciate the generosity on your answers.
I’m going to see if I can manage the thing with the magnifying class. Do you have any availability nex week to jump in as a custom request in case lack of progress on my end?
On point 2, muted is passed true check on your link: https://evietheme.com/evie3/project/logo-and-identity-for-womens-clothing-brand/ When you hit fullscreen audio is on but that is on fullscreen.
Thanks
No problem! We will add new option for you to show the search button (magnifying glass) on mobile menu in the next update so you don’t need to modify the theme to achieve this. Also, we just added it to our demo site, please check this out on mobile to see if it is what you’re looking for: https://evietheme.com/evie4/
Regarding the video in fullscreen lightbox, that is by design, when you click the fullscreen button the audio will be turned on automatically. You will also see the same things on most websites (e.g. Facebook).
Wyde, your are something else!!
I agree with with you on the muted, I did exactly the same case and even drop “best practices” on it to make it bolder but they don’t care much about the data and have strong opinions
I’ve managed to pass an on click event to the volumeButton, works fine enough in desktop but silenly fails on mobile so far though.
Let me know how can I get the magnifying glass. It’s perfect.
I understand your situation! I’ve brought it to the attention of our team and they’re working on adding an option to set the muted state for the fullscreen video in the future. Thank you for your feedback.
For the magnifying glass on mobile menu, there will be an option in the next update under the Customize -> Navigation that allows you to show the search button on mobile menu.
Thanks Wyde. Do you have an ETA for it? I’m looking that the last update was a few days ago.
It’s supposed to be within a couple of days.
Hi Wyde, sorry to push this thing about magnifying glass specially since you are already commited to it as free bonus but I need it ASAP and I don’t need to keep it as a free bonus so if we can manage to get it I’ll be glad to pay for it right away.
Thanks.
You don’t need to pay for it! It’s included in the new update that was just released a few hours ago.
Fantastic!
Good Morning … I just started to add Projects for my Online-Portfolio and saw that the Preview is “broken”. After reviewing your Website Preview, I saw the same state.
Also, the Read More View, that opens specific in a Pre-Preview is also not working on my site.
Do you plan any update soon with fixes?
We apologize for the problem you’ve been facing with our theme. We’re working on it and this issue will be fixed ASAP. Thank you for reporting this!
NP … FYI: also please be aware that when we add the category (multiple) it is only show within the selected single portfolio page and the preview, but not within the main portfolio page. There, the listing only takes one category and in alphabetical order (the first one).
Actually, that is by design. It might be too long to display all categories for the project in the portfolio list especially for the Grid and Waterfall layout.
However, you will see all the categories when you mouse hover the category link, or when you preview it in the Quick View popup, or visit the single project details page.
So the Preview in the Portfolio /Works/Showroom is broken when you click on it. Also in your online-website-preview. is that normal?
Absolutely not! It was completely our fault! Thank you for reporting this issue, we will fix it ASAP!
Hello, I have a few questions:
On the homepage, only the title redirects the user to the page. How can I make the entire image a clickable link? In other words, I would like clicking on the image to lead to the page, not just the title.
Regarding responsive design, still on the homepage, I would like to reduce the size of the image on mobile devices and move the page title down instead of having it at the top.
I hope I’ve been clear, and I can provide pictures if necessary! Thank you in advance!
We’re sorry but that image doesn’t have a link and isn’t clickable because it’s just a background image of the slider. However, we’ve realized that it’s pretty hard on mobile devices to navigate to the post details page. Thank you for your feedback! In the next update, we will add a “Read More” button below the post title to make it clear and easier for the mobile users.
Regarding the issue with image size on mobile devices, the full-screen slider automatically resizes the background image to cover the screen. Unfortunately, if you’re using a landscape image that the width is greater than the height. It might fit perfectly to the desktop screens but on mobile screens, the browser has to stretch the image so it might look bigger and some parts might be cut off. If most of your visitors are using mobile devices, we suggest you to choose an image that fits the mobile screens. For instance, the one with smaller components/objects in the center of image, or maybe the one with portrait or square dimensions. Otherwise, you may need to change the type of your slider in the “Featured Slider” block settings to “Vertical Slider” (as you can see here: https://evietheme.com/evie3/ ), or choose another type that fits your images and content.
By the way, in order to move the title down on mobile devices, you may need to add the following CSS to Appearance -> Customize -> Additional CSS:.evie-split-slider .slide-header { height: auto; margin-bottom: 20px; margin-top: auto; }
Hello ! Is it possible to set a light setting by default ? To have nice white page ?
Sure, you can select default color scheme for your site under Appearance -> Customize -> Colors -> Color Scheme ( https://evietheme.com/documentation/#customize-colors ).
However, this default setting is available for a non-logged in user. For a logged-in user, it uses the “Dark Mode” setting in the user’s Profile settings page instead.
Also, if you’d like to use only light mode, then you can disable the “Allow users to switch color schemes” option so your site will be shown in Light mode only.
You will find more details about the Dark Mode in the documentation: https://evietheme.com/documentation/#dark-mode
Hi … Quick question: is this theme supporting password protected sections? Because I want to keep protected my portfolio …. Wanted to ask before buying
Yes, it is! When you set the visibility of the project to password protected, you will need to enter a password to show the project content.
Perfect. Thank you very much. I will proceed to buy the theme!
Short Question: how can I set the possibility that the image is visible, the user can see the “view” mode but when the user clicks on “read more+” then the password protected state comes in? I ask, because right now, when I add password protected the Image is not visible on the “Work” portfolio page.
We’re sorry but the project content including images of the password protected post are hidden by default, until you enter the correct password. Thank you for your question and feedback. We will add an option to show the image for a password protected post in the next update of the theme.
Maybe you can forward me the additional css right away? I buy mostly the theme for the portfolio style, which I liked a lot. Or maybe you can add the update asap? Or tell me how much time you need?
We just released the new update of the theme a few hours ago. This update comes with the visibility settings for the password protected post and project. You can customize them in the Customize > Portfolio > Password Protected Project, and Customize > Blog > Password Protected Post for the blog post. You can find the changelog here: https://themeforest.net/item/evie-creative-network-portfolio-wordpress-theme/40269192#item-description__changelog
Ok, I am speechless! You Rock! I will test it right away …. BTW … when I finish the website I will rate your theme. I found it perfectly awesome and very logical to work with! Kudos!
Sorry but it is not included within the new update within the Customize section. Even tho, it is working half way within the portfolio listings (Works)
The settings will appear based on the type of page you are currently customizing.
To customize the password protected project, visit your portfolio page, or a single project details page. And then click on the Customize button in the admin menu bar. You will see the Portfolio section in the customizer. You can find more details in the documentation: https://evietheme.com/documentation/#customize-portfolio
I was uncheck to view admin bar. Please add this within the notification as the Portfolio page activates only and then is not always activated within the Customize Section. Anywayz … FYI: the Login User Icon is not visible right now when activated within customize section. It shows only on tablet and mobile devices.
It’s included in the first paragraph of the Portfolio section in the documentation: https://evietheme.com/documentation/#customize-portfolio
Actually, this is what WordPress Customizer works, it displays only settings and options that correspond to what you’re currently customizing.
However, we will make it more obvious or maybe show the notification in the Customizer panel. Thank you for your feedback and suggestion.
Regarding the Login icon issue, the Login icon won’t appear when you’re already logged in to your site. It is only visible to a non-logged in user. Try to logout from your site to see how it works.
Hello ! I’d like to delete the option to open a new project on main pages.
” Reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.
Open Project
CREATIVE FIELDS design, health, modern
TOOLS Advertising
TIMEFRAME February 2021 – June 2021
CREDITS Elizabeth Miller, Sofia Jones “
How can I do that ?
Thanks !
You can remove the URL from the “Website” field under the Project Details -> General, then the “Open Project” button won’t appear. See the picture below:
You can find more details about the Project Settings here: https://evietheme.com/documentation/#project-settingsThx it worked !
Hi,
We have activated the flextension plugin and we are getting the error mentioned below,
Warning: include_once(): Failed opening ‘C:/xampp/htdocs/designmagic/wp-content/pluginsC:/xampp/htdocs/designmagic/wp-content/plugins/flextension/extensions/api/index.php’ for inclusion (include_path=’C:\xampp\php\PEAR’) in C:\xampp\htdocs\designmagic\wp-content\plugins\flextension\includes\flextension-functions.php on line 757
What is the solution for this?
It sounds like some files are missing, try to delete the Flextension plugin and re-install it to see if it works.
After you delete that plugin, you will see a notification message with the link to install the new one. If the notification was dismissed, navigate Appearance -> Install Plugins, then install it.
Hi,
We have done these steps already. But the error still exist.
We are running the website in localhost server and the server is xampp.
Please advice us.
We’re sorry but we’ve never seen this issue before. Try to update the Flextension plugin and Evie XT plugin to 1.1.3 to see if it works.
To update these plugins, please follow these steps:
1. Delete the Flextension plugin and Evie XT plugin from your Plugins screen.
2. Navigate to Appearance -> Install Plugins and then install them again from the recommended plugins list.
Thank you. It’s solved.
Great! Thank you for the update.
So, I have been working for a little now on the theme and there is a weird thing going on. When using gutenberg block, they are often not loaded when switching a page, when renewing the page, they are loaded normally. Also this happens with contact forms, they won’t load untill you refresh the whole page, then it’s loaded. No errors displaying, and also no errors in dev mode of the browser.
Ok, it seems related to Single Page from Flextension. When excluding pages with custom gutenberg blocks they seem to load fine now.
You’re right! That’s because the Single Page loads the content in the background process (via REST API) so the script included in the content won’t be executed. If your custom block needs to call JavaScript to display the block, you may need to exclude that page from the Single Page settings or disable the Single Page feature if it still doesn’t work.
However, if you’d like to call your custom JavaScript function after the content is loaded, you can add it inside the custom event below to make it work with the Single Page feature:/** * Executes the script after the content is loaded. * * @param {Object} context The Evie app instance. * @param {Element} content The HTML element of the content. Or Null if this is the initial page load. */ evieApp.on( 'ready', function( context, content ) { if ( ! content ) { content = document; } // Your script here... } );
“Hello, I am on the latest version of WordPress and I have installed Elementor.
I would like to work from the demo theme to work, how do I make sure I get the same effects and presentation as in the demo? (I do not want to have the same background visuals)”
First of all, we recommend you to import the demo content from the theme then your site will look like our demo so you can easily edit the text and images to replace them with your own content. You can find the instructions here: https://evietheme.com/documentation/#demo-content
All the demo content was built with WordPress Editor (Gutenberg). If you’re using Elementor, then you have to switch to the default WordPress Editor to edit your content. WordPress Editor basically works like Elementor, you can select on any element then the settings of that element will be shown in the right sidebar. You can find more details here: https://evietheme.com/documentation/#content-editor
Thank you for your responses. Looking forward to the update
I support the previous comment. If you adapted for wpbakery or elementor, your theme purchases would be much greater Thank you.
Thank you for your feedback and suggestion!
Gutenberg is the only part I don’t like, the rest is not bad at all. I hope you guys will give ongoing updates and features in the future.
If I can make 1 suggestion, on mobile the quick view for portfolio items is perfect and more than sufficient. An option to choose to only show quick view (not only when clicking on the eye icon) would be awesome, it gives the theme on mobile a more applike dynamic flow.
Cheers
Actually, on PC too, so an option to only use quick view for portfolio items would be awesome.
We’re so happy to hear from you! Thank you for your valuable feedback and suggestion.
Hello. We kindly ask you to adapt LearnDash LMS Plugin to your theme. I will be extremely grateful! I don’t want to make a separate site with courses, I want everything in one. To look stylish with your theme. Thank you! You are super!
Or you can use any similar plugin with Courses. As you wish. The main thing is that you can pay through woocommerce. And it was in the style of your theme.
We’re sorry but we have no plan to integrate that plugin with this theme as it isn’t in the theme design.
However, you can try it with the theme and may add your customizations to the style.css in your child theme to make it look great on your site.
Hello. 1. Please tell me, I want to apply a canvas to a dark theme, how to implement it correctly so that the canvas does not load in a light theme? 2. Some kind of problem of eternal loading in the page editor mode when choosing presets from your theme.
3. wc-side-cart-buttons – How to make these buttons not be in one strip, but one button in full width? Example: =
if ( 'dark' === evie_get_color_scheme() ) { // Your code here... }However, if you’d like to add it by JavaScript, we recommend you to add it inside a function below:
/** * Executes the script after the content is loaded. * * @param {Object} context The Evie app instance. * @param {Element} content The HTML element of the content. Or Null if this is the initial page load. */ evieApp.on( 'ready', ( context, content ) => { if ( document.body.classList.contains( 'has-scheme-dark' ) ) { // Your code here... } } );
2. We’re sorry but we’ve never seen this issue before. Please ensure you’ve updated the theme and all plugins to the latest version, you can find the changelog here: https://themeforest.net/item/evie-creative-network-portfolio-wordpress-theme/40269192#item-description__changelog
If it still doesn’t work, try checking your browser console to see if there are any errors.
3. You may need to add the following CSS snippet to Appearance -> Customize -> Additional CSS:.wc-side-cart-buttons { flex-wrap: wrap; } .wc-side-cart-buttons a.button { margin: 0 0 15px 0; width: 100%; }
Hello, I recently purchased your templeate but after modifying it for some time, it does not meet our expectations. I kindly ask if a refund is possible. Best regards
We’re sorry but this theme works the way it should and is as described in the product details and our demos. We couldn’t give you refund if it doesn’t meet your expectations.
Can you please tell me when the update will be?
Please add a share via button: vk.com, whatsapp, telegram
If you’re waiting for an update about the share buttons on a product page. It has been added to the latest version of the theme (1.1.1) that was released a few hours ago. You can find more details in the changelog: https://themeforest.net/item/evie-creative-network-portfolio-wordpress-theme/40269192#item-description__changelog
When I press share, the image on the mobile phone is not visible. How to fix? Everything is fine in blogs, the image is not visible in the product card. Share when clicked. I already feel like your tester
My apologies! It will be fixed in the next update. Thank you for reporting this issue.
In the meantime, you can add the following CSS snippet to Appearance -> Customize -> Additional CSS to work around this:.flext-lightbox.flext-share-modal .flext-lightbox-container { max-width: 65.5rem; } .flext-lightbox.flext-share-modal .modal-image { clip-path: circle(200% at 50% -200%); max-height: 48.5vw; } @media (min-width: 768px) { .flext-lightbox.flext-share-modal .modal-image { max-height: 35rem; } }
Hi Wyde, I don’t quite understand the way the routing works. Is there any docs on it?
This is what I need to accomplish so far. Can you point me in the right direction?:
document.addEventListener(“DOMContentLoaded”, function(event) { let urlpuntual = window.location.href; console.log(urlpuntual); });
Thanks
When the “Single Page” module is enabled, it will load the content in the background process (via REST API) when you click on the menu items and any links so that the “DOMContentLoaded” event won’t happen and the script inside that event won’t be executed.
To make it work, you will need to change your script from:
document.addEventListener( “DOMContentLoaded”, function(event) { // Your script... });
To:
/** * Executes the script after the content is loaded. * * @param {Object} context The Evie app instance. * @param {Element} content The HTML element of the content. Or Null if this is the initial page load. */ evieApp.on( 'ready', function( context, content ) { if ( ! content ) { content = document; } // Your script... } );
However, if you have a third-party plugin installed and it couldn’t work correctly, there are 2 options to work around this issue:
1. If the third-party plugin is on some pages, you can exclude those pages from the Single Page router under Settings -> Single Page.
2. If it is on every page and all the pages aren’t working properly, you may need to disable the Single Page module under the Flextension menu. You can find more details on the Single Page module here: https://evietheme.com/documentation/#single-page-module
Thanks Wyde!
You’re welcome
1. Please add a button to share the product as you have done with blog entries. 2. https://evietheme.com/evie3/ – At the beginning of the page there is a slider, it is very inconvenient to switch from a mobile phone. If I were you, I would duplicate the arrows under the image to switch the slide. 3. My wish is to implement a buy now button in the products. So that the buyer can bypass the basket go directly to the ordering process. 4. Please add the ability to add a product video to the product card. Where you have icons, add a wishlist and increase the product. 5. Additional desire to add options for product pages. I would really like to see an additional option for selling digital from physical goods. (Make some variations for product pages.) Thank you. I really appreciate your work! You are a good developer. Looking forward to the update! I really want to start using your product.
6. Add the ability to select a custom menu on a specific page. I want to implement a promo for a product inside the site and attach another menu to this page.
Thank you for reaching out!
1. Sure, we will add a share button to the product details page in the next update.
2. As it is a vertical slider then we put the navigation on the right hand side instead of the bottom of the slider. Thank you for your feedback and suggestion, we will look into this and make it easier to switch between slides on mobile.
3. You will need to install the third-party plugin like this one: https://wordpress.org/plugins/wpc-buy-now-button/
4. We’re sorry but this is not included in the theme feature and design. You may need to install the third-party plugin to achieve this, try this one to see if it works: https://wordpress.org/plugins/product-video-gallery-slider-for-woocommerce/
5. You can find the instructions on how to setup and create a digital product in the WooCommerce documentation here: https://woocommerce.com/document/digital-downloadable-product-handling/
Also, you can add additional options and variations for the product under Products -> Attributes, you will find more details in the links below:
https://woocommerce.com/document/variable-product/ https://woocommerce.com/document/managing-product-taxonomies/#product-attributes6. There are 2 easy ways to display different menus on different pages: 1 – Install the third-party plugin like this one so you can choose different menu for each page: https://wordpress.org/plugins/conditional-menus/
2 – Create a new page without Navigation Menu (hide the main menu in the Page Settings), then build your page content using blocks. For instance, use a Navigation block to display specific menu on that page or use a Buttons block to create custom links for the menu.
Thank you very much for your detailed answer. I’m definitely happy with the purchase and you as a developer! Respect!
I put it a little wrong in point 5. I’ll give you an example. For example, on the site I want to sell a subscription. For example, personal, business and extended. I want it to be beautifully implemented on your theme. So that when choosing a subscription (product), the user proceeds to payment.
Thank you for the clarification! However, a subscription product is not included in the built-in feature of WooCommerce and you need to install an extension or the third party plugin. To make it work as expected and beautiful on this theme, you may need some customizations and this also depends on which extension or plugin you’re using. You can find more details here: https://www.wpbeginner.com/wp-tutorials/how-to-add-subscriptions-to-woocommerce-free-alternative/
When I swipe product images, they switch even though I didn’t select the desired color. Please correct. (Apple iOS)
Actually, this theme uses a built-in product images slider from WooCommerce and that is how it works. Only way to correct it is to disable the swipe (touch event) on product thumbnails so the user will need to click on the left and right arrows, or use another third-party slider instead. Thank you for reporting this issue we will look into this and fix it in the next update.
Hi! I’m trying to create my site. I’ve seen that in agency layout slider images comes from Projects featured image. Is OK but is there a way for have 2 different images size? one for mobile and one for desktop?
For example, I’ve a slider image with an object in center (a circle), this slider is OK for mobile (I see circle centered on mobile without truncate it ) but for desktop this circle is too small…. how can I increase image for desktop or/reduce on mobile?
Here you can see sample image https://www.dropbox.com/s/b77etscznyu5399/slider-1-test.jpg?dl=0 for mobile is perfect this size, on desktop I need increase image for make center circle more big.Thanks!
We’re sorry but there is no option to choose different images for mobile and desktop, the browser automatically chooses them from available thumbnail sizes.
Actually, your site displays different sizes of images on different screen sizes, you can try checking it with the developer tools on your browser. However, the problem is not the size of image but the ratio and position where the image was cropped. WordPress automatically crops your images into different sizes but you couldn’t control how an image was cropped for each size so it’s very hard to make all sizes look good and have perfect composition for both mobile and desktop as they have different screen resolution and ratio (portrait and landscape).
We recommend you to go with most visitors of your site. If they’re using mobile, your images should look good on mobile.
Sorry but I don’t understand how to resolve my issue. I need to have right layout for desktop and mobile… how to to?
As the slider always displays the image in fullscreen, only way to make the circle in your image bigger on desktop is to edit your image and crop out some red background from both left and right sides.
However, your image is a horizontal (landscape) image with aspect ratio 16:9 that fits perfectly to a desktop screen. When it appears in the mobile screen (portrait view), the browser will resize and stretch the image to make it cover the screen, some part might be cropped out. That is how it works.
what I want is don’t crop on mobile!!!
We’re sorry but that isn’t possible, this is how the browser works. It automatically resizes your image to cover the screen so some parts might be cut off.
If you’d like the circle to fit perfectly on mobile, it would be small on desktop. In other words, if you’d like the bigger one on desktop, it would be cropped on mobile. That’s because you’re using only one image with landscape dimension that is perfect to the desktop but not on mobile. You will need to have another image with portrait dimension for mobile but there is no option to do so because you can set only one Featured Image for the post.
So, we suggest you to choose only perfect one. If most visitors of your site using mobile, then choose the perfect fit image for mobile.
That’s incredible that a web site on 2023 is not mobile ready! And I’ve to choose an image for both layout… without have different main home page image for mobile and desktop!
That slider automatically displays featured images from the posts and you have only one featured image for each post by default. If you’d like to have an option to choose different images for mobile and desktop, then you will need to manually create a slider using a slider plugin like Revolution Slider instead.
Sure, but I like effect that you’ve now in home page using featured image. Is it possible to have same effect (same result)? thanks
We’re sorry but you couldn’t have the same effect in Slider Revolution plugin as the effect in our slider is custom built for this theme.