Forum Replies Created
-
AuthorPosts
-
January 8, 2015 at 10:50 pm in reply to: Header/Menu misalgnment after upgrading Enfold and WP to latest versions #377128
Hey!
Your screenshot is not loading for me. Try uploading it with imgur.com.
Try adding this to your custom CSS.
.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 0px !important; }If that’s not correct then upload your screenshot again so we can get a better idea.
Cheers!
ElliottHey Alejandro!
It sounds like you’ll want to add a tag of “landscape” to the photos you wish to display wider and then set the Masonry image size to manual with tags.
Best regards,
ElliottHey jonash!
Not sure what it could be. Your site is loading very slow for me though. What happens when you deactivate all plugins? Does it do the same if you use a different video? What happens if you use the sample MP4 from here? http://techslides.com/sample-webm-ogg-and-mp4-video-files-for-html5
Regards,
ElliottHi!
Add this to your custom CSS.
@media only screen and (max-width: 767px) { .main_menu { left: auto !important; position: absolute !important; right: -90px !important; top: -5px !important; } }And you can move it around with the top and right values.
Best regards,
ElliottHey!
Hmm, I’m sorry but I’m not sure what to do here. I’m pretty sure the 1030px your referring to is being added by the plugin via javascript to calculate how far down it should go. If you look at our demo or if you deactivate the plugin it should disappear.
It’s a small cosmetic flaw that will only be visible on smaller screen. I do not see it on my end without zooming in on the browser. You can try contacting the plugin author to see if they have any suggestions.
Cheers!
ElliottHey Magnus!
Try adding this to your custom CSS.
@media only screen and (max-width: 320px) { #wrap_all { width: 600px !important; } }That will make it so any screen size up to 320px the width of the site will be 600px. I think that’s what your trying to do.
Cheers!
ElliottHey!
Your referring to the textblock elements in our avia layout editor correct? Yes, that is normal. Some customers have already added this to our feature requests queue so we may see something get added in a future update.
The default editor will still open up in “Visual” or “Text”, which ever you had open last.
Regards,
ElliottHi!
It could be causing a javascript error. I don’t remember from last time I viewed your site.
What I meant was if we knew what you were trying to do then we can try helping you style your CSS without the use of the plugin.
Cheers!
ElliottHi masyogie!
Thanks for using Enfold.
Add two of the widgets to the widget area and for the second widget just use one image.
Regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
January 8, 2015 at 9:49 pm in reply to: Enabling the Enfold "Theme Options" for editors also reveals "Settings" menu #377101Hi!
It sounds like your looking for line 143 in /enfold/framework/php/class-adminpages.php.
Best regards,
ElliottHi!
In the plugin advanced settings it looks like you set some of the scripts to not minify? You should not split them up like that because they have dependencies, jquery, etc etc. I removed them and the errors went away.
Regards,
ElliottHi Gal763!
This isn’t really a theme question. It would be best to ask this on the WordPress support forums as they will be able to help you out better.
Or you could try using a plugin, https://wordpress.org/plugins/simple-301-redirects/.
Best regards,
ElliottHi!
I think you have to reload your page and save your options again for it to work. Raleway does not have italics so I removed those from your line and then saved your settings again and it’s working fine now.
Best regards,
ElliottJanuary 8, 2015 at 9:02 pm in reply to: What do you do when theme has to be installed in a different folder? #377082Hi LKirby567!
You would install the theme inside your WordPress theme directory, wherever that may be.
Try deactivating all plugins and delete your .htaccess file before refreshing your permalinks in Dashboard > Settings > Permalinks.
If that does not help then send us a WordPress login and we’ll take a look.
Best regards,
ElliottHey!
There is no feature for that currently. You can use the Masonry to get it to look like the portfolio entries though.
Feel free to request this feature here, https://kriesi.at/support/enfold-feature-requests/, and we may see something get added in a future update.
Cheers!
ElliottHi Antonio!
I took a look but not sure what’s going on there. I would try contacting the plugin author to see if they have any idea or try another plugin.
Best regards,
ElliottHi Antonio!
Navigate to Dashboard > Users > Edit and for the “Antonio” author you will want to fill out your bio and make sure that the email your using is registered with gravatar.
Regards,
ElliottHi GlowTouch_Designs!
The grid row element should be full width. Are you sure you do not have some extra cells to the left and right of that specific cell?
I didn’t see any link in your screenshot. Send us a link and we’ll take a look.
Cheers!
ElliottHey!
Check the permissions on your uploads folder to see if they are correct. When you upload a new image does it display? Send us a WordPress login and we’ll take a closer look.
Best regards,
ElliottHi!
It looks fine on the Nexus 7. I don’t have an iPhone to check on so I’ll flag this for the rest of our team to take a look.
Regards,
ElliottJanuary 8, 2015 at 7:32 pm in reply to: Separator / Whitespace – custom setting append manual link #377032Hey user877!
Are you trying to set an actual clickable link to the icon or are you just wanting to create an anchor so you can link to the icon?
Probably the easiest way to do this would be to right click on your page and copy the markup for the separator which should look something like this.
<div class="hr hr-custom hr-center hr-icon-yes avia-builder-el-0 avia-builder-el-no-sibling " ;="" style=" margin-top:30px; margin-bottom:30px;"><span ;="" style=" width:50px;" class="hr-inner inner-border-av-border-thin"><span class="hr-inner-style"></span></span><span data-av_iconfont="entypo-fontello" data-av_icon="" aria-hidden="true" class="av-seperator-icon"></span><span ;="" style=" width:50px;" class="hr-inner inner-border-av-border-thin"><span class="hr-inner-style"></span></span></div>And then paste it into a codeblock element in your page. You can then add an ID to the element or surround it with a link.
Best regards,
ElliottHi luiso!
Navigate to Dashboard > Portfolio Items > Portfolio Categories > Edit and translate them to Spanish.
Cheers!
ElliottHi Vicken!
Add this to your custom CSS.
.av-main-nav ul { left: auto !important; right: 0px !important; }And you can move the logo to the right in Dashboard > Enfold > Header.
Regards,
ElliottHey schnippel!
It sounds like your wanting the columns to stick to 2 instead of folding on top of each other on small screen sizes. If you do this though then everything is going to run into each other and look very cramped.
You can add this to your custom CSS to see what I mean.
.av_one_half { float: left !important; width: 50% !important; }There just isn’t enough space on small mobiles to make it look good in two columns.
Best regards,
ElliottHey Alex!
Add this to your custom CSS.
html { background-color: red !important; }Cheers!
ElliottHey!
So what your trying to do is when you tab through the links you want to push the down arrow on your keyboard and have them open the submenus? If so then this is going to take a lot of time and code and would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
If you’d like you can contact Werkpress for a quote, http://kriesi.at/contact/customization.
Cheers!
ElliottHey!
I do not think we have plans for this. You can add a feature request here, https://kriesi.at/support/enfold-feature-requests/, but it seems kind of specific so I’m not sure if it will get added or not.
Best regards,
ElliottHi bongobeat!
Are you talking about the menu dropdowns? If so then try this CSS out.
.sub-menu li a, .sub-menu, .sub-menu li { background: rgba(255,255,255,0.5) !important; }If that’s not it then send us a link and take a screenshot highlighting exactly what your trying to do.
Cheers!
ElliottHi!
Add this to the bottom of your functions.php file.
add_filter( 'pre_get_posts', 'enfold_customization_query' ); function enfold_customization_query( $q ) { if ( is_page( 321 ) ) { $tax = array( array( 'taxonomy' => 'portfolio_entries', 'field' => 'id', 'terms' => array( 10 ), 'operator'=> 'NOT IN' ) ); $q->set( 'tax_query', $tax ); return $q; } }And change “321” to the ID of your page and “10” to the ID of the category you wish to exclude.
Best regards,
ElliottJanuary 8, 2015 at 6:39 pm in reply to: Enfold Blog empty title permalink address numeric format problem 404 #377001Hi lakeswimmer!
If you do not set a title then the permalink will be set to the post ID. It shouldn’t give you a 404 though.
Try deleting your .htaccess file and update your permalinks in Dashboard > Settings > Permalinks to the postname or default setting.
Also be sure to deactivate all plugins while testing.
Cheers!
Elliott -
This reply was modified 11 years ago by
-
AuthorPosts
