Forum Replies Created
-
AuthorPosts
-
May 5, 2014 at 4:04 pm in reply to: Cannot edit Portfolio Items with anything less than Administrator access #260310
Hey Phil!
No, not by default there isn’t. You can try one of the various Role Editor plugins that are available and see if that gives you more control without needing to modify the theme files which would make the changes lost after any update.
Best regards,
DevinHey!
When you say you turned off TinyMCE, do you mean a plugin for TinyMCE? The visual editor in WordPress *is* TinyMCE but there are lots of plugins out there to modify it.
Since we’ve not had any other reports like this I would also suggest deactivating all active plugins and checking to see if the issue is still there.
Regards,
DevinHey!
The only thing I can think of to try would be to see if its the transition alone or a combination of layers. You could test by creating a duplicate of the slideshow and then removing everything but your backgrounds. The best case either way would be in that we could report the bug to the LayerSlider team but it isn’t something we have the ability to update ourselves or bug fix unfortunately.
Regards,
DevinHey blaircomm!
What browser is this happening on? When viewing your site now I’m not getting any issue and this would be the first I’ve heard of anything like it with the 2.7 update.
Best regards,
DevinMay 5, 2014 at 3:52 pm in reply to: Unclean refreshing screen when switching from portrait to landscape iPhone 5 #260300Hey!
I’ve tried getting it to happen on my end but so far switching back and forth hasn’t given me the same results. You could try adding a blank 1/1 column after the contact form and see if that helps with what you see but otherwise I’m not quite sure what could be done as I’m not able to reproduce it either.
Cheers!
DevinHi!
The menu you are referring to is set to be hidden on mobile devices on purpose. You can choose to show them by 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:
.responsive #socket .sub_menu_socket { display: block !important; }
The menu just don’t stack or display well on small screens.
Best regards,
DevinMay 5, 2014 at 10:24 am in reply to: can't set page/ post format, category, tags, layout after wp 3.9 #260156Hey Linda!
This topic was and is for the Enfold theme. As you are using Replete on your site you should first try updating your theme version to the most recent release which has updates to work with the newest WordPress version and updates.
I’m not getting the original posters issue when visiting the site now so I’m going to close off the topic as well. If @akhilz is still having it or if you are still having issues please create a new topic and we’ll address it there.
Cheers!
DevinHi!
If the enfold.css file isn’t writable by your WordPress installation it may just need its permissions adjusted on the server side. Setting the chmod permissions to 777 for example on the avia upload folder in your uploads folder should do the trick.
As for the issues, without being able to actually log in to the site we would have no way of knowing what you mean.
If you are adding in custom html to anywhere in WordPress you should use the text tab of the visual editor and never switch to the visual tab. WordPress has an auto editing functionality which can cause issues. This is the reason the new Code element was added in with Enfold version 2.7 so that you can add in raw code right into your layouts.
Cheers!
DevinHey cyrusis!
The image you linked to is the actual image that is being used for the background. As in, in the code of the page the file is being displayed is that exact image.
Best regards,
DevinHey!
The current version of Enfold is the only one set to work with WordPress 3.9 so before anything else please update your theme files so that we are on the same build.
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,
DevinHey bert787!
If you enable the debug field for your Avia Layout Builder with this function you can copy out the whole pages shortcode structure and then paste it into a blank field on another location:
http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/Cheers!
DevinHey!
Each of the current widgets is added in as a default widget by the theme. You can add in blank text widgets to clear them out and have no content or add in your own widgets of choice.
You can also choose to show or hide the widget area on all pages as well as from the theme options for site wide in the Footer Layout tab.
Best regards,
DevinHey Jamie A!
See: http://kriesi.at/documentation/enfold/replace-the-default-blog-latest-news-title/
Best regards,
DevinHi tdako!
If you use the Advanced Layout Editor on the single portfolio it will not show the featured image. See:
http://kriesi.at/documentation/enfold/create-new-portfolio-item/
andRegards,
DevinHey!
Older versions of IE specifically has issues with image sizes being limited by max-width. So when you add in image into the body which are bigger than are actually added into the content but are being constrained by nothing more than a gallery IE fails.
You an either select a smaller image size for those images which is the exact size as entered or use one of the themes shortcodes to create a mini gallery.
Cheers!
DevinHi!
I’m not sure I understand the issue. It looks identical for me and Yigit on our iOS devices and computers.
Best regards,
Devin1) Whatever it is, the selector you want to apply the css to is all that matters.
2) There isn’t a single source that you could add something like that to. You would need to use the Code element and then add in the custom html and styling it all manually.
3) Yes, it should actually be correct. It sounds like the issue is you may not be familiar enough with the html and css interaction to make the connection. If you have the extra budget you can hire a freelance developer from Codeable to walk you through it at about $25-$35.
May 3, 2014 at 5:08 am in reply to: Breadcrumbs, don't want the page title, want the name of the menu-button text #259614Hi Jez!
You would need to change the page title to whatever you want it to be. There isn’t really another option in this case unless you want to use a plugin to replace the breadcrumbs or re-write the code for them to accept some other meta field data or something like that.
If you don’t want the page name to be the page name then the page shouldn’t be named that. If you want a different page title for SEO reason there are plugins that let you change the page title easily (any SEO plugin).
Regards,
DevinHey amyfitz!
Looks like you need to first unzip that folder to get access to the actual theme folder inside. Take a look at this video and you’ll see me walk through unzipping and talking about the files. You can follow the whole thing and upload over FTP but it isn’t needed:
http://kriesi.at/documentation/enfold/install-enfold-over-ftp/Regards,
DevinMay 2, 2014 at 10:55 pm in reply to: Iconfont manager – Can't see the new sets after uploading #259567Hey!
Unfortunately it seems to work on my end without issue:
When you installed your WordPress theme did you install it via a zip file or FTP? Perhaps the unzipping on your server isn’t working or something like that.
Best regards,
DevinNo, we will only be adding self created videos to the docs at this time.
Kriesi uses w3tc and a minifcation plugin(http://wordpress.org/plugins/bwp-minify/) on the demo as well as very good hosting to get the quick response time on all pages.
Hey kaledonder!
I think the issue is that you are using a span style to change the font size which IE can’t handle. You shuold use a div or custom css to target that specific container if you want to change the font size for the element.
Best regards,
DevinHey pixelpowereddesigns!
First check if its a theme issue or a WooCommerce configuration issue by switching themes to one of the default WordPress themes like twenty fourteen etc.
If its a theme issue we can help diagnose it and look into a fix.
Regards,
DevinHi lombrano!
First check if its a theme issue or a WooCommerce configuration issue by switching themes to one of the default WordPress themes like twenty fourteen etc.
If its a theme issue we can help diagnose it and look into a fix.
Cheers!
DevinMay 2, 2014 at 5:01 pm in reply to: Partner/logo element was hidden under the fullscreen slider on the mobile device #259490Hi wholereneducation!
The current output is showing exactly as it should. If you disable the logo elements responsive settings they would be too small to click.
Regards,
DevinMay 2, 2014 at 4:53 pm in reply to: Facebook Comments – don't show if comments are closed for individual posts #259487Hi omnyss!
Unfortunately that isn’t something that we can help you from theme support. It would be up to the plugin or maybe some custom code to do a conditional check on if the theme comments are open or closed and then to output or not the plugins comments.
Regards,
DevinHey t3lgroup!
No, not easily unfortunately. The only way you can do that is to enable the debug field on the ALB and then copy out the raw shortcode data and paste it to the other portfolio elements debug fields.
You just need to be very very precise when doing it because if the fields data gets an error there is no automatic way to fix it. The whole page could potentially need to be remade.
http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/Best regards,
DevinHi XTGlobal!
You can edit any tab element and change the tab position to top as needed:
Cheers!
DevinHi!
Which page is it still happening on?
Regards,
DevinHi simonac!
The theme demos replaced them in the default import. The images and descriptions were just not updated it looks like.
The carousel type layout can be re-created using slides and then turning on Thumbnail navigation on that individual Slider Settings.
Cheers!
Devin -
AuthorPosts