Forum Replies Created
-
AuthorPosts
-
Hi!
It looks like you have some CSS in your child theme that is trying to change it to the “Lobster” font.
.av-special-heading-tag { font-family: "Lobster", !important; }
But for this to work you have to have Lobster selected somewhere in Dashboard > Enfold > General Styling. Otherwise the font file will not be loaded on the frontend.
I think an easy fix would be to set Lobster to the “H6” element in Dashboard > Enfold > Advanced Styling since it is rarely used. You should then be able to use it in your custom CSS.
Cheers!
ElliottHey!
I’m talking about this, https://rules.ssw.com.au/rules-to-better-google-analytics-reports, where you can see each page and how many views they are getting. If your talking about something else then take a screenshot and highlight what your referring to so we can get a better idea.
Best regards,
ElliottDecember 9, 2015 at 5:13 am in reply to: How to make the sort menu in a masonry element sticky? #549467Hi!
Switch it to this.
.av-masonry-sort { position: fixed !important; z-index: 400 !important; width: 100% !important; top: 80px !important; }
Cheers!
ElliottHey!
I’ll go ahead and flag this for the rest of our team to take a look as I don’t have an iOS device to test on.
Regards,
ElliottHi!
1. That’s for you.
2. Yes
3. I explained that here, https://kriesi.at/support/topic/enfold-seems-to-add-cache-disabling-headers/#post-546655. We have no idea on which pages you use the portfolio grid shortcode on and if a portfolio post was navigated to from a page or from an external source so sessions are required to track that.
If you do not want to use them then just use this, https://kriesi.at/support/topic/enfold-seems-to-add-cache-disabling-headers/#post-548162.
Regards,
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hi!
I visited the link you provided here, https://kriesi.at/support/topic/help-with-blogpost-layout-please/#post-548169.
If that’s not where the problem is then send us a link to the exact post that is having the issue and take some screenshot showing how to replicate the problem so we can get a better idea.
Have you contacted the plugin author yet? Please note that we do not support third party plugins but we try and help as much as we can.
Regards,
ElliottHi Eric!
Hmm, you could try creating a menu using only custom links and add the URLs to them manually. The IDs should not be set then. I do not think we have any plans on changing it.
There is also this, http://kriesi.at/documentation/enfold/changing-the-menu-on-mobiles/, which lets you set a different menu on mobile. I’ll let Kriesi know and maybe we’ll see an option get set in the future.
Regards,
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hey!
First off create a new topic and then send us a link to the page and take a screenshot highlighting the exact changes your trying to do and we’ll see if we can help you out.
Best regards,
ElliottHey!
Your login is not working for me, can you check it?
Try adding it in like this.
echo "<article class=' here-is-a-test-class ".implode(" ", get_post_class('post-entry post-entry-type-'.$post_format . " " . $post_class . " ".$with_slider))."' ".avia_markup_helper(array('context' => 'entry','echo'=>false)).">";
Regards,
ElliottHey jesseaborden!
Add this to your custom CSS.
<style type = "text/css"> #after_masonry { display: none !important; } a.av-masonry-pagination.av-masonry-load-more { top: 0px; margin: 20px; margin-right: 0px; } </style>
Regards,
ElliottDecember 9, 2015 at 4:35 am in reply to: Modify my website to be similiar to Theme Demo Enfold Construction #549439Hey RosRiver!
Send us a link to your page so we can get a better idea of what your trying to do. You can set your reply as private if you wish.
Regards,
ElliottHey Taryn!
You can add this to a codeblock element in the page.
<style type = "text/css"> #av_section_1 { background-size: 100% 100% !important; } </style>
To make sure it uses 100% of the image but of course this is going to look distorted on smaller screens. I think you will want to use the fullwidth easy slider instead of the fullscreen slider for this image.
Regards,
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
December 9, 2015 at 4:28 am in reply to: RTL Style problem in tablet mode (columns are not in order) #549436Hey Sadegh!
I don’t see an easy way of fixing this. I suppose you could reverse the order and then use CSS to make them float the other way on desktop but it’s probably going to take a bit of CSS work.
You could create a copy of the page and reverse the order and send us a link and we’ll see if we can give you some CSS to use.
Regards,
ElliottHey stefanswebdesign!
Try adding this to your custom CSS.
.yotpo .pull-left { width: 100% !important; }
Cheers!
ElliottHey DAFSCHOOL!
You would have to add them in some way. We cannot code that in automatically.
It would be best to hire a freelancer to help you out with this customization or you might be able to find a plugin more suited for this to use.
Best regards,
ElliottDecember 9, 2015 at 4:21 am in reply to: Box at the bottom of the page | register box does not fit | socket #549432Hi pandafxx!
Is that a plugin your using? Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Best regards,
ElliottHi TheElear!
If your using a child theme then you can place it in the child theme stylesheet, “style.css”. If your not using a child theme then you can place it in the Quick CSS in Dashboard > Enfold > General Styling or in the /enfold/css/custom.css stylesheet.
Best regards,
ElliottHey SDUS!
First off please update WordPress to the latest version. Also, it looks like your using Enfold 3.1.2 so that will need to be updated as well.
Let us know when your done and we’ll take another look.
Cheers!
ElliottDecember 9, 2015 at 4:16 am in reply to: Woocommerce Shop Overview sidebar appearing under content on product archives #549428Hi Burberry21!
It looks fine on my end. Try clearing your browser cache. If your using a caching plugin then be sure to clear it as well.
Cheers!
ElliottHey druzes!
Install this plugin, https://wordpress.org/plugins/wordpress-seo/, and then when you edit a post click on the SEO “Social” tab and set the image you wish to use.
Cheers!
ElliottHi dweddell!
Hmm, it’s hard to tell what you mean here. Can you take a screenshot and highlight the exact areas your trying to change the background on?
Cheers!
ElliottDecember 9, 2015 at 4:12 am in reply to: Footer widgets on Homescreen don't move underneath each other in mobile view #549425Hi BenniRi!
Your link is giving me a 404. I took a look around your site but they appear to be stacking correctly on mobile.
Cheers!
ElliottHey tredition!
Try adding this to your custom CSS.
.av-special-heading { overflow: visible !important; }
Best regards,
ElliottHey DrorDayan!
Are you using a caching plugin? If so then try clearing it’s cache.
If you cannot drag any of the menu items around then it’s probably a javascript error. Make sure your using the latest version of Enfold, 3.4.4 and make sure all plugins are deactivated while testing.
Best regards,
ElliottHey denis-lvov!
Try adding this to your child theme functions.php file.
add_action( 'wp_head', 'enfold_customization_header_scripts' ); function enfold_customization_header_scripts(){ ?> <!– Facebook Pixel Code –> <script> !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version=’2.0′;n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,’script’,’//connect.facebook.net/en_US/fbevents.js’); fbq(‘init’, ‘1046255645406204’); fbq(‘track’, “PageView”);</script> <noscript><img height=”1″ width=”1″ style=”display:none” src=”https://www.facebook.com/tr?id=1046255645406204&ev=PageView&noscript=1″ /></noscript> <!– End Facebook Pixel Code –> <?php }
Cheers!
ElliottHi temasito_1!
Try one of these plugins out, https://kriesi.at/support/topic/enfold-update-4/#post-537880, to clear the WP transients and try “check manually” button again.
Regards,
ElliottHey FabelMedia!
Well it’s not correct HTML but you could try adding the link inside as the title text.
<a href = "URL" rel = "lightbox">Here is the title text</a>
If that does not work then another option could be that you right click your page and view the source and copy all of the HTML for the iconlist and paste it inside a codeblock element in your page and then add the link in manually that way.
Best regards,
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hey schenkco!
I don’t think it will look very good if you keep the three columns even on mobile. The paragraph widths will be very small and annoying to read so it would be best to use the regular columns to create that layout.
If you need it to stay on three columns even on mobile though then use the “Grid Row” element with 3 cells and add your content in that way. It should keep it’s layout on smaller screens instead of stacking on top of each other like the regular columns.
Cheers!
ElliottHi schenkco!
Make sure your using the latest version of Enfold, 3.4.4.
Cheers!
ElliottHey mleite1!
Please see here, https://kriesi.at/support/topic/warning-session_start-function-session-start-help-asap-please/.
Best regards,
Elliott -
This reply was modified 9 years, 7 months ago by
-
AuthorPosts