Forum Replies Created
-
AuthorPosts
-
Hey Adrien!
Try changing:
font-weight: 300;To:
font-weight: bold;You can also use 400 or 600, here’s the file that’s getting included in your site:
http://fonts.googleapis.com/css?family=Open+Sans:400,600Best regards,
Josue-
This reply was modified 11 years, 5 months ago by
Josue.
Hey!
The Masonry Grid you have set up there is working as expected (filter, load more, etc).
Regards,
JosueHey Taft!
Yes, that’s possible, you’d need to do it via Fontello, check this video for a reference:
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.avia_mega_div .sub-menu li { text-align: left; } .avia_mega_div .sub-menu .sub-menu li a { padding-left: 15px !important; text-decoration: none !important; }Cheers!
JosueHey g!
We can’t see the page you linked:
Under Construction, Sparky!
Best regards,
JosueHey!
It seems you have updated Enfold but not WP, try updating it to 3.9.1.
Best regards,
JosueHi!
You need to set a OG description, try using this plugin:
https://wordpress.org/plugins/wordpress-seo/Best regards,
JosueMay 20, 2014 at 9:27 pm in reply to: Icons not showing up, General Settings changes also not showing up #267555Hey!
Try adding this to your .htaccess file (located at the root of the install):
<FilesMatch "\.(eot|otf|woff|ttf)$"> SetEnvIf Origin » "^http(s)?://(.+\.)?(alphalinkfiber\.com)$" origin_is=$0 Header set Access-Control-Allow-Origin %{origin_is}e env=origin_is </FilesMatch>http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems
Regards,
JosueWhat have you done so far? can you post a link to the website?
Best regards,
JosueMay 20, 2014 at 9:15 pm in reply to: Fullwidth Easy Slider No Longer Displaying Content or Auto-Rotating #267545You are welcome, glad we could help :)
Regards,
JosueMay 20, 2014 at 8:46 pm in reply to: Icons not showing up, General Settings changes also not showing up #267531Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHey!
To change the font-size, simply add the font-size property to the code you already have:
#top .aviaccordion-title { -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -o-transform:rotate(90deg); transform:rotate(90deg); vertical-align: bottom; font-size: 40px; }Making the first slide open on load is trickier but possible, try adding this to your theme functions.php file:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery('.aviaccordion-slide-1').trigger("mouseenter") }); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueHi B!
There are a some Korean fonts in the Google Fonts Library, try adding this to the Quick CSS of the Korean site:
@import url(https://fonts.googleapis.com/earlyaccess/hanna.css); body{ font-family: 'Hanna' !important; }For more fonts:
http://www.google.com/fonts/earlyaccessRegards,
JosueMay 20, 2014 at 8:32 pm in reply to: Accordion slider > Subtitle in the hidden side of the image #267520You are welcome, glad we could help :)
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 989px) { .html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 0 !important; } }Cheers!
JosueMay 20, 2014 at 8:23 pm in reply to: Fullwidth Easy Slider No Longer Displaying Content or Auto-Rotating #267514Hi!
It seems you have this plugin, have you tried flushing the cache and disabling it?
Cheers!
JosueMay 20, 2014 at 8:21 pm in reply to: Icons not showing up, General Settings changes also not showing up #267513Hello,
Please try to deactivate all third party plugins to see if it gets fixed.
Regards,
JosueHi Smclean,
Can you post a link to your website please?
Regards,
JosueHi,
Can you post a link to your website please?
Regards,
JosueHi Richard,
Can you post a link to the three different pages and to the images?
A mockup of what you want to achieve would be helpful too.
Regards,
JosueHey!
What slider are you using? can you post a link to your website?
Best regards,
JosueHi!
1. You’d need to have access to the iframe in order to change how it reacts to smaller sizes.
2. This will do it:
.avia-builder-el-1 .content { padding-top: 0; margin-top: -100px; z-index: 10000; position: relative; }It would be better to target the element by the ID you set, but the problem is that the ID is invalid because it contains a dot (div.sectionabove).
3-4. You can enable ALB for Posts:
Cheers!
JosueMay 20, 2014 at 7:53 pm in reply to: Icons not showing up, General Settings changes also not showing up #267499Hi,
Can you post a link to your website please?
Regards,
JosueMay 20, 2014 at 7:52 pm in reply to: Fullwidth Easy Slider No Longer Displaying Content or Auto-Rotating #267498Hi!
Seems to be an issue with the caching functionality you have on your site, these are the errors that are causing the problem:

Regards,
JosueHey!
Can you post a screenshot of your view in IE8?
Best regards,
JosueHey!
The problem is that the sidebar doesn’t get a class so we can’t target it specifically, one thing you can do though is target the Page ID:
#top.page-id-xxx .widget_nav_menu ul ul li:after { content: "\2219"; position: absolute; top: 5px; } #top.page-id-xxx .widget_nav_menu ul ul li:before { display: none; }Regards,
JosueHi!
Apply this:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/Then simply add a class to the icon you want to customize and this to the Quick CSS:
.custom_icon_1 .iconbox_icon { background: red !important; } .custom_icon_2 .iconbox_icon { background: green !important; } .custom_icon_3 .iconbox_icon { background: peru !important; }Tweak as needed.
Regards,
Josue -
This reply was modified 11 years, 5 months ago by
-
AuthorPosts
