Forum Replies Created
-
AuthorPosts
-
September 12, 2014 at 2:47 am in reply to: Fullscreen Slider – Buttons colors, sizes and features #317737
Hey faterra!
You’ll need to look into hiring a freelance developer for customizing individual theme elements beyond what they already support. Two good places to look are Envato Studio and Codeable.
Cheers!
DevinSeptember 12, 2014 at 2:43 am in reply to: Broken theme after to WP 4.0 and Enfold 2.9.2 i can't use my default editor #317735If you open up the enfold folder and then replace all of its content with the content of the enfold folder from your zip file you’ve downloaded from themeforest then that will bring your theme up to date.
If you watch the video I linked to above I go through the exact steps you take.
Hey Effektid!
You would need to customize the single.php file and add in the content as php or html. From the WordPress admin alone no it isn’t doable.
Cheers!
DevinHi!
Can you try deactivating all other active plugins? So far we’ve not had any issues with just 4.0 and Enfold 2.9.2 like the above so unless something went wrong on the installation it should be running without any errors.
Regards,
DevinHi!
Your code for the icons needs to make them either float left or be inline block. You could wrap them into another div and then target them that way. For example if you wrap them in your text block code with a div called custom-footer-social:
#custom-footer-social .av_font_icon { float: left; }
or maybe
#custom-footer-social .av_font_icon { display: inline-block; }
I can’t see the code now live so I can’t test it.
Cheers!
DevinHi!
That isn’t one the theme creates its part of WordPress core that gets added when you are updating WordPress. Simply updating the theme should never cause the whole site to be down so if you have the ability to check error logs make sure to do that.
If the server was getting a hiccup at the same time it could have been a coincidence or you may find an issue down the road where WordPress has an unexplainable error. Really hard to say one way or another.
Cheers!
DevinSeptember 11, 2014 at 4:19 pm in reply to: Broken theme after to WP 4.0 and Enfold 2.9.2 i can't use my default editor #317476Hey Sebastiano!
It sounds like when you uploaded the theme files it was done incorrectly.
In your FTP view of the WordPress installation go to wp-content>themes and take a look. It probably shows all of the Enfold themes interior theme files which should have been inside of the enfold folder.
So you’ll want to delete those and then re-upload the enfold folder instead so that it properly updates your theme. You can follow along with the steps in the video here: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
DevinI’m not getting any issues when testing on the site right now. Is there a specific page where there is an issue?
Hi ScarletView!
You’ll need to update your theme files so that the theme is updated to work with WordPress 4.0.
See: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
DevinHi!
That is my typical recommendation with WooCommerce updates since the first releases typically have bugs on their own even before the theme gets involved.
Cheers!
DevinSeptember 11, 2014 at 4:05 pm in reply to: Using custom links in portfolio creates double entries #317463Hi lepixelstudio!
I only see 2 images in the lightbox when clicking on any image in the link.
Cheers!
DevinSeptember 11, 2014 at 4:03 pm in reply to: Enfold: Insert tracking snippet to load on all pages #317461Hey Mahdi!
You can add it to the google analytics field, use a function in a simple custom plugin to add it to wp_head, or add it to your header in a child theme.
Best regards,
DevinSeptember 11, 2014 at 3:55 pm in reply to: Breadcrumbs doesn't work fine in Portfolio Items. How to personalize it? #317455Hi!
On each portfolio item you can change the breadcrumb settings on the right hand side of the page editor in the Breadcrumb meta box. The theme will default to use session data to build the breadcrumbs and you can change it to use a custom parent instead.
Best regards,
DevinHi Vada!
You can add the layerslider into a text element with the shortcode but it then doesn’t use any theme styling so its display is fully controlled by your options on the individual slideshow settings in the LayerSlider settings.
Cheers!
DevinSeptember 11, 2014 at 3:07 pm in reply to: Can Enfold produce this kind of woocommerce shop layout? #317422Hi Peter!
Its not something we would be able to help with through support since we don’t handle customization but you could mimic a lot of the simple styling with the assistance of a freelance developer.
Removing whitespace, adding lines, removing some of the color etc are all css based. The drop shadow on the images could be duplicated as well.
A good place to look for a freelance developer would be either Envato Studio or Codeable.
Cheers!
DevinHey rachelcavery!
If you follow the steps I take in this video it should bring you up to date correctly: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
DevinHi!
For #2, you also need to choose to use manual parent pages on each single portfolio item from the meta box on the right. Otherwise the breadcrumbs use session data to figure out where the user came from when viewing the page. Its the very last one by default labeled “Breadcrumb Hierarchy”.
#3 – You could do:
.single-portfolio span.trail-end { display: none !important; }
So that it only effects the single-portfolio page class. Though this is a bit odd in practice as breadcrumbs always show the end as being where the user actually is.
For #1 I don’t know of any other way if Ismaels snippet isn’t working for you. If its a must-have customization you can look into a freelance developer from somewhere like Envato Studio or Codeable.
Regards,
DevinHey vidaelf!
You are missing a closing bracket on the h tags. Line 31, add } to close out that declaration :)
Cheers!
DevinSeptember 10, 2014 at 3:54 pm in reply to: Bug: Use of custom Google fonts with a + in the name #316682Great! Glad that worked for you :)
Hi nectsolutions!
Can you try deactivating all active plugins and then re-checking the issue. With WordPress 4.0 and Enfold version 2.9.2 there should be no issues with the editor but there have been a lot of plugins which have not been updated and are causing issues for users.
Best regards,
DevinSeptember 10, 2014 at 2:42 pm in reply to: Problems when moving Enfold theme website from subdirectory to root directory #316612Hey!
When moving a WordPress database you need to account for serialized data which can change when the url changes. We have a recommended plugin for exporting the database on our docs: http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
You also don’t actually even need to move the database to do a simple directory change which is what I usually do for my clients. I will develop on a sub directory and then in the future if they want to setup a dev folder or another sub folder for a different installation there is no issues. These are the steps:http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory#Using_a_pre-existing_subdirectory_install
The files and database stay intact but the url for how everything is accessed changes.
Regards,
DevinHey David!
If you rely on WooCommerce for your business then yes I would wait at least a few days to a week before updating. I don’t know of any major compatibility issues at the moment but I don’t see any updates on our logs specifically for WC2.2.
Cheers!
DevinHi Crippy!
Your theme version is a bit out of date so updating it to the most recently updated version would be the first step. See: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
DevinSeptember 10, 2014 at 2:33 pm in reply to: Enfold compatibility issues with WordPress v4.0 update #316596@bootit – Make sure you’ve deactivated all active plugins and then try things again.
For anyone else please create a new topic for your specific issue as we keep getting these bandwagon topics and it doesn’t end up helping anyone and instead slows things down.
September 10, 2014 at 2:31 pm in reply to: wp-content/themes/enfold/css/dynamic-css.php on line 772 #316591Hey!
On my version that line is already a comment:
//compress output
.Cheers!
DevinHey keifygeorge!
It depends on what the home url was set in your WordPress settings and what, if any, changes were made on the database side. So a bit hard to answer without more information.
It sounds like it might be a permalink issue where they just need to be refreshed (http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems) but it could also be a case where urls were not set to relative links and in those cases the url would need to be changed manually on links.
So if that is how you have menus set up then they need to be manually changed. The same with all other manually created links.
Cheers!
DevinHi!
Can we see what you have now on your site live? Customization isn’t in what support covers typically but we try and assist where possible.
Best regards,
DevinHey!
Can we see the site live with the modified function?
Best regards,
DevinHey!
You could definitely dig into the shortcode element and modify it as you want. Its the same thing I did on our documentation site for the magazine element: https://github.com/DevinVinson/enfold-child-docs
Regards,
DevinYou could add a second rule right after those for first-child and put !important on it.
-
AuthorPosts