Forum Replies Created
-
AuthorPosts
-
Hey!
I’m not sure if that is even possible. You would need to have a freelance developer look into that kind of customization and if it is, they would be able to make the change for you.
Regards,
DevinHi kjlietz!
You could use a plugin like this one http://wordpress.org/plugins/random-posts-from-category/
But you would need to have a freelance developer create a custom query in order to use the themes grid output.
Cheers!
DevinHi!
My guess is that the “blog” page is set from your theme options which doesn’t actually use anything you do on the specific page. So even though you are adding a blog element, the blog feed is getting set automatically.
Try choosing no page from the theme options for blog and see if it works then.
Cheers!
DevinNovember 14, 2013 at 12:29 am in reply to: Portfolio Items in case I wanted to migrate to other Themes #188096Hi nicolasweh!
You could pull out the portfolio custom post type by itself from the theme code and then add it into another theme but right now it isn’t available as stand alone plugin.
Regards,
DevinNovember 14, 2013 at 12:27 am in reply to: Wondering how to do the Demo Home v7 page image.. #188093Hey pc37075!
In this video I do the same effect with the cityscape background: https://vimeo.com/channels/aviathemes/64927358
Regards,
DevinNovember 13, 2013 at 11:28 pm in reply to: How to customize Enfold on a live site without transition period? #188050I’m not sure if the next release will be 2.4.3 or the full 2.5. There are still some big things Kriesi is working on for this next release and I’m not sure if it will be days, weeks or a month+ right now.
Hey Jorge!
You’ll need to add a featured image of your choice to each item for anything to appear in the grid.
Best regards,
DevinGlad we could help. Let us know if you have any other questions or issues.
Hey!
You would need to add those icons as an icon font and then upload them in the same way they come from Fontello.
Cheers!
DevinHi mediumstudio!
You could try something like:
.logo a:hover { opacity: .90; }
and adjust the opacity value. It isn’t the exact same effect but its fairly close.
Cheers!
DevinHey!
Responsive changes go in order to how the items are placed in the html. So if the sidebar is on the right then the sidebar will be after the content when you switch to mobile.
Best regards,
DevinHi!
That shouldn’t be happening by default. Can you check that the uploads folder for the avia files is writable and that both the parent and child enfold.css file (or whatever the child theme is named) is there?
Also disable any active plugins you have running to make sure there is no conflict there.
I’ve tested child themes and set them up on 20-30 live sites at this point and have not had that issue.
Regards,
DevinNovember 13, 2013 at 8:57 pm in reply to: Seperate Sidebar on all of my events – using event manager plugin #187982Hi!
You can use a plugin like this one to control which items are shown where in your sidebars: http://wordpress.org/extend/plugins/widget-logic/
Just keep in mind that using a custom sidebar will remove other widgets from showing.
The sidebar has an option in the theme options on if it should show on mobile or be hidden.
Cheers!
DevinNovember 13, 2013 at 8:55 pm in reply to: My theme isn’t response in widget area, I can’t import dummy data, etc. #187980Hey!
Unfortunately it looks like you may need to re-install your WordPress installation. The server is failing to load jquery in the back end which in turn is causing the theme not to render things correctly.
Regards,
DevinNovember 13, 2013 at 8:26 pm in reply to: How to remove layerslider plugin when using child theme #187955Hey Doug!
Just like the user did in that topic you can use:
add_theme_support( ‘deactivate_layerslider’ );
Best regards,
DevinIf its happening on others then you could add it to your custom.css file in a media query to help there as well:
Something like:
@media only screen and (min-width: 768px) and (max-width: 1060px) { #header #header_main_alternate > .container { width: 930px; } }
And adjust the upper and lower values as needed.
Hi itchybrain!
That shouldn’t be preventing it from being called. Do you have a link where we can see the issue live and inspect how its actually getting referenced?
Best regards,
DevinNovember 13, 2013 at 8:18 pm in reply to: Create new / custom Content elements in Avia Layout Builder #187942Hey!
No, not yet but its something we have been discussing recently. You can add your own to the themes config-templatebuilder>avai-shortcodes folder but the only documentation is inline via comments right now.
Regards,
DevinNovember 13, 2013 at 8:12 pm in reply to: How to customize Enfold on a live site without transition period? #187935That is actually scheduled for the next feature release. I just don’t have the date on that at the moment.
You could probably find a freelancer to help you with that at either Microlancer or Codeable.io.
Hi greentea05!
My guess is that there is a syntax error in your css. Anything after a missing bracket for instance will just fail to work. So check through your css for any missing brackets or incorrect syntax.
Cheers!
DevinNovember 13, 2013 at 8:06 pm in reply to: Default Editor: "Blog Beiträge – Post Tags" doesn´t work #187930Hi sbuettner!
I’m not quite sure what you mean. Portfolio items will only show in a Portfolio grid and the Posts will show in the Blog Grid element.
This is for the Enfold theme which I’m assuming you are using .
Best regards,
DevinHi!
When you click on a category to be filtered, are there any of those items showing on the page at that time?
Cheers!
DevinHey kaMai!
The home page will default to your blog if you don’t have a page set for it.
Otherwise the home page will be whatever you set in the theme options. The content for it is controlled on that page either with the advanced layout editor or the visual editor.
Best regards,
DevinHey Willem-Paul!
First thing to try is disable all active plugins. Make sure you are using enfold 2.4.2 and WordPress 3.7.1 as well.
You can also try re-uploading the theme via FTP to make sure there have not been any files partially updated or corrupted at any point.
Cheers!
DevinHey!
That isn’t really supported within the theme at the moment. You could use some custom css and code to achieve it but there isn’t anything in place to do it otherwise.
Best regards,
DevinHey ahrens!
The only thing I can think of would be to use the single layer slider slide and have the background images fade in and out as needed.
Best regards,
DevinNovember 13, 2013 at 7:40 pm in reply to: Easyslider: Hide the small yellow mouseover box displaying the filename #187909Hey!
Can we see the site live? I’m not quite sure which it might be but inspecting it live we may be able to find a way to hide it.
Best regards,
DevinHi malkoin!
Either of the other services should have direction for you on where to add in their hooks if needed. The comment loop is located in includes>loop-comments.php for your reference.
Regards,
DevinNovember 13, 2013 at 5:41 pm in reply to: masonry blog element not working unless a regular blog post element added #187861Hey!
What were your settings with the plugin? We can try re-creating the same issue if it isn’t live on your site any longer.
If you can put it live again so we can see the issue and inspect it that would be helpful as well.
Regards,
DevinHey PeterPan2!
Older iPads and iPads in general will close out safari if the current process will take to long to complete. So you would need to reduce the number of portfolio items shown to put less strain on the hardware.
Cheers!
Devin -
AuthorPosts