Forum Replies Created
-
AuthorPosts
-
Hey MaxMyBody1!
Are you trying to decrease the size of the header? You can add this on your custom.css or Quick CSS:
/*header with social icons: */ .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 80px; line-height: 80px; }
I’m sorry but the screenshot doesn’t explain anything. Can you please elaborate more?
Regards,
IsmaelDecember 4, 2013 at 11:20 am in reply to: Changing the grey background (fullwidth masonry) and hiding tags #196095Hi p_lo84!
You can add this on your custom.css or Quick CSS:
.av-masonry-container { background: white; }
Remove browser cache then reload the page.
Regards,
IsmaelHey TwoInitials!
Please refer to this link: https://kriesi.at/support/topic/avia-layout-builder-not-loading/#post-137892
A user reported that 5.3.27 FastCGI may cause the issue and a switch to 5.3.27 CGI (Stable) fixed the problems on his server.
Regards,
IsmaelHey theviagroup!
You can remove the social icons on Enfold > Header > just click the red x mark on the Social Icons section.
You can follow these steps to increase the max upload size:
http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/
Regards,
IsmaelHi Jae!
You can use images with 900x450px dimension. What type of slider are you using? The layerslider demo is using a background image with 1600x470px size.
Cheers!
IsmaelHey bakanahito!
I’m sorry but we haven’t tried the plugin and we don’t have access on it. Do you mind sending us a copy?
Regards,
IsmaelHey skynandi!
You can use this:
.social_header .phone-info { line-height: 10px; font-size: 15px; }
Best regards,
IsmaelHi!
You can declare it on custom.css:
@font-face { font-family: Museo Sans Condensed; src: url(‘Museo-Sans-Cond.otf’); }
@font-face { font-family: Museo Sans Condensed; font-weight: bold; src: url(‘Museo-Sans-Cond.otf’); }You can now apply it on any element using this:
body, body p { font-family: Museo Sans Condensed; }
Best regards,
IsmaelHi!
Please add this on your Quick CSS or custom.css:
/*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/ #header_main .container, .main_menu ul:first-child > li a{ height: 120px; line-height: 120px; }
Adjust the height and the line-height to increase the logo size. You can use this to move the logo to the right.
div .logo { left: 30px; }
Best regards,
IsmaelDecember 4, 2013 at 10:47 am in reply to: Text box element centered when in responsive tablet view? #196072Hey!
Looks like refreshing or removing the browser cache will do the trick. Please test it on another browser. I’ve tested the solution on my end and it works fine. Please add this on your custom.css or Quick CSS to change the headings font. The body font is using the Open Sans font already:
h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font { font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
Regards,
IsmaelHey bymenjil!
I can’t view the website. Please post the login details here as a private reply. Please try another browser, maybe the browser settings is set to open a new window by default.
Best regards,
IsmaelDecember 4, 2013 at 10:38 am in reply to: Custom javascript in the 'Submit' button in contact form content element #196065Hey petzeus!
Please hire a freelance developer to add the script for you. You can visit http://werkpress.com/. Please use the plugin http://wordpress.org/plugins/insert-html-snippet/ to allow javascript code on the editor using shortcodes.
Best regards,
IsmaelHi!
You really don’t have to add the font url but it is OK if you do. As long as it is working for you. :)
Best regards,
IsmaelDecember 4, 2013 at 10:30 am in reply to: limit portfolio navigation to a single category in single item view #196057Hey totofunk!
Please add this on functions.php:
add_filter('avia_post_nav_categories', 'avf_same_category_filter'); function avf_same_category_filter($same_category) { $same_category = true; return $same_category; }
Best regards,
IsmaelHey olbert123!
You can use this on your custom.css or Quick CSS:
body p, body { font-size: 15px; }
There are lots of heading elements on the theme, which would you like to change? You can change the main title or heading using this:
#top .alternate_color.title_container .main-title a { color: black; font-size: 15px; }
Regards,
IsmaelHi!
It is properly loading on our end. Please use another browser. This is the screenshot:
Best regards,
IsmaelDecember 4, 2013 at 10:14 am in reply to: Imported Dummy Data – The requested url was not found on this server #196036Hey belso!
Please try to flush the permalinks settings on Settings > Permalinks a few times.
Best regards,
IsmaelDecember 4, 2013 at 10:11 am in reply to: Enfold- Social media icons and widget icons missing #196033Hi!
Please refer to this link, try to follow Kriesi’s solution: https://kriesi.at/support/topic/icons-still-not-working-in-firefox-and-ie/#post-173204
Regards,
IsmaelHi myuption!
Unfortunately, Enfold doesn’t have an audio player. You can try these plugins:
http://wordpress.org/plugins/compact-wp-audio-player/
http://wordpress.org/plugins/html5-jquery-audio-player/Best regards,
IsmaelHi!
Please go to Enfold > Styling > Header tab. Change the Header background color. You can use rgba and hex colors.
Regards,
IsmaelHey ace2296!
Try to flush the Header Style settings. Change it to another style then change it back to fixed header. You have a lot of plugins installed, please try to disable them.
Cheers!
IsmaelHey!
Please try this:
#top div .avia-gallery .avia-gallery-big { width: 80% !important; min-height: 921px !important; float: left; clear: none !important; } #top div .avia-gallery .avia-gallery-big img { min-height: 905px; }
Cheers!
IsmaelHi!
Non-breaking spaces are produce when you press “Enter” while working on the Visual Editor. Please try to work on the Text or code editor. Please try to wrap your table in a div tag.
Best regards,
IsmaelHey!
Please try this:
.av_textblock_section { padding-top: 30px; }
You can add a unique selector for each Avia Elements. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
add_theme_support('avia_template_builder_custom_css');
Edit any avia elements like Text Block then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-textblock”. You need this to adjust other text blocks’ top padding.
You can add something like this on your custom.css or Quick CSS:
.avia_textblock.awesome-textblock p { padding-top: 20px; }
Regards,
IsmaelHey lizybloom!
You can add a unique selector for each Avia Elements. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
add_theme_support('avia_template_builder_custom_css');
Add the Text Block inside the Color Section. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-textblock”.
You can add something like this on your custom.css or Quick CSS:
.avia_textblock.awesome-textblock { background: rgba(255,255,255,.5); padding: 10px; width: auto; }
Regards,
IsmaelHi bogosavljev!
Please try these plugins:
http://wordpress.org/plugins/countdown-clock-timer/
http://wordpress.org/plugins/uji-countdown/Cheers!
IsmaelHi m!
Edit js > avia.js, find this code on line 17:
// decreases header size when user scrolls down avia_header_size();
Replace it with:
// decreases header size when user scrolls down //avia_header_size();
Remove browser cache then reload the page a few times.
Best regards,
Ismael -
AuthorPosts