-
AuthorSearch Results
-
November 11, 2016 at 4:15 pm #711223
In reply to: Letter spacing for special heading
Of course not my font is already 48px. I need spacing between letters.
This worked though :
#top.home .av-special-heading-tag {
letter-spacing: 10px;
}The problem is now that changes it for all headings h1,2,3 on home page. The other pages are fine though.
Why is so difficult to make this? Example h1 : KRIESI IS A NICE THEME. I want for this spacing like K R I E S I (something like this) the same for subheading and i want to control the padding between them.
I don’t want to compare theme but with Themify is very easy to do….November 11, 2016 at 3:59 pm #711202In reply to: iconbox border color
Hi,
use this code instead:
#top .iconbox { border: 2px solid red; }and adjust as needed.
Best regards,
AndyNovember 11, 2016 at 3:56 pm #711199In reply to: Sidebar Menu is not looking as it should
Hi,
use this code:
#top .main_menu .menu li { float: none; }Best regards,
AndyNovember 11, 2016 at 3:49 pm #711193In reply to: Avia Layout Editor Loading Forever
Hey!
It can be a server issue but the site is working on desktop. It’s a little difficult to debug because we don’t see any errors in the browser console. Please ask your hosting provider for the error logs if there’s any. And post the content of the .htaccess file on pastebin.com. We would like to check if the WP Super Cache’s configurations are still there.
Best regards,
IsmaelNovember 11, 2016 at 3:40 pm #711189Hey carlamurray,
social icons:
@media only screen and (max-width: 768px) { #top .social_bookmarks li a { font-size: 15px !important; }}Menu:
@media only screen and (max-width: 768px) { .header_color .main_menu ul:first-child > li > a { font-size: 10px !important; }}Logo:
@media only screen and (max-width: 768px) { .logo img { height: 50px !important; }}Secondary menu:
@media only screen and (max-width: 768px) { #top .sub_menu ul.menu li > a { font-size: 10px !important; }}Adjust media queries as needed.
Best regards,
AndyNovember 11, 2016 at 3:25 pm #711173Hey Jorge,
el texto ya parece abajo, como en tu pantalla. Lo puedes controlar con este codigo:
.term-description { top: 89%; }Best regards,
AndyNovember 11, 2016 at 3:01 pm #711163In reply to: Sub menu header
Hi,
you can adjust header meta witht his code:
#header_meta { height: 34px; }And adjust position of your layerslider with this code:
#layer_slider_1 { top: 26px; }Phone on mobile looks fine to me: http://i.imgur.com/9RcCoaS.png
Could you fix it already?Best regards,
AndyNovember 11, 2016 at 2:49 pm #711156In reply to: Masonry Layout Ordering
Hi!
I tried to reposition the portfolio items but I can’t get it to work like you wanted to. I’m sorry but I’m not sure if you can manually re-order the portfolio items based on the page attribute value because of the isotope script (http://isotope.metafizzy.co/). This script calculates the position of the masonry items automatically, regardless of the page attribute value. And it actually causes issues to the display order of the masonry items. Unfortunately, we don’t have any solution for it yet.
Best regards,
IsmaelNovember 11, 2016 at 2:23 pm #711143Hi jdannay!
Thank you for using Enfold.
1.) Please edit the images in the slider then set the “Image Position” to “Center center”. This is usually the best option for most images. Note the images in the slider is set as background and their background-size property is set to “cover” which means that it will force the image to cover the slider container. However, parts of the images might overflow outside the container in order to keep its aspect ratio.
2.) Did you install the Woocommerce plugin? It will display automatically if you installed the plugin. You can easily hide it with this css code:
@media only screen and (max-width: 767px) { .responsive #top .cart_dropdown { display: none; } }Regards,
IsmaelNovember 11, 2016 at 2:02 pm #711134In reply to: color section column at the top
Hey Robi,
Try to add this code in Quick CSS:
@media only screen and (max-width:767px) { .home #av_section_1 .av-special-heading { top: -35px; } }Just adjust the value as you see fit :)
Best regards,
NikkoNovember 11, 2016 at 1:55 pm #711133In reply to: Slider cut off on mobile
Hey!
I just want to remove the green header on the mobile !!
Do you want to hide the logo on mobile? We added this code in the Quick CSS field.
@media only screen and (max-width: 767px) { .home #wrap_all .av_header_transparency { background-color: transaprent !important; } .home #header_meta { background-color: #00bfb9 !important; } .home .logo { display: none !important; } .home #full_slider_1 { margin-top: 0; } .home .av_header_transparency #header_meta { border-bottom: 0; } .responsive.html_mobile_menu_tablet .container #advanced_menu_toggle, .responsive.html_mobile_menu_tablet #advanced_menu_hide { top: 40px; } }As for the caption on the iPhone 5c screen the caption has been moved to the top I prefer it in the middle however I am able to see the captions fully on the other sides.
And we adjusted the caption position with this css code.
@media only screen and (max-width: 767px) { .html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_caption { top: 10px; } }Best regards,
IsmaelNovember 11, 2016 at 1:39 pm #711127In reply to: Header mobile menu aktivation below 990px
Hi!
Thanks for your kind words :) The color is pre-defined in css, you can change the color by adding this code in Quick CSS:#top #wrap_all .social_bookmarks a:hover { background-color: green; }Just change the background color as you see fit. Hope this helps :)
Regards,
NikkoNovember 11, 2016 at 1:25 pm #711123In reply to: Letter spacing for special heading
Hey!
Try to change the code I gave to:
#top.home h1.av-special-heading-tag { font-size: 30px; }Let us know if it’s good :)
Best regards,
NikkoNovember 11, 2016 at 12:54 pm #711111Hey!
We added a custom script in the functions.php file that removes the href attribute of the link on desktop view. Please remove browser cache or hard refresh before checking the page.
Regards,
IsmaelNovember 11, 2016 at 12:41 pm #711103In reply to: How to include the searchbox in the mobile menu ?
Hi, I wrote the code I found on this post :https://kriesi.at/support/topic/search-icon-disappears-on-mobile-after-enfold-update-3-1-3/
And I desactivated my child theme and there was no search box on mobile.Louis
November 11, 2016 at 12:21 pm #711094In reply to: Body Background
Hi!
One solution is to decrease the width of the main container so that the background behind it is more prominent or create a background image with smaller clouds.
.responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header { width: 100%; max-width: 70%; }Cheers!
IsmaelNovember 11, 2016 at 12:12 pm #711087Topic: Pagination
in forum Enfoldratoli
ParticipantHi,
i have moved the category description to the bottom of the page and moved also the pagination above the description.add_action( 'woocommerce_after_shop_loop', 'enfold_customization_woo_pagination', 9); function enfold_customization_woo_pagination() { global $avia_config; if(isset($avia_config['dynamic_template'])) return; if(isset($avia_config['overview'] )) echo avia_pagination('', 'nav'); } add_action('woocommerce_before_shop_loop', 'remove_desk'); function remove_desk() { remove_action( 'woocommerce_before_shop_loop', 'woocommerce_taxonomy_archive_description', 11 ); } add_action( 'woocommerce_after_shop_loop', 'woocommerce_taxonomy_archive_description', 10 );http://botigo.de/produkt-kategorie/damen/shirts-tops/
How can I remove the “original” pagination ?
November 11, 2016 at 12:06 pm #711081In reply to: Letter spacing for special heading
Hey naxiand,
Try to use this code and add it to Quick CSS (located in Enfold > General Styling):
#top.home .av-special-heading-tag { font-size: 30px; }This should work on all special heading tags wether you use h1-h6. Hope this helps :)
Best regards,
NikkoNovember 11, 2016 at 11:32 am #711069In reply to: Using a font icon in templates
This is what I did now in the socket of http://www.der-prinz.de
/* START Pounding heart animation */
@keyframes color_change {
from { color: #999; }
to { color: #cc0000; }
}
@keyframes pound {
to { transform: scale(1.4); }
}.heart::before {
content: ” \e806 “;
font-family: entypo-fontello;
font-size: 13px;
position: relative;
top: 1px;
animation: color_change 1s infinite alternate, pound 1s infinite alternate;
display: inline-block
}
/* END Pounding heart animation */Thanks Guenni007 for pushing me into the right direction
November 11, 2016 at 11:14 am #711064In reply to: Remove logo leave menu only
Hi There,
I think found a solution. I added:.html_header_top.html_header_sticky.html_bottom_nav_header #main { padding-top: 50px !important; }
I haven’t looked at the tablet or mobile yet, I’ll get back to you if I need any help.
ThanksNovember 11, 2016 at 11:05 am #711061In reply to: sidebar logo icons
Hi,
Try adding this code in Quick CSS:
.sidebar_left .inner_sidebar { margin-right: 0; } #menu-sidebar-underholdning li a { border: 1px solid #e1e1e1; border-right: 0; border-left: 0; margin: 0 0 -1px; padding: 12px 16px !important; text-align: left; } #menu-sidebar-underholdning li:first-child a { border-top: 0; }Let us know if it’s good or still need any modification. :)
Best regards,
NikkoNovember 11, 2016 at 10:59 am #711058In reply to: Enfold – PHP 7 – White Page on Strato Hosting
Hey Maaster,
Try to check out this thread, I think your problem is similar: https://kriesi.at/support/topic/php7-0-compatibility/
Best regards,
NikkoNovember 11, 2016 at 10:54 am #711056Topic: Searchbox in woocommerce shoppingpage
in forum EnfoldLeemshop
ParticipantHi,
I’d like to have a searchbox at the top of the woocommerce shoppage, below the menu and above the dropdown buttons for number of products and order of products.
How can I get it there? It’s not a widget.
Thanks in advance for helping out.
Kind regards
GeertNovember 11, 2016 at 10:40 am #711051In reply to: Not receiving emails
Hey Mel,
Is there anything that’s changed or added before it stopped working? the login details you gave doesn’t seem to work. Can you also post the link to your contact form? I tried checking the contact page but it doesn’t have any.
Best regards,
NikkoNovember 11, 2016 at 10:38 am #711050Topic: Getting a video to load as a lightbox on the same page
in forum Enfoldhingex
ParticipantI am attaching a link to my site within. Youc an scroll to the section with the video which is “set the culture behind the company”.
Here you will see that i am using both video and image media elements. Both open up in the same window but redirect to Youtube instead of a light box.I followed the steps in this solution without luck – https://kriesi.at/support/topic/video-in-lightbox/
Thanks
November 11, 2016 at 10:30 am #711046In reply to: Using a font icon in templates
see here:
http://lea.verou.me/2012/12/animations-with-one-keyframe/
my code for the example page:
@keyframes pound { from, to { transform: none; } 50% { transform: scale(1.4); } } .heart::before { content: "\e806 "; font-family: entypo-fontello; font-size: 14px; position: relative; top: 2px; animation: pound .7s infinite alternate; display: inline-block }by the way on css you have to substitue the u in ue806 with that backslash – you find it by alt+shift+7
November 11, 2016 at 10:04 am #711038In reply to: Using a font icon in templates
a quick and dirty way is to place the text in this way:
made with <span class="heart">in</span> Germanyand place the heart with
.heart:before…you can see that on webers-testseite.de/ikom in the socket
code:.heart::before { content: "\e806 "; font-family: entypo-fontello; font-size: 14px; position: relative; top: 2px; }November 11, 2016 at 9:54 am #711035In reply to: Change body background image for specific pages
Hi,
Yes, try to use the add this code to Quick CSS (located in Enfold > General Styling):
html.html_boxed.html_entry_id_724 { background: url("NEW_IMAGE_HERE") top center no-repeat scroll; }Just replace NEW_IMAGE_HERE with the image you want to replace. If you want to apply it on other pages, you can copy the code and paste it, just replace 724 with the id of the page (for more information on how to find the page id: https://www.ostraining.com/blog/wordpress/how-to-find-the-page-id-in-wordpress/ ) and also replace it with new background. Hope this helps :)
Best regards,
NikkoNovember 11, 2016 at 9:33 am #711031Hi,
The stick header issue is caused by the code in Google Analytics Tracking Code (located in Enfold > Google Services), try removing the code and the issue should be fixed.
I have noticed this on Quick CSS:
h2.av-special-heading-tag { font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: bold!important; text-transform: uppercase; }I changed it to:
h2.av-special-heading-tag { font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: bold!important; text-transform: uppercase; }I just happened to check it just mentioned it here :) I think that code should work now on Special Headings. Regarding the Social Icons, is it the one on the footer? The problem is caused by this css code in Quick CSS (I just commented it out, you can still find it in Quick CSS):
[data-av_icon]:before { margin-right: 15px; }Also the bottom padding of the footer seems to be a bit too long 315px from this code:
#socket .container { padding-top: 15px; padding-bottom: 315px; }Hope this helps :)
Best regards,
NikkoNovember 11, 2016 at 9:07 am #711028In reply to: Change caption style for easy slider
Hey argusnet,
Try adding this code in Quick CSS (located in Enfold > General Styling), it should look the same except there’s no triangle:
#top .avia-slideshow-inner .avia-caption { background: #333; border-radius: 0; height: 60px; width: 100%; left: 0; bottom: auto; top: 100%; } #top .avia-slideshow-inner .avia-caption p { background: transparent; }Hope this helps :)
Best regards,
Nikko -
AuthorSearch Results
-
Search Results
-
Topic: Pagination
Hi,
i have moved the category description to the bottom of the page and moved also the pagination above the description.add_action( 'woocommerce_after_shop_loop', 'enfold_customization_woo_pagination', 9); function enfold_customization_woo_pagination() { global $avia_config; if(isset($avia_config['dynamic_template'])) return; if(isset($avia_config['overview'] )) echo avia_pagination('', 'nav'); } add_action('woocommerce_before_shop_loop', 'remove_desk'); function remove_desk() { remove_action( 'woocommerce_before_shop_loop', 'woocommerce_taxonomy_archive_description', 11 ); } add_action( 'woocommerce_after_shop_loop', 'woocommerce_taxonomy_archive_description', 10 );http://botigo.de/produkt-kategorie/damen/shirts-tops/
How can I remove the “original” pagination ?
Hi,
I’d like to have a searchbox at the top of the woocommerce shoppage, below the menu and above the dropdown buttons for number of products and order of products.
How can I get it there? It’s not a widget.
Thanks in advance for helping out.
Kind regards
GeertI am attaching a link to my site within. Youc an scroll to the section with the video which is “set the culture behind the company”.
Here you will see that i am using both video and image media elements. Both open up in the same window but redirect to Youtube instead of a light box.I followed the steps in this solution without luck – https://kriesi.at/support/topic/video-in-lightbox/
Thanks
