Forum Replies Created
-
AuthorPosts
-
Hi!
I’m not sure. I don’t see any differences in the code but it’s not liking webkit for some reason.
Try adding this to your custom CSS.
nav.main_menu, .social_bookmarks li, .social_bookmarks a { height: auto !important; }
Cheers!
ElliottHey roamingk!
You can change the archive and default blog layouts in Dashboard > Enfold > Blog Layout. It will be the first option you see. Change it to single author big preview pic to attain the same layout as your news page.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi user877!
First off comment out line 8 in /enfold/includes/helper-main-menu.php.
//if(isset($headerS['disabled'])) return;
And then add this to the bottom of your /enfold/functions.php file.
add_filter( 'wp_head', 'enfold_customization_display_cart' ); function enfold_customization_display_cart() { $headerS = avia_header_setting(); if( isset( $headerS['disabled'] ) ) { ?> <style type = "text/css"> #header_main .container { display: none !important; } .dropdown_widget { display: block !important; opacity: 1 !important; } </style> <?php } }
Cheers!
ElliottHi DJ!
Are you trying to do this? http://www.vervesearch.com/blog/how-to-implement-the-relpublisher-google-authorship-mark-up/
If so then try adding this to the bottom of your /enfold/functions.php file.
add_filter( 'wp_head', 'enfold_customization_add_header_meta' ); function enfold_customization_add_header_meta() { ?> <link rel = "publisher" href = "your URL goes here" /> <?php }
Regards,
ElliottHey Jaap!
First off go ahead and update Enfold to the latest version which is 3.0.2.
You provided a link to your shop page. You can assign widgets to your shop page in Dashboard > Appearance > Widgets by dragging some widgets over to the Shop Overview Page widget area.
If you have already done this and they are still not displaying then try deactivating all plugins and send us a WordPress login so we can take a closer look.
Best regards,
ElliottHey!
It looks like your still using version 2.8.1. Go ahead and completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. This will ensure that you have the latest version.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey jezd!
First do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, and then you can add a custom class to your elements.
And then add this to your custom CSS to center the elements.
.your_class { width: 50% !important; margin: 0px auto !important; }
Regards,
ElliottHey!
Try adding this to your custom CSS.
#footer .avia-content-slider { margin-top: 0 !important; } .avia-content-slider .slide-meta { display: block !important; }
Cheers!
ElliottHi simontwr!
Your sub menu background is displaying as orange for me so I’ll assume you figured this out. Let us know if you have any other questions.
Regards,
ElliottNovember 18, 2014 at 8:46 pm in reply to: I added the code to use Layout Builder in regular posts, but… #353231Hi!
Thanks for using Enfold. Please be patient and wait your turn in the queue and we’ll be with you as soon as possible.
I see your still using Enfold but I didn’t see any problems on your site. It looks like you edited your first post and removed the problem description. Let us know if we can help you out.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
November 18, 2014 at 8:42 pm in reply to: Featured image in Single author, big preview pic smaller and title above image #353229Hi!
I see, try this out.
#top .fullsize .template-blog .post .entry-content-wrapper > .big-preview { max-width: 120% !important; }
Best regards,
ElliottHey nunomiguelm!
Your trying to integrate mailchimp, https://wordpress.org/plugins/mailchimp-for-wp/installation/, correct? Go ahead and setup your form and send us a link and we’ll take a look. You can set your reply as private if you wish.
Best regards,
ElliottHey originaltours!
I can’t reproduce it on my XAMPP setup. First off try deactivating all plugins and check to see if it happens again. Also make sure WordPress and the theme are updated to their latest versions.
If your still having problems then send us a WordPress login and set your reply as private and we’ll take a closer look.
Best regards,
ElliottNovember 18, 2014 at 7:55 pm in reply to: Special Heading Individual Custom Font Sizing still not working #353208Hi solra93!
Right now you have them all set to H1 special headings. If you want to make them smaller you can switch them to H2 or H3, etc etc. Or if you want to make them bigger then navigate to Dashboard > Enfold > Advanced Styling and select the H1 element to increase it’s font size.
Best regards,
ElliottHi Akurgal!
Go ahead and send us a link to your site so we can take a look at the problem and CSS you used. You can mark your reply as private if you wish.
Cheers!
ElliottHi!
Your sliders are working fine for me except for the second slider with ID #1, “Enfold – most beautiful theme ever”, which your getting some javascript errors there. I’m not sure why, something must have gotten corrupted in the slide settings.
I think deleting that slider and creating a new one should fix the errors but if your still getting errors when saving then let us know which options your changing so we can try and reproduce the problem.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hey affilired!
Thanks for using Enfold.
Make sure Enfold is updated to the latest version (currently 3.0.2) and deactivate all plugins. If your still having problems then send us a WordPress login and set your reply as private and we’ll take a look.
Regards,
ElliottHey pixallus!
After you make your button view your page and then right click and view source and copy the HTML for your button. Something like this,
<div class="avia-button-wrap avia-button-center avia-builder-el-0 avia-builder-el-no-sibling "><a class="avia-button avia-icon_select-yes-left-icon avia-color-theme-color avia-size-small avia-position-center " href="#"><span data-av_iconfont="entypo-fontello" data-av_icon="" aria-hidden="true" class="avia_button_icon avia_button_icon_left "></span><span class="avia_iconbox_title">Click me</span></a></div>
You can then paste that into a codeblock element and then add a rel = “lightbox” to the link like so.
<div class="avia-button-wrap avia-button-center avia-builder-el-0 avia-builder-el-no-sibling "><a rel = "lightbox" class="avia-button avia-icon_select-yes-left-icon avia-color-theme-color avia-size-small avia-position-center " href="#"><span data-av_iconfont="entypo-fontello" data-av_icon="" aria-hidden="true" class="avia_button_icon avia_button_icon_left "></span><span class="avia_iconbox_title">Click me</span></a></div>
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey felix0220170!
I’m not sure I understand. If your using our contact form then the first field you see, “Your email address”, is wherever you want the mail to be sent to.
If your talking about the WP SMTP settings then it’s also your email address.
Cheers!
ElliottHi Bimdas!
Hmm, I clicked around on the portfolio grid but everything was linking correctly. The next and previous buttons are working as expected also. Not sure what to tell you here.
It’s the cutting service page correct?
Best regards,
ElliottNovember 18, 2014 at 7:21 pm in reply to: accordion slider Maximum call stack size exceeded error #353189Hey!
It looks like you removed it. I went ahead and added one in and played around with the settings but it seems to be working fine.
The error you were getting did have to do with an infinite loop but I can’t reproduce it on my XAMPP setup. Go ahead and add your accordion back in so we can take a look at the settings and images your using.
Cheers!
ElliottNovember 18, 2014 at 7:12 pm in reply to: how to make the portfolio grid same size on heigth #353181Hi paulchiao!
Try adding this to your custom CSS.
.grid-sort-container .grid-content { min-height: 120px !important; }
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi qqqq9999!
1. You can find that link in /enfold/framework/php/function-set-avia-frontend.php on line 499.
$logo = "<$headline_type class='logo'><a href='".$link."'>".$logo."$sub</a></$headline_type>";
2. You can find that link in /enfold/includes/loop-index.php on line 121.
$blog_meta_output = "<a href='{$link}' class='small-preview' title='{$featured_img_desc}'>".$slider.$icon."</a>";
3. I think your referring to the widget in your single post view. You can find that on line 536 in /enfold/framework/php/class-framework-widgets.php.
echo "<span class='news-time'>".get_the_time($time_format)."</span>";
4. This is on line 523 in the same file.
echo "<a class='news-link' title='".get_the_title()."' href='".$link."'>";
5. Try line 63 in /enfold/includes/helper-post-format.php.
$output .= " <a href='".get_permalink()."' rel='bookmark' title='". __('Permanent Link:','avia_framework')." ".$current_post['title']."'>".$current_post['title'];
Cheers!
ElliottNovember 18, 2014 at 6:48 pm in reply to: Question about found function to replace standard icon for posts in archive #353163Hi!
Try something like this.
add_action( 'pre_get_posts', 'enfold_customization_change_standard_icon' ); function enfold_customization_change_standard_icon() { global $avia_config; if ( is_tax() ) { $avia_config['font_icons']['business_profile'] = array( 'font' =>'fontello', 'icon' => 'ue8f6'); } else { $avia_config['font_icons']['business_profile'] = array( 'font' =>'fontello', 'icon' => 'ue923'); } }
And replace the icon codes with whatever you need.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi Pete!
Not sure what it could be. Can you send us a link so we can take a look? You can mark your reply as private if you wish.
Also be sure to deactivate all plugins while testing.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
November 18, 2014 at 6:15 pm in reply to: One Page Website jump link not working and image change #353134Hi!
1. I’m seeing the same thing in all browsers. Is your copy of IE updated?
2. I checked on an iPod and Nexus 7 tablet but the menu is working fine. It should be the same on an iPad. Try clearing your cache.
3. You did not have the full width or responsive under settings filled out in the LayerSlider options. I added them in for you.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hi tomascharles!
It looks like your trying to make the text display beneath each photo correct? In this case it would be best to use 1/3 column elements and place the team members picture and related text into each column. What you have right now with the grid row wouldn’t be feasible.
Here is a nice design on our demo which you may or may not want to use, http://kriesi.at/themes/enfold/pages/team/.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hi!
Would you like to do something like this? http://kriesi.at/themes/enfold-restaurant/menu/
You can use our catalogue element for that.
Cheers!
ElliottNovember 18, 2014 at 5:37 pm in reply to: Onepage links menu doesn't work when visiting the blog section #353103Hi druzes!
Not sure what it could be off the top of my head. Can you send us a link so we can get a better idea? You can mark your reply as private if you wish.
Best regards,
ElliottHi!
Try adding this to your custom CSS.
.avia-fullscreen-slider .caption_bottom .slideshow_caption { bottom: auto !important; top: 200px !important; }
If you only want to move it higher on mobiles then try this.
@media only screen and (max-width: 479px) { .avia-fullscreen-slider .caption_bottom .slideshow_caption { bottom: auto !important; top: 200px !important; } }
Regards,
Elliott -
AuthorPosts