Forum Replies Created
-
AuthorPosts
-
Hey!
No Bill, it is not in documentation. Alternatively you can create your blog page like any other page and choose “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)” in Blog Style in Enfold theme options > Blog Layout that should work as well. So you would not need to add custom CSS code
Cheers!
YigitSeptember 4, 2014 at 5:18 pm in reply to: Change color on menu in header menu when is in mobile #313467Hi!
You can post a temporary login here privately and keep your website in maintenance mode.
Best regards,
YigitHi macrunner!
No it is not. It is LayerSlider. Revolution slider is compatible with Enfold but it is not bundled. Please contact plugin author for more information.
Best regards,
YigitHi!
We cannot see the screenshot. Please upload it in Dropbox public folder or imgur.com
Best regards,
YigitHey!
I am viewing in Chrome as well. Have you tried flushing browser cache or checking your website in incognito mode (CTRL+Shift+N for Win and CMD+Shift+N for Mac)?
Best regards,
YigitHey!
This is how it looks on my end – http://i.imgur.com/3CE1DyX.png
Can you post a screenshot and show how it looks on your end and how it should look?Best regards,
YigitHi candice_287!
Please try deactivating all active plugins and check if that helps.
You are also not using the latest versions of Enfold and WPMLBest regards,
YigitHi goforyourdreams!
Please add following code to Quick CSS
@media only screen and (max-width: 768px) { #advanced_menu_toggle, #advanced_menu_hide { display: block!important; }}Cheers!
YigitHey Effektid!
Yes, 1/6 would be very small. However, feel free to request it here – https://kriesi.at/support/enfold-feature-requests/
Regards,
YigitHi!
Please change the second to following one
.header_color .header_bg, .header_color { background-position: 50% 100%; }Regards,
YigitSeptember 4, 2014 at 3:18 pm in reply to: Changing ordering of Blog Post categories (masonry layout) #313417Hey!
You can also try using this plugin if you do not want to go into coding – https://wordpress.org/plugins/post-types-order/
Best regards,
YigitHi George!
Please go to Enfold/includes folder and open comments.php file and change the string as needed
Regards,
YigitHi wieslander!
Please contact Kriesi using contact form here – http://kriesi.at/contact
Regards,
YigitHi codecreative!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) { .responsive .logo a, .responsive .logo img { max-width: 90%; height: auto !important; float: left; margin-top: 5px!important; }}Cheers!
YigitSeptember 4, 2014 at 2:38 pm in reply to: How to add a money pound symbol to list item icons #313399Hi Claire!
Thank you :)
Please see – http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/Cheers!
YigitHi!
Please add following code to Quick CSS
.avia-content-slider .slide-image img { margin: auto; } .header_color .header_bg, .header_color { background-position: 50% 65%; }Cheers!
YigitHey!
Thank you for your kind words :) You have a nice website there!
I am closing this topic for now, if you have any other questions or issues, feel free to start a new one :)Cheers!
YigitSeptember 4, 2014 at 2:24 pm in reply to: Revolution Slider has vulnerabilities – is it integrated in Enfold? #313388Hi adrianwackernah!
Revolution slider is compatible with Enfold but not bundled with it. You are going to need to use it as a standalone plugin.
Please also see Peter’s post here – https://kriesi.at/support/topic/revolution-slider-3/#post-310537Regards,
YigitHey!
You are welcome Peter, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Regards,
YigitHey!
Please try de-activating all active plugins and check if that helps.
Best regards,
YigitSeptember 4, 2014 at 1:42 pm in reply to: Links Not Underlined Within Pages Created by Text Elements #313369Hey!
Please add following code to Quick CSS as well Bill
.entry-content a { text-decoration: underline; }Cheers!
YigitHi!
Please add following code to Quick CSS
1-div#header_main_alternate { background: #2d5c88; background: -moz-linear-gradient(top, #2d5c88 0%, #ebebe2 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d5c88), color-stop(100%,#ebebe2)); background: -webkit-linear-gradient(top, #2d5c88 0%,#ebebe2 100%); background: -o-linear-gradient(top, #2d5c88 0%,#ebebe2 100%); background: -ms-linear-gradient(top, #2d5c88 0%,#ebebe2 100%); background: linear-gradient(to bottom, #2d5c88 0%,#ebebe2 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d5c88', endColorstr='#ebebe2',GradientType=0 ); border:none; } .html_header_top.html_header_topbar_active.html_header_sticky.html_large.html_bottom_nav_header #top #main { padding-top: 182px; } .av-main-nav > li > a { border: none!important; color: white!important; }3-
.tab[data-fake-id="#tab-id-1"] { background-color: red; } .tab[data-fake-id="#tab-id-2"] { background-color: orange; color: white !important; } .tab[data-fake-id="#tab-id-3"] { background-color: blue; }Best regards,
YigitSeptember 4, 2014 at 1:22 pm in reply to: Revolution slider in fullscreen mode doesnt display correctly on mobile #313363Hey!
You have following code in Quick CSS
@media only screen and (max-width: 767px) { .responsive.html_header_transparency #main { padding-top: 0 !important; margin-top: -170px; }}please change it to following one
@media only screen and (max-width: 767px) { .responsive.html_header_transparency #main { padding-top: 0 !important; margin-top: 0; }}Best regards,
YigitHi!
Please try following code instead
.blog-meta span.iconfont:before { display: none; } .blog-meta span.iconfont { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; }Cheers!
YigitHi!
Have you migrated your database? If so, please see – https://kriesi.at/support/topic/iconbox-icons-not-displaying-correctly/#post-312922
Regards,
YigitHey thjnk_ag!
Can you post the link to your website so we can check what type of header you are using?
P.S.: Upcoming version of Enfold will make it easier to adjust menu items. If it is not urgent for you, i would suggest you to wait approximately 2 weeks. It would be more reliable for sure.Best regards,
YigitHi tharzzan!
Please try re-updating Enfold to the latest version 2.9.2 via FTP and make sure to overwrite all files – http://vimeo.com/67209750
Best regards,
YigitSeptember 4, 2014 at 1:05 pm in reply to: menu: space between main-item and sub-item after changing position of menu #313354 -
AuthorPosts
