Forum Replies Created
-
AuthorPosts
-
Continuing on secondary topic: https://kriesi.at/support/topic/whitespace-in-v2-5/
April 7, 2014 at 4:15 am in reply to: window that opens when clicking portfolio grid is cropping imagery #248027Answered here on original topic: https://kriesi.at/support/topic/how-can-i-make-the-title-for-each-portfolio-entry-18-point/#post-247998
Hey Imburr!
You can hook onto the
do_action('avia_meta_header');
which is at line 60 in helper-main-menu.php. Same as where WPML hooks in to add the flag icons.Best regards,
DevinTypically we aren’t able to assist with file customization but its fairly simple here. You can hard code the grid units into the main container by replacing
<?php avia_layout_class( 'content' ); ?>
withtwelve
. Then remove the call to show the sidebar://get the sidebar $avia_config['currently_viewing'] = 'page'; get_sidebar();
Hey VickenVartanian!
There is nothing in the theme that uses a mobile redirect. It will either be a plugin, something in the htacess (maybe) or on your server.
Regards,
DevinApril 7, 2014 at 3:58 am in reply to: Ability for site users to attach files and send through the site? #248020We really aren’t equipped to answer that kind of question definitively but the simple answer is yes, its risky. Any time you allow the public to add files to your server you need to make sure there are mechanisms in place to protect yourself.
Hi webdevsd!
Can you point us to an example of what you mean?
Best regards,
DevinApril 7, 2014 at 3:39 am in reply to: How to add search to mobile (smart phone width) slide-out menu? #248010Hey!
Thanks for posting the solution that worked for you! Yes, I would also prefer it added in as an option but what you’ve used is a good alternative and should work without much hassle.
Cheers!
DevinHi!
First use this plugin to regenerate all thumbnails on your installation: http://wordpress.org/extend/plugins/regenerate-thumbnails/
Then take a look at the images on posts/pages/content. If any images were previously on your installation they wouldn’t have the correct dimensions available for the theme output.
For the format changes on blog posts the options available are what is available. If you want a custom combination of two or to customize the layout further you would need to hire a freelance developer to create the new code for you as the theme doesn’t offer a fully custom option for the blog layouts.
Regards,
DevinApril 7, 2014 at 3:34 am in reply to: Portfolio big preview small thumbnail sizing & the left right to view more issue #248006Hi Kayzel!
1) I’m not quite sure what you mean. Do you have an example or can you explain a bit more on exactly what you are looking for?
2) There isn’t currently a way to do that unfortunately.
Cheers!
DevinHey!
2) The theme has a masonry element in the Avia Layout Builder which you can use to create that kind of layout but it doesn’t allow for the buttons on images like that.
You will also not be able to control the exact order or how it responds on individual screen sizes so if that is exactly what you are looking for the theme doesn’t have any function to work for you and you would need to use a plugin or custom code it.
Cheers!
DevinApril 7, 2014 at 3:29 am in reply to: How to set a fixed sender for contact form in layout builder? #248001Hey honesty1993!
I’m not sure if that is easily doable or not but i’ve tagged the topic for the head of support who should be able to give a definitive answer.
Regards,
DevinApril 7, 2014 at 3:27 am in reply to: how can I make the title for each portfolio entry 18 point? #247998Hey!
1) The size of image getting output isn’t in any of the theme settings for thumbnails on either edge so I’m not sure what is cropping it: 988×642 . Have you change any of the thumb sizes in the functions.php or do you have those in the regular wordpress media manager sizes?
2) You can modify the css rule for the title of each portfolio item with this:
.portfolio-preview-title { font-size: 22px; }
Adjust font size, color, spacing etc with new properties and values. The theme doesn’t have any other individual options for them yet but there are some options in the works for more text sizing control.
Best regards,
DevinYou could replace the lightbox with a child theme and use another script. Peter did that for a client in the past and keeps a child theme online with that in place: http://www.mediafire.com/download/05ho02ecut516hu/enfold_child.zip
Hi!
I’m not sure what was done previously but this kind of customization is not support through the forums. We can assist in helping with using theme options, questions or in fixing bugs that anyone encounters but customiztion of the theme files/layouts is pretty strictly not supported. See: https://kriesi.at/support/register/
For this kind of customization we do however recommend hiring a Freelance developer from somewhere like Codeable, Envato Studio or http://kriesi.at/contact/customization
Regards,
DevinDo you have an example? It should be pretty much the same as far as I know.
Hey Michał!
That isn’t something support staff can do but if anyone else here on the forums wants to add in any comments they are definitely welcome to (if that is what you’d like).
Cheers!
DevinHey Alexoidea!
You can add any item to your menu in the WordPress menus manager using a exact url or if that plugin has the correct coding you can add in categories or whatever taxonomy it uses from the meus manager.
That isn’t something we have anything to do with nor can we advise you on how to set it up as its theme independent.
Cheers!
DevinHi!
I just looked through the update history on the base css files for the theme and there isn’t any font size change that I can see. Was the font you are using perhaps changed or something like that?
Regards,
DevinHey Jonathan!
The whitespace element was updated with a new option in one of the recent updates. So it would make sense that it might need to get re-adjusted depending on the layout/usage. Specifically, the whitespace elements gained the ability to have negative margins and not just positive.
Quick Edit: We see every single post that comes through on the forums. We’ve had a huge sudden influx of posts in the past month so response times are anywhere from a few minutes to a day depending on when the surges of posts come in.
Cheers!
Devin-
This reply was modified 11 years, 3 months ago by
Devin.
April 6, 2014 at 1:16 am in reply to: Ability for site users to attach files and send through the site? #247875Hey Starkos!
There are lots of options to do that via plugins. Search through the plugin repository and find one that has exactly what you are looking for and give it a try :)
Best regards,
DevinGlad its working for you both now :) Let us know if you have any other questions or issues.
@headbentdesign – I’d prefer not to let this turn into a topic to let users debug customization related to queries so when you do find a resolution or a next step make a new topic and reference this one (as has started).
Hi ouranos3!
WordPress already does this in the form of the body class. Inspect the page you are working with in dev tools (for whatever browser) and in the body tag you’ll see a unique class for that specific page.
For this topic here on kriesi.at the class is
.postid-247648
.Cheers!
DevinHey flash2012!
This keeps the theme working in IE and will never validate. There are actually quite a few of these compatibility bits of code throughout the theme which will never validate but are standard on almost all sites these days.
Regards,
DevinHey simplyaha!
You can completely customize the 404 page through your child theme by copying over the 404.php file into your child theme and then editing it.
It doesn’t have a template file you can edit inside WordPress however.
Cheers!
DevinHi jooch5!
All theme settings are saved in the WordPress database. Updating the theme files doesn’t change your settings. See: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
DevinApril 4, 2014 at 8:09 pm in reply to: Error in IE8 in jquery: Not enough storage space to complete this operation #247619Hey!
That sounds like an error in WordPress though my guess is that its related to the theme attempting to load in variables or data and your IE version not having enough allocated space allotted. It isn’t something anyone has ever mentioned before but I don’t know of any fix that we could provide.since it could be a plugin issue independent of the them as well.
You can try upping your general WordPress memory but your current memory limit looks fine (128).
Regards,
DevinHey nonne!
I’ll close the topic since you edited you’ll be doing a work around but in general the category links should go to the category archive. In the traditional structure you would use categories for groups of posts and clicking the category would take you to that group.
Using the name of the blog makes it a bit confusing since it is tied to the idea of a name rather than a group. Example categories that make more general sense: News, Photos, Personal Updates etc. Whereas using page type names can make it confusing to the user.
Regards,
DevinHi!
The video walkthrough is the best way to get a step by step on how to do things. When you uploaded the new enfold folder it should have been unzipped and into the wp-content>themes folder to completely write over the previous enfold folder and its contents.
If you just uploaded the .zip of the theme file there it will do nothing.
Best regards,
Devin -
This reply was modified 11 years, 3 months ago by
-
AuthorPosts