Forum Replies Created
-
AuthorPosts
-
Hey maggie247!
If you give the color section a unique ID in the field available for that on the color section editor you can then target that ID and give it a specific pixel height. Ex:
#mycolorsection { height: 50px; }
The background image is a bit more complex. By itself, you are under the constraints of the background property with css. For your question this means that no, you can’t make it adapt to the screen size because its fixed in the background with regard to the viewport.
Best regards,
DevinHi stevemulisa!
I’ll flag the topic for Kriesi to take a look at.
Regards,
DevinHi intosuwo!
Debugging custom css isn’t something we can support here on the forums. That kind of question is best asked at somewhere like Stack exchange or something like that.
Best regards,
DevinHi lizybloom!
It could probably be done with a geolocation script or function to modify the footer depending on the users IP but I don’t know of a pre-built solution specifically for that.
If there is another way that the site is designated as one or the other then you could hook on to that function and change the output from that.
Best regards,
DevinHey BiallaC!
Unless you wrap your code in responsive grid classes then it will not respond or have code that supports responding to the screen size.
Cheers!
DevinHey baudetd!
You should be able to do that with setting the footer to use 4 columns from the theme options and then adding 4 text widgets (one in each column) from the WordPress Widgets area.
Cheers!
DevinJanuary 24, 2014 at 12:26 am in reply to: Comment Section for Portfolio Items No Longer Works #214211Hey aka61997!
You can add a comment section to your advanced layout builder layouts without needing to edit any files.
Just drag and drop the comment element wherever you want to have the comments shown.
Regards,
DevinHi!
You can select a percentage height in the color section options with the most recent update of the theme. The full screen slider has that kind of effect but it will always take up the full height of the screen and doesn’t have the flexibility of the color section in that regard.
Regards,
DevinHey coachw!
No not through the theme. There may be a plugin to assist with it or you can add it in using @font-face: http://css-tricks.com/snippets/css/using-font-face/
Best regards,
DevinHi!
What page is that from and what device? I tried going through your site now but I’m not getting any issues.
Best regards,
DevinThis is how Kriesi adapted the template and styling to how phones handle tables. On a regular table the content would stretch off screen because tabular data doesn’t respond.
The easiest and best solution is to use a different table either by creating it in Word or something like that and then copy+pasting it into a regular text element or using a plugin which has a more typical table rendering.
For regular tabular data where the content is only text then the way the theme does it works well. It re-generates a table and combines the column headers into the column content so that each section is its own single cell.
All of the code is in the config-woocommerce/config.php .
Its the entire file which styles and adds the wrappers needed for WooCommerce pages but there is inline commenting throughout for what is adding content to where. Specifically starting at line 485 the main wrappers start getting added in.
Thinking about it again, you could also view the source of a single product page and get the class names and html structure from that and then use it as a model to create your own template without as much of the dynamic configuration the single product pages use.
Hey kolbapl!
You will need to have a freelance developer customize the partner element to support a new 10 column configuration in both the php shortcode file and accompanying css to support the new output.
We recommend Microlancer, Codeable as well as http://kriesi.at/contact/customization
Regards,
DevinHi DavyE!
I’ll tag them for Kriesi so they can get updated in the next release.
Regards,
DevinHey japk!
If we can get a link to your site we should be able to assist with targeting the text there exactly.
Cheers!
DevinHey!
Try adding this to your custom.css file in the css folder of your theme files inside the mobile specific media query:
#text-2 .avia-button-left a { padding: 10px; font-size: 12px; }
It will reduce the size of the button to fit a bit better.
Cheers!
DevinJanuary 23, 2014 at 5:12 pm in reply to: Enfold breadcrumb scrollbar partner element/logo as menu #213953Hi aparteDenmark!
1) You can use:
.text-sep.text-sep-comment, .blog-author.minor-meta, .blog-categories.minor-meta, .text-sep.text-sep-cat { display: none; }
Then show them on the home with:
#top.home .text-sep.text-sep-comment, #top.home .blog-author.minor-meta, #top.home .blog-categories.minor-meta, #top.home .text-sep.text-sep-cat { display: inline; }
2) In general, this isn’t breadcrumbs. The breadcrumbs are the page link tree at the top of pages just under the menu but no there isn’t a way to individually control where the meta data and links go.
3+4) That would need to be added into the theme feature request topic or added in via a plugin/custom coded customization.
5) I’m not sure the partner element could do that. Either as a new bit of custom code or a modification of that element it would need to be done by a freelance developer as its far beyond what we can do via support.
6) For the menu active area no not that I know of. The position of the menu is actually determined by the line height of the menu items so modifying them is jumping down a route of potentially needing fixes for cross browser support and all responsive sizes.
Cheers!
DevinThe theme doesn’t actually load in the scripts and styles. WordPress does through the register styles, register scripts and then the enqueue of both.
If a script is blocking them from happening then its blocking WordPress and not the theme.
January 23, 2014 at 5:00 pm in reply to: HELP PLEASE! Portfolio items no longer working with latest version of Enfold #213945Hi webWahine!
When you re-activate the theme make sure to go to that portfolio grid element and re-set and re-save the options to show it how you want.
Best regards,
DevinCategories only display if there are portfolio items for them shown and that category is selected to display from that specific portfolios options.
Just adding a category will not make it automatically show up on a portfolio grid or masonry element.
Hey!
When you say “zoom” do you mean the actual browser zoom? If so a media query wouldn’t actually support that as far as I know. The individual browsers zoom level isn’t something the theme has support for for the most part.
With the masonry script, its container is just set to be the full width of the screen and will only recalculate when the screen is re-sized so after zooming the user would need to re-size the window to get it to readjust.
Regards,
DevinHi!
You should be able to use a conditional to change the heading with your specific category: http://codex.wordpress.org/Template_Tags/in_category
So something like:
if ( in_category( 'News' ) ) { $title = __('News and Press Release', 'avia_framework'); //News blog title } else { $title = __('Blog - Latest News', 'avia_framework'); //default blog title }
Or you can use the example in the codex to have 3 different options (else, elseif default).
Cheers!
DevinJanuary 23, 2014 at 4:31 pm in reply to: Fixed header with additional navigation menu and search icon Android Tablets #213931Hi!
Which tablet specifically is it? If any of use have the same one we can try testing and see if we get the same issue. Its the first I’ve heard of something like it so I’m not sure what might be causing it on your end but not on mine or Josues.
Best regards,
DevinHey!
It looks like maybe the permissions on the uploads folder may be set so that they aren’t publicly accessible. Try checking your chmod permissions on the uploads and sub folders and make sure they can be read by public users.
Cheers!
DevinHey brentwestwind!
Right now this is unfortunately an issue we have no fix for but we are working on one. The anchor is linked to directly but because of the menu being on top of it and not pushing it down it appears as though its in the incorrect place.
On a single page the anchor links get a smooth scroll bit of javascript which prevents the issue from happening. Its only when going to an anchor from another page that the the menu overlap makes it seem like its incorrect.
Regards,
DevinJanuary 23, 2014 at 3:19 pm in reply to: Reaching top of color sections from an independent page #213874Hey oliviad!
Right now this is unfortunately an issue we have no fix for but we are working on one. The anchor is linked to directly but because of the menu being on top of it and not pushing it down it appears as though its in the incorrect place.
Regards,
DevinHey heliraptor!
Your hosting provider is, I believe, incorrectly assuming you want to add a facivon to your wordpress install which you’ve already done from your theme options. You want to add the icon code to a regular html file at your main domain.
There is nothing that we can do from our end to help you as this is not a theme issue.
Regards,
DevinHey webpress!
Not that I know of but you can check through the inline documentation when viewing the LayerSlider plugin sections at the top right by clicking on the “Help” tab.
Best regards,
DevinJanuary 22, 2014 at 10:02 pm in reply to: Safe changes in enfold_child.css in /uploads/dynamic_avia? #213549Hey advocatusneo!
Make your changes to the child theme’s style.css file. The css in that file is what gets generated by your settings in the Styling tab of the theme options and the custom css field there as well.
Best regards,
DevinGlad we could help and sorry for the confusion. I’ve asked Kriesi to update the demo so there is no future confusion as well.
-
AuthorPosts