Forum Replies Created
-
AuthorPosts
-
Hi!
It’s not letting me login. Is the information correct?
Regards,
ElliottHey!
Just wherever you want it to display.
<div class = "post-entry"> <a href = "URL to your fullsize image"> <img src = "URL to your thumbnail image" /> </a> </div>Regards,
ElliottHey Richard!
Around line 1165 in the /enfold/css/layout.css you should see this.
#top #wrap_all .av-social-link-rss:hover a{color:#fff; background-color:#ffa133; } #top #wrap_all .av-social-link-facebook:hover a{color:#fff; background-color:#37589b; } #top #wrap_all .av-social-link-twitter:hover a{color:#fff; background-color:#46d4fe; } #top #wrap_all .av-social-link-mail:hover a{color:#fff; background-color:#9fae37; } #top #wrap_all .av-social-link-dribbble:hover a{color:#fff; background-color:#e44885; } #top #wrap_all .av-social-link-linkedin:hover a{color:#fff; background-color:#419cca; } #top #wrap_all .av-social-link-search:hover a{color:#fff; background-color:#222222; } #top #wrap_all .av-social-link-gplus:hover a{color:#fff; background-color:#de5a49; } #top #wrap_all .av-social-link-behance:hover a{color:#fff; background-color:#008cfa; } #top #wrap_all .av-social-link-flickr:hover a{color:#fff; background-color:#ff0086; } #top #wrap_all .av-social-link-forrst:hover a{color:#fff; background-color:#234317; } #top #wrap_all .av-social-link-myspace:hover a{color:#fff; background-color:#000000; } #top #wrap_all .av-social-link-tumblr:hover a{color:#fff; background-color:#345574; } #top #wrap_all .av-social-link-vimeo:hover a{color:#fff; background-color:#31baff; } #top #wrap_all .av-social-link-youtube:hover a{color:#fff; background-color:#a72b1d; } #top #wrap_all .av-social-link-pinterest:hover a{color:#fff; background-color:#cb2027; } #top #wrap_all .av-social-link-skype:hover a{color:#fff; background-color:#12a5f4; } #top #wrap_all .av-social-link-instagram:hover a{color:#fff; background-color:#a67658; } #top #wrap_all .av-social-link-five_100_px:hover a{color:#fff; background-color:#222222; } #top #wrap_all .av-social-link-soundcloud:hover a{color:#fff; background-color:#F76700; } #top #wrap_all .av-social-link-xing:hover a{color:#fff; background-color:#006567; } #top #wrap_all .av-social-link-vk:hover a{color:#fff; background-color:#597BA5; } #top #wrap_all .av-social-link-reddit:hover a{color:#fff; background-color:#FF4500; }Remove the :hover on each line to have the background color display all the time.
And you can increase their font size with this CSS.
.social_bookmarks a { font-size: 15px; }Best regards,
ElliottHey shirtandsimple!
I haven’t tested it out yet but try adding a “?rel=0” to the end of your youtube URL. If your using the av_video shortcode I’m not sure if it’s going to work. You can click on the embed button when viewing the video on youtube and copy the code to use and paste it inside your page content instead.
Cheers!
ElliottHey Michael!
You can change the default font size in Dashboard > Enfold > General Styling > Fonts. Are you trying to change the line height as well?
Regards,
ElliottSeptember 10, 2015 at 5:25 pm in reply to: Breadcrumb on sub pages do not show on Google Structured Data Testing Tool #501203Hey!
This is what I’m seeing for both of your links.
Cheers!
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hey!
That’s for the Gallery. For the Masonry use this.
.av-masonry-entry figcaption, .avia-arrow { background: green none repeat scroll 0 0 !important; }Regards,
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
September 10, 2015 at 5:19 pm in reply to: Listing of blog posts centered when not using sidebar in portfolio #501196Hi Elise!
Set the page to display a sidebar and then hide it via CSS. That will give the posts the left aligned style like your wanting. If your not sure of the CSS then go ahead and set the sidebar and let us know when your done and we’ll take a look.
Cheers!
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hi j_arendall!
Before we get into that. How are you planning on making this responsive? If you resize the browser screen down you will see that menu breaks and looks bad.
Are you just wanting to hide it on smaller screens and display the responsive menu instead?
Cheers!
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
September 10, 2015 at 5:10 pm in reply to: Cannot use "less than" sign in my Enfold tables without breaking the page #501183Hey netb!
You will need to type out the ASCII code each time or you can use the default editor for this.
What I would do is just keep a copy of all of the code in a text file and edit it there and then paste it into the area when your done.
Cheers!
ElliottSeptember 10, 2015 at 5:04 pm in reply to: Re-position and edit Header Phone Number/Extra Info #501175Hi Fionadee!
Add this to your custom CSS.
.phone-info { float: none !important; left: 50%; position: relative; transform: translateX(-25%); }Cheers!
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
September 10, 2015 at 5:01 pm in reply to: Portfolio Prev & Next Buttons – switch left to right #501171Hi Hell13raiser!
Try this out, https://kriesi.at/support/topic/reverse-the-order-of-the-blog-post-side-flyout-tabs/#post-441768.
Cheers!
ElliottHey researchtools!
Add this to your custom CSS.
.avia-menu-fx { display: none !important; } .sub-menu { border-top-color: transparent !important; }Best regards,
ElliottHi lenalavendel!
Try adding this to the bottom of your functions.php file.
add_action( 'wp_footer', 'enfold_customization_more_scripts' ); function enfold_customization_more_scripts() { ?> <script type = "text/javascript"> jQuery(document).ready(function(){ jQuery('.show_details_button').attr('target', '_blank'); } </script> <?php }Cheers!
ElliottHi!
It’s kind of complex. Here is an example, http://stackoverflow.com/questions/10735423/how-to-triggerclick-on-jquery-tabs-currently-active-tab. It would probably be best to hire a freelancer to help you out with it.
Regards,
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hey erusko!
Add this to your custom CSS.
#menu-item-search > a { padding-left: 20px !important; padding-right: 20px !important; }Regards,
ElliottHi LeonNiel!
You can do that with the accordion element in the “Content Elements” tab of the layout builder. There is an option for enabling sorting when you edit the element. Make sure to add tags to each toggle as well.
Cheers!
ElliottHey!
Try adding this to your custom CSS.
@media screen and (min-width: 767px) { .logo img { top: 20px !important; } }Cheers!
ElliottHi Matt!
I checked your link but they look fine on my end. The full width easy slider (which is what your using) will always display the image in 100% width and the height will change to compensate. So I assume you got it sorted. If your still having trouble then take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Best regards,
ElliottHey!
Hmm, not sure what it could be. I activated Enfold instead of your child theme and I noticed that your site seems to “freeze up” for 2 – 3 seconds after the page is loaded.
Also, your getting a bunch of 404 errors on some images such as “small-factory-home.png, small-factory-about.png, etc etc”. I was looking through your markup but couldn’t figure out where they were coming from. Any ideas?
Regards,
ElliottHi jaroljmek!
We may add some more to the default icons in the future. You can add your own by following this tutorial though, http://kriesi.at/documentation/enfold/custom-social-icons/.
Cheers!
ElliottHey jaroljmek!
It looks nice.
I’m not really sure what you mean by this though.
Is it possible to tell the smaller screens to display the Colour Section Background Image above the Text Block in a similar way that you can when using Grid Rows (the Mobile Behaviour option)?Can you take a screenshot and highlight exactly what your trying to do so we can get a better idea?
Best regards,
ElliottHey!
Should be working now.
.iconbox_icon { width: 30px !important; height: 30px !important; line-height: 30px !important; font-size: 20px !important; }Cheers!
ElliottSeptember 10, 2015 at 4:07 pm in reply to: Breadcrumb on sub pages do not show on Google Structured Data Testing Tool #501116Hey avwebmaster!
I fetched both of the links you provided but they both validated successfully, no errors.
Regards,
ElliottHi!
I don’t see an easy way of going about that unfortunately. We could give it a fixed position via CSS but if you want it to continue scrolling then some custom javascript would be required. It would be best to hire a freelancer to help you out with this customization.
Regards,
ElliottHey GailSabol!
Try playing around with the CSS on line 3218 in the /enfold/css/shortcodes.css file.
.av-hover-grow{overflow: hidden; } .av-hover-grow img { -webkit-transition: all 1.7s cubic-bezier(0.230, 1.000, 0.320, 1.000); transition: all 1.7s cubic-bezier(0.230, 1.000, 0.320, 1.000); }The 1.7s refers to the speed in seconds.
Best regards,
ElliottHi kacemahmed!
You tried this? https://kriesi.at/support/topic/social-sharing-on-galleries-enfold-v-3-0-2/#post-344775
Best regards,
ElliottHi codecreative!
Add this to your custom CSS.
.header-scrolled nav.main_menu a { color: grey !important; }Best regards,
ElliottHi!
Try adding this to your custom CSS.
#customer_details .form-row { clear: none; } #billing_postcode_field { float: left; }#billing_state_field { clear: none; float: right; }Regards,
ElliottHey granatazar!
Add this to your custom CSS.
.avia-gallery .image-overlay { background: green !important; }Cheers!
Elliott -
This reply was modified 10 years, 4 months ago by
-
AuthorPosts
