Forum Replies Created
-
AuthorPosts
-
Hi elames!
Unfortunately we do not support IE7 and we try our best to support IE8 and up but some features are not available on those older browsers. It would be best to have him update.
Regards,
ElliottHi hermelina!
Your probably wanting to change the maximum container width. There will be some padding to the main container so you probably won’t see any changes unless you change the maximum container width as well.
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.
Best regards,
ElliottHi!
Try opening up /enfold/framework/php/class-breadcrumbs.php and around line 306 you should see this.
if($post_type == 'portfolio') { $parents = get_the_term_list( $post_id, 'portfolio_entries', '', '$$$', '' ); $parents = explode('$$$',$parents); foreach ($parents as $parent_item) { if($parent_item) $trail[] = $parent_item; } }
Try adding this beneath it.
if($post_type == 'article') { $parents = get_the_term_list( $post_id, 'article_taxonomy', '', '$$$', '' ); $parents = explode('$$$',$parents); foreach ($parents as $parent_item) { if($parent_item) $trail[] = $parent_item; } }
And change “article_taxonomy” with whatever taxonomy you created.
Best regards,
ElliottHey rheinschwarz!
The latest version is 3.0.4. Go ahead and update and then try deactivating all plugins. If your still having the problem then send us a WordPress login and we’ll take a closer look.
Best regards,
ElliottHi!
Not sure what was going on there but I deleted the slide you had set and added a new one and it’s working now.
Cheers!
ElliottHi emin!
Navigate to Dashboard > Enfold > Advanced Styling and then change the background color for the “Main Menu sublevel links”.
Cheers!
ElliottNovember 28, 2014 at 11:18 pm in reply to: Modification help needed after upgrading from 2.9.2 to 3.0.1 #359947Hi MarcG5!
1. Add this to your custom CSS.
#header_main_alternate { border: 0px !important; }
2. It’s because your removing the padding in your custom CSS.
#top .title_container .container { min-height: 36px; padding: 0; }
3. I’m not sure what you mean about the menu wrapping. Take a screenshot and highlight what is going on so we can get a better idea.
Cheers!
ElliottNovember 28, 2014 at 11:11 pm in reply to: wp-content/themes/enfold/css/dynamic-css.php on line 772 #359944Hey!
I uploaded a fresh copy of the theme and your not getting the error anymore. Make sure to keep your WordPress theme folder tidy. It looks like you tried to extract Enfold inside your WordPress root directory at one point.
Cheers!
ElliottHey!
If you want to keep the circle shape then the background has to be set to a color, it cannot be transparent. For this you do not need any CSS. Just edit your icon list and switch to the colors tab and then set the icon background to white and the font color to black or gray, whatever you need.
Cheers!
ElliottHey!
You didn’t include a link so I tried logging in from the link in your profile but it’s not letting me in. Is the information correct?
Regards,
ElliottHi!
I’m not sure I understand. Take a screenshot and highlight what your referring to so we can get a better idea.
Are you trying to keep your images hosted on your old server but still display them on your new server by switching the URLs?
Regards,
ElliottHi Evgeny!
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete the theme before downloading + uploading a fresh copy.
If your still having the problem after doing the above then send us a WordPress login and set your reply as private and we’ll take a closer look.
Cheers!
ElliottHey!
Try dragging a codeblock element over to your content and add that inside.
Cheers!
ElliottHey enestedt!
I’m not really sure I understand but when viewing your source code it looks like you have a 3/4 + 1/4 and then another 1/4. I think what your wanting to do is add a separator element after the 3/4 + 1/4 but if that’s not correct then send us a WordPress login and take a screenshot highlighting what your trying to do so we can get a better idea.
Best regards,
ElliottNovember 28, 2014 at 10:28 pm in reply to: “Blog Single Author Small” with small preview image in the "handy-width", too #359917Hey sunshineh!
The excerpts will strip HTML and shortcodes out. What you’ll want to do is setup a custom excerpt. When editing your post look for the excerpt field and add your image and text inside it.
If you don’t see the excerpt field when editing your post then click on “Screen Options” in the top right hand corner and check it to display.
Regards,
ElliottHi deved!
Not sure if it was intentional but if you want to hide it everywhere then add this to your custom CSS.
.blog-author { display: none !important; }
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi secinverse!
Your currently using Enfold 2.9.2. Updating to the latest version, 3.0.4, should fix this.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Best regards,
ElliottHey opjacht!
Make sure you do not have any widgets in the “Display Everywhere” widget area. Your shop page will also display whatever widgets you have set in the “Shop Overview Page” widget area so you may just want to use that widget area instead of the default.
Cheers!
ElliottNovember 28, 2014 at 9:49 pm in reply to: Fullwidth slider images too big on computer, perfect on iPad #359901Hi kpolka!
You have the slider set to fullwidth so on large screens it’s going to upscale the image and make it blurry. You’ll want to use bigger images if your going to use a fullwidth slider.
You can see the image on our demo looks sharp because it is 1500 x 1500, http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/.
An alternative would be to display a slider that is not full width, http://kriesi.at/themes/enfold/homepage/home-v4-small-slider/.
Regards,
ElliottHey GoodGame!
I’m not sure if that would be possible because it’s a background image set to the HTML element. Try this plugin out, https://wordpress.org/plugins/wp-supersized/, it looks like you can set links to the background elements.
Cheers!
ElliottHey yudkoren!
1. + 3. That sounds kind of odd. Can you send us a link so we can take a closer look? You can set your reply as private if you wish.
2. You can use the blog posts element and have it display only one post. You can use it inside the column elements if you wish.
Best regards,
ElliottHey!
Try adding this to your custom CSS.
.toggler, .toggle_content { background: none repeat scroll 0 0 transparent !important; border: 0 none !important; padding-left: 0px !important; } .toggle_icon { display: none; } .toggler { color: blue !important; text-decoration: underline; }
Best regards,
ElliottNovember 28, 2014 at 9:32 pm in reply to: All of photos disappeared from published site but still remain in media library. #359891Hi!
I see the video and photos on your site. Perhaps you were using an older version but recently updated to 3.0.4. If your still seeing problems then clear your browser cache and any caching related plugins you might have installed.
Best regards,
ElliottHi heinrichvk!
Is this a plugin your using? https://wordpress.org/plugins/crayon-syntax-highlighter/
You shouldn’t add code to the textblock element. Instead use the codeblock element.
Go ahead and send us a link and we’ll take a look. You can set your reply as private if you wish.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hey ColinWalton!
I’m sorry but I’m not sure what your trying to do. Are you just trying to create links to your portfolio pages in your mega menu? If so then all you would need to do is add the portfolio page links over to your mega menu.
Go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.
Cheers!
ElliottHey kkwasniewski!
Try increasing the max_input_vars setting in your php.ini file. You can read more about it here, http://sevenspark.com/wordpress/menu-item-limit.
Best regards,
ElliottHey!
I still do not see them.
I checked your source code and they are not there so you most likely do not have them set in Dashboard > Enfold > Header.
They are actually links and not images so they do not need alt tags. See here, https://kriesi.at/support/topic/social-icons-alt-text/. If you want to change the title of the link though then you can see how in that thread.
Regards,
ElliottHey scottybowl!
Are you talking about the loading animation for the images? Try this out, https://kriesi.at/support/topic/remove-portfolio-animation/.
If it’s still not working then send us a link to your page so we can see what elements your referring to.
Regards,
ElliottNovember 28, 2014 at 8:56 pm in reply to: Mega Menu not working after update to Enfold 3.0.4 #359876Hi!
I didn’t change any settings so not sure what your talking about there. I just logged in again but it’s still the same problem.. you do not have any columns or links set for your mega menu.
Please watch the link in my previous post to learn how to create the menus.
Cheers!
ElliottNovember 28, 2014 at 8:44 pm in reply to: different menus, depending on whether a user is logged in or logged out #359868Hey!
I see what you mean now. Not sure why it’s not working for you.
Try adding it to the bottom of the functions.php file of the parent theme and then activate the parent theme to see what happens. Also be sure to deactivate all plugins while testing.
I tried the exact names and code in my XAMPP setup so there shouldn’t be anything wrong with the code.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
-
AuthorPosts