Forum Replies Created
-
AuthorPosts
-
Hi mcraig77!
Do you mean the sorting that is at the top of that page right now?
Regards,
DevinAh perfect! Glad we could help and hopefully you don’t run into any issues like that again :)
Both pages have a padding of 50px at the top that I can see when inspecting using dev tools right now.
Hey Alex!
I really don’t know what effects it will have as that isn’t typically something you want to do after it has already been registered but I found a sample snippet that might help you based on this topic: http://wordpress.stackexchange.com/questions/3820/deregister-custom-post-types
Regards,
DevinYou can also try switching to one of the twenty something themes and see if its a theme related issue or possible an issue with the WordPress install. I can’t see anything from the theme having that effect so I would guess, like with Yigit, that its coming from somewhere else.
If it is still happening with any of the default themes running the best resource to get additional help would be the general WordPress forums as they deal with more general WordPress issues.
Hi paulrus!
Can you elaborate a bit more on what you mean with your logo and sliders? I think all of us doing support use Chrome for the majority of browsing and I know personally I’ve had almost no issues with it.
Cheers!
DevinIt doesn’t look like any of the other support crew has had any issue but looking at your site again I have one idea on why it might be happening for you. Since the grid is displayed using the masonry script it doesn’t assign the positions of the items until they are loaded in. So if a user has a poor connection and scrolls down to quick or just has a slow render of the content there could be a point at which items aren’t loaded in fully.
Unfortunately there is no fix for that as far as I know since its the other side of the coin when using the isotope script. The content needs time to render so either having less items or smaller image sizes so there is less chance of that happening would be your best fix to make sure it doesn’t happen to others.
Hey @tlow87!
That is exactly how the demo is setup already: http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/
Best regards,
DevinHi mcraig77!
That is a question you’ll need to ask on the WooCommerce forums as the WooCommerce plugin and best practices change a bit more than we can keep track of consistently.
http://wordpress.org/support/plugin/woocommerce
Best regards,
DevinHey!
Do you mean the WordPress editor where you would normally edit themes or something inside of Enfold/the Advanced Layout Builder?
Regards,
DevinHi pcschool!
You are still using version 2.5.2 of the theme and need to be using 2.8.1 which has the most recent fixes and updates.
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
Best regards,
DevinI’m not seeing an issue in any of those layouts. The color section works exactly as intended and the layout is rendering exactly as intended on each.
What exactly are you expecting to happen, that you’ve seen in the theme demo or on another installation of the theme, that is not happening there?
Hi!
I would guess a conflict with one of the active plugins. The numbers aren’t getting the correct visibility applied to them so they are staying hidden. I added:
.js_active .avia-animated-number-title { visibility: visible; }
to your Quick CSS but it looks like the server has some server side caching so its not getting updated on the front end. Either that or there is something else preventing the enfold.css from getting updated.
Regards,
DevinThe standard browser for Android is Chrome even when it isn’t bundled with the device. Manufacturers will often bundle their own sub par browser but its almost impossible for anyone to build sites or even software to support the various incarnations that are out there.
It isn’t ideal but please try the site by using Chrome, which you can download and install from the Google Play Store on both devices.
June 3, 2014 at 4:35 pm in reply to: My font weight looks very different on differnet browsers #273977This is what it looks like in Chrome for me:
You can also check the font on google fonts directly and see how it renders there.
June 3, 2014 at 4:32 pm in reply to: Child theme, custom.css – doesn't matter – I can't override anything! #273975Hey!
Seems to be working fine when adding in css for me. I changed the scroll to top background color via Quick CSS just now.
There was no child theme in your themes section so I couldn’t take a look at how that was set up. In general however a child theme is very simplistic in what it needs. If you are familiar with github I have a child theme here you can refer to: https://github.com/DevinVinson/enfold-child-starter
Cheers!
DevinHey ProMathTutor!
For the permalink issue, make sure you’ve re-set the home page in the theme options to the “new” home page.
Also make sure your WordPress settings for the home page and blog page are not set specifically so that the theme can be the point at which they are set.
You can also try changing the permalink settings to default and then back again. The home page ‘page’ permalink will show as whatever that page is titled but when viewing the actual home it shouldn’t show anything (this is just in general for any WordPress theme).
If you want us to take a look respond here with a private reply and admin credentials so we can log in and check things out first hand as well.
Cheers!
DevinHey Effektid!
Unfortunately no the layout builder isn’t available inside of widgets at the moment. You can however use shortcodes inside of text widgets but they would need to be generated from the regular WordPress visual editor first.
Cheers!
DevinHey Effektid!
I’m not really sure what you mean. There are only a few instances of items that will purposely open in a new tab but generally this is not a complaint I’ve ever heard before.
Best regards,
DevinHey!
Make sure to check the theme documentation as well since it has a live search and this is a posted how-to: http://kriesi.at/documentation/enfold/ -> http://kriesi.at/documentation/enfold/show-or-hide-sidebar-on-mobile-devices/
Cheers!
DevinHey!
The only thing that it could be then would be an incorrect API or username. You can of course always update manually which is under 10 minutes to do and fairly simple.
Take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Best regards,
DevinHey!
Can you provide admin credentials here as a private reply so we can log in and take a look. I’ve never heard of that happening so its definitely something we would like to check in to.
Regards,
DevinThe current implementation isn’t going to be changed any time soon. Its set up in a way that it works across browsers, loads with the ALB and degrades effectively.
You can use the Code element to add in your own custom code or you can customize a color section background however you want.
Hey!
You can change when the mobile menu shows but other than that you would need to customize the logo size/location on ipad via a very specific media query.
In order to really help provide anything specific I would need to see it live and try it out.
Regards,
DevinJune 3, 2014 at 6:13 am in reply to: Entire Homepage for My Business's Site Disappeared – Please Help! #273736Hey!
I’ll skip past the trying to figure out why for now and see if we can’t get things back to normal first. Add the function at the following link to your functions.php file just after
if(isset($avia_config['use_child_theme_functions_only'])) return;
:http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
This will enable the debug field so you can easily copy the shortcode data out for that page and paste it into another page. If, once the page is copied over from one debug field to the other, things still aren’t working then you can re-build the page from scratch.
Before any of this you can also try deactivating all active plugins which has a small chance of randomly causing something to go wrong but its unlikely in your case.
Regards,
DevinJune 3, 2014 at 2:11 am in reply to: HR element not recognizing spacing / breaking site layout after update. #273672Hey DaveL77!
Can you first try updating to 2.8.1 and then try removing an HR element, saving, adding one back in and see if that helps.
Regards,
DevinHi!
The background effects/positioning is going to have some small differences depending on the users browser and how the page is set up. Looking at it now the image is not noticably skewed but its using the css3 background-size: cover which you can read about here: http://css-tricks.com/perfect-full-page-background-image/
The effect is that its using the browser spec to fill the container with the image.
Cheers!
DevinHey!
I’m not seeing any bug on the site shown. What is it that is actually happening? We can try duplicating it on our end and see if it is or is not.
There was a change with the HR element in version 2.6 or 2.7 when the HR element gained the negative margin functionality and if you have not updated regularly I could see how the new padding/margin added change would seem like a bug since it changed slightly.
Cheers!
DevinHey!
That is not a function that the theme currently has available. Templates are one-time snapshots of the page you are saving that can then be added in to any other page.
So you would need to create a page for just the section you want to save, then save it as a template. Each time thereafter that you would update it you would need to re-save the template and then go through each page to delete the old section and add the new one.
Alternatively you could copy out the raw shortcode data from the debug field and then paste them into the other pages but that is prone to errors.
Cheers!
DevinJune 2, 2014 at 7:46 pm in reply to: Move position of menu & make 1/5's of a page larger (making gap between smaller) #273469Hey!
Since the menu is getting its height from the header options the css change needs to get forced:
/* This will set main menu location */ .main_menu ul:first-child > li a { line-height: 40px !important; height: 100px !important; }
The border under the menu items (the fx class) however isn’t as simple and I wasn’t able to find a way to change it like that.
I don’t know what you mean about the page sections though. Each color section has its own settings when you insert it and for something else we would need a more specific explanation.
Cheers!
Devin -
AuthorPosts