Forum Replies Created
-
AuthorPosts
-
Hey!
Try adding this to your custom CSS.
#customer_login input[type="submit"] { float: none !important; }Best regards,
ElliottHi!
It sounds like your wanting to use our column shortcodes instead. 1/3 + 1/3 + 1/3 column layout will display just like in your first image.
Cheers!
ElliottFebruary 10, 2015 at 6:16 pm in reply to: Image/Fullscreen Slider on Top of specific pages (incl. subpages/sidebar menu) #393838Hi!
It would be best to just add the slider to the pages individually. There may come a time where you want to change it for a certain page or create a different set with a different image.
Cheers!
ElliottHey Charlotte!
Are you trying to add them to your header secondary menu? Send us a link to your page and take a screenshot highlighting exactly how your wanting to use them.
Regards,
ElliottHey!
I tried editing one of your pages but it looks like your getting a javascript error from a plugin. You have tried deactivating all plugins correct?
What happens when you turn off the background repeat and use a larger image for the background? Something around 1000px width.
Best regards,
ElliottHi mawcreations!
You have the default sidebar behaviour for pages set to “no sidebar” in Dashboard > Enfold > Sidebar settings. So now every page you create will not have a sidebar unless you override that when you edit the page with the “Layout” setting.
Regards,
ElliottFebruary 10, 2015 at 5:48 pm in reply to: Header layout. header_meta that is not full with that allow sfor a larer logo #393817Hey msqinc!
Based on your screenshot it looks like your trying to move the main level links down a bit and set the secondary menu position to the top right.
Go ahead and add this to your custom CSS.
.av-main-nav > li > a { padding-top: 20px !important; }And then send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Regards,
ElliottHey!
Oh I see what you mean. I’m not sure if this CSS is going to work because it’s probably going to be changed with the script but you can try it.
@media only screen and (max-width: 479px) { .mfp-iframe-scaler { padding-top: 80% !important; } }You might be able to view more in the landscape orientation.
Regards,
ElliottHey!
In the same file try changing lines 203 – 204 from this.
$img = wp_get_attachment_image_src($attachment->ID, $thumb_size); $prev = wp_get_attachment_image_src($attachment->ID, $preview_size);To this.
$img = wp_get_attachment_image_src($attachment->ID, 'full'); $prev = wp_get_attachment_image_src($attachment->ID, 'full');And leave the edit in place so we can check your site.
Cheers!
ElliottHey annebetts!
Try updating Enfold to 3.0.8 (your currently using 3.0.4) and then deactivate all of your plugins to see what happens.
Cheers!
ElliottHi jolamalice!
It looks like you forgot to include the link. Go ahead and add that and we’ll take a look at your layout. You can set your reply as private if you wish.
Regards,
ElliottFebruary 9, 2015 at 10:46 pm in reply to: WP 4.1 and Enfold 3.0.8 still not working — dwnload from ThemeForest? #393367Hey rolandaa!
Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
This should fix the problem your having.
If your using a child theme then try activating just Enfold for now.
Cheers!
ElliottFebruary 9, 2015 at 10:42 pm in reply to: Homepage header blinks when you first scroll at transparency change #393364Hi clcintx!
It’s because of this custom CSS your using.
#top .av_header_glassy.av_header_transparency #header_main { background-color: rgba(255, 255, 255, 0.3) !important; }The default is 0.1 opacity so it goes from 0.3 > 0.1 > 0.9.
Best regards,
ElliottHi vidilo!
What we can do is remove the CSS animations so instead of fading in it just displays with no movement. Would you like to try that?
Best regards,
ElliottFebruary 9, 2015 at 10:33 pm in reply to: Put Enfold Post layout options into LearnDash post #393361Hey!
You can add multiple post types to each line like so.
$boxes[] = array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('topics', 'quiz', 'lessons', 'courses'), 'context'=>'normal', 'expandable'=>true );Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
February 9, 2015 at 10:30 pm in reply to: Menu in Left Sidebar (shrinking / responsive) + icons #393356Hi Damian!
Unfortunately that is going to take a lot of time and code to complete so it would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
As for the icons you could add your own images to the navigation labels of your menu links in Dashboard > Appearance > Menus. To do this, click on the dropdown of each menu link and add in the image to the label like so.
<img src = "URL to your image" /> Here is the labelBest regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
February 9, 2015 at 10:25 pm in reply to: CSS not working where i logged out from admin ( error) #393353Hey dwebprojects!
I’m sorry but I’m not sure I understand what the problem is. Can you take a screenshot and highlight what your trying to do?
As for the menu problem add this to your custom CSS.
#wrap_all { position: relative !important; }Regards,
ElliottHi Cicha!
I see what you mean. I would first try contacting your hosting provider about this to see what they say.
Also try creating a backup of your .htaccess file and then delete it and refresh your permalinks in Dashboard > Settings > Permalinks to see what happens.
Make sure to deactivate all plugins while testing.
Cheers!
ElliottFebruary 9, 2015 at 9:49 pm in reply to: Show Taxonomy of a CPT with the Blog Entires element #393337Hi!
I’ve never used that plugin before but I’ve used Custom post types UI, https://wordpress.org/plugins/custom-post-type-ui/, and it works fine with all of our shortcodes.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey wordmax!
Do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, and add a class to your iconbox of “test”.
And then add this to your custom CSS.
.test { border: 1px solid red !important; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important; } .test .iconbox_content { background: blue !important; }Regards,
ElliottHey!
Try using our own HTML/CSS in a codeblock element to see if the script gets applied to that. If not then you could be getting a javascript error. Send us a link to your page and paste the code your using here.
Best regards,
ElliottHi!
Try creating a copy of your theme settings in Dashboard > Enfold > Import/Export and then hit the “Reset All Options” button to see if it updates after that.
If it does not then try setting the following file to 777 permissions (temporarily), /wp-content/uploads/dynamic_avia/enfold.css, and then change the option and save to see if it updates.
Cheers!
ElliottHey!
Hmm, I checked your site but I don’t see any extra bars anywhere. Did you get this sorted?
If your still having problems then take a screenshot and highlight what your referring to so we can get a better idea.
Cheers!
ElliottHey nsahli!
Try this.
#wrap_all { }Best regards,
ElliottFebruary 9, 2015 at 9:25 pm in reply to: Enfolds advanced editor functions (button) not working with WPML #393320Hi Peter!
This is when adding a link with the avia layout editor? Yes it’s probably not going to work with that. You can set your links manually like how your doing or use the default editor.
Cheers!
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
February 9, 2015 at 9:24 pm in reply to: Can't open pages that we created with "Advanced Layout Editor" #393319Hey Jane!
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If your still having the problem after doing the above two steps then send us a WordPress login and we’ll take a look.
Cheers!
ElliottFebruary 9, 2015 at 9:20 pm in reply to: Username is shown in a blog post next to my author display name #393318Hi!
Hmm, that looks like a category you have assigned to the post. If you do not want to display the categories then you can remove them in Dashboard > Enfold > Blog Layout > Blog Meta Elements.
Cheers!
ElliottHey druzes!
You can add a background to your header in Dashboard > Enfold > General Styling > Logo Area.
If your trying to do something else then send us a link to your page and take a screenshot so we can get a better idea.
Best regards,
ElliottHey coat_tails!
Can you send us a link so we can take a look? You can set your reply as private if you wish.
Cheers!
ElliottHi Steven!
Try opening up /enfold/js/avia.js and change line 726 from this.
duration= data.duration || 1200,To this.
duration= 3000,Regards,
Elliott -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
