Forum Replies Created
-
AuthorPosts
-
Hey!
That site isn’t using Enfold so I can’t see the issue. Where is the grid not working?
Regards,
DevinHi!
No, the child them is included in the full download you can get from your downloads on ThemeForest. You can also download a simple version of it from here: http://kriesi.at/documentation/enfold/using-a-child-theme/
The one I added to 2.5 has a bit more than that in the functions.php file but nothing major.
Best regards,
DevinFebruary 23, 2014 at 4:31 am in reply to: WooCommerce Category Menu Item Not Displaying All Subs #228044I’m not really sure if this is a theme conflict with WooCommerce or not. Can you try testing it by switching to twenty thirteen or twenty twelve and see if it still happens there?
Hi Zakkery!
What is the issue that happens when using it? The author is probably the best resource in making sure it will work with the theme but if we can get a bit more information maybe we can help.
Cheers!
DevinFebruary 22, 2014 at 8:33 am in reply to: WooCommerce Category Menu Item Not Displaying All Subs #227844Hey!
I may be missing it but I don’t see the URL for the site. From your description it sounds like you mean the main menu and you’ve added the categories with the menus manager. If that is the case then you would need to manually add in each sub category to your menu.
Cheers!
DevinHey brooksgroup!
The theme demo and the theme itself always puts the logo in the middle for mobile screen sizes. Since your logo is a bit tall you can also tweak the height of the container so there is no clipping by adding this to your Quick CSS in the theme options at the bottom of the Styling tab:
@media only screen and (max-width: 767px) { .responsive .logo { height: auto; } }
You can change what kind of mobile navigation will show from the theme options in the Header tab. Look for “Responsive Header Main Menu”.
The slideshows adapt to the content inside of them. So they will vary depending on what content you have and what the settings are on each individual slideshow.
Best regards,
DevinHi!
You need to clear your caching plugins cache and any files that were pre-minimized when adding in new css. Otherwise you will not see the css reflected on the live site.
Regards,
DevinHi mp123!
All of the themes pre-set styles are here: http://kriesi.at/themes/enfold/shortcodes/pricing-and-data-tables/
If you need something different then yes you would need to use a plugin.
The sidebar menu is automatically generated based on the page hierarchy. You can have it display or not display from the theme options. Go to the theme options and in the Sidebar section look for “Page Sidebar navigation”.
Best regards,
DevinHey!
The only text in the header would be the phone info which can be increased in size with:
#top .phone-info { font-size: 15px; }
Cheers!
DevinFebruary 22, 2014 at 5:43 am in reply to: After updating, images in columns are no longer responsive? #227825What is the exact layout that is causing issues? Is it just multiple LayerSliders or somethign else on top of that?
I’ve asked Kriesi to take a look at this and another few topics all relating to IE8 which is suddenly having issues with this past update.
The only old browser we ever support is IE8. Firefox and Chrome both should be updated to their most recent versions because they have auto updates in place. This is reflected on the Themes Page on Envato. With IE8 being abandoned coming up even ThemeForest no longer requires authors to support it.
All of that aside, if we can see the site live we can try and diagnose why it isn’t working for you.
At the moment we are trying to work out some bugs that have popped up with various clients and with seemingly no one specific source. Some users are having no issues with video embeds while others are. It seems to depend on the specific OS.
One limitation with iOS is that no videos will autoplay and will always take user interaction for them to play. I’ve not had any issues with it on my W7 or OSX setups but again, mileage so far is varied and we are trying to find the source of it.
The update added support for video on the slideshows *and* the color sections. You need to choose video instead of image on the slideshow:
For you issues, make sure that the video is not set to private and that the videos can be embeded. Regular video embedding was unchanged this update so adding in a video to a regular post or page should work as normal with WordPress.
Hey miso00!
You’ll set the image size using WooCommerce as you’ve done. After you must regenerate all of your images thumbnails however to use this new size. You can use this plugin to do that: http://wordpress.org/extend/plugins/regenerate-thumbnails/
Regards,
DevinHi websitegurus!
I’ve not done one quite yet since Kriesi is still ironing out some bugs for it but the steps are the same as adding images to a regular slider except you use video urls instead.
I went over the basics of adding in video content here but for the color sections: https://vimeo.com/channels/aviathemes/86284134
Regards,
DevinHi!
You don’t have the container named correctly. It should be the same ID as what the css is. In this case, the css has awesome-section but you have awesome_section. So the css doesn’t actually effect your layout at all.
The issue however is that I don’t think your layout idea will work without quite a bit more custom css. Anything you add that isn’t inside a fullwidth element is going to be inside of a container so it wont be fullwidth. The images inside of them will only stretch to fit 100% height and also not scale. You would need to have them set as background images and use the css3 background: cover or something like it to get the content to fit and continue to scale.
I would recommend a freelance developer from somewhere like Microlancer or Codeable to create the custom layout for you if its a must-have feature.
Regards,
DevinHi!
Your videos are set to private I believe. You can see the issue when trying to view the embed code by itself:
https://youtube.com/watch?v=6ZCICIPEhvU%3Fhd%3D1%26rel%3D0%26wmode%3Dopaque%26playlist%3Dplayer_1324_118686673_1480452436%26loop%3D0%26version%3D3%26autohide%3D1%26color%3Dwhite%26controls%3D0%26showinfo%3D0%26wmode%3DopaqueBest regards,
DevinHi!
I’m not having any issues with the alt tags showing now. There will be a delay on when they get removed with the javascript because that file has to be loaded for them to then get removed. You could load it directly into the header but that will most likely cause other more serious issues.
Regards,
DevinIt can be tweaked to have a wider effect like this:
.entry-content-wrapper p, .entry-content p { margin-top: 20px; margin-bottom: 20px; }
Hi duttonstuart!
Talk to your hosting provider ASAP and explain the issues. Ask that they scan your site and all of its files for any malicious code.
Also make sure to change your WordPress password just in case and if you happen to be using an admin account with the username of Admin, create a new account with a different username and then delete the Admin account.
Best regards,
DevinHey jvines!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.entry-content-wrapper p { margin-top: 20px; margin-bottom: 20px; }
Then adjust the margins as needed.
Regards,
DevinHey fgrippe!
Posts are meant for archived data. They are the only thing in WordPress that will be able to be sorted by date by default. So news, blog posts, things like that should be posts.
Posts will also not have the Avia Layout Builder on them because of this. So if you want more advanced layouts then Portfolio items are the way to go.
Pages can hold just about anything. You can have post grids, portfolio grids, images, video etc. Portfolio items are identical in that regard but can also be sorted by the portfolio taxonomy so they have their own category groupings.
Regards,
DevinHi nonne!
I don’t know of any difference between the two in regards to SEO. Custom Post Types in WordPress are the same thing as pages for the most part so they should behave the same.
Best regards,
DevinThat is a sub page not part of the portfolio item taxonomy or permalink structure.
So in the WordPress pages meta box on the right hand side of the page editor the “portfolio” page has multiple child pages that show the various portfolio styles.
That is how you get the permalink structure to a group of items. Once you are on a single portfolio item its outside the page taxonomy/hierarchy and the permalink is directly to that specific portfolio item.
Hi gameznet!
I don’t know of any that can go backwards but there are various functions floating around that will set the featured image to whatever the first image of a post is. The issues is that it only sets it on the post save.
I’ve not tested this but its an example of what I mean:
http://bradsknutson.com/blog/automatically-set-featured-image-in-wordpress/It doesn’t come without issue however: http://wordpress.stackexchange.com/questions/127196/function-to-auto-set-a-featured-image-that-is-already-in-use
So it is possible but not something the theme currently has support for. There may even be a plugin out there that will auto scan your old posts and update but I’m not aware of one off hand (or with a bit of cursory searching).
Regards,
DevinHey!
I know you did some changes previously to try and fix the anchor location. When you’ve updated the theme recently did you fully write over all changes? Can you try re-uploading the most recent version again just to make sure that its all updated and using the same version we are on.
Regards,
DevinFebruary 21, 2014 at 6:22 am in reply to: Child Function.php Error (Blank Screen Upon Saving) #227283Hi discover_peppermint!
My guess would be you are pasting in some hidden characters but otherwise it should be working fine.
I would never recommend editing the file directly in WordPress since any small error can cause the WordPress admin to crash and you’ll then have to go around it and remove/edit the file via ftp anyway (as you’ve seen first hand).
If you use the child theme which comes with the overall theme download it has a populated functions.php file in it you can edit. Otherwise you can try pasting your content into a text editor and then copying it from there.
Cheers!
DevinHey MtnStreamGroup!
Talk to your hosting provider and make sure they have the ZipArchive class enabled/support for it on the server.
Regards,
DevinHey bitinteractive!
Can we see the site live? If you can also provide a test login that would be helpful to see it exactly as you are seeing it.
Cheers!
DevinNo, that is to turn on the debug field on the avia layout builder.
If you’ve turned on the builder on Posts, which it sounds like may be the case, that is *not* supported. Posts have not been turned on specifically because WordPress doesn’t support that kind of content in excerpts and in general Post content isn’t conducive for heavy customization like that.
-
AuthorPosts