Forum Replies Created
-
AuthorPosts
-
Glad we could help. Let us know if you have any other questions or issues. It was planned for 2.5 but the holidays have slowed things down for everything.
Hey garyguthrie!
You can change the font settings in the theme options under the Styling tab. I believe the default is set to Open sans on both.
Best regards,
DevinDecember 30, 2013 at 7:40 pm in reply to: Submenu size (200%) bigger than in demo and how intended. Help needed. #203833Hey BSHosts!
Can we take a look at your site live so we can inspect the issue?
Regards,
Devin@chryseis – The layerslider does not have parallax capability baked into right now as far as I know. The fullscreen slider is the only “fullscreen” element that will actually adjust itself to the full screen of the viewer. By default it already has the basic “parallax” effect where the image is fixed to the background as you scroll up.
For right now it doesn’t have video support but the majority of the work to add it in is already done so it shouldn’t be long before an update to add video support for the slider is added in.
December 30, 2013 at 7:32 pm in reply to: Image Scaling works in Avia layout editor but not on page when viewing #203828Hi!
Yes, that is correct. The images defined width will get ignored because the theme is adjusting them to work for all the various screen sizes (100% width).
So if you want your image to have a constrained size it should be in either a column or just the actual width natively and not scaled down.
Regards,
DevinHi!
The theme update is using the Envato update plugin code which pings the ThemeForest servers every 12 hours and checks for an update. As far as I know it has not been updated to auto update like WordPress core and plugins can.
Cheers!
DevinHey chryseis!
The full screen slideshow element is actually its own element all together. In Media Elements look for the “FullScreen Slider” element. When adding images to the element you can add a caption title and caption text to each image.
Regards,
DevinDecember 30, 2013 at 4:28 pm in reply to: Enfold woocommerce category property show on a page #203741Hi Yura!
I’m not sure what you mean by “property”. Is that a variable on a product? If so, no I don’t believe it is doable with that element. Generally the categories and tags are the only real way to sort data when using any kind of post, page or custom post type.
Best regards,
DevinHi!
You’ll probably need to do something like this http://css-tricks.com/absolute-positioning-inside-relative-positioning/
Either inside a media query that only effect iphones or just the general one for mobile we have for you in the css/custom.css file. So you would wrap the video in another div and then use the combined div structure to do your positioning.
Cheers!
DevinDecember 30, 2013 at 4:20 pm in reply to: Image Scaling works in Avia layout editor but not on page when viewing #203736Hey!
When you go to insert the image into the text area don’t select the fullsize image from the Size dropdown. Instead, select the image size you want to show in the front end of your site. The theme auto scales images to 100% of their actual width for the responsive functionality and so if you have an image that is being constrained by inline width/height the theme overrides it.
The “Media File” option for the Link to dropdown will still allow you to link to the full size image even when adding the smaller actual image size.
Cheers!
DevinHey mcarv63!
The documentation link you posted goes to a 404. I’m not familiar with the plugin so I can’t really give any kind of definitive answer.
If the shortcode isn’t working then my guess would be there is a conflict with the plugin and it getting output in wherever you are trying to add it (sidebar, regular page etc) or perhaps with the plugin and the theme.
Your best route for support would be to start with the plugin author to make sure the setup is correct and then if they have any specific guidance on where a conflict could be happening we can assist from there.
Best regards,
DevinDecember 24, 2013 at 4:14 am in reply to: No success creating sortable categories / image settings #203433Hey!
Can you try first going to the theme options and then General Settings. Look for the “Portfolio: Enter a page slug that should be used for your portfolio single items” option and make sure that the slug isn’t the same as for any other page on the site. If it is, you’ll need to change it.
You may also want to try going to the main WordPress Settings>Permalinks and re-saving your options there a few times to force re-set the permalink settings.
Cheers!
DevinHey lawyerly!
You can try re-uploading the most recent update via FTP instead in case there was an issue. For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Also try deactivating all currently active plugins to make sure there is no conflict there. The field wasn’t removed in the last update or anything so it should still be there and working the same as it was before.
Best regards,
DevinDecember 24, 2013 at 4:09 am in reply to: Enfold is consuming an inordinate amount of processor time? #203428Hi!
It depends on the account you have with HostGator but they are still considered a budget hosting provider at the basic level. You can look into upgrading your account with them and ask what specifically on your account is causing the extra processing/issues to get a better idea of what might need to be done.
Regards,
DevinHi babayard!
Try re-uploading the theme via ftp and then watch for any errors. Before that also deactivate any active plugins just to make sure there is no conflict there.
Best regards,
DevinThat error looks like the old one when not being up to date with Enfold and using WordPress 3.6+.
Make sure you are using Enfold version 2.4.4 (which shows as 2.5 in the WordPress admin) and WordPress 3.8.
The theme doesn’t have anything to do with those links so there isn’t anything theme side we would add in for it.
As for the sidebar, you can control what exact content shows in sidebars using a plugin like this one : http://wordpress.org/plugins/widget-logic/
Hi kalvin!
Have you tried changing the option in your theme Styling section? Are the options there not taking effect or is it something else?
Best regards,
DevinHey jamesmac007!
You will need to use the iframe code generated from Vimeo for that video and add it to a text block. The oembed method doesn’t accept the autoplay parameter in the url.
Best regards,
DevinHi!
Yup! Its really just adding in the title and then hiding it when the header gets set to scroll but it hasn’t been added into the core theme files yet.
Best regards,
DevinHi!
This css in your child theme is causing the height to be smaller than the content:
/*About page content slider adjustments*/ .avia-content-slider-inner .image-overlay { display: none!important; } .avia-content-slider-inner { height: 190px!important; } body .aligncenter { padding: 10px 0!important; }
Specifically the .avia-content-slider-inner { height: 190px!important; }. If you only want that on your “about” page you should add the page id as a selector like this:
#top.page-id-2408 .avia-content-slider-inner { height: 190px!important; }
Also as a general tip you don’t need to have a separate media query for each line in your css, you can have a single query and then all the css declarations inside of it.
Cheers!
DevinWe’ve had good reports from users on using Cloudflare to get a good speed boost in addition to generally setting up a caching plugin.
The images don’t have a specific defined width because the containers they are in define the width based on the current viewers screen size. So they are all always 100% width or max-width: 100%. There are of course exceptions for specific items but that is the general setup for everything.
As Ed said however the biggest factor is typically your hosting provider. How it responds to your requests and if you are sharing the same hardware with other sites can have a huge influence in how your sites speed score is shown.
December 23, 2013 at 2:23 am in reply to: how can you add a tagline or subheading to all pages for the enfold theme #203149Hey paulrt27!
I’m not really sure what you are asking. Do you have a mock up or can you point out a specific example page and where this would go?
Cheers!
DevinHey!
Kriesi uses http://wordpress.org/plugins/bwp-minify/ on the theme demos. If you are going to minify things you need to make sure the css and scripts are still loaded in the same order. But they definitely still can be minified.
We don’t have any specific how-tos right now on using any one caching plugin or minify plugin but each plugins guides are the best resource since so much of the set up is specific to the users site and installation.
Regards,
DevinHey!
I think the next width down you can go and keep things looking good is:
.responsive.html_stretched .av-masonry-entry { width: 9.05%; }
Which you can just add to your Quick CSS or custom.css
Regards,
DevinDecember 23, 2013 at 12:34 am in reply to: Logo above menu with colored background for menu items #203131Something like this added to the desktop only media query in your css/custom.css file should do it:
#header { position: fixed; width: auto; } #main { padding-top: 156px; }
I’ve not done any cross browser testing but it should get you most of the way there.
Hi!
I’m not sure what you mean by simple-urls but the theme’s search just uses the WordPress default search so you would need to find a plugin or functin/code that modifies the WordPress search to modify its output.
If you want to have more custom control over what shows up on auto generated pages you can use a plugin like http://wordpress.org/extend/plugins/widget-logic/ which lets you use conditional code for where widgets show.
Cheers!
DevinHi!
Make sure to update your theme files to the most recent release. There was a few releases this week to fix bugs with 3.8. For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
For the read more button color 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:
#top .av-masonry-load-more { background: #F00; }
Best regards,
DevinHi!
Looking at the output for that layerslider it shows the autostart variable is set to false. Try going to that slideshow and then the Global Settings for it. Change the settings for “Slideshow” to auto start.
Regards,
DevinHey!
You can write over an icon with a function in your child theme like the following:
add_filter('avf_default_icons','avia_replace_standard_icon', 10, 1); function avia_replace_standard_icon($icons) { $icons['standard'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue915'); return $icons; }
Best regards,
Devin -
AuthorPosts