Forum Replies Created
-
AuthorPosts
-
Hey MadRhino!
Which shortcode are you using? If it’s the image shortcode then you can remove the link and the styling in the shortcode options.
If your using HTML to insert your own images then add a class of “noLightbox” to the link and image so it does not open in the magnific popup automatically.
If your using a specific shortcode then send us a link to your page so we can take a look.
Cheers!
ElliottJanuary 6, 2015 at 11:46 pm in reply to: Enfold Theme not responding, cannot update via WordPress since WordPress update #375912Hi arudzinski!
You most likely need to update Enfold. See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
The latest version is 3.0.4. Also be sure to deactivate all plugins while testing.
Cheers!
ElliottHey Sujohn!
Try adding this to your custom CSS.
#wrap_all { border-left: 30px solid red; border-right: 30px solid red; }If that’s not working then send us a link to your site and we’ll take a look.
Cheers!
ElliottHey wolfdogg!
You’ll need to use the advanced layout editor. If you already inserted the shortcode into your content in the default editor then it will need to be rebuilt.
Cheers!
ElliottHey dlvennie!
Add this to your custom CSS.
span.avia-menu-text { text-align: center; }Cheers!
ElliottHi Antonio!
The first post was already set to private but the other two were not. I went ahead and removed the login information from all posts.
Regards,
ElliottHey nigdowser!
If your using Woocommerce then you can setup credit card and paypal payment options automatically, no need to use extra plugins or extensions.
Send us a link and we’ll take a look but keep in mind that third party plugins are outside the scope of our support.
Best regards,
ElliottHi!
Send us a WordPress login and we’ll take a closer look.
Cheers!
ElliottHey youtea!
You should have the comments and the date displayed there. Are you disabling them in Dashboard > Enfold > Blog Layout?
The categories customization is kind of bordering on custom work but I looked into it anyway. Try opening up /enfold/includes/loop-index.php and find line 177.
if(!empty($cats))Add this above it.
$post_categories = wp_get_post_categories( $the_id ); $cats = ''; foreach($post_categories as $c){ $cat = get_category( $c ); $cat = get_categories( 'child_of='.$c ); foreach ( $cat as $ca ) { $cats .= '<a href = "'.get_category_link($ca->ID).'">'.$ca->name.'</a>'; } }Best regards,
ElliottHey Tobias-B-Conrad!
I added Yigit’s code to your Quick CSS field and it appears to be working fine. If that’s not correct then take a screenshot and highlight what your trying to do so we can get a better idea.
Regards,
ElliottHi alanboyle5355!
It’s the “entry_without_sidebar”.
Best regards,
ElliottJanuary 6, 2015 at 10:35 pm in reply to: How to enable the Enfold "Theme Options" for editors? #375875Hey ocetechnologies!
Try this plugin out, https://wordpress.org/plugins/members/. Just keep giving the editors more capabilities until it shows up.
Regards,
ElliottHey Peter!
If your not using Enfold version 3.0.4 then update and deactivate all plugins to see if it does the same there.
If your still having the problem after doing those two steps then send us a WordPress login and we’ll take a look.
Best regards,
ElliottHi!
If you use the default editor it will but I do not know of a way to do this with the advanced layout editor. Since it gets added via AJAX there is probably a function that needs to get called. I’m not sure if it’s possible but if it is it would most likely take a lot of time and code to troubleshoot so it would have to be considered custom work. If it’s a must need feature then you can try hiring a freelancer to help you out with customizing that.
Best regards,
ElliottHey!
It looks fine on my end. Take a screenshot and highlight what your seeing.
Best regards,
ElliottJanuary 6, 2015 at 10:02 pm in reply to: Randomising the Images in a fullscreen slider element #375865Hey!
Our devs are looking into it.
Regards,
ElliottHi!
Did you try the plugin out that I listed in my previous post? After installing the plugin navigate to Dashboard > Tools > Localization and then click the edit button under the Enfold section to change the texts.
Are you sure your WordPress language is set to de_DE? http://codex.wordpress.org/Editing_wp-config.php#Language_and_Language_Directory
Cheers!
ElliottHi!
@limedrop, Are you receiving emails from the two plugins I listed in my previous post? Have you contacted your hosting provider?Regards,
ElliottHi!
Try opening up /enfold/single.php and find line 47.
<!--end content-->Add this above it.
<?php avia_social_share_links(); ?>Regards,
ElliottHey!
Open up /enfold/css/grid.css and you can find the column widths and margins starting on line 197. What your wanting to do is reduce the margins and add that amount to the widths.
Best regards,
ElliottHi!
Update Enfold to the latest version, 3.0.4, and then send us a link to your page and take a screenshot highlighting what your trying to do.
If your just wanting to disable the responsive features then you can turn that off in Dashboard > Enfold > General Layout > Dimensions.
Best regards,
ElliottHi!
Add this to your custom CSS.
.av-image-caption-overlay { position: absolute; height: 20px !important; bottom: 0px !important; }Regards,
ElliottHey!
Open up /enfold/config-templatebuilder/avia-shortcodes/postslider.php and find line 372.
$output .= !empty($title) ? "<h3 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>" : '';Add this beneath it.
$output .= $permalink;Best regards,
ElliottHi!
Make sure you have some widgets set in the “Sidebar Blog” widget area in Dashboard > Appearance > Widgets.
Regards,
ElliottHey!
I tried setting it up on my XAMPP setup but I cannot reproduce the problem. Send us a link when you go live and we’ll take a look.
Cheers!
ElliottJanuary 6, 2015 at 9:01 pm in reply to: How to invoke lightbox from image but show different content in Lightbox? #375838Hey!
Yes, we have code set which will grab the prettyPhoto tag also.
Best regards,
ElliottJanuary 6, 2015 at 9:00 pm in reply to: Enfold Anchor links on mobile, fullscreen slider IE behavior #375836Hi!
Completely delete the theme before downloading + uploading a fresh copy from themeforest and then add the code to the bottom of your functions.php file again.
Regards,
ElliottHey!
Try commenting out line 273 in /enfold/functions.php.
//wp_enqueue_script( 'wp-mediaelement' );Cheers!
ElliottJanuary 6, 2015 at 7:59 pm in reply to: Enfold Testimonial Slider (Compact) Has Strange Slide Transition #375816Hi!
Hmm, the only difference I see between them is that your text is italic. The transitions are displaying the same for me. What browser and operating system are you using?
Best regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
Hi schuttjon!
For the tabs drag a grid row element to your page and add the tabs inside it so it will span the full width of the screen.
For the video add this to your custom CSS.
.mejs-offscreen, .mejs_offscreen { display: none !important; }Regards,
Elliott -
This reply was modified 11 years ago by
-
AuthorPosts
