Forum Replies Created
-
AuthorPosts
-
Hi!
Can you specify on which element you want to change this? a link would be helpful.
Best regards,
JosueNovember 21, 2014 at 7:50 pm in reply to: Incompatibility between WordPress and enfold theme updates (how to avoid this?) #355489Hi!
Yes, it is better to turn off WP automatic updates, refer to this guide on how to do it:
http://www.wpbeginner.com/wp-tutorials/how-to-disable-automatic-updates-in-wordpress/Regards,
JosueNovember 21, 2014 at 7:49 pm in reply to: Remove transparent white bar where header and breadcrumbs would nrmally be. #355487Hey!
You should probably have 3.0.3, there is a newer version (3.0.4) that fixes this button issue.
Best regards,
JosueHey Alf!
Are you using a maintenance mode plugin?
Cheers!
JosueHey!
Prefix your code with
.widget:.widget ul, .widget ol { margin-bottom: 20px; } .widget ul { list-style: none outside; margin-left: 7px;} .widget ol { list-style: decimal; margin-left: 15px; } .widget ol, .widget ul.square, .widget ul.circle, .widget ul.disc { } .widget ul.square { list-style: square outside; } .widget ul.circle { list-style: circle outside; } .widget ul.disc, .widget .entry-content-wrapper ul { list-style: disc outside; } .widget ul ul, .widget ul ol, .widget ol ol, .widget ol ul { margin: 4px 0 5px 30px; } .widget ul ul li, .widget ul ol li, .widget ol ol li, .widget ol ul li { margin-bottom: 6px; }Best regards,
JosueNovember 21, 2014 at 6:27 pm in reply to: Open external content in a lightbox broken after upgrading to 3.0.4 from 2.9.2 #355396Hi!
This should work:
<a href="https://www.google.com/maps/embed?pb=!1m0!3m2!1sen!2s!4v1416587189930!6m8!1m7!1svHaze_uQ3JcAAAQfCbur6g!2m2!1d45.57303903239983!2d-79.3263505390625!3f350.7583470886374!4f-31.831426446034463!5f0.7820865974627469&iframe=true">Link</a>Cheers!
JosueNovember 21, 2014 at 6:15 pm in reply to: WordPress 4.01 Update – Problems with Slideshows, Google Maps, Contact Forms etc #355383Hi,
Can you post the link to your websites please?
Regards,
JosueNovember 21, 2014 at 6:11 pm in reply to: How to connect files from child theme with parent theme #355376Hey!
That may be happening because the file you are trying to include doesn’t exists in the server, i’d suggest using include instead:
include( get_stylesheet_directory(). '/lang/ru_RU.mo' );Cheers!
JosueHi Tim!
Refer to this on how to change a default icon in an element:
http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/In this case could should be like this:
add_filter('avf_default_icons','avia_replace_standard_icon', 10, 1); function avia_replace_standard_icon($icons) { $icons['scrolldown'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue915'); return $icons; }Best regards,
JosueNovember 21, 2014 at 6:07 pm in reply to: Problems with slideshow after automatic update to wp 4.01 #355373Yes, if that doesn’t work please update via FTP:
Cheers!
JosueNovember 21, 2014 at 6:06 pm in reply to: Slideshow (full-width): Right framed text moves to the left on small screens #355372Hi Henning,
Can you post the link to your website please?
Regards,
JosueNovember 21, 2014 at 5:56 pm in reply to: Title bar container background image – How can the image/background contain to.. #355356Hi,
Try with this:
.title_container{ background-size: contain; }If that doesn’t work please post a link to your website.
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueNovember 21, 2014 at 5:54 pm in reply to: Remove transparent white bar where header and breadcrumbs would nrmally be. #355351November 21, 2014 at 5:49 pm in reply to: All Forms down since – wordpress auto-update 4.0.1. #355342Hey!
@Tung Do, have you tried disabling all third-party plugins? can you post a link to your website?
@Rhoody, can you post a link to your website?
@jorgepelaez, if CF7 doesn’t work neither then the issue is server-related, contact your hosting provider support.Best regards,
JosueNovember 21, 2014 at 5:47 pm in reply to: Update to 4.0.1 stopped Contact Form and Partner Slider from showing #355341November 21, 2014 at 6:03 am in reply to: Open external content in a lightbox broken after upgrading to 3.0.4 from 2.9.2 #354902Hey!
Link it this way:
https://maps.google.com/maps?layer=c&panoid=vHaze_uQ3JcAAAQfCbur6g&ie=UTF8&source=embed&output=svembed&cbp=13%2C342.4336465367327%2C%2C0%2C29.487036788714732&iframe=trueRegards,
JosueHey Pete!
Try updating via FTP, follow this guide:
Best regards,
JosueNovember 21, 2014 at 5:53 am in reply to: Special Heading thin font type changes to "helvetica" when I log out of WP Admin #354899Hey!
The best way to achieve this would be to convert those PNG icons into SVG (compound-path) and importing them in Fontello to create a custom font to use with Enfold.
Best regards,
JosueNovember 21, 2014 at 5:39 am in reply to: All Forms down since – wordpress auto-update 4.0.1. #354895Hey @jorgepelaez!
Please set-up a test form with this plugin to discard if the issue is coming from the theme.
Regards,
JosueHi John!
Follow this guide on how to update:
Best regards,
JosueHey koala!
Check in Enfold > Import/Export.
Regards,
Josue -
AuthorPosts
