Forum Replies Created
-
AuthorPosts
-
Hi productid!
Send us a link to your page so we can get a better idea of what layouts your using, etc.
Best regards,
ElliottHey Luisgasser!
Send us a link to your page and take a screenshot highlighting exactly what your trying to do so we can get a better idea.
Cheers!
ElliottHey Giuliano!
So your trying to change the background of it correct? Add this to your custom CSS.
.avia-menu { background: darkblue !important; }
Regards,
ElliottHi rafke!
It looks like it’s responsive but there is just too much content in there to fit on a small mobile screen. Try adding this to your custom CSS.
@media screen and (max-width: 767px) { th strong { font-size: 8px !important; } }
Best regards,
ElliottHey 1039 Online!
Try deleting lines 293 – 391 in the /enfold/includes/loop-index.php file.
<article class="entry"> <header class="entry-content-header"> <h1 class='post-title entry-title'><?php _e('Nothing Found', 'avia_framework'); ?></h1> </header> <p class="entry-content" <?php avia_markup_helper(array('context' => 'entry_content')); ?>><?php _e('Sorry, no posts matched your criteria', 'avia_framework'); ?></p> <footer class="entry-footer"></footer> </article>
Regards,
ElliottJanuary 30, 2016 at 2:55 am in reply to: Enfold – Black boxes in frontend and backend when scrolling. #574871Hey Slavisa!
I don’t see it on my end. Is Firefox updated? Are you using some extensions / add-ons for the Firefox browser? If so then try disabling them to see if they are causing the issue.
This is most likely unrelated but you need to update Enfold as well. Your using 3.1.5 but the latest version is 3.4.7.
Best regards,
ElliottHi lkane!
There are no options for that currently. What you can do though is hide the main menu on that page and use our fullwidth submenu element beneath the slider in the layout builder.
Cheers!
ElliottJanuary 30, 2016 at 2:50 am in reply to: Scrollable menu of categories and search box with categories #574869Hey Cenabarato!
That’s going to take a lot of time and code to implement so it would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
Best regards,
ElliottHi Anna Christina!
When you edit the page set the header to display as “no transparency” and then add this to your custom CSS.
.header_bg { background: rgba(255,255,255,0.7) !important; }
Cheers!
ElliottJanuary 30, 2016 at 2:41 am in reply to: Need a larger Thumb size in the admin Modal edit window for Slideshows #574867Hi martypao!
Can you send us a link to your page and take a screenshot highlighting the options your referring to so we can get a better idea?
Regards,
ElliottHi kvpacs!
You can set a blank text widget to the column if you want it to be blank.
Regards,
ElliottHey hookedonweb!
Do you still get the errors when the default theme is activated?
Best regards,
ElliottHi sitesme!
Add this to a codeblock element in the page.
<style type = "text/css"> #footer .widget { margin: 0px !important; } </style>
Cheers!
ElliottHey whmcreative2!
You can change the blog style in Dashboard > Enfold > Blog Layout. The archives will take on the same style.
Cheers!
ElliottHey Jehu!
I had no problems editing your about page. Is there a certain page your having issues with?
Best regards,
ElliottHi bryan1976!
That’s a pretty large logo. It should have no issues on retina screens. It could probably be scaled down some more to help optimize its download speed actually.
Regards,
Elliott- This reply was modified 8 years, 10 months ago by Elliott.
Hi sundialstudios!
A color section is a fullwidth element and any time you use a fullwidth element the sidebar is always going to display beneath it. So with what your doing you would need to set the layout as fullwidth no sidebar. You can use the “Widget Area” element to simulate a sidebar.
Best regards,
ElliottHi crevlon!
Send us a WordPress login and we’ll take a closer look.
Best regards,
ElliottJanuary 29, 2016 at 4:17 am in reply to: Quick CSS to define a small distance from the logo to the side edge #574285Hey Nicoletta_DUS!
Are you trying to move your logo over? If so then you could use this CSS.
.logo { left: 20px; }
If that’s not what your trying to do then take a screenshot and highlight your intentions so we can get a better idea.
Regards,
ElliottHey!
Well, that is a pretty old version so you may need to update via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
If you see the automatic update section in Dashboard > Enfold > Theme Update then you can try that.
Regards,
ElliottHey jelle!
That’s setting a margin on the span surrounding the HR. You need to reduce the margin on the HR itself.
Send us a link to your page and we’ll take a look.
Regards,
ElliottHi!
If your using some browser add-ons / extensions then try disabling them to see if they are causing the weird behaviour.
Regards,
ElliottHi!
Use this CSS if you only want it to happen on large screens.
<style type = "text/css"> @media screen and (min-width: 767px) { .av_one_full { position: absolute !important; bottom: 0px !important; } } </style>
Regards,
ElliottHey!
Like I said it’s around line 340 in the /enfold/css/grid.css file.
@media only screen and (min-width: 768px) and (max-width: 989px) {
You can play around with the 768 and 989 values to make it break on different sized screens.
Best regards,
ElliottHey Nicoletta_DUS!
Your site is asking for a password.
Best regards,
ElliottHey montyburns!
In that case you should use the product list element instead of the product grid.
Cheers!
ElliottHi KellyKilgallon!
Do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, and then you can copy the shortcodes you used in the page and then paste it into your other website.
Cheers!
ElliottHi Smaskit6!
Your talking about the portfolio grid element? Unfortunately no, it will only use posts. Perhaps your wanting the Masonry Gallery element or the regular Gallery element.
Cheers!
ElliottHey!
Add this to your custom CSS.
li#menu-item-2170 a { font-size: 22px !important; }
Cheers!
ElliottHi!
I just see a blank white space until the video is downloaded and displayed. You can enable our preloader in Dashboard > Enfold > Theme Options to give it some time to download for the user.
Cheers!
Elliott -
AuthorPosts