Forum Replies Created
-
AuthorPosts
-
Hi a123john,
Unfortunately we can’t really offer support on third party plugins and in this case that is really the only option I can think of. You would need to refer to the plugins support forums or documentation.
Regards,
Devin
Hi carsten,
The theme creates a new menu group called Portfolios in the wordpress sidebar. From there, you can manage your portfolio items just like posts: add a title, add some content, select the items categories and thats about it.
You also have the option of using the Advanced Layout Editor to customize the look and feel of each individual portfolio item page to create unique and interestig layouts.
Just like with pages you also have the option to change the overall page layout with the Layout meta box on the right hand side of the visual editor.
Display a portfolio to a page
You can add predefined groups of your portfolio items (by individual or multiple category selections) to pages using the Portfolio Grid Shortcode or by adding the Portfolio Grid element to an Advanced Layout.
Either method will bring up the Portfolio Grid options window where you select:
Categories to display
Number of columns from 1 to 4
Number of items to be displayed per page
*Note: Showing a lot of items on a single page will usually cause longer load times for visitors
If you want to display The Title and Excerpt of the item (Either, None or both)
The image size used for the grid (typically only change for a specific intended purpose)
If the grid should have sorting options based on the Categories selected above
*Note: The displayed categories will only sort and show items that are already viewable on the page. They will not do a second query to pull up items not already visible
Pagination for multiple pages showing the number of portfolio items selected above on each page
Regards,
Devin
Hi progenki,
First, please don’t self bump or just respond with question marks like the above. Our queue system works by the oldest posted response within a topic so each time you do that it just puts your post to the end of our queue.
For your issue, it sounds like its either a caching issue or a permissions issue on the file the theme creates to store all the css from the styling tab. Make sure the avia folder in your uploads folder has at least 755 chmod permissions as well as the file inside it.
Regards,
Devin
Hi benzrecordings,
No, not reliably. You could look into trying to make the nav container fixed but there are inconsistencies with iOS and fixed position elements which will end up causing you more bug fixing and tweaks.
Regards,
Devin
Hi Michae1,
Often times in updates we fix minor issues with css changes. So your custom css changes need to be re-done to work with the new fixes.
Regards,
Devin
July 15, 2013 at 1:46 am in reply to: How to create vertical ruler on advance layout editor Page! #129601If you can link us to an example page we can make a basic example but the fine tuning would need to be done by a freelance developer (ie, shadow effects, integrating images or re-doing spacing for mobile layouts).
Regards,
Devin
July 14, 2013 at 7:44 pm in reply to: How to create vertical ruler on advance layout editor Page! #129599Hi qamarqrsh,
The horizontal ruler is a default html element so its a pretty easy element to add. There isn’t however any way to add a vertical ruler with the theme functions at this time so it would need to be done with custom css targeting the page and elements on that page specifically.
Regards,
Devin
July 14, 2013 at 7:42 pm in reply to: Woocommerce – Hide add to cart button unless logged in #128380Glad we could help :)
I forgot the block would be needed since it wasn’t already added on to them!
Regards,
Devin
It should be:
#top .social_bookmarks_tumblr a {
background: url(https://yoursite.com/wp-content/uploads/custom/apple.png) no-repeat center;
}
#top .social_bookmarks_tumblr a:hover {
color:#fff;
background: url(https://yoursite.com/wp-content/uploads/custom/apple-hover.png) no-repeat center;
}So that the background is on the link and the hover as well.
Hi warrentkachuk,
Can we see the pages live? Inspecting the code will give us the most information to try and figure out what the issue is.
As an aside, our Queue system works by oldest post within a topic so self-bumping or self-responding pushes the topic to the end of our queue instead of bringing it forward.
Regards,
Devin
Hi babayard,
That is called the page slug and you can change it by clicking on the little url structure under the page title.
The reason you are getting 2 blogs in your breadcrumbs is because you have the root “blog” page and then you have a post category called “blog”. So its going Home> Blog Page>Post Category>Post Sub-Category>Post title.
See: http://codex.wordpress.org/Glossary#Post_Slug
Regards,
Devin
Hi lbdesign,
This is actually a wordpress bug. Whenever you move around or delete widget areas wordpress shuffles the actual contents of each widget area to adjust.
Its a mess and not something widely run into but as far as I know there is no fix for it.
Regards,
Devin
Hi SimWhite,
Can you expand a bit on exactly what your issue is? How you have everything installed, where exactly you are getting an error and what the error is in relation to the theme are all valuable when trying to figure out what might be happening.
Regards,
Devin
Hi judetsai,
The way the layer slider adjusts for responsive changes is when the slide actually loads in. So if you adjust the width of the browser while the current slide is showing it will always look odd until the next slide loads in.
Regards,
Devin
Hi joe88,
No, right now there isn’t anything in place for something like that as far as I know. It would need to be done with some custom css for that specific page.
Regards,
Devin
Hi dhel,
My guess would be that you don’t have the server set up in a way that is letting the theme run correctly. Either a php version or something like that.
Regards,
Devin
Hi Jan,
What theme is this for and what do you mean “of each site?”
Regards,
Devin
Hi gerry3211,
Any extension that is supposed to do that should work with the theme as it just uses the default image options to have maximum compatibility with extensions.
By default woocommerce doesn’t have that capability however. Which one did you purchase?
Regards,
Devin
Hi rickswearingen,
The theme writes all of the styling data to a new file that gets added to your uploads folder. If your server automatically makes the file non writable it can cause issue.
So first thing to try is to browse to your wordpress wp-content>uploads>dynamic_avia folder either with FTP or your servers file browser and change the chmod permissions on it to 755 for the folder and its contents. See http://codex.wordpress.org/Changing_File_Permissions
Regards,
Devin
Hi dcjcorporation,
Make sure that you don’t have any pop up blockers running in your browser as there is a pop up alert asking you to make sure you want to insert the dummy data before it actually does anything.
Regards,
Devin
Hi jamesmac007,
If the shortcode isn’t working with the Advanced Layout Editor you’ll need to use the regular visual editor and shortcodes to build the layout. There are and will always be some plugins that just don’t mesh well with the Advanced Layout Editor.
Regards,
Devin
Hi pmwebdev,
Yes that is the best way to ‘see’ the code for the advanced editor. Just be careful not to introduce any bad code into the debug mode since its a direct input to your wordpress database and introducing broken code could cause issues.
Regards,
Devin
Hi Lol5tar,
Not at this time no. The grid for the portfolio only supports a maximum of 4 columns so you would need to add the option to the theme code and then add css support for the 5 columns and make the new layout responsive as well.
Regards,
Devin
Hi chilli-mind,
You can change the header to one of the fixed options in the Theme Options>Header and it will have this effect.
Regards,
Devin
Hey Michae1,
Glad you figured out the issue. I’ve actually done that myself a number of times but hopefully all is working fine for you now.
Regards,
Devin
Hi Sterling,
With version 1.7.1 there is a new fullscreen slider element that has the effect options. You can also use a color section with a centered background image set to Fixed.
Regards,
Devin
Hi thebrewhouse,
As far as I know this hasn’t been addressed very much. There were some bug fixes and features added in with the past few versions to get things to a stable point. Once Kriesi launches the new Kriesi.at site development on the next version will get back underweight but I’m not quite sure where in the upcoming timeline this fits in.
Regards,
Devin
Hi breakingrocks,
You could change the order of the title in the header.php or by using a plugin like Yoast SEO to modify the titles on a page by page basis.
Regards,
Devin
Hi connepon,
The best point of contact would be the plugin author. Being not familiar with the code and how it works there isn’t much we can do other than pointing to where the plugin code could be inserted into the theme files.
If there was a bug with the plugin or a specific integration method we would just have no idea and can’t really offer support on third party plugins/code.
Regards,
Devin
July 14, 2013 at 4:26 am in reply to: Is it possible to customizea theme on one blog and then transfer it to another? #129437Hi gentlemansgazette,
Yes you definitely can though it does have its own challenges. You would need to use a tool like WP MIGRATE DB or another migration plugin to save everything down and rename all the data for the new site.
What I would recommend doing instead is setting up the site on the domain it will end up on but in a sub folder. Then just point the site root to run from that folder when you a ready to go live.
Regards,
Devin
-
AuthorPosts