Forum Replies Created
-
AuthorPosts
-
Hey changegroup!
Add this to your custom CSS.
@media screen and (max-width:767px) { .single .template-page { padding-top: 10px !important; } .single .av-special-heading-h3 { margin-top: 10px !important; } }Best regards,
ElliottHi haddahardy!
Try this out instead.
<script type=”text/javascript”><!– jQuery(document).ready(function() { jQuery('.timer').countTo({ from: 0, to: 2487, speed: 3500, refreshInterval: 50, onComplete: function(value) { console.debug(this); } }); }); //–></script>If it’s not working then send us a link to the page and we’ll take a quick look.
Regards,
Elliott-
This reply was modified 10 years, 7 months ago by
Elliott.
Hey raymondleever!
Add this to your custom CSS.
.avia-content-slider-inner * { background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; }Best regards,
ElliottJune 26, 2015 at 4:23 pm in reply to: Link to content section is not what I want but I need an anchor #465045Hey Luc!
Instead of using a codeblock element try creating a color section and give it an ID of “tel”. That will make it scroll nicely and take in to effect the fixed header size.
Regards,
Elliott-
This reply was modified 10 years, 7 months ago by
Elliott.
Hey Mario!
The way to fix that would be to use separate color sections and it looks like you already figured it out. Let us know if you have any other questions.
Best regards,
ElliottHi georgesociel!
I don’t know of any plugins I can recommend. For the text size switcher you could try implementing something like this, http://www.programming-free.com/2013/12/increase-decrease-font-size-jquery.html.
Regards,
ElliottHi ufonyk!
I viewed your link but it looks fine to me. I didn’t see anything out of the ordinary. Are you referring to the wp admin bar that displays when your logged in? Can you take a screenshot and highlight what is going on so we can get a better idea?
Regards,
ElliottJune 26, 2015 at 3:51 pm in reply to: Adding category name to the slide-meta on the blog page #465029Hey communi_cat!
Please see here, https://kriesi.at/support/topic/display-date-category-blog-posts-grid-layout/#post-389032.
Regards,
ElliottHi Nathan!
Add this to your custom CSS.
.toggle_content { background: white !important; }Regards,
ElliottHey!
You could try using this function, https://codex.wordpress.org/Function_Reference/get_the_terms, with the entry ID and check for a category.
Best regards,
ElliottHey!
Looks like you forgot the link and screenshots. Get those added and we’ll take a look.
Make sure that compatibility view is turned off and that zoom is set to 100%.
IE is very strict when it comes to your markup so it would be good to run your site through this, https://validator.w3.org/, and work through any errors it gives you.
Best regards,
ElliottHey!
You currently have it set to “ue800”. Try “\e800” like in my example.
Cheers!
Elliott-
This reply was modified 10 years, 7 months ago by
Elliott.
Hey Jana!
Did you add some custom CSS to give the logo some top padding?
If your not sure then add this to your custom CSS to fix it.
.logo { padding-top: 0 !important; }Regards,
ElliottHi Hansnmgn!
Your feed is working fine for me. If your wanting to display it as a list somewhere on your site then yes you could find a plugin for it or use the default “RSS” WordPress widget.
If your just wanting to link to it from somewhere on your site then you could add it as a social icon in your header, Dashboard > Enfold > Social Profiles.
Regards,
Elliott-
This reply was modified 10 years, 7 months ago by
Elliott.
Hey khjeun1!
You can do this in Dashboard > Enfold > Advanced Styling. Add a new rule for the “Main menu sublevel links” and it will give you options for all of the styling you need to do.
Best regards,
ElliottJune 25, 2015 at 5:47 pm in reply to: Lightbox shortcode only working in Chrome/Mac not Firefox/Mac or Safari/Mac #464636Hi endoradigital!
The video is not loading for me. Instead of using
https://youtu.betry thehttp://www.youtube.com/format.Regards,
ElliottHi!
Are you sure that it’s coming from your domain? If so then it would be best to contact your hosting provider about this to see what they recommend. It does not look like it’s coming from our contact form.
Regards,
ElliottHi!
Try dragging a codeblock element to your page content and add this inside.
<style type = "text/css"> @media screen and (max-width: 767px) { .ls-l > span { font-size: 20px !important; } } </style>Regards,
ElliottHi!
That’s the Masonry element. Edit your page and drag the Masonry element to your content to get it to look like that. If you have a blog page set in Dashboard > Enfold > Theme Options then navigate to Dashboard > Enfold > Blog Layout and for the blog style set it to “Use the advanced layout editor”.
Cheers!
ElliottHi LBITT!
Are you trying to get the left aligned header like in the photography demo? http://kriesi.at/themes/enfold-photography/
If so then navigate to Dashboard > Enfold > General Layout and select “Left Sidebar” for the “Logo and Main Menu” setting.
Regards,
ElliottHey cerelogic!
I don’t think you can change that. If you do then it will give you a 404 when you click on it. Perhaps there is a plugin out there that will let you do this but I do not know of any that I can recommend.
I really don’t think it’s a big deal but if your worried about it then consider creating a separate author account to post with and leave the admin account for other purposes.
Best regards,
ElliottHey!
To recreate that page you would just add the Masonry element to your page content and then add a “landscape” or “portrait” tag to your posts if you want them to span an extra column or row.
I checked your link again and it looks like that is what your currently doing.
Cheers!
ElliottHey dhuet!
Try adding this to your child theme functions.php file.
add_action( 'avia_before_footer_columns', function(){ dynamic_sidebar('footer_top'); });And then create a new widget area in Dashboard > Appearance > Widgets called “footer_top”.
Best regards,
Elliott-
This reply was modified 10 years, 7 months ago by
Elliott.
Hey!
It’s probably compatible, you can contact the plugin authors to be sure. As always make sure to create a backup before updating to be sure. Some other plugins you can try is the W3 Total cache or WP Super cache.
Cheers!
ElliottHey Egorro!
Sorry for the trouble. A quick fix you can do here is use the !important override to make sure your CSS gets applied.
a { color: red !important; }Regards,
ElliottHey frankeee!
Maybe something like this?
style = "max-height: 90px; display: block;">If that’s not what your trying to do then send us a link to your site and take a screenshot highlighting your intentions.
Best regards,
ElliottHey blankonblank!
I checked your link but it looks fine to me. Did you get it sorted? If your still having trouble then take a screenshot and highlight what your seeing so we can get a better idea.
Regards,
ElliottHey Aleksandrs!
So on mobile your wanting it to stick to 2+ columns instead of one? We do not have any options for this currently but it sounds like a good idea. Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest we’ll probably see something get added in a future update.
Best regards,
ElliottHey rapabon1!
It looks like your typing that out manually. Set the URLs of the images to float left.
<a href="/wp-content/uploads/2015/05/RPabonTC121707.pdf" target="_blank" class="alignnone" style="float: left; margin: 0px; padding: 0px; display: inline-block; position: relative; overflow: hidden;float: left;"><img class="alignnone wp-image-392" src="/wp-content/uploads/2015/05/RPabonTC1217071_sm.jpg" alt="Read Leading Complex IT Projects: The Bottom Line - Part I" width="50" height="65"><span class="image-overlay overlay-type-extern"><span class="image-overlay-inside"></span></span></a>Best regards,
ElliottHey DHsolutions!
Go ahead and send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Also, it looks like you forgot the screenshots.
Regards,
Elliott -
This reply was modified 10 years, 7 months ago by
-
AuthorPosts
