Forum Replies Created
-
AuthorPosts
-
Hi Charlotte!
Your link is not working for me. Is there a typo?
EDIT: I tried editing your page but none of the changes were taking place. Have you tried deactivating all of your plugins?
Cheers!
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
February 10, 2015 at 10:00 pm in reply to: Put Enfold Post layout options into LearnDash post #394019Hey!
Add this to the bottom of your functions.php file.
add_filter('avf_builder_boxes','custom_post_types_options'); function custom_post_types_options($boxes) { $boxes[] = array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('sfwd-courses', 'sfwd-lessons', 'sfwd-topic', 'sfwd-quiz'), 'context'=>'normal', 'expandable'=>true ); $boxes[] = array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('sfwd-courses', 'sfwd-lessons', 'sfwd-topic', 'sfwd-quiz'), 'context'=>'side', 'priority'=>'low'); $boxes[] = array( 'title' =>__('Additional Portfolio Settings','avia_framework' ), 'id'=>'preview', 'page'=>array('sfwd-courses', 'sfwd-lessons', 'sfwd-topic', 'sfwd-quiz'), 'context'=>'normal', 'priority'=>'high' ); return $boxes; }Regards,
ElliottHi!
Probably not, you’ll need to use the default editor for that.
Best regards,
ElliottHi!
The problem is a javascript error which is from the code your using in the Google Analytics field. If you remove all of the code you have in that field and save you’ll see that it works.
When Google Analytics gives you the code to use you need to copy and paste all of it and not just the UA code.
Cheers!
ElliottHi!
Which area is it happening at?
When your in the text editor try pressing CTRL + A to select everything and then delete it and then type it out again to see if that gets rid of the line break.
Regards,
ElliottHey!
You’ll need to contact your hosting provider and have them give you the correct SMTP information to use with the plugin.
I’ve never used Easy WP SMTP but I’ve used WP SMTP, https://wordpress.org/plugins/wp-smtp/. In the plugin options it will have you fill out your SMTP server info and it will have WordPress utilize SMTP instead of PHP mail.
Best regards,
ElliottHi KK!
Have you considered our Masonry Gallery shortcode? http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/
You can set custom links for each image.
Best regards,
ElliottHey!
Try adding this to your custom CSS.
#login-user_login { height: 30px !important; }Best regards,
ElliottHi mjaraas!
I’m sorry but I’m not sure I understand. Can you take a screenshot and highlight what your trying to do with the footer and socket?
Cheers!
ElliottFebruary 10, 2015 at 9:17 pm in reply to: logo area & menu bar same width as title/body area #393985Hi!
Try adding this in Dashboard > Enfold > General Styling > Quick CSS.
#header_main .container { width: 1030px !important; }Best regards,
ElliottFebruary 10, 2015 at 9:10 pm in reply to: Portfolio items navigation not showing when advanced layerslider is in the page #393978Hi GoldkoiFish!
What happens when you change line 355 in /enfold/functions-enfold.php from this.
if(!empty($settings['is_bbpress']) || !empty($settings['is_hierarchical']) || !empty($settings['is_fullwidth'])) return;To this.
if(!empty($settings['is_bbpress']) || !empty($settings['is_hierarchical'])) return;Cheers!
ElliottHey!
It’s working fine on my XAMPP setup but I do not know why it’s not working on yours. Perhaps it’s due to a customization you have already done or one of the many plugins your using. It would be best to hire a freelancer to help you out with this customization.
Regards,
ElliottHey aladata!
The only problem I saw on the Nexus 7 was the menu hovering on the right. You can add this to your custom CSS to fix it.
#wrap_all { position: relative !important; }Try clearing your browser cache and any caching related plugins you may have installed and then take a screenshot of what your seeing.
Best regards,
ElliottFebruary 10, 2015 at 7:35 pm in reply to: Change Background Color of Page Title Container Wrap #393911Hi benjamintlakey!
Add this to your custom CSS.
.title_container { background: red !important; }Best regards,
ElliottFebruary 10, 2015 at 7:34 pm in reply to: Header and footer full width container but main content 1130 px #393910Hey dawiditaxi!
Try adding this to your custom CSS.
#main .main_color, #main .alternate_color { max-width: 1130px !important; }Your link is not letting me in after using the login information.
Regards,
ElliottHey waveseven!
Sounds like it might be a limitation of the LayerSlider script. You might need to contact LayerSlider support regarding this. Can you send us a link to your page? You can set your reply as private if you wish.
Cheers!
ElliottHey classywebsites!
It looks like your using Enfold 2.1 which is very old. Have you considered updating to the latest version, 3.0.8?
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Regards,
ElliottHi Coronacom!
Add this to a codeblock element in the page.
<style type = "text/css"> #av_section_1 .av-special-heading { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4) !important; float: left !important; width: auto !important; } </style>Cheers!
ElliottHey Groeier!!
I viewed your link but it doesn’t look like any of the layersliders are loading. Can you take a screenshot and highlight what your trying to do so we can get a better idea?
Best regards,
ElliottFebruary 10, 2015 at 7:11 pm in reply to: Problem importing demo content (Photography Demo) on new installation #393888Hey martind!
It’s working fine on my XAMPP setup. Try contacting your hosting provider and let them know about this to see if they have any idea on what it could be.
I found these topics which may help.
https://wordpress.org/support/topic/this-does-not-appear-to-be-a-wxr-file-missinginvalid-wxr-version-number
https://wordpress.org/support/topic/xml-to-wxr-issueRegards,
ElliottHi rajivnetra!
Send us a link to your site so we can get a better idea of what’s going on. You can set your reply as private if you wish.
Be sure to deactivate all plugins while testing.
Regards,
ElliottHey jruizmatrix!
Open up /enfold/header.php and change line 35 from this.
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';To this.
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1">';Best regards,
ElliottHey Dirk!
Try this plugin out, https://wordpress.org/plugins/zen-menu-logic/. It sounds like you want to create two menus. One for your regular site and another for just your homepage.
Best regards,
ElliottHi red-baron!
It looks like your using Enfold 3.0.1. Go ahead and update to the latest version, 3.0.8, and then deactivate all plugins to see what happens.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Cheers!
ElliottHi gohyongjin!
What happens in the WordPress default theme? Have you contacted the plugin authors?
Make sure to deactivate all of your other plugins while testing.
Cheers!
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi lara!
I do not see an easy way of going about this. It’s bordering on custom work anyway so it would be best to hire a freelancer to help you out with this customization.
If you’d like then consider checking out Werkpress for a quote, http://kriesi.at/contact/customization.
Cheers!
ElliottFebruary 10, 2015 at 6:42 pm in reply to: Layer slider slideshow seemless transition settings… #393863Hey mcraig77!
I don’t think the LayerSlider has an option for that. Our fullwidth easy slider has an option where you can have the first slides caption act as a permanent caption for all the slides though.
Regards,
ElliottHi Martin!
Your trying to add it inside the page content? You could try using a plugin which executes PHP in the content, https://wordpress.org/plugins/exec-php/.
If that’s not working then we can try using a filter to add it somewhere. Take a screenshot and highlight the exact area your wanting to display it.
Best regards,
ElliottHi Mattias!
It prevents the robot from crawling pages where there is a question mark in the URL. For example a search page,
http://www.yoursite.com?s=lorem+ipsumRegards,
ElliottHey jtp77!
It does not matter. You can use any option.
Best regards,
Elliott -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
