535 comments found.
Hey Pirenko, If I am using a Menu in the header, is there any way of showing a different color for currently selected menu. For example, if my top menu has “Home”, “Blog” and “About Us” links and I am on “Blog” page, I would like to Blog text in the menu be displayed using a different color than “Home” and “About Us” link. Similarly, if the user then navigates to “About Us” page, I would like to change the menu text color for “About Us” page.
Hi,
You can try and add some custom CSS for this. Cheers 
Pirenko, Can you help with an example?
Hi,
An example for a class to target would be .sf-menu>li.nav-home.active>a
Thanks!
I attempted this but could not get it to work. Part of the problem is in the “active” class. I am looking at your demo here http://www.pirenko.com/aria/accordion-toggle/ Can you tell me how the “active” class is getting added to
The active class is added by WordPress or with the theme main.js file (depends on the page type). This can’t be done just with one or two lines of code so it is up to you to implement it. Cheers!
Hello again, first really nice theme. Just want to know how to install sample pages of the theme. It will help me to understand the theme. Thank you for you answer. Laurent
Hi,
Thank you for purchasing! The theme has a one-click install sample content feature. You can see how it works here: https://www.youtube.com/watch?v=JNLJo36aqUY&list=PLWiviR4wWrsFYzkvrjlXyFP1M3Woaw9S2&index=1
Cheers 
I updated the Aria theme today and for some reason my Visual Composer isn’t working. I am not able to create pages in Visual but can in text. I current have Visual Composer 3.8 that was tweaked to fit Aria Theme. I love VC! How can I get it to work? Is the plugin out of date?
Hi,
The latest version of the theme includes the latest version of that plugin which is compatible with WordPress 4.1. You should have seen some custom update messages when you updated the theme. Because you are coming from a really old version (I can tell this, because Visual Composer is “inside” Aria Framework), please erase all the plugins related with the theme before installing the new ones.
If you need help updating bundled plugins please check this small tutorial: https://www.youtube.com/watch?v=f0JrPSouk6U&index=7&list=PLWiviR4wWrsFYzkvrjlXyFP1M3Woaw9S2
Cheers!
Pirenko, I have noticed that your theme does not allow functions.php function overrides in child theme. For example, I wanted to override prk_output_title() function.
Had you defined your function as follows, it would have allowed me to easily override functions. I think if every single function defined in your functions.php is defined as follows, it will be much easier to override them in a clean way using child themes.
Thoughts? Would you consider this modification in a future release? Also, if you can allow global page title turn off that will be great, as I do not wish to hide it using just CSS or display:none;
if ( ! function_exists( ‘prk_output_title’ ) ) { function prk_output_title() { // Do something. } }
Hi,
Did you tried copying the theme functions.php file into the child theme folder?
you mean copy the entire file to child theme folder and then modifying there? If yes and If I understand correctly, wordpress loads child theme’s functions.php before loading parent theme so anything that I might have there will be overriden by parent theme. And this is what I experienced as well.
However, I am certainly not an expert (which is why I bought your theme
) in this area so feel free to elaborate and explain.
Hi,
Yes, that is what I meant. Also, what is the problem of hiding the title with CSS? And the theme allows you to turn OFF titles per page so you don’t even need to make any changes to the theme.
Anyway, in the end, you can always tweak the parent theme, because there are certain types of changes that can’t be done with child themes.
Cheers!
Pirenko, Thank you very much for providing excellent support. In general I am OK with doing display:none in CSS with many not so important elements and already doing that in few places but in this case I decided to reach out to you for following reasons: 1. The content element in question here is H1 header element which is one of the most important element for SEO after page title inside a document. 2. This is one of the common techniques used by many websites to improve their SEO called as “keyword stuffing”. Google knows about it and has a published a video (link below) on not using this practice and they might penalize the search ranking because of this.
https://www.youtube.com/watch?v=7y-m_jiayLQ#t=1773. According to the wordpress article I linked earlier, the extensible way to write function in base theme is enclose them in ” if ( ! function_exists( ‘prk_output_title’ ) ) { .. your function … } In general, this looks pretty harmless to everyone, doesn’t it? 4. You are right that on many static pages page title can be suppressed but on on those pages rendered by single.php or index.php for single blog posts or category listing, this option is not there. 5. If such an option is provided, the base theme can remain unmodified and easier to upgrade in future and child theme can be used for all customization which is why child themes were developed for.
This is obviously a low priority and I can certainly wait a few weeks. If you could at least wrap the above title function (more functions would be even better) whenever you get a chance in future release that will be awesome. You could also devise an alternate to way to suppress page titles on blog post listing and single page if you prefer. I indent to use this theme across multiple projects in future and I appreciate your help.
Hummm… I haven’t still understand why don’t you copy the whole functions.php into the child theme. Anyway, send me a private message and we’ll take this conversation from there, because this may bring some confusion to other theme users.
Cheers!
Pirenko, Thank you very much for resolving this.
Thanks 
What I would like to do is edit the layout of this page (using VC would be great but not necessary). Also, I would like to suppress the featured image on this page. How can I do that?
Hi,
That is an archive page so you can edit the archive.php file manually. This is an unusual request, because archives pages are supposed to show only posts.
As for the images: if you don’t need them simply don’t set any featured image for those posts. You can also select different layouts for the blog archives pages under Aria Options>Blog tab.
Cheers!
Hello Pirenko! I’m trying to integrate a Mailchimp Subscribe pop up and I have this code which I want it to be shown everytime somebody enters my website. Where should I insert that? Thanks!
<script type="text/javascript" src="//s3.amazonaws.com/downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">require(["mojo/signup-forms/Loader"], function(L) { L.start({baseUrl"}) })</script>
Hi,
Thank you for purchasing! You need to check that pop up documentation to see how to integrate it properly with WordPress.
Cheers 
I am trying to add “Aria Recent Posts” to pages using Visual Composer. The only way to add this widget looks like from a sidebar. However, they don’t show up there. Is there a way to make a widget be available using Visual Composer?
I also tried adding some 3rd party widgets like “Recent Posts Extended” but Visual Composer will not recognize them.
Hi,
It seems to be working fine without the need of using any sidebar. Please turn OFF all the plugins you may have and try again.
If you still have trouble please send me a private message with a link and the WP login details.
Cheers!
Pirenko’s support is awesome. They went to great length to solve the problem I ran into after enabling HTTPS. He gladly separated the visual composer plugin from bundled Aria Framework and did a new release. I highly recommend them.
Thank you for your feedback!
Hi - I have installed Aria and my custom post_types are not being retrieved by archive.php. Instead, I am getting all posts in descending. Category archives are working.
http://morningside-alliance.org/members1) one issue is that my 1 custom post type is sug “members.” I have since removed your members tax. from functions.php and renamed slug in Aria Options. 2) I am using a child theme.
Hi,
Custom post types are not shown using archive.php. If you want to create a page to show members create a page and add a Team Members page element to it.
Cheers!
Call to action buttons are broken with the new update. They look nothing like they do in the demo anymore. What do you do to fix it?
Hi, please make sure that you update the bundled plugins properly. I suggest that you delete the Aria Framework plugin and install it again plus the Visual Composer that is now independent. Cheers!
There seems to be a new visual composer update. I had to purchase the plugin separately. The plug in will not activate separately out of the theme.
I’m actually now uncertain if I needed to make the purchase at all.
So now at every instance of using composer – you are asked to update to the new version. Every time you go to a page. When you convert it creates all sorts of headaches.
This then causes duplication of components, within the backend editor.
You get the error message every time when trying to edit the page.
Was working till the update issue occurred today.
Here is the error on plugin install: helpers_factory.php on line 206
Hi, please make sure that you have the latest theme and also Aria Framework plugin versions. You can’t have this plugin active and Visual Composer original plugin, because it is already a part of the framework. If you still have any trouble please send me the WP Login details if possible. Cheers 
Seems to be stable now. I did a bunch of updating and house cleaning. Got the update from you as well. Thank you Pirenko. Love your work!
Ok, great and thanks 
Hello,
Portfolio contains a total of 26 items, on the page /werk (dutch for work) it shows 15 wich is fine, when I press the button “Er is meer” (dutch for there is more) it tells me that all is shown but there are still 9 other items to be shown, plz help me.
Hi, please send me the WP Login so that I can analyze the content. Thanks!
Hi Pirenko
Is Aria ok with wordpress 4.0.1?
Thanks Pete
Hi,
At this moment there are no known issues. Thanks!
Hello, I am getting following message every time I edit a page or create a new page. Any ideas? “Your page layout was created with previous Visual Composer version. Before converting your layout to the new version, make sure to read this page.”
Hi,
Please update the theme and the Aria Framework plugin to the latest version. Thanks 
Hello, I removed everything and downloaded and installed everything again but still getting the same error. I also don’t have any messages for updating anything as everything is upto date. The issue happens only in case when I use page builder feature and change layout.
Hi,
In that case please send me a private message with the WP login details so that I can check this. Send me also a link to the page where this is showing.
Thanks!
Hi Pirenko!
I am getting Japanese characters in place of the icons on my website. See screenshot.
Thoughts?
Cheers, Lisa
Hi,
Thank you for purchasing! Please turn OFF all the plugins you may have and try again. Cheers 
Hello, Are you using hard coded HTTP URLs anywhere in the plugin and if yes, how can all of these be changed to start with ”//” so that everything is referred using HTTPS. I am getting following error in Google Chrome.
[blocked] The page at ‘https://www.MYDOMAIN.com/wp-admin/edit.php?vc_action=vc_inline&post_id=2&post_type=page' was loaded over HTTPS, but ran insecure content from ‘http://www.cloudpuffin.com/sample-page?vceditor=true': this content should also be loaded over HTTPS
Hi, thank you for purchasing this theme! What plugin are you talking about and where are these errors coming from exactly? Cheers!
I am talking about Aria plug which comes with visual composer. When I click on Edit with Visual Composer, I get following error message. If you look at the error message you can see that editor is being launched with http URL while I am using SSL and then Chrome does not load mixed content.
Hi, I assume that you have the right settings on WordPress settings, right? If you still have trouble please send me a private message with the WP login details so that I can analyze this. Thanks!
Hi Pirenko, Thanks for your help. Just PM’ed you the login details.
Hi Pirenko, How can make the category title background image the same as all the page title bg image?
Hi,
I think it should be the same, right? You can see a sample here http://www.pirenko.com/aria/category/trending/
If you have something different please send me a private message with 2 links so that I can compare them.
Cheers 
Pirenko,
I am using Aria on my site and it is not lining up right. Everything is way over towards the left side of the page.
www.lonestarstatecigars.com
How can I fix that?
Thanks,
Greg
Hi, where did you buy the theme?
The company I work for purchased it to use for the cigar company’s site. Also, when the site is opened on Internet Explorer, the icons used populate as Chinese symbols.
Hi,
All questions must be place with the account that bought the theme. Thanks!
Hi, thank you for your theme. Just a question. Is it possible to add the Visuel composer to a new template page? I add an Event template with a plugin Agenda, and the Visuel Composer doesn’t appear above the classique editor in this template event admin. Thanks Carol
Hi,
Thank you for purchasing! Click on Settings>Visual Composer and select the necessary “Content types”.
Cheers 
Thanks. Does your theme contain any shortcodes? Because I can’t see any in the editor.
Sorry but the visual editor doesn’t work in my event admin page. When I click on it, the all editor disapear. Thanks for helping me !
Hi,
Some plugin must be generating a conflict. Please turn them all OFF and try again. Cheers 
Hey Pirenko!
I’m having some unexpected trouble with fixed background images, such as behind the call to action button at the bottom of this page: https://waterworldswim.com/wws-international/galapagos/ It just disappears and sometimes when it doesn’t appear, it doesn’t scroll and just appears in pieces. Any ideas as to what causes it? Thanks so much!
Hi,
Please turn OFF all your plugins and try again. If you still have trouble please send me a private message with the WP login details for a double-check. Cheers!