Forum Replies Created
-
AuthorPosts
-
Hi sbeauchesne!
The format of the image is .jpeg. Save it as .jpg then upload it again.
Regards,
IsmaelHey Paul!
This is a server side error. Please contact your host. Could be intermittent, like if the server database goes down. May be worth trying at another time. Please post a link to the website with the latest Enfold version.
Best regards,
IsmaelHi!
The google analytics tracking code is present on your installation. Please wait for another 12 to 24 hours then visit the google analytics dashboard again. It should give you some stats by then.
Regards,
IsmaelJanuary 11, 2014 at 5:51 am in reply to: Create Scrolling Custom Background Image for stretched layout #208325Hi!
Change the header background using this:
.header_color .header_bg, .header_color .main_menu ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div { background-color: rgba(255,255,255,.5); color: #988D81; } .header_color .container_wrap_meta { background-color: rgba(255,255,255,.5); }
Footer:
.footer_color, .footer_color .site-background, .footer_color .first-quote, .footer_color .related_image_wrap, .footer_color .gravatar img .footer_color .hr_content, .footer_color .news-thumb, .footer_color .post-format-icon, .footer_color .ajax_controlls a, .footer_color .tweet-text.avatar_no, .footer_color .big-preview, .footer_color .toggler, .footer_color .toggler.activeTitle:hover, .footer_color #js_sort_items, .footer_color.inner-entry, .footer_color .grid-entry-title, .footer_color .related-format-icon, .grid-entry .footer_color .avia-arrow, .footer_color .avia-gallery-big, .footer_color .avia-gallery-big, .footer_color .avia-gallery img, .footer_color .grid-content { background-color: rgba(0,0,0,0.5); color: #7b7368; }
Socket:
.socket_color, .socket_color .site-background, .socket_color .first-quote, .socket_color .related_image_wrap, .socket_color .gravatar img .socket_color .hr_content, .socket_color .news-thumb, .socket_color .post-format-icon, .socket_color .ajax_controlls a, .socket_color .tweet-text.avatar_no, .socket_color .big-preview, .socket_color .toggler, .socket_color .toggler.activeTitle:hover, .socket_color #js_sort_items, .socket_color.inner-entry, .socket_color .grid-entry-title, .socket_color .related-format-icon, .grid-entry .socket_color .avia-arrow, .socket_color .avia-gallery-big, .socket_color .avia-gallery-big, .socket_color .avia-gallery img, .socket_color .grid-content { background-color: rgba(255,0,60,.2); color: #988f81; }
Best regards,
IsmaelHey erikkIsrael!
Can you please give us a link to the website with the slider? Please watch this video to learn more about the LayerSlider plugin: http://www.youtube.com/watch?v=ZY9SxVyugx4
Best regards,
IsmaelHey!
I’m not sure but I think it is cause by the plugin SEO Ultimate. Please try to deactivate the plugin, see if the issue still exist. If it does, try to edit config-templatebuilder > aviashortocdes > iconbox.php. Find this code on line 147:
$title = "<a href='$link' title='".esc_attr($title)."' $blank>$title</a>";
Replace it with:
$title = "<a href='$link' $blank>$title</a>";
Best regards,
IsmaelHey!
You can it at the very bottom of wp-config.php file:
define( 'WP_MEMORY_LIMIT', '128M' );
Can you please post the login details here? We would like to check it.
Best regards,
IsmaelJanuary 11, 2014 at 3:11 am in reply to: using layer slider but having items appear without sliding!? : ) #208294Hi todd!
Edit the slide layer then go to Options panel > Transition In > Type > choose “Fade”.
Cheers!
IsmaelHey LiskaD!
What is the theme you’re using? Can you please post a link to the blog page?
Best regards,
IsmaelHey nmillas!
Can you please give us a link to the website? Please post the google analytics code using http://pastebin.com/.
Best regards,
IsmaelJanuary 11, 2014 at 3:06 am in reply to: Create Scrolling Custom Background Image for stretched layout #208291Hey!
@azsupergirl: Remove the main div background first, using this:#main, .html_stretched #wrap_all { background-color: transparent; }
Then use this for the alternate background color:
.alternate_color, .alternate_color .site-background, .alternate_color .first-quote, .alternate_color .related_image_wrap, .alternate_color .gravatar img .alternate_color .hr_content, .alternate_color .news-thumb, .alternate_color .post-format-icon, .alternate_color .ajax_controlls a, .alternate_color .tweet-text.avatar_no, .alternate_color .big-preview, .alternate_color .toggler, .alternate_color .toggler.activeTitle:hover, .alternate_color #js_sort_items, .alternate_color.inner-entry, .alternate_color .grid-entry-title, .alternate_color .related-format-icon, .grid-entry .alternate_color .avia-arrow, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery img, .alternate_color .grid-content { background-color: rgba(255,255,255,.5); color: #7b7368; }
And this for the main color background:
.main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .big-preview, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content { background-color: rgba(0,0,0,.5); color: #7c6853; }
Change the rgba background color values. “.5” stands for transparency or opacity.
Best regards,
IsmaelHi MtnStreamGroup!
There is a “Testimonial Website Link” below the testimonial options if you scroll down a bit. You can remove that or add this on your custom.css or Quick CSS:
.aviablank.avia-testimonial-link { display: none; }
Cheers!
IsmaelHi envato99!
Please try to increase the wordpress php memory limit. Edit wp-config.php file, add this code:
define('WP_MEMORY_LIMIT', '128M');
Please post a link to the website.
Cheers!
IsmaelHey!
Go to Enfold > Theme Options > click the “Import Parent Theme Settings” button.
Best regards,
IsmaelHi jarlsberg!
Add this on functions.php:
add_filter('avia_breadcrumbs_args', 'avia_change_home_breadcrumb', 10, 1); function avia_change_home_breadcrumb($args){ $args['show_home'] = __( 'Forside', 'avia_framework' ); return $args; }
Regards,
IsmaelJanuary 11, 2014 at 2:49 am in reply to: WooCommerce single product page sidebars not showing up. #208285Hey!
The single product template does not support a right sidebar at the moment. Some major code rewrites would be required. Please post a request here: https://kriesi.at/support/topic/enfold-feature-requests/
Best regards,
IsmaelJanuary 11, 2014 at 2:43 am in reply to: Children of a single parent page pulling 404 errors #208282Hi kirzy!
Can you please give us a link to the website? Post the login details here as a private reply.
Cheers!
IsmaelHey conversations!
Add this on your custom.css or Quick CSS:
.image-overlay.overlay-type-extern { display: none !important; }
Best regards,
IsmaelHi!
Please wait for another 12 hours. The update should appear automatically on the Theme Update panel.
Cheers!
IsmaelHi Brandon!
You can edit includes > loop-index.php, find this code on line 118:
echo "<span class='post-meta-infos'>";
Below, add this code:
echo '<span class="trackback minor-meta">Trackback URL: '; trackback_url(); echo '</span>'; echo "<span class='text-sep text-sep-date'>/</span>";
Regards,
IsmaelHey nmillas!
Have you tried these plugins?
http://wordpress.org/plugins/breezing-forms/
http://wordpress.org/plugins/ninja-forms/
Best regards,
IsmaelHey dustingrof!
Can you please give us a link to the page that renders the code above? Do you have the latest version of Enfold, 2.4.5?
Cheers!
IsmaelHey asherbarrett!
Add this on your custom.css or Quick CSS:
.page-restrict-output { width: 100%; text-align: center; } .page-restrict-output > * { display: inline-block; }
Regards,
IsmaelJanuary 10, 2014 at 11:44 am in reply to: Avia Layout Builder doesn’t show elements after page actualize #207931Hey!
You have a lot of plugins installed. Please deactivate all of them, see if it fixes the issue. Test it on a different browser after you deactivate the plugins or remove browser cache.
Cheers!
IsmaelJanuary 10, 2014 at 11:42 am in reply to: Sidebar not changing to custom sidebar / Always showing "Pages" "Categories" etc #207928Hi DaveL77!
Please post the login details here. Set it as a private reply. Deactivate all plugins, see if it fixes the issue.
Best regards,
IsmaelHi!
Please download the latest version of Enfold on your themeforest account. Update the theme manually via FTP: https://vimeo.com/channels/aviathemes/64927359
Please deactivate all plugins then test it on another browser.
Regards,
IsmaelJanuary 10, 2014 at 11:35 am in reply to: Where to change the date format of the search results list? #207926Hey COLORIT!
You can edit includes > loop-search.php, find this code on line 40:
<?php the_time('d M Y'); ?>
Refer to this link for date formats: http://codex.wordpress.org/Formatting_Date_and_Time
Cheers!
IsmaelJanuary 10, 2014 at 11:31 am in reply to: Create Scrolling Custom Background Image for stretched layout #207924Hi erikkIsrael!
I’m not really sure if I understand you correctly but do you want a full width background on a page? You can use this plugin: http://wordpress.org/plugins/wp-backgrounds-lite/
Please post a screenshot.
Best regards,
Ismael -
AuthorPosts