Forum Replies Created
-
AuthorPosts
-
November 8, 2014 at 7:41 pm in reply to: Enfold boxed mode – menu divider/separator bookends #348219
Hi!
Ahh I see. It’s because your using ubermenu. Try adding this to your custom CSS.
.ubermenu-nav > li:nth-last-child(2) a { border-right: 1px solid #e1e1e1 !important; } .ubermenu-nav > li:first-child > a { border-left: 1px solid #e1e1e1 !important; }
Best regards,
ElliottHey!
We are talking about the homepage correct? One of the elements your using is breaking the layout for some reason. I didn’t want to edit them for you but I added a separator at the very end to fix the layout. Try removing the last color section you have set in that page to see if it goes back to normal. I know this wasn’t much help but let’s try that first to pinpoint the element that is causing the problem.
Cheers!
ElliottHi!
@kahangabriel, Make sure your using the latest version of the theme and deactivate all plugins while testing.@Kalid, I believe we solved your issue here, https://kriesi.at/support/topic/update-theme-big-mess-unable-to-edit-pages/. Please do not double post.
@jbaloun, You can find the changelog in the version.txt file included in the full download of Enfold. You can see which files and bugs were fixed there. I highly recommend updating to the latest version though.Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
Try adding this to your custom CSS.
.responsive .logo { width: 100% !important; } .responsive .logo img { transform: translate(-50%, 0px) !important; left: 50% !important; }
I think that should center it on smaller screens but if your still seeing issues then let us know and we’ll take another look.
Cheers!
ElliottHi Kalid!
You have quite a few plugins activated. Have you tried deactivating them? It’s common for plugins to break after a WordPress update.
I noticed your getting this error in your dashboard.
TypeError: postEdit.$connect_translations_dialog.dialog is not a function postEdit.$connect_translations_dialog.dialog({
After a google search it looks like it could be a problem with WPML, http://wpml.org/forums/topic/typeerror-postedit-connect_translations_dialog-dialog-is-not-a-function/.
I would try the steps outlined in that link to see if that gets rid of the error.
P.S. I really like the style and colors you used. Good job on the design.
Best regards,
ElliottHey connect4consulting!
Navigate to Dashboard > Enfold > Header > Extra Elements and make sure you have the “Append search icon to main menu” option checked.
Cheers!
ElliottHey farrdesign79!
Try this out.
.avia-menu-text { padding: 0px 10px !important; }
If your using the left aligned menu then switch the 0 and 10 values. If your still having problems then send us a link and take a screenshot highlighting what your trying to do so we can get a better idea.
Regards,
ElliottHi!
Try changing the code shown in that link to this.
function enfold_customization_add_portfolios_to_author_query($query) { if ($query->is_author) $query->set( 'post_type', array('portfolio', 'post') ); remove_action( 'pre_get_posts', 'custom_post_author_archive' ); } add_action('parse_query', 'enfold_customization_add_portfolios_to_author_query');
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
Thanks for posting your solution. Let us know if you have any other questions.
Best regards,
ElliottNovember 8, 2014 at 6:36 pm in reply to: How do I get rid of the text below the Leave a Comment section? #348191Hey farrdesign79!
Try adding this to your custom CSS.
.form-allowed-tags { display: none !important; }
Cheers!
ElliottHey icotom!
Your link is giving me a 404 but try adding this to your custom CSS.
.togglecontainer .taglist { text-align: center; font-size: 18px; }
Cheers!
ElliottHi!
I’m not sure what it looked like in the previous versions but to do that in the latest version there is an option in Dashboard > Enfold > General Layout. You’ll want to set it to use the stretched layout and you can set the maximum width in the Dimensions tab.
Cheers!
ElliottHi!
Send us a link to your product and we’ll take a look. You can mark your reply as private if you wish.
Cheers!
ElliottHi Sigrid!
1. You can change this in Dashboard > Settings > Permalinks. There is an option near the bottom for changing the portfolio items base.
2. I’m not sure if this is possible. If you remove the slug from the URL then wordpress will think it’s a child page of “leistungen”. You can try it (same section as question #1) but I think you will get 404 errors.
Regards,
ElliottHey cmconline247!
This would take a lot of time and code and would have to be considered custom work. It would be best to contact the plugin authors as they may have a solution already made.
Best regards,
ElliottHi Beni!
It looks like it could be inside a color section. Try removing it from the color section so it displays above. If your still having problems then send us a WordPress login and we’ll take a closer look. Be sure to mark your reply as private when including login information.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi Paul!
I tested this on my own site and it seems to work fine. Are all of your portfolio entries published and visible? Try deleting your .htaccess file and then save your permalinks to the default setting in Dashboard > Settings > Permalinks and check again to see if they display. If they do then try the post name permalink setting.
Also be sure to deactivate all plugins while testing.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
Please try this plugin out, https://wordpress.org/plugins/all-404-redirect-to-homepage/
Regards,
ElliottHi Torsten!
Can you send us a link so we can take a closer look? You can mark your reply as private if you wish.
Cheers!
ElliottHi j1980mac!
It looks centered on my end.
Are you talking about how it moves to the left when your logged in? Can you send us a login so we can take a closer look? Be sure to mark your reply as private.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
Switch to the default editor when editing your page and click on the magic wand in the tinyMCE editor to insert our layout shortcodes. You’ll want a 2/3 + 1/3 first and then do a 1/2 + 1/2. After the 1/2 + 1/2 gets inserted you’ll want to move it inside the 2/3 column so it’s nested.
When your done it should look like this.
[av_two_third first] [av_one_half first]1st column[/av_one_half] [av_one_half]2nd column[/av_one_half] Google map goes here [/av_two_third] [av_one_third]3rd column[/av_one_third]
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hey Luis!
Open up /enfold/includes/loop-index.php and on line 131 you should see this.
echo $title;
Add this on the next line.
echo get_post_meta( $post->ID, 'test', true );
And change “test” with the key of your custom field.
Cheers!
ElliottNovember 8, 2014 at 12:53 am in reply to: Menu link to open content in new lightbox (magnific popup) #348015Hey meanster99!
Try adding this to the bottom of your functions.php file.
add_action( 'wp_head', 'enfold_customization_add_magnific_handler' ); function enfold_customization_add_magnific_handler() { ?> <script type = "text/javascript"> jQuery(document).ready(function() { jQuery('a[rel=magnific]').magnificPopup({ type: 'inline', preloader: false, }); }); </script> <?php }
And then for your link make sure the rel attribute (the link relationship XFN you were referring to) is set to magnific and the URL is set to the ID of whatever element you want to display in the popup.
<div id = "form_popup" style = "color: white;">Testing</div> <a href = "#form_popup" rel = "magnific">Click me</a>
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hey KK!
The only settings to configure are the Woocommerce settings themselves which you can find in the plugin options in your dashboard. Be sure to check out the Woocommerce documentation, http://docs.woothemes.com/documentation/plugins/woocommerce/.
All you have to do is install it and create some products. You can create special product displays with our product grid and slider elements.
If you have a specific question about Enfold and Woocommerce then let us know.
Regards,
ElliottHey!
Hmm, it seems to be filling the whole area on my XAMPP setup. Can you send us a link so we can take a look?
Regards,
ElliottHi!
Try this.
<hr style = "width: 100px; height: 1px; color: white;" />
And make sure to type it out in the HTML / Video / Audio area.
As for snippets I do not know of any but you can find the LayerSlider documentation here, http://www.docs.purethemes.net/sukces/layerslider/documentation/documentation.html.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey fgrippe!
Your logo will always align to the top of your header so if you want to create some space around it then you can add that space to the top of your logo image. You can then navigate to Dashboard > Enfold > Header and select a custom header size to make it look even.
Regards,
ElliottHey hobart!
Try adding this to your custom CSS.
.breadcrumb { right: auto !important; left: 50px !important; } .entry-title { text-align: right; }
Regards,
ElliottHi jeffjorgy!
For now try creating your own product page and drag over the full width sub menu and also the product grid elements and save to see if it displays well.
I’ll add this to our bug list to see if we can get a fix worked out in the meantime.
Cheers!
Elliott -
AuthorPosts