Forum Replies Created
-
AuthorPosts
-
Hi Special K!
If you already have Woocommerce installed then all you need to do is navigate to Dashboard > Appearance > Widgets and then drag some widgets over to the “Single Product Pages” widget area.
Cheers!
ElliottDecember 3, 2014 at 4:32 pm in reply to: Custom Widget Element in Layout-Builder doesn't show #362205Hey visualpro!
Are you sure that sidebar has some widgets set to it?
Go ahead and send us a WordPress login and we’ll take a look. Be sure to set your reply as private when including login information.
Regards,
ElliottHi jonself!
Go ahead and update WordPress to 4.0.1 and then Enfold to 3.0.4. This should fix the errors your getting.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Best regards,
ElliottHey kenhiltner!
It should be text-decoration: underline; like so.
#main p a, a.more-link { /*changing link colors*/ text-decoration: underline !important; color: #444444 !important; }Regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey killman68!
Try adding this to your custom CSS.
.logo, .logo a { overflow: visible !important; } .logo img { height: 400px; max-height: 400px !important; width: 200px; }And then play around with the values to change the size of your logo.
Regards,
ElliottDecember 3, 2014 at 4:19 pm in reply to: WordPress 4.0.1. – Enfold showing '(apostrophe) when using HTML code #362173Hi DigiDokters!
Updating to the latest version of Enfold, 3.0.4, should fix this. See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Cheers!
ElliottDecember 3, 2014 at 4:17 pm in reply to: Enfold Advanced Editor – I am unable to use the Text Box and Code Block #362171Hey!
Yes I would contact the plugin authors to see if they have any idea on what it could be. We may be able to pinpoint the problem from their suggestion.
Regards,
ElliottHey!
The code I posted seems to work fine in Firebug. Go ahead and add it back in so we can see what it’s doing.

Regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi bobbymarley25!
Your getting a javascript error. First try deactivating all plugins to see if that fixes it. If your still having problems then send us a WordPress login and we’ll take a closer look.
Regards,
ElliottDecember 3, 2014 at 12:31 am in reply to: Enfold Update | Can't Update Content and upload Pictures | Content Area to small #361872Hey Tom!
1. I’m getting this message when trying to upload an image.
Die hochgeladene Datei konnte nicht nach wp-content/uploads verschoben werden.What are the permissions set on your /wp-content/uploads/ directory?
2. You can change the maximum container width in Dashboard > Enfold > General Layout > Dimensions. You currently have it set to 1140px. Try increasing it a bit.
Regards,
ElliottHi lillebro!
Your wanting to make it black when scrolling? If so then add this to your custom CSS.
.header-scrolled .header_bg, .header-scrolled nav.main_menu a, .header-scrolled #header_meta { background: none repeat scroll 0 0 black !important; }Cheers!
ElliottDecember 3, 2014 at 12:12 am in reply to: Grid Rows don't listen to "Maximum Container width" #361866Hey hansmeiser!
In this case you would use the regular layout elements, 1/2 + 1/2, etc etc. They will display inside the main container and not split it like the grid_row.
Cheers!
ElliottHi Btina!
You would need to select the Testimonial Grid style with the Testimonial element, http://kriesi.at/themes/enfold/shortcodes/testimonials/.
Best regards,
ElliottHey!
I don’t see any links in your source code. Go ahead and add some in and we’ll take a look.
The CSS your wanting is probably something like this.
.menu > li > a { line-height: 20px !important; padding-top: 20px !important; }Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey twistedink!
Try increasing your memory, http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP.
If that does not help then turn on WordPress debugging and check your server error logs and paste any errors you see in a private reply here.
Also be sure to deactivate all plugins while testing.
Cheers!
ElliottDecember 3, 2014 at 12:00 am in reply to: Lightroom in Portfolio Masonry or Sortable Masonry Gallery #361857Hi amolson7!
Open up /enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php and change line 704 from this.
$this->loop[$key]['url'] = get_permalink($id);To this.
$this->loop[$key]['url'] = wp_get_attachment_image_src(get_post_thumbnail_id($id), apply_filters('avf_avia_builder_masonry_lightbox_img_size','large')); $this->loop[$key]['url'] = reset($this->loop[$key]['url']);That will have the masonry element images open in lightbox instead of linking to the post.
Cheers!
ElliottHey Ben!
Try deactivating all of your plugins. If that does not help then send us a WordPress login and we’ll take a closer look.
Regards,
ElliottHey Btina!
1. It looks like you have a custom styling for your H1 element. You’ll need to add that styling to this as well.
strong.main-title { }2. Try adding this to your custom CSS.
.sidebar hr { margin-bottom: 0px !important; }3. Unfortunately that would take a lot of time and code so it would have to be considered custom work. We’ll see about adding something like this in the future but for now you can try using the layout elements in between the color sections to create the same effect.
Best regards,
ElliottDecember 2, 2014 at 11:10 pm in reply to: How to make the sidebar collapsable/accordion/dropdown style? #361842Hi heinrichvk!
Try some of these plugins out, http://leadin.com/plugins/wordpress-collapsible/. It looks like that will take care of the styling you mentioned as well.
Best regards,
ElliottHey!
It’s because it’s the same color as your header. Try adding this as well.
@media only screen and (max-width: 479px) { .show_mobile_menu #advanced_menu_hide { color: white !important; } }Best regards,
ElliottHey djshortkut!
Is it the one where you have an ID set as “equipment”? You should be able to set a custom height for that color section. Send us a WordPress login and we’ll take a closer look.
You can also use this CSS to change just the logo element height.
#equipment .avia-content-slider-inner { height: 200px !important; }Best regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey jmccaig!
I see them on my end. Try clearing your browser cache after updating your page to see if you can see them.
Best regards,
ElliottHi!
Are you using jQuery? If so then you can target it like so.
jQuery('.logo > a').on('click', function(){ // do stuff here });Otherwise you can find it on line 499 in /enfold/framework/php/function-set-avia-frontend.php.
$logo = "<$headline_type class='logo'><a href='".$link."'>".$logo."$sub</a></$headline_type>";Best regards,
ElliottHi djshortkut!
That’s the icon box shortcode actually. When you edit the shortcode select the “Display a large icon above the title” style.
Regards,
ElliottHi!
It seems to be working fine on my XAMPP setup. Go ahead and update the WordPress SEO plugin to the latest version and deactivate all of your other plugins and then clear your browser cache.
If the titles are still not updating then send us a WordPress login and we’ll take a look. (you forgot to include a link)
Cheers!
ElliottHey Ralph12!
Send us a link and we’ll take a look. You can set your reply as private if you wish.
Cheers!
ElliottHey gregdickson!
Open up /enfold/includes/loop-index.php and change line 130 from this.
echo $title;To this.
echo '<span id = "anchor_'.get_the_id().'">'.$title.'</span>';That will add an ID to the title which you can link to.
Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey SonnyLife!
I’m sorry but I’m not sure I understand. The video shows you the exact steps needed to create that layout with the blank template.
Go ahead and take a screenshot and highlight what your trying to do and send us a link to your page and we’ll take a look.
Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey SonnyLife!
Try using a color section and then add three 1/3 elements inside it. You can set a background image on the color section.
Cheers!
ElliottDecember 2, 2014 at 10:09 pm in reply to: easy-media-gallery-pro doesn´t work with ENFOLD Theme #361801Hey!
Our filter features only work by tag or category right now. I don’t know of any plugins I can recommend.
If anyone else knows of a plugin they can recommend then please chime in. :)
Cheers!
Elliott -
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
