-
AuthorSearch Results
-
September 8, 2014 at 4:39 am #314820
In reply to: Drag and Drop not working
This reply has been marked as private.September 7, 2014 at 8:03 pm #314755In reply to: Contact form not delivering
Hi!
I made a contact form here with my mail, made a test and it didn’t work, so i think this may be a server issue rather than a theme one:
http://theimplantcentre.com/test/Also, when i first loaded the Dashboard this message came up:
Fatal error: Uncaught exception ‘phpmailerException’ with message ‘Invalid address: ‘ in /homepages/38/d361692157/htdocs/wordpress/wp-includes/class-phpmailer.php:797 Stack trace: #0 /homepages/38/d361692157/htdocs/wordpress/wp-content/plugins/easy-wp-smtp/easy-wp-smtp.php(131): PHPMailer->setFrom(”, ”) #1 [internal function]: swpsmtp_init_smtp(Object(PHPMailer)) #2 /homepages/38/d361692157/htdocs/wordpress/wp-includes/plugin.php(546): call_user_func_array(‘swpsmtp_init_sm…’, Array) #3 /homepages/38/d361692157/htdocs/wordpress/wp-includes/pluggable.php(500): do_action_ref_array(‘phpmailer_init’, Array) #4 /homepages/38/d361692157/htdocs/wordpress/wp-content/plugins/wordfence/lib/wordfenceClass.php(2727): wp_mail(‘rupert@rupertje…’, ‘[Wordfence Aler…’, ‘This email was …’) #5 /homepages/38/d361692157/htdocs/wordpress/wp-content/plugins/wordfence/lib/wordfenceClass.php(748): wordfence::alert(‘Admin Login’, ‘A user with use…’, ‘181.64.187.97’) #6 [internal function]: wordfence::loginAction(‘Kriesi’) #7 /homepages/ in /homepages/38/d361692157/htdocs/wordpress/wp-includes/class-phpmailer.php on line 797
Best regards,
JosueSeptember 6, 2014 at 5:16 am #314360In reply to: Search Sidebar
Hi Rhoody!
Sorry, i think i misunderstood your initial request, what you want is to have a custom sidebar shown in the search results page right?
You can do that by editing the search.php file, around line 57:
get_sidebar();http://codex.wordpress.org/Function_Reference/get_sidebar
Also, this plugin is worth mentioning.
Regards,
Josue-
This reply was modified 11 years, 7 months ago by
Josue.
September 6, 2014 at 5:15 am #314353Hi dfisherharmony!
Thank you for using Enfold.
If you’re using BWP Minify plugin, please add this on functions.php to exclude the layout.css file:
add_filter('bwp_minify_style_ignore', 'exclude_my_css'); function exclude_my_css($excluded) { $excluded = array('avia-custom', 'avia-layout'); return $excluded; }These are some of the things that you can do to optimize the website speed and page load courtesy of the wordpress community:
1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg
2. Once all images are on the website optimize with ewww optimizer plugin twice 1hr 10mins apart.
3. Install wp-smushit run once to remove jpeg extra data, then uninstall.
4. Use BWP minify plugin to minify scripts and stylesheets. (DONE)
5. Install WP-Super cache, select all recommended settings.
6. Logout your website, visit every page at least once to create super cache files.
7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. once done log out.
8. Have a cup of coffee.
9. Visit your site after 20 minutes or so.
10. Don’t forget to smile.Regards,
IsmaelSeptember 6, 2014 at 3:25 am #314281In reply to: Creation of A Landing page
Hey!
Check in header.php, around line 71:
get_template_part( 'includes/helper', 'main-menu' );Regards,
JosueSeptember 6, 2014 at 1:35 am #314232Hi!
1. Try modifying your code to:
@media only screen and (min-width: 767px) { .portfolio-preview-image { width: 30% !important; } .portfolio-preview-content { width: 70% !important; } }2. Try adding this to child functions.php:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery(".grid-entry-title a").attr("target", "_blank"); }); </script> <?php } add_action('wp_footer', 'add_custom_script');3. That code affects the portfolio navigation links you’ll see at the sides when viewing a portfolio item or a post in single view, is that what you are referring to?
Best regards,
JosueSeptember 5, 2014 at 5:42 pm #314135In reply to: Color scheme, image background
Hi Yigit,
Hmmmm NOT pretty!
We are having some issues with ENFOLD – It seems that it needs a RELOAD (crtl-f5) to show up right?
But then it runs… it look fine…. (Frontpage has a need again after viewing a few pages??)
We use Chrome FireFox and IE :) + ;-( We are (Wife and me) on Win7 64 (Everything is UPDATED)
Server info is PHP 5.4 memory 256September 5, 2014 at 10:03 am #313879Hey!
Nevermind – I noticed you memory limit is still set to 40mb although Gunter: https://kriesi.at/support/topic/enfold-theme-theme-options-not-showing-in-the-dashboard/#post-312750 provided some code to increase it to 256MB. It seems like you can’t increase the memory with wordpress and you need to contact your host or server administrator. Ask him to set the php memory to 128MB or more.
Regards,
PeterSeptember 4, 2014 at 9:06 pm #313590Hey Ismael – wanted to let you know we were able to achieve it. PLUS – we love contributing to enfold so here are some tutorials for anyone interested in image switching.
This is a simple way to do a quick image switch. Great for something if you want to show before/after
If you simply want to switch between 2 images somewhere on your site, use the a code block element and add the following:
IMAGE 1 LINK" onmouseover="this.src='IMAGE 2 LINK'" onmouseout="this.src='IMAGE 1 LINK'"/>If you want to edit your ajax portfolio featured images to switch on hover, do the following:
Step 1: Add the Dynamic Featured Image Plugin This will add a second featured image slot to your portfolio items.
Step 2: Copy the code from here and replace your portfolio.php contents with the code. NOTE: Make sure you create a backup of your old code first!! The affected lines of code are from lines 458 to 491.
Step 3: Add a new portfolio item and add the static image to the SECOND featured image. Add your hover image to the DEFAULT featured image spot.
This will cause the hover image switch. If you want your results to be similar to http://mosaixgroup.com/who-we-are make the following adjustments:
Use the 5 column setting in the ajax portfolio
CSS:
#top .portfolio-preview-image .avia-gallery-thumb img { display: none; } .portfolio-preview-content .avia-arrow { display: none!important; } .portfolio-preview-image { width: 35.6%; } .portfolio-preview-content { padding: 75px 100px 30px; width: 64.4%; background: #fff!important; line-height: 1.8em!important; } .portfolio_preview_container{ box-shadow: none!important; } #top .grid-entry.no_margin.av_one_fifth { padding: 10px; }Good Luck!
September 4, 2014 at 7:41 pm #313554This reply has been marked as private.September 4, 2014 at 7:35 pm #313549Topic: Custom Icon Font Error
in forum EnfoldMartin
ParticipantHey guys,
I got this weird error message after I tried to upload a custom icon font from fontello:Couldn’t add the font.
The script returned the following error:Fatal error: Class ‘ZipArchive’ not found in /xx/xx/xx/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 107
Note: I altered the original url, it’s not xx ;)
Any ideas what could have happened?
September 4, 2014 at 1:41 pm #313368In reply to: Have posts linked directly to URL in magazine layout
Hi Sherry!
Thank you for using our theme.
Out of the box there is currently no possibility.
If you want to implement it, you have to modify the php code in
enfold\config-templatebuilder\avia-shortcodes\magazine.php
line 527: $link = get_permalink($entry->ID);But this is customization and bejond the scope of support.
Best regards,
GünterSeptember 3, 2014 at 4:20 pm #312972In reply to: Child theme – Settings are not working
Hi Devin,
Here are how the folders and files permissions are set-up, looks like to me these are set correctly?
Uploads Folder = 755 > Dynamic Avia Folder = 755 > enfold_child.css =755
enfold.css = 755
index.php = 644Themes Folder = 755 > Enfold Child Folder = 755 > styl.css = 755
functions.php = 755September 3, 2014 at 3:43 pm #312940In reply to: Debugging message
This reply has been marked as private.September 3, 2014 at 2:42 pm #312882Topic: Possible conflict Enfold and uSquare plugin?
in forum EnfoldEffektid
ParticipantI installed the uSquare plugin and after it was activated, the layout of the websites was a big mess and there where a lot’s of PHP error code in the top! What could be the reason for this?
http://codecanyon.net/item/usquare-universal-responsive-grid-for-wordpress/3352677
September 3, 2014 at 2:11 pm #312866The function you add to your child theme functions.php file tells the theme where to look to find replacement theme files. Without editing it, the function points to the shortcodes folder: https://github.com/DevinVinson/enfold-child-starter/blob/master/functions.php#L27
If you don’t want the slide meta to show at all you would delete the entire div. This isn’t a theme usage issue at this point as you are customizing php files. We don’t typically break down this kind of thing into step by step directions because of how many variables there are in what anyone could be or want to do and that its very easy to make a mistake when you are editing a file.
With php if you are missing a single ; or . it can cause the whole site to whitescreen. Even editing the file without a plain text editor could cause issues.
For you, you want to remove the whole meta block output I think so:
$output .= "<div class='slide-meta'>"; if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio') { $link_add = $commentCount === "0" ? "#respond" : "#comments"; $text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' ); $output .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>"; } $markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)); $output .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time>"; $output .= "</div>";If not then you would be deleting the specific bit inside of there that you want to remove.
September 3, 2014 at 1:26 pm #312818In reply to: Problem with fontello
Hey!
It does work fine on my local installation – http://i.imgur.com/rM5eqZB.png
Can you please try re-updating the theme via FTP – http://vimeo.com/67209750
Make sure to overwrite all files especially config-templatebuilder/avia-template-builder/php/font-manager.class.phpRegards,
YigitSeptember 3, 2014 at 5:52 am #312631In reply to: Images doubt
Hi odmv91!
Thank you for using Enfold.
Yes, it is ok to replace the images via FTP but make sure that you retain the image file name. You can change the thumbnail sizes on functions.php, look for this code:
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazines $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize sliderYou can also use this plugin in order to change the thumbnail sizes directly on the wp dashboard: https://wordpress.org/plugins/simple-image-sizes/
Cheers!
IsmaelSeptember 2, 2014 at 10:21 pm #312529In reply to: Cropping image on portfolio single page
Hi elianab!
Please go to Appearance > Editor and open Functions.php and find&edit image sizes
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns $avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazines $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider //overwrite blog and fullwidth image on extra large layouts if(avia_get_option('responsive_layout') == "responsive responsive_large") { $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize slider }then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
YigitSeptember 2, 2014 at 11:12 am #312192Topic: Google maps Magnific Popup lightbox Example
in forum Enfoldkhedrubje
ParticipantHi
I have been trying to get Magnific Popup to work but with google maps iframes with no luck.
I can open a image with the following code, but not iframe google maps. I have found you have modifidy other peoples function.php file to get youtube iframe videos working.
I have tried this and also tried editing it as well to luck.
https://kriesi.at/support/topic/youtube-video-not-working-in-ligthbox/#post-288867Google map example..
<iframe src=”https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d26641.42542802056!2d151.4388963!3d-33.418598749999994!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6b72ca14f00b74e5%3A0x5017d681632df40!2sWamberal+NSW!5e0!3m2!1sen!2sau!4v1409640314305″ width=”600″ height=”450″ frameborder=”0″ style=”border:0″></iframe>Could you please help me with the code to be able to open maps in Magnific Popup.
ThxSeptember 2, 2014 at 11:08 am #312191In reply to: Same Lightbox for Featured Image and Gallery Images
This reply has been marked as private.September 2, 2014 at 9:48 am #312145In reply to: 500 Internal Server Error
Hey comcom77!
Thank you for using Enfold.
You might need to contact your host because this is a server configuration issue. Try to increase the wordpress php memory limit. Please refer to this link: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Best regards,
IsmaelSeptember 1, 2014 at 8:24 pm #311986Topic: Problems migrating the site to a different hosting account
in forum Enfoldullastret
ParticipantHello,
I have moved our site to a different hosting account using the plugin Duplicator. In fact I have moved two sites. With the first one (not using Enfold) I had no problems making the change but with the one I use Enfold I get a few issues. Once I have done all the procedure I can access the site and most of the posts and pages and css looks good. The home page and portfolio pages don’t look correct.
The main issue though, is that I can’t acces the dashboard. When I try I get this error message:
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 49152 bytes) in /home/educatoy/public_html/cuinestramuntana.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion.php on line 167
Could you tell me if there is a simple solution for this error.
Thanks in advance
Regards
TomeuSeptember 1, 2014 at 7:37 pm #311979glaucofmc
Participantgood afternoon!
I’m having trouble installing the theme, when I installed the panel is normal, but when he appears on the web thus opens (Warning: session_start () [function.session-start]: open (/ var / lib / php-cgi / session / sess_seh87lqkqu83olhoomfp8lj8c2, O_RDWR) failed: No such file or directory (2) in /home/storage/7/83/b7/fortrio/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33) .. what’s happening?
September 1, 2014 at 3:21 pm #311865In reply to: How do I change the Gallery settings?
Hi!
Please go to Appearance > Editor and open functions.php file and find
$avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 );and adjust it as needed then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
YigitSeptember 1, 2014 at 1:02 pm #311778In reply to: Add code only on single post
This reply has been marked as private.September 1, 2014 at 8:13 am #311683Hey Ti7V!
Thank you for using Enfold.
The excerpt for small magazine entries is hidden by default because there’s not enough space to accommodate them. If you really want to display it, you can edit config-templatebuilder > avia-shortcodes > magazine.php, find this code on line 558:
if(empty($this->atts['thumbnails'])) { $image = ""; $extraClass = "av-magazine-no-thumb"; }Below, add this:
`$excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( ‘avf_magazine_excerpt_length’ , 10) , apply_filters( ‘avf_magazine_excerpt_delimiter’ , ” “), “…”, true, ”);
}`Regards,
IsmaelSeptember 1, 2014 at 4:43 am #311642In reply to: Google Fonts in General Styling body fonts
Hi Beggers!
Thank you for using Enfold.
You can use this on functions.php in order to add the google fonts:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Yanone Kaffeesatz'] = 'Yanone Kaffeesatz:400,200,300,700'; $fonts['Oswald'] = 'YOswald:400,300,700'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Yanone Kaffeesatz'] = 'Yanone Kaffeesatz:400,200,300,700'; $fonts['Oswald'] = 'Oswald:400,300,700'; return $fonts; }If you want to use it on the layer slider, go to the plugin’s panel then look for the Load Google Fonts box. Search for the google font then add it.
Cheers!
IsmaelSeptember 1, 2014 at 1:03 am #311620In reply to: Add code only on single post
Hello,
I have another problem! The theme dont sent the forms, dont work PHP, can you check it ? I test with enfold form and with contact form 7 and any work… What happen ?
URL for test: http://davidrl.com/contacto
Thanks a lot
August 31, 2014 at 6:04 am #311441In reply to: modern Lightbox update has broken my PrettyPhoto
Thank you.
I have been trying to get it to work but with no luck.
I can open a image with the following code, but not iframe google maps. I have found you have modifidy other peoples function.php file to get youtube iframe videos working.
Open popup
google map example..
<iframe src=”https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d26641.42542802056!2d151.4388963!3d-33.418598749999994!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6b72ca14f00b74e5%3A0x5017d681632df40!2sWamberal+NSW!5e0!3m2!1sen!2sau!4v1409640314305″ width=”600″ height=”450″ frameborder=”0″ style=”border:0″></iframe>Could you please help me with the code.
Thx-
This reply was modified 11 years, 7 months ago by
khedrubje.
-
This reply was modified 11 years, 7 months ago by
-
AuthorSearch Results
-
Search Results
-
Topic: Custom Icon Font Error
I installed the uSquare plugin and after it was activated, the layout of the websites was a big mess and there where a lot’s of PHP error code in the top! What could be the reason for this?
http://codecanyon.net/item/usquare-universal-responsive-grid-for-wordpress/3352677
Hi
I have been trying to get Magnific Popup to work but with google maps iframes with no luck.
I can open a image with the following code, but not iframe google maps. I have found you have modifidy other peoples function.php file to get youtube iframe videos working.
I have tried this and also tried editing it as well to luck.
https://kriesi.at/support/topic/youtube-video-not-working-in-ligthbox/#post-288867Google map example..
<iframe src=”https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d26641.42542802056!2d151.4388963!3d-33.418598749999994!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6b72ca14f00b74e5%3A0x5017d681632df40!2sWamberal+NSW!5e0!3m2!1sen!2sau!4v1409640314305″ width=”600″ height=”450″ frameborder=”0″ style=”border:0″></iframe>Could you please help me with the code to be able to open maps in Magnific Popup.
ThxHello,
I have moved our site to a different hosting account using the plugin Duplicator. In fact I have moved two sites. With the first one (not using Enfold) I had no problems making the change but with the one I use Enfold I get a few issues. Once I have done all the procedure I can access the site and most of the posts and pages and css looks good. The home page and portfolio pages don’t look correct.
The main issue though, is that I can’t acces the dashboard. When I try I get this error message:
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 49152 bytes) in /home/educatoy/public_html/cuinestramuntana.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion.php on line 167
Could you tell me if there is a simple solution for this error.
Thanks in advance
Regards
Tomeugood afternoon!
I’m having trouble installing the theme, when I installed the panel is normal, but when he appears on the web thus opens (Warning: session_start () [function.session-start]: open (/ var / lib / php-cgi / session / sess_seh87lqkqu83olhoomfp8lj8c2, O_RDWR) failed: No such file or directory (2) in /home/storage/7/83/b7/fortrio/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33) .. what’s happening?
