Forum Replies Created
-
AuthorPosts
-
Hi!
I think the root of the issue, at least on that first link, is that you are embedding multiple forums in a single page. By doing that you are forcing WordPress to do a whole lot of queries to your server.
Unfortunately with that kind of situation there isn’t a lot you can do beyond getting a dedicated hosting plan or changing the layout/content on the page.
Best regards,
DevinHave you tried the same functionality with any other theme?
Hi qeeqac!
I would suggest deactivating all active plugins and see if that helps. I just did a quick test of a page with both the layout builder and without it and had no issues with the password protection working.
Regards,
DevinHi swantonschool!
You can use a color section with the background set to fixed or parallax to get that kind of fixed image background effect. See: https://vimeo.com/channels/aviathemes/64927358
Cheers!
DevinHi brandonritt!
If you want to get the parent back to the base theme then you can re-load it over ftp following along with this video: https://vimeo.com/channels/aviathemes/67209750
Best regards,
DevinMay 6, 2014 at 3:23 pm in reply to: Scaled Images now at 100% in Enfold Child after upgrading Parent Enfold 2.7.1. #260759Hey!
Right now that is the intended behavior. The images scale automatically to their full height/width based on this rule in the base.css”
/* #Images ================================================== */ img, a img { border:none; padding: 0; margin:0; display:inline-block; max-width: 100%; height:auto; width:auto; image-rendering: optimizeQuality; }
line 145-157. You can remove the height and width declarations to change it if you want.
The reasoning behind the rule is that images will automatically adapt for the responsive nature of the them. With WordPress 3.9 and the new visual editor image options it may not be needed anymore but its only come up a handful of times because of the themes Avia Layout Builder which lets you create your page layouts instead of the normal visual editor.
Cheers!
DevinMay 6, 2014 at 7:42 am in reply to: Issue with VIDEO inside Posts not displaying when using shortcode elements #260603Hi Gurify!
What shortcode are you using to pull in posts to another page? If its call the WordPress excerpt then that is just how WordPress renders excerpts: it doesn’t recognize any html, video or image elements in them. This is even when the excerpt is being generated from the first chunk of text or data automatically.
Best regards,
DevinHey liane!
The update check runs every 12 hours so maybe you are just updating within that window before the theme is aware of an update. Otherwise you can try checking your API key is correct.
Best regards,
DevinHey!
Do you mean when you add a shortcode into a text element of the Avia Layout Builder or the visual editor? The visual editor and the ALB can never work together if that is what you were trying to do.
Cheers!
DevinHey!
Can you elaborate on what you mean a bit more? I’m not sure what you mean just from that last sentence.
Regards,
DevinHey designing!
We’ll need to see the issue first hand so we can inspect it further with dev tools. If you can provide the URL we’ll take a look.
Cheers!
DevinHey churchstreetschool!
Make sure you are on version 2.7.1 of the Enfold theme. If you have any plugins active try deactivating them and then clear your browser cache since it could have the old TinyMCE files locally and they need to get redownloaded from your installation.
Regards,
DevinMay 5, 2014 at 10:11 pm in reply to: I cannot see the contents in the Text Block after upgrading to WP 3.9. #260476Hey!
Are you using 2.7.1?
Best regards,
DevinI’m not really sure why but I can’t get any implementation of the LayerSlider shortcode or functions to output. Its worth noting that their php example is invalid since its missing the closing ; .
Up until version 2.7 the shortcodes were disabled with the plugin but they are now enabled for regular usage. There really shouldn’t be any reason why they aren’t getting output by themselves.
I don’t have a stand alone version to test with unfortunately so I can’t say if its a LayerSlider issue or what.
Hey!
What is the password for the blog? I don’t see it above.
Regards,
DevinHi!
Where is a working example of what you have now where we can inspect what you have so far? I’m not completely clear on what you are trying to do but maybe seeing it in progress will help clear things up.
Cheers!
DevinHi!
Before anything else please update your theme files to the most recent version which brings the theme up to compatibility with the most recent releases of WordPress.
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
Regarding using absolute positioning inside your color sections I would suggest against it. Instead using negative margins on whitespace or just removing the whitespace on section elements via a bit of css is a much less destructive way of adjusting the whitespace.
Which section specifically can we see the right pixel border/padding/margin issue?
Best regards,
DevinHey!
You will need to talk to your hosting provider about correcting the permissions on your installation. Specifically your uploads folder isn’t able to be accessed publicly and in order for WordPress to work that needs to be changed.
Best regards,
DevinMay 5, 2014 at 9:34 pm in reply to: Vertically align icon box next to easy slider (STOPPED WORKING AFTER UPDATE) #260460It sounds like you will need to consult a freelance developer if our customization suggestions aren’t working for you. That way it can be looked at specifically for your site and the customization made from there.
We recommend Codeable, Envato Studio or http://kriesi.at/contact/customization .
Hi bendosda!
1) As far as I know its a must-have so that the isotope script can do its thing.
2) 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:.avia_desktop .av-masonry-entry:hover .av-masonry-image-container { -webkit-transform: scale(1.0,1.0); -moz-transform: scale(1.0,1.0); transform: scale(1.0,1.0); }
3)
.html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a { border: 0; border-left: 1px solid #fff; }
This assumes the background of the nav bar is #fff . Change as needed.
4) You can remove the search option in the themes Header Layout editor and adjust via the available options. Anything outside of that would need to be customized by a freelance developer.
5+6) It can be done with a bit of custom css depending on the exact effect but as with #4 it would need to be done via a freelance developer as we aren’t able to cover customization here.
7) You can add a video element in a number of ways depending on the exact way you want it to be displayed. Just keep in mind most mobile browser will completely ignore auto play video settings now. The fullwidth slider element supports video as does just adding a youtube embed to a text block or code block.
Cheers!
DevinMay 5, 2014 at 7:32 pm in reply to: Where can I get latest child-theme? + weird bug in my child-theme? #260430Do you have the shortcodes folder in place with the file inside of it? I’ve had the same function running on my dev install and child theme for at least a month. Peter and I also use it on multiple client sites for registering custom shortcode element and modifying them.
May 5, 2014 at 5:38 pm in reply to: Replace toggle icon with another entypo-fontello font OR use a png #260367If you are using a *child theme* then just adding in the same thing that is in the parent function doesn’t work. You need to use a function to tell the theme there is a replacement of that array: http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
May 5, 2014 at 5:18 pm in reply to: Where can I get latest child-theme? + weird bug in my child-theme? #260350What I mean when I say compare is that you need to check if the file you are replacing has been updated. Re-copy it to your child theme and then make the change.
An updated child theme isn’t actually something you need to worry about in general since the child theme is a customized version for yourself.
The function you have now is the only way I know of to replace a parent shortcode file and if the change is causing you issues alone I can only guess that its the change itself: http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Hi Katherine!
If you’ve added in your ThemeForest name and API to the theme options then it check for updates every 12 hours. ThemeForest however will send out an update email whenever the files have been updated on their server.
If you want to update right now manually you can watch this video on updating Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Cheers!
DevinMay 5, 2014 at 4:28 pm in reply to: Where can I get latest child-theme? + weird bug in my child-theme? #260330Hey borkent!
The latest child theme is available in the full download in your downloads on ThemeForest.
Any time you are replacing elements in a child theme you need to make sure that you keep your versions up to date with the changes in the parent. For instance we recently updated the header.php by moving all of the menu and layout logic to another file. The same goes for the shortcodes which are very often updated. So check the parent and make sure your changes are keeping up to date.
Cheers!
DevinHey Katrin!
You can choose the image size that the grid will use from the options when you create the portfolio grid:
Just make sure to choose a size that gets cropped if you want the images cropped which you can check and change if you’d like with this plugin: http://wordpress.org/extend/plugins/simple-image-sizes/
Cheers!
DevinHey Flikk!
Yes, that is correct. WordPress in general will modify any html formatting unless you always keep your view on the text tab.
For code heavy sections you should use the Code element instead.
Best regards,
DevinHi Robert!
You can change the image sizes for WooCommerce from their settings. Go to WooCommerce>Settings>Product tab and then “Product Image Sizes”.
You’ll need to regenerate the images with this plugin after any change: http://wordpress.org/extend/plugins/regenerate-thumbnails/
Cheers!
DevinHey ashpatel2009!
What happened that you needed to get it up and running? The data is all stored in the WordPress database and unfortunately there is no easy method to retrieve something like that beyond opening up your database via phpMyAdmin and then digging through the tables unless you want to try a plugin route. I’ve personally just not had much luck with any plugins for that kind of thing.
Best regards,
DevinMay 5, 2014 at 4:06 pm in reply to: Breadcrumbs, don't want the page title, want the name of the menu-button text #260312Hey!
Then you will need to hire a freelance developer to make the customization to the way the breadcrumbs are generated.
Best regards,
Devin -
AuthorPosts