Forum Replies Created
-
AuthorPosts
-
Hi!
You can set the way your blog displays via the main theme options or if you are using the advanced layout builder to add in the blog to a page then it would be on that specific blog element.
The available styles are listed under the Blog menu item here: http://kriesi.at/themes/enfold/blog/
Cheers!
DevinHey!
If we can see the site live we can inspect the code and see whats going on.
Cheers!
DevinHi!
You will definitely need to look into a freelance developer from somewhere like Microlancer, Codeable or http://kriesi.at/contact/customization .
I’m not quite clear on what you are trying to do with the revealing of different sections but the style of home page Kriesi has on kriesi.at is doable via a child theme and customizations to the theme.
Cheers!
DevinHi progenki!
We are not able to provide support for customization like a new custom post type.
Regards,
DevinHi tonyiatridis!
The global settings for each slideshow let you set the size of the responsive container and how it changes. For example using the full width site style and the demo slider I have:
Cheers!
DevinHi!
Try following along with this video step by step after deactivating all active plugins (every single one including any drop ins like Jetpack): https://vimeo.com/64927356
Regards,
DevinJanuary 12, 2014 at 6:08 am in reply to: Fullwidth masonry gallery responsive with any resolution screen #208604Hey Raul!
The whole idea of the masonry gallery is that it fits to any resolution. For right now, the specific number of columns or number of items per row isn’t customizable from the theme options.
You can adjust the width of the masonry items with something like:
.av-masonry-entry { width: XX% !important; }
Changing the XX for a percent. If you want it to be for a specific browser size then you can wrap it in a media query: http://css-tricks.com/css-media-queries/
Cheers!
DevinJanuary 11, 2014 at 12:01 am in reply to: WooCommerce single product page sidebars not showing up. #208268Hi jcjones08!
I’m not sure what the root of it is but somehow the sidebar is getting the hidden class added to it. I would first suggest re-downloading the theme from your account on themeforest and then uploading a fresh copy for your parent theme. Switch over to just the parent and make sure the sidebar is showing under the product images like it should and then switch back to the child theme.
If at that point it gets hidden again then try removing all of your customizations and then re-add them in one by one.
The theme doesn’t use template files for the woocommerce pages as it doesn’t really modify them except for some additional styling. So everything is done with filters and action hooks in the config-woocommerce>config.php file.
Cheers!
DevinJanuary 10, 2014 at 11:53 pm in reply to: Create Scrolling Custom Background Image for stretched layout #208266This is the gist of what you would be done: http://premium.wpmudev.org/blog/customizing-your-wordpress-theme-using-firebug/
January 10, 2014 at 11:52 pm in reply to: Anchors to a single page navigation without the color section component #208265Hi!
You can add an anchor into any text element and then link to it as a custom menu item. The color section just makes it easier to add in the anchor since you can add in the text to that field.
Best regards,
DevinAdd to the previous css so that its:
ul.pricing-table, .pricing-table-wrap { vertical-align: top; }
January 10, 2014 at 11:38 pm in reply to: ENFOLD: complete different portfolio sections at one site? #208257Hi COLORIT!
You would need to create a new custom post type for the second one and then add it in to the theme in the same way the portfolio custom post type is.
Really though because the two subjects are so related they could still fall under the portfolio umbrella.
As long as the items don’t have common categories then the two types of portfolio items would not really connect. If you really wanted to keep them separate though then the new custom post type would be needed. That is however beyond the scope of what we can assist with via support so a freelance developer would be your best route.
Best regards,
DevinHi!
The advanced layout builder is at its core just a visual way to add shortcodes to a page. The content isn’t stored across any kind of templating system where it can be accessed outside of an individual page so what you are looking to do isn’t possible.
Creating a custom page template is doable but the advanced layout builder doesn’t use the page.php whenever you use an element that has a full width attribute (layerslider, full width masonry etc) and instead uses the template-builder.php file.
Best regards,
Devincontrol+shift+n to open a window in incognito mode while using Chrome. It disables extensions by default and somewhat is like browsing from another computer (no cache or user settings).
Strange, I have the same setup (W7 and Chrome 32) and am not getting it. What about with an incoginto window? Do you get the same issue there?
January 10, 2014 at 9:56 pm in reply to: Parallax Scrolling Effect on Color Section Background Image #208206Hi Glyphism!
Not quite yet but better parallax support like that is coming in the next big feature release of the theme which Kriesi is working on *right now*. Literally just posted he was working on it to our internal discussion board.
Regards,
DevinHi!
I’m not getting any major issues in IE8 at least on Windows 7. Though I don’t have an XP machine to test on at the moment but i’ll tag the topic for myself to check when I’m at my other office that has a few xp machines running so I can test live.
You may want to let the client know that come April XP is no longer supported by Microsoft: http://www.microsoft.com/en-us/windows/enterprise/endofsupport.aspx
And with XP at 11% http://www.w3schools.com/browsers/browsers_os.asp and IE8 at 3% http://www.w3schools.com/browsers/browsers_explorer.asp he is in the minority of minorities.
On that front, make sure that the client is at least using the most recent version of XP and its service pack as well as the most recent version of IE8.
Best regards,
DevinJanuary 10, 2014 at 9:35 pm in reply to: Change the order of items on the single product page #208185Hey!
That kind of customization is beyond what we can assist with via support. You’ll need to look into a freelance developer from somewhere like Microlancer, Codeable or http://kriesi.at/contact/customization.
Best regards,
DevinJanuary 10, 2014 at 9:34 pm in reply to: Create Scrolling Custom Background Image for stretched layout #208184Hey!
No, not with the theme options. It might be doable with a good bit of custom css to pick out the areas using color backgrounds but it will end up needing a lot of clean up as well.
The theme elements and layout was not designed to have no background so there are quite a few areas where the elements have background colors that match the overall background and fake a full width or transparent effect.
Best regards,
DevinJanuary 10, 2014 at 9:28 pm in reply to: How I can get linebreaks (empty lines) into my text? #208180Hi klabuz!
You can use the HR shortcode set to blank.
For example:
[av_hr class='invisible' height='30' shadow='no-shadow' position='center']
Best regards,
DevinHey cirrus05!
The idea that you can only have one h1 element on a page is incorrect. It is perfectly valid and SEO friendly to have multiple h1 elements per page.
You can replace the structure in a child theme so that updates never writes over your own SEO customization.
Cheers!
DevinHi ImagineFS!
The advanced layout builder unfortunately can’t be used at the same time as the regular visual editor.
You can use shortcodes to create your layouts in the regular visual editor and add in the video link that way as a quick workaround.
What is the video link you are trying to use right now exactly? If you can add it here as a private response we’ll have something to test with and see about a better long term fix.
Cheers!
DevinHey!
Unfortunately this is not something we can assist you in customizing into the theme. That kind of gallery doesn’t have the option available to it and it would need to be added in by a freelance developer or as a feature update to the theme with an update.
Best regards,
DevinHey gianmarizzi!
1) Which news item specifically? I didn’t get this error when checking through them.
2) With Chrome I also wasn’t able to get any issues with the font in either the /news page or month archives.
3) I was also not able to get the same issue when clicking on the months.
Each of these sounds like it may have a similar if not the same source of just a too slow internet connection or one that is a bit spotty. If the page doesn’t fully load it could cause a font issue, an image to not fully load in or for the url to change but the intended page not to change.
Regards,
DevinHey gianmarizzi!
1) Which news item specifically? I didn’t get this error when checking through them.
2) With Chrome I also wasn’t able to get any issues with the font in either the /news page or month archives.
3) I was also not able to get the same issue when clicking on the months.
Each of these sounds like it may have a similar if not the same source of just a too slow internet connection or one that is a bit spotty. If the page doesn’t fully load it could cause a font issue, an image to not fully load in or for the url to change but the intended page not to change.
Regards,
DevinJanuary 10, 2014 at 8:37 pm in reply to: blank page after updating main page; simple wilder won't show images #208151Hey!
There is nothing in the theme that has the word “yyyyeeees” like that so no I don’t think its from the theme.
Private posts here are only viewable by the admins.
Best regards,
DevinHi!
You can use this plugin to easily turn off cropping on image thumbnails http://wordpress.org/extend/plugins/simple-image-sizes/
and then use it to regenerate your images using the new rules.
Regards,
DevinHi Richard!
There is nothing from the theme that changes the homepage on mobile. My guess is that there is or was still a plugin active that was causing the switch.
Checking it now I’m not able to get it to show any other home page on mobile or in any change to the browser agent which would tell the site a mobile viewer was looking at it.
Cheers!
DevinJanuary 10, 2014 at 4:45 pm in reply to: How to edit credits – Copyright – Kriesi.at – in the footer #208068Hey!
In your theme options you can go to the Footer tab and in the copyright field put whatever text you want to show along with [nolink]. For example:
@ Nuno Miguel Mota – 2014 [nolink]
Best regards,
DevinI’m not quite sure what you are going for but I would just use a single background for that whole text block. If you need it to be a bit more wide on mobile or something then you can change out the background with a media query.
The custom.css file has an example of a desktop only and mobile only media query you can use.
-
AuthorPosts