Forum Replies Created
-
AuthorPosts
-
September 8, 2015 at 10:33 pm in reply to: Add Custom Font 'SansaSoftSmConPro-Light.eot' from FontShop.com #500132
OK, looking forward to hearing from you.
Regards,
JosueUse it as it is for now, in case you need to install the theme again, the fix i did was simply changing this line in single-portfolio.php:
$avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar';To:
$avia_config['size'] = avia_layout_class( 'main' , false) == 'fullsize' ? '' : 'entry_with_sidebar';Regards,
JosueHey Aristidis!
There’s a filter you can use to add those parameters, try the following (child theme / theme functions.php):
function add_subset_func($fontlist) { $fontlist .= "&subset=latin,latin-ext"; return $fontlist; } add_filter('avf_google_fontlist', 'add_subset_func');Best regards,
JosueHello!
May be possible but it would require modifying the theme files, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
a.iconlist_icon{ text-decoration: none !important; }Cheers!
JosueHey!
Not possible, i’d suggest you using a custom shortcode:
https://codex.wordpress.org/Shortcode_APICheers!
JosueSeptember 8, 2015 at 12:31 pm in reply to: Add Custom Font 'SansaSoftSmConPro-Light.eot' from FontShop.com #499790Can you make the theme files writable from the Dashboard or provide a temporary FTP account?
September 8, 2015 at 11:38 am in reply to: Add Custom Font 'SansaSoftSmConPro-Light.eot' from FontShop.com #499772Replace the contents of your child style.css with the following:
/* Theme Name: Postharvestnetwork theme Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then. Version: 0.1.0 Author: www.hoogteyling.nl Author URI: www.hoogteyling.nl Template: enfold */ /*Add your own CUSTOM FONT here:*/ @font-face { font-family:"SansaSoftSmConPro-Light"; src: url(https://new.postharvestnetwork.nl/wp-content/themes/enfold-child/customfonts/SansaSoftSmConPro-Light/SansaSoftSmConPro-Light.eot) format("eot"), url(https://new.postharvestnetwork.nl/wp-content/themes/enfold-child/customfonts/SansaSoftSmConPro-Light/SansaSoftSmConPro-Light.otf) format("otf"), url(https://new.postharvestnetwork.nl/wp-content/themes/enfold-child/customfonts/SansaSoftSmConPro-Light/SansaSoftSmConPro-Light.ttf) format("truetype"), url(https://new.postharvestnetwork.nl/wp-content/themes/enfold-child/customfonts/SansaSoftSmConPro-Light/SansaSoftSmConPro-Light.woff) format("woff"), font-weight:normal; font-style:normal; } /*Add your own styles here:*/ html.responsive, .responsive body{ overflow-x: hidden; } /* Headings */ h1, h2, h3, h4, h5, h6 { font-family:”SansaSoftSmConPro-Light”; text-transform: uppercase; }Glad you managed to fix it and sorry for not finding a solution in time. We have a showcase thread for Enfold here, feel free to post the site :)
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
Seems to be a bug, i’ll report it. I applied a temporary fix to your install.
Cheers!
JosueHi,
Drag a Code Block element somewhere in that page and put this code in it:
<script> (function($){ $(window).load(function() { $('.av-image-hotspot_inner').each(function(){ var theNum = parseInt($(this).text()) + 11; $(this).text(theNum); }); }); })(jQuery); </script>Regards,
JosueSeptember 8, 2015 at 1:29 am in reply to: Special heading element different font weight on random pages. #499610Hm, no i don’t know. There’s no Open Sans 100 as far as i know:
https://www.google.com/fonts/specimen/Open+SansHey!
Use the following codes:
.recentcomments, .widget_recent_entries li { border-width: 1px; } .recentcomments, .widget_recent_entries li a{ font-family: sans-serif; font-style: normal; } .wpt-latest-tweets ul li:last-child{ border-bottom: 0; } .wpt-latest-tweets ul li { border-bottom: 1px solid; padding: 7px 0; } #mc_embed_signup input { background-color: red !important; } #mc_embed_signup input.button{ background-color: blue !important; }Modify as needed.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 480px) { .avia-fullscreen-slider .avia-slideshow>ul>li { background-size: 100% 100%; background-repeat: no-repeat; } }That will make the slideshow image to stretch the 100% height and width of the slideshow, it will look stretched but perhaps if you reduce the height of the slider (at that screen size) you’ll get the desired result.
Regards,
JosueSeptember 8, 2015 at 12:52 am in reply to: Special heading element different font weight on random pages. #499604Hi!
I see why now, you needed to re-register Open Sans because the theme version does not include the 300 variation, i’ve added the following to your child functions.php for that:
add_filter( 'avf_google_heading_font', 'avia_add_custom_font'); add_filter( 'avf_google_content_font', 'avia_add_custom_font'); function avia_add_custom_font($fonts) { $fonts['Open Sans'] = 'Open Sans:300,400,600,700,800'; return $fonts; }The reason you saw the font correct while logged-in was because WordPress uses Open Sans (full) in its UI.
Cheers!
JosueSeptember 7, 2015 at 11:51 pm in reply to: Blog image size, masonary gap and picture size, … #499598Hey!
You need to make this code affect the masonry in the post too:
#msy_footer .av-fixed-size .av-masonry-entry .av-inner-masonry-sizer { min-height: 190px; padding-bottom: 40%; }Either by setting the
msy_footerID to it or adding afooterID to the like:#msy_footer .av-fixed-size .av-masonry-entry .av-inner-masonry-size, #footer .av-fixed-size .av-masonry-entry .av-inner-masonry-size{ .. }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#top #header .avia_mega_div > .sub-menu.avia_mega_hr { padding-top: 0; }Cheers!
JosueSeptember 7, 2015 at 10:25 pm in reply to: Add Custom Font 'SansaSoftSmConPro-Light.eot' from FontShop.com #499555Hey!
If you access the font file directly it returns a 404 error:
Best regards,
JosueSeptember 6, 2015 at 12:44 am in reply to: Special heading element different font weight on random pages. #498764Hm, seems the issue is related to caching then, do you have any plugin for that? if so, try flushing it.
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueSeptember 5, 2015 at 12:05 pm in reply to: Blog image size, masonary gap and picture size, … #498671Hey!
Can you please post links to what you’re referring to?
Best regards,
JosueSeptember 5, 2015 at 12:02 pm in reply to: Special heading element different font weight on random pages. #498670Hi!
Looks pretty much the same on my end, are you seeing it on a specific browser / OS?
http://screencast.com/t/mmk1iP0PmBest regards,
JosueYou are welcome, glad you managed to pull it off :)
Regards,
JosueSeptember 4, 2015 at 12:05 pm in reply to: some (!) of the data tables on client website not showing #498271You are welcome, glad to help :)
Regards,
JosueSeptember 4, 2015 at 11:58 am in reply to: some (!) of the data tables on client website not showing #498266I’m not sure, sometimes re-updating the table element or the page may cause the code to get messed up (if these characters are found).
Add this too:
#top .sidebar .textwidget a { display: inline-block; }Hi!
You won’t be able to use the Enfold builder (ALB) to create a singular post template (single-ticket.php), it needs to be written in HTML. One thing you can do is create a Page (with ALB) as a model and use the generated HTML source for the post template, for example, the code of a typical Color Section looks like this:
<div id="av_section_1" class="container_wrap alternate_color"> <div class="container"> ... </div> </div>Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHello Ben,
An iframe is an embedded external document, meaning it doesn’t really matter where do you put it, wether is a plain HTML file or a complex WordPress theme, the inner contents will look the same.
Best regards,
Josue -
AuthorPosts
