Forum Replies Created
-
AuthorPosts
-
Hey!
Do you have a link to where Kriesi said that? WordPress by default does not allow for html within excerpts so I’d like to see exactly what Kriesi said as maybe there is a bit of terminology getting lost in the explanation.
Kriesi, the theme author, is the only one who posts on the ThemeForest page so if he said something was possible then it should be doable.
Best regards,
DevinDecember 2, 2013 at 8:09 pm in reply to: Layout problem on portrait display of Android mobile phone #195446Hey!
I’m not getting the issues that you are showing in your screenshots on any of my devices or in trying to test using any other tools.
The theme isn’t doing any responsive changes since its set to the static width so I’m not quite sure how you are getting the incorrect width on text in those instances.
Best regards,
DevinHi Mark!
If you are using a child theme you can copy over the footer.php to the child theme and then modify these lines in that file:
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span> <?php echo "<nav class='sub_menu_socket' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">"; $avia_theme_location = 'avia3'; $avia_menu_class = $avia_theme_location . '-menu'; $args = array( 'theme_location'=>$avia_theme_location, 'menu_id' =>$avia_menu_class, 'container_class' =>$avia_menu_class, 'fallback_cb' => '', 'depth'=>1 ); wp_nav_menu($args); echo "</nav>"; ?>
Cheers!
DevinYou can try http://wordpress.org/plugins/wp-super-cache/ or w3tc if you prefer. Both have their differences but either should work when configured correctly.
Bumping your posts just moves them to the end of our queue so please don’t self bump or “up” a post as it just makes it take us longer to address it.
You can try doing something like this for the HR elements:
.main_color span { border-color: #333; }
Hi!
I believe I mentioned this previously but this is how anchors behave. The browser is responsible for what it does with a link, how it loads an anchor link etc.
On a page, the theme has some jquery active to make scrolling more smooth but that doesn’t carry over to going from another page. So for right now, the theme doesn’t have anything in place to change where anchor loads from another page. Since the menu is a floating element on top of the other content the page loads at the top like normal.
Best regards,
DevinThis reply has been marked as private.December 2, 2013 at 6:45 pm in reply to: 2.4.x Bug: "i" becomes "I" with Open Sans in second Menu/Articles widgets #195405Hey Shallnotbe!
I’m not really sure what you mean. I use Open Sans on my personal site right now and just did a quick test and had no issue. The font is loaded in from Google Fonts as well and you can see its output here as well: http://www.google.com/fonts/specimen/Open+Sans
As far as I know there is nothing that the theme does specific to the letter ‘i’ so the font should just be rendering exactly as it comes from google.
Best regards,
DevinLooks great Brian! You can re-purchase the theme through ThemeForest just like you did the first time to get additional licenses :)
The page where the gallery is supposed to be showing is a 404 at the moment.
It may or may not help but you can also update your theme files to 2.4.2 which is the most recent version available from ThemeForest.
If you can show the live side of what you have it will give a better idea of where you are having issues. The screenshots are just not quite clear on what you have now vs what it should be.
Hey!
If you are just using the default excerpt length you should be able to use this function: http://codex.wordpress.org/Function_Reference/the_excerpt#Control_Excerpt_Length_using_Filters
Best regards,
DevinHey!
If you use the advanced layout editor then you need to only use the text tab of that item. WordPress (not the theme) will remove raw code from a page if you switch to the visual editor. Its somewhat inconsistent so I’m not sure what the exact trigger is for it but I’ve run into the same issues when trying to just add code to something.
If you can add that in and then link us to the page where the iframe isn’t showing on the front end then we can take a look at whats going on there.
I’ve also got a full width page template here if you want to try that route: https://gist.github.com/DevinVinson/7540477
Best regards,
DevinHey!
That is the default behavior for all slides and what I always recommend is to pre-crop your images if you want them to display at a specific size. Its really the best way to have them appear in a consistent, controlled output.
Regards,
DevinDecember 2, 2013 at 5:56 pm in reply to: Can the Portfolio Grid display a list of Random items instead of Recent items? #195378Hey!
No, unfortunately not as far as I know. The filter adds the random to the query for all queries so for right now since there isn’t a theme option available its either an all or nothing change.
I’ll add the idea for a future update for a random option within the shortcode options however.
Cheers!
DevinHi newmesis!
You will most likely only be able to use Visual Composer on regular pages when not using the advanced layout editor. I’m not sure if this is what you are looking for but the advanced layout editor and visual composer are not compatible.
Best regards,
DevinHi martinbose!
See this topic on creating your own shortcodes folder for the child theme: https://kriesi.at/support/topic/portfolio-meta/#post-130512
Best regards,
DevinGive this a try in your functions.php:
add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1); function avia_remove_fullwidth_slider_check($settings) { $settings['is_fullwidth'] = false; return $settings; }
Just re-ran across it.
Hey!
Try following the steps from this video to get the theme installed: https://vimeo.com/channels/aviathemes/64927356
If you want to stop before activating so we can activate it just post back when 2.4.2 is showing in the available themes section.
Best regards,
DevinHey!
If I understand what you are trying to do correctly, you can set a single background image for your slide in the Global Settings for the slider. The settings for the “Swami….” slider look correct for getting the whole thing to output at full width but keep in mind the boxed layout you have set for the theme is still the final border of whatever is inside of it. So the edge of your layer sldier isn’t going to go beyond the edges of the site.
Regards,
DevinHey zchristos!
Your best route for a question specificlaly for WPML would be their support forums but I found a few sources after googling the question that may help you:
http://wpml.org/2011/03/howto-display-different-widgets-per-language/
Cheers!
DevinHey!
Update your theme files to 2.4.2 and that should bring you up to date with the same header.php we have.
Cheers!
DevinDecember 2, 2013 at 5:37 pm in reply to: Insert Default WordPress ShortCodes within Advanced Editor #195362Hey!
I’m not quite sure what you mean. To output portfolio items you would use the portfolio item element from the advanced layout editor. If you aren’t able to add an element or shortcode within another one right now its because the theme does not have coding in place to allow for that kind of nesting.
Cheers!
DevinThis reply has been marked as private.Hey Torsten!
You can send the information directly to Kriesi here: http://kriesi.at/contact
Best regards,
DevinHey!
The first link isn’t working for me so I can’t see which exact page layout that is but the image is probably coming from one of the other image sizes since the portfolio items are only for the portfolio specific outputs and not what you may have on the single portfolio page. So its probably the gallery image size (845×684) or something like that. If you can re-add the link for us to see it live we can get a better idea of which image output you have in place and what thumb size its pulling from.
Regards,
DevinHi baiker!
This was intentional by Kriesi if I remember correctly because otherwise the navigation items don’t show well with the overlap on the slideshow.
I’ve tagged Peter on the topic as I’m not sure if its something that can be changed via function or if it needs to be done within the theme files.
Best regards,
DevinHey!
No, not without either some custom jquery/javascript or maybe with css though I don’t know any offhand that would do that. You could try either Microlancer or Codeable.io and see if a freelance developer could customize that for you however if its a must-have feature for your site.
Regards,
DevinDefinitely a strange issue and hopefully when Kriesi is able to take a look he will be able to spot whatever issue is happening. It can take a bit of time for him to go through his queue so I can’t give a definitive timeline at the moment but it should be soon.
If you both could also try using bbPress 2.5 on one of the default WordPress themes as well, you can get an idea for what has changed from bbPress vs what is an issue from the theme side of things. For instance, if bbPress by default changes how the profile page looks or works we can’t do anything about that.
-
AuthorPosts