-
AuthorSearch Results
-
January 17, 2014 at 7:14 am #211050
In reply to: disable responsive menu
Hey!
Please use this to remove the mobile menu:
@media only screen and (max-width: 968px) { .responsive #top .mobileMenu { display: none !important; } }Remove browser cache then reload the page a few times.
Best regards,
IsmaelJanuary 17, 2014 at 7:11 am #211048In reply to: Mobile Search Bar
Hey!
Add this on Quick CSS:
@media only screen and (min-width: 767px) { #searchform { display: none; } }Use this to adjust the searchbar position:
@media only screen and (min-width: 767px) { #top #searchform { position: absolute; top: 90px; } }Best regards,
IsmaelJanuary 17, 2014 at 6:43 am #211037In reply to: Customizing buttons?
Hey!
Did you use the button element or shortcode? You change the text color using this on Quick CSS:
#top .main_color .avia-button.avia-color-theme-color, #top .main_color .avia-button.avia-color-theme-color:hover { color: blue; }Change the button background using this:
.main_color .avia-color-theme-color { background-color: red; }There are lots of tutorial on how to create a custom button. We need to see the button that you designed.
Best regards,
IsmaelJanuary 17, 2014 at 6:32 am #211032In reply to: layerslider stopped working
Hi sivanrevivo1!
The theme’s default LayerSlider plugin does not support shortcodes. You need to install it as a standalone plugin. You can purchase it on codecanyon. Please use the Advance Layout Builder if you want the layer slider.
Regards,
IsmaelJanuary 17, 2014 at 5:54 am #211016In reply to: Add a new custom font
Hi Kvanto!
Please locate this code on functions.php, you can find it at the very top:
global $avia_config;Below, add the google font filter:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['PT Sans Narrow'] = 'PT Sans Narrow'; $fonts['PT Sans'] = 'PT Sans'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['PT Sans Narrow'] = 'PT Sans Narrow'; $fonts['PT Sans'] = 'PT Sans'; return $fonts; }Cheers!
IsmaelJanuary 17, 2014 at 5:04 am #211011In reply to: Animate in effect for other elements??
Hi!
Although that is integrated into the theme for animated elements via javascript I couldn’t really tell you how to piggyback onto it. I’ll tag the topic for Kriesi and Peter who may be able to help but with how busy the forums are right now customization like that may not be possible to assist with as its already outside the scope of what we should be covering through support.
Cheers!
DevinJanuary 17, 2014 at 5:04 am #211010In reply to: bbpress and full width masonry
See my update:
Update: You can recreate this issue when you create a Private Forum using BBPress. If all your forums are public everything works fine, but once you create a private forum the Blog Grid and Blog Masonry Layouts stop functioning for entire site for visitors. Registered users will not see any issues. The only way to restore this issue that I know of is to restore the BBPress or to make the forum all public again.
-
This reply was modified 12 years, 2 months ago by
Jay.
January 17, 2014 at 4:11 am #211000In reply to: bbpress and full width masonry
I have the similar issue…but will both masonry and grid content for blog (other format seems to work).
When I unable the BBPress Forum plugin none of the enfold short code blog elements are displayed for visitors, but they work fine for registered users. Here is an example: http://visualwilderness.com/
On this page there needs to be portfolio grid…and it is not there. When I deactivate the BBPress the Grid comes back.
Update: You can recreate this issue when you create a Private Forum using BBPress. If all your forums are public everything works fine, but once you create a private forum the Blog Grid and Blog Masonry Layouts stop functioning for entire site.
-
This reply was modified 12 years, 2 months ago by
Jay.
January 17, 2014 at 3:44 am #210998Hi Frigno!
Have you tried this one https://kriesi.at/support/topic/horizontal-ruler-between-blogposts-on-main-blog-page/#post-209157
It should work because you are adding hr element under each article.
And have tried flushing browser cache after applying css codes provided in other solutions?Cheers!
YigitJanuary 17, 2014 at 3:17 am #210976In reply to: Dropdownliste main menu
Hi Isabell!
Please post temporary login credentials here privately. Your website is under construction and we cannot see the content
And add following code to Quick CSS to make changes you showed in footer sectionspan.news-thumb { border: none; padding: 0; } .image_size_widget .news-thumb img { width: 36px; height: 36px; } #socket { border-top: none; }Regards,
Yigit-
This reply was modified 12 years, 2 months ago by
Yigit.
January 17, 2014 at 12:37 am #210948Topic: Add a new custom font
in forum EnfoldKvanto
ParticipantHi,
I tried to add new Google fonts: PT Sans Narrow and PT Sans. A both with cyrilic.
I used instruction from this topic. I added both parts of the code from this topic.
After adding the first part, I did not see the new font in the font selection in Styling.
After the second part of the code instead of admin panel opens a blank white page.
I use a network of sites. Maybe is it make a problem?January 17, 2014 at 12:04 am #210938In reply to: How to adjust height of header
So sorry to be so confusing! I have a client that changes his mind a lot. I truly appreciate all your help. Can’t thank you enough!
I edited the avia.js css as you said but didn’t know what change to make to the code you posted earlier, so I don’t see any changes. But don’t want you to spend more time on it, so unless it’s some easy code you know on top of your head I will keep it static.
Again thank you so, so much!!
Best,
RubieJanuary 16, 2014 at 11:36 pm #210932Topic: Royal Slider issues
in forum Enfoldjtree5757
ParticipantHey guys,
So from my understanding Royal slider isn’t supported in the Enfold theme, correct?
Is there a trick to get this working though? I’m trying to use a slider in a laptop, but the pics won’t display.
The laptop is there, but there s only text that link to the pretty photo modal window. The text is the title of the pics.I’m hoping it will be an easy fix like “turn off pretty photo” or something like that????
Thanks
January 16, 2014 at 11:09 pm #210922In reply to: How to adjust height of header
Hey!
You earlier said and i quote “Also, right now the header bar shrinks while I move down the page. How can I make it static?“.
Customization you asked was beyond the scope of support we can provide but i wanted to finish what i started but it is getting more and more complicated..
To achieve what you would like, you need to make some changes on the code i posted earlier and go to wp-content\themes\enfold\js folder and open avia.js file and findel_height = $(elements).filter(':first').height(), isMobile = 'ontouchstart' in document.documentElement, scroll_top = $('#scroll-top-link'), set_height = function() { var st = win.scrollTop(), newH = 0; if(st < el_height/2) { newH = el_height - st; header.removeClass('header-scrolled'); } else { newH = el_height/2;to
el_height = 156, isMobile = 'ontouchstart' in document.documentElement, scroll_top = $('#scroll-top-link'), set_height = function() { var st = win.scrollTop(), newH = 0; if(st < el_height/1.5) { newH = el_height - st; header.removeClass('header-scrolled'); } else { newH = el_height/1.5;Cheers!
YigitJanuary 16, 2014 at 10:51 pm #210917Topic: Search Not Working
in forum Enfoldmcuria
ParticipantWhen text is entered in the search box in the top level navigation, search results appear in the drop down … but if you click “view more results” or the search button … no results display on the results page.
“stereology” is an example term ….
January 16, 2014 at 9:14 pm #210891In reply to: Increase space between Header and Advanced Layer
Hi DiamondLights!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.avia-layerslider { padding-top: 50px; }Best regards,
YigitJanuary 16, 2014 at 8:58 pm #210880Topic: Centering words in mobile menu dropdown
in forum EnfoldEstland
ParticipantOn the mobile menu, is there a way to use CSS to center the words? I tried:
/* mobile dropdown menu */ #top .header_color select{ background: url("images/bg_button.jpg") repeat-x scroll 0 0 #82624b; color: #fff; font-size: 18px; text-align: -moz-center; text-align: -webkit-center; text-align: center; }And although that centers the text when using Firefox on my mac with a narrow browser window, it still left aligns on Mobile Safari on iOS.
Link to screenshot
https://www.evernote.com/shard/s3/sh/d8db3c95-4726-4cad-8358-d9c82ad32c18/08b3c4c095d9ebb453ce7a23841e2602URL of site:
http://heartland.estlandpreview2.com/-
This topic was modified 12 years, 2 months ago by
Estland. Reason: added screenshot
January 16, 2014 at 8:49 pm #210874Topic: layerslider stopped working
in forum Enfoldsivanrevivo1
ParticipantHi I created layerslider for the header and it was working. when i work with the default editor and add shortcode the frontend shows the shortcode as regular text. (i don’t want to work with the layout builder) .
i am having problems adding the layerslider to the homepage using shortcode.
the instructions of adding the slider to the functions.php are not detailed enough.January 16, 2014 at 8:46 pm #210871In reply to: Reduce height of header area
Thanks for the fast reply. I accomplished this a different way, and want to make sure this is ok. I added this custom code to the Quick CSS to shrink the header area of the fixed header with social icons:
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 88px; line-height: 88px; } .fixed_header.social_header #main{ padding-top:119px; }My site is at redcom.wpengine.com
January 16, 2014 at 8:25 pm #210860In reply to: Reduce height of header area
Hi mgerenser!
Please refer to this post and set header height to 90 instead of 200 https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
Regards,
YigitJanuary 16, 2014 at 8:18 pm #210859In reply to: How to adjust height of header
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.logo, .logo a, .logo img { max-width: 156px!important; } #header_main .container, .header_color .main_menu ul:first-child > li > a { height: 156px!important; line-height: 156px!important; } .fixed_header #main { padding-top: 156px; }Regards,
YigitJanuary 16, 2014 at 7:39 pm #210851In reply to: Problems adding a custom logo
Hey . . . thanks for your quick response. I added that but now I notice more issues when the display width is reduced . . . the menu pushes in to the logo and in a narrow display for the phone there is extra space and the logo is not centered.
Don’t take this wrong because I really appreciate the fast support but I have to say all this modification and the continued issues seems crazy because the only thing I’ve done is added my own custom logo . . . I used the dimensions given right on the theme options page.
Doesn’t seem like it should be this complicated just for that . . . I would assume that every person who uses this theme will at least update the logo with their own custom.
I’ve had to add all the CSS listed at the end of this message get the logo to display correctly and it’s still not working.
I can’t imagine that with as many of these theme’s you’ve sold and as good of ratings as you’ve gotten that everyone has to go through this process for the most basic of customization?
Can we take a look at this issue from the beginning and see if there is not a simpler solutions? I just want to add my custom logo, which I’ve sized correctly, to display in the site. I don’t want it to shrink down tiny.
Thanks!
.logo, .logo img {
max-width: 340px !important;
width: 340px !important;
height: auto !important;
max-height: none !important;
}
.logo img{
position: relative;
top: -40px;}
#header_main .container, .main_menu ul:first-child > li > a {
height: 88px !important;
line-height: 88px !important;
}html.fixed_header #main {
padding-top: 88px;
}.logo a {
max-height: none !important;
}.header_bg {
opacity: 1;
filter: alpha(opacity=100);
}-
This reply was modified 12 years, 2 months ago by
casidougal.
January 16, 2014 at 7:36 pm #210847In reply to: Editing Back to Top Button
Perfect as usual!
Thanks Ismael. You guys are awesome!
January 16, 2014 at 7:26 pm #210842Topic: Bullets in Short Description?, Enfold and WooCommerce
in forum Enfoldtargetzero
ParticipantOk,
I had another thread opened, but it was closed.
I managed to place bullets in the product description part of WooCommerce, however, I was wondering if it’s possible to add bullets in the short description section?
I have them in edit mode, but they do not appear once the page is live.
The page I’m speaking about is:
There should be bullets in the top section (short description) but they do not appear. They only appear in the description, below.
Any way of getting them to work in the short description?
Thanks,
January 16, 2014 at 7:22 pm #210840In reply to: Editing Back to Top Button
Hey sbrohamm!
Edit footer.php, find this code on line 168:
<a href='#top' title='<?php _e('Scroll to top','avia_framework'); ?>' id='scroll-top-link' <?php echo av_icon_string( 'scrolltop' ); ?>></a>Replace it with:
<a href='#top' title='<?php _e('Scroll to top','avia_framework'); ?>' id='scroll-top-link'>Back to top</a>Add this on Quick CSS:
#scroll-top-link { height: 50px; width: 80px; font-size: 10px; }Best regards,
IsmaelJanuary 16, 2014 at 7:13 pm #210832In reply to: Enfold Google Map widget isn't working
Hey!
It seems like the “kitchenbug” plugin causes the issue. It adds following css code to the website
.clearfix { display: inline-block; }which breaks the map widget. You’ve two options
1) Remove the kitchenbug plugin
2) Insert following code into the quick css field to overwrite the kitchenbug code
#top #wrap_all .clearfix { display: block; }Regards,
PeterJanuary 16, 2014 at 7:11 pm #210829In reply to: Problems adding a custom logo
Thanks! I added that but when I scroll down (using a sized down browser window) I can still faintly see the text behind the header when it scrolls up.
Here are the full contents of Quick CSS
.logo, .logo img {
max-width: 340px !important;
width: 340px !important;
height: auto !important;
max-height: none !important;
}
.logo img{
position: relative;
top: -40px;}
body {
font-size: 15px;
}
.avia_message_box_content { text-transform: capitalize; }#header_main .container, .main_menu ul:first-child > li > a {
height: 88px !important;
line-height: 88px !important;
}html.fixed_header #main {
padding-top: 88px;
}.logo a {
max-height: none !important;
}January 16, 2014 at 6:57 pm #210817In reply to: pdf link inside the Team Member Description
Hi current162!
Please see Devin’s post here https://kriesi.at/support/topic/adding-a-pdf-download-link-to-a-website/#post-199679
Regards,
YigitJanuary 16, 2014 at 6:48 pm #210806Hey Vada!
Place the Latest News element inside the 2/3 column where the Blog Posts element is, put it on top. Do the same thing with the Testimonial title. You can remove the column layouts where the titles are placed before.
Cheers!
IsmaelJanuary 16, 2014 at 6:46 pm #210802In reply to: How do I add custom fonts to the Enfold theme?
Hi upperhand!
You can easily add google fonts, please refer to this link: https://kriesi.at/support/topic/new-custom-font/
If you have a custom font or your own .ttf or .otf file, please refer to this link: http://css-tricks.com/snippets/css/using-font-face/
Best regards,
Ismael -
This reply was modified 12 years, 2 months ago by
-
AuthorSearch Results
-
Search Results
-
Topic: Add a new custom font
Hi,
I tried to add new Google fonts: PT Sans Narrow and PT Sans. A both with cyrilic.
I used instruction from this topic. I added both parts of the code from this topic.
After adding the first part, I did not see the new font in the font selection in Styling.
After the second part of the code instead of admin panel opens a blank white page.
I use a network of sites. Maybe is it make a problem?Topic: Royal Slider issues
Topic: Search Not Working
When text is entered in the search box in the top level navigation, search results appear in the drop down … but if you click “view more results” or the search button … no results display on the results page.
“stereology” is an example term ….
Topic: layerslider stopped working
Hi I created layerslider for the header and it was working. when i work with the default editor and add shortcode the frontend shows the shortcode as regular text. (i don’t want to work with the layout builder) .
i am having problems adding the layerslider to the homepage using shortcode.
the instructions of adding the slider to the functions.php are not detailed enough.Ok,
I had another thread opened, but it was closed.
I managed to place bullets in the product description part of WooCommerce, however, I was wondering if it’s possible to add bullets in the short description section?
I have them in edit mode, but they do not appear once the page is live.
The page I’m speaking about is:
There should be bullets in the top section (short description) but they do not appear. They only appear in the description, below.
Any way of getting them to work in the short description?
Thanks,
