Forum Replies Created
-
AuthorPosts
-
Hi Micheal0424!
That’s the portfolio grid element with the link handling option set to AJAX.
Regards,
ElliottHey!
For that you’ll need to open up /enfold/config-templatebuilder/avia-shortcodes/postslider.php and find line 289.
$post_class = "post-entry post-entry-{$the_id} slide-entry-overview slide-loop-{$post_loop_count} slide-parity-{$parity} {$last}";
And add this beneath it.
if ( is_sticky( $entry->ID ) ) { $post_class .= ' sticky'; }
And then use this CSS.
.sticky .entry-title:before { content: "Featured!"; } .sticky .entry-title { color: red !important; }
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
November 7, 2014 at 10:28 pm in reply to: Pictures in Gallery Display the abnormal size with others #347971Hey!
All of your images are 600 x 900 but your last picture is 600 x 375. It looks like it is being resized by WordPress. Try deleting it and re-uploading it and make sure you select it to display as fullsize.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey Ralph12!
The code your looking for is on line 164 in the /enfold/comments.php template.
comment_form();
You can surround it with an if statement and do some kind of check there.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi!
I viewed your link but your site is displaying fine for me. If your still seeing a black screen then try clearing your browser cache and any caching related plugins you might have installed.
Cheers!
ElliottHey Eleina_Shinn!
Try using the LayerSlider and set a height for the slider under the slider settings. You can set the height to 470px to mimic our demo.
Regards,
ElliottNovember 7, 2014 at 9:45 pm in reply to: Enfold boxed mode – menu divider/separator bookends #347957Hey Julie!
I believe that’s how it displays by default. Can you send us a link so we can take a look? You can mark your reply as private if you wish.
Cheers!
ElliottHi!
It looks like it could be a problem with Woocommerce and your server. Try this out, http://docs.woothemes.com/document/jquery-cookie-fails-to-load/.
I would go ahead and contact Woocommerce support if that does not help.
Best regards,
ElliottHi Micheal0424!
Try adding this to your custom CSS.
option { background: white !important; color: black !important; }
Regards,
ElliottHi der_mueller!
I would double check to see if your email address is correct. Please see here for troubleshooting, http://www.integratelecom.com/support/internetsupport/pages/email-failure-notice.aspx.
I would also get in contact with your hosting provider for more information.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi!
Try adding this to your custom CSS.
.av-upcoming-event-meta span { color: blue !important; } .av-upcoming-event-data h4 { color: red !important; } .vcalendar { margin-left: 0px !important; }
Cheers!
ElliottHi MLA18!
Navigate to Dashboard > Enfold > General Styling > Logo Area and there will be an option there called “Background Image” which you can use to upload a custom image for the header.
Or is this an adsense module your trying to add? If it’s just a normal image then you can use the previous mentioned option but if your trying to insert HTML or scripts then try adding this to the bottom of your functions.php file.
add_filter( 'ava_after_main_menu', 'enfold_customization_add_stuff_to_header' ); function enfold_customization_add_stuff_to_header(){ echo 'your code goes here'; }
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
November 7, 2014 at 8:56 pm in reply to: CONTACT FORMS STOPPED WORKING. PLEASE NEED HELP URGENTLY #347926Hey Carsten!
If emails are not being received then this is usually a problem with the server. Try installing this plugin, https://wordpress.org/plugins/wp-smtp/, and send a test email to see if it works. You can try contacting your hosting provider for help in configuring the SMTP settings.
Also double check that your email address is correct and that your spam settings are disabled while testing.
Regards,
ElliottHey elames!
Edit the page set to display as your homepage and delete the shortcode and insert it again with our advanced layout builder.
If your still having problems then try deactivating all plugins and then send us a WordPress login so we can take a look. Make sure to mark your reply as private.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hi!
It appears to be working fine on my end.
Try clearing your browser cache and any caching related plugins you might have installed and try sharing it again.
Best regards,
ElliottHey jusupof!
Try opening up /enfold/config-templatebuilder/avia-shortcodes/postslider.php and move lines 370 – 373,
$markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)); $output .= '<header class="entry-content-header">'; $output .= !empty($title) ? "<h3 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>" : ''; $output .= '</header>';
Down to line 389 so they display right above this,
$markup = avia_markup_helper(array('context' => 'entry_content','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup));
Cheers!
ElliottHi Mike-Hewett!
I only see one logo image and it also has a background image applied to it which must have been a customization you did. Go ahead and remove all customization and do this again, https://kriesi.at/support/topic/using-a-different-logo-size-on-mobile-devices-possible/#post-273450, and let us know when your done so we can see what it’s doing.
Cheers!
ElliottHey!
Try adding this to your custom CSS.
.ls-preloaded { width: auto !important; height: auto !important; }
And then update the top and left values in your layers to move them back to their original places.
Regards,
ElliottHey Luke86!
The related products display beneath the image and the description by default. Do you mean you want to have it display beneath the image but above the description and the add to cart button?
Go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.
Regards,
ElliottHi dweddell!
Please see here, https://kriesi.at/support/topic/adding-google-fonts-plural/.
Cheers!
ElliottHey 666666!
Try adding this to your custom CSS.
.avia_codeblock input, .avia_codeblock select { display: inline !important; }
Regards,
ElliottHi Babics!
Is this the button your referring to? http://www.wikihow.com/Add-a-StumbleUpon-Button
Where are you wanting to add it?
Regards,
ElliottHi emin!
When you edit the accordion element there is an option to enable sorting. On top of this though you will need to add a tag to each toggle.
Regards,
ElliottHey Austrianweb!
Navigate to Dashboard > Enfold > General Styling > Logo Area and there will be an option there called “Background Image” which you can use to change the background for the header. You can upload your own image to be used there as well.
Cheers!
ElliottHey Effektid!
Try adding this to your custom CSS.
.responsive .logo img { margin-top: 0px !important; }
Best regards,
ElliottHi same-d!
Did you make sure to check the “Hide on mobile devices” option?
Regards,
ElliottHey!
I did not test this but probably something like so.
/* CALL NEWS-POST @ HOME */ function recent_posts_function() { $args = array(‘cat’ => 1); $category_posts = new WP_Query($args); var $out = ''; if($category_posts->have_posts()) : while($category_posts->have_posts()) : $category_posts->the_post(); $out .= '<h1>'.get_the_title().'</h1>'; $out .= '<div class = "post-content">'.get_the_content().'</div>'; endwhile; else: $out = 'Oops, no news'; endif; return $out; } function register_shortcodes(){ add_shortcode(‘recent-posts’, ‘recent_posts_function’); } add_action( ‘init’, ‘register_shortcodes’);
This kind of customization is not included in our support though so if your still having problems then it would be best to hire a freelancer to code a shortcode for you.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey emin!
Your site is under maintenance mode but I think the CSS your wanting is something like this.
.container, #main, .sidebar, #footer { padding: 20px !important; }
You can find the CSS your looking for in the /enfold/css/grid.css and /enfold/css/layout.css stylesheets.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
I wasn’t able to test this out but try opening up /enfold/config-templatebuilder/avia-shortcodes/numbers.php and find lines 285 – 287.
$number = strip_tags(apply_filters('avf_big_number', $number)); $number = preg_replace('!(\D+)!','<span class="avia-no-number">$1</span>',$number); $number = preg_replace('!(\d+)!','<span class="avia-single-number" data-number="$1">$1</span>',$number);
And change them to this.
if(!preg_match('/(?i)msie [1-8]/',$_SERVER['HTTP_USER_AGENT'])) { $number = strip_tags(apply_filters('avf_big_number', $number)); $number = preg_replace('!(\D+)!','<span class="avia-no-number">$1</span>',$number); $number = preg_replace('!(\d+)!','<span class="avia-single-number" data-number="$1">$1</span>',$number); }
Cheers!
Elliott -
AuthorPosts