Forum Replies Created
-
AuthorPosts
-
January 11, 2014 at 7:05 am in reply to: Create Scrolling Custom Background Image for stretched layout #208352
Hi!
No, that is not possible with boxed layout. You need a major css rewrite if you want to achieve that one. Please hire a freelance developer to help you.
Best regards,
IsmaelHey!
You added the code under mobile device media query. Please add it below this one on custom.css:
/* General Custom CSS */Regards,
IsmaelHey!
Edit the page then look for the image code:
<img class="alignnone wp-image-14" alt="web pages" src="http://www.untuto.be/font/uploads/2013/12/templates-300x286.jpg" width="243" height="231">Add a unique css selector like “awesome-image” for example, the code should look something like this:
<img class="alignnone wp-image-14 awesome-image" alt="web pages" src="http://www.untuto.be/font/uploads/2013/12/templates-300x286.jpg" width="243" height="231">Add this Quick CSS:
.awesome-image { width: 243px; height: 231px; }Best regards,
IsmaelHi!
1.) Please try to open the PNG images on photoshop or any other image editor then save it again as PNG. Try to upload it again.
Regards,
IsmaelHey elbnetz!
Can you please elaborate? I think your post is incomplete. A screenshot of what you’re trying to accomplish will help.
Best regards,
IsmaelHi Connie!
You can add something like this on your custom.css or Quick CSS:
.alignleft { margin-right: 10px; margin-bottom:10px; }Assuming you insert an image using this code:
<a href="LINK HERE" class="alignleft"><img src="IMAGE URL HERE"></a>Regards,
IsmaelHi 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,
Ismael -
AuthorPosts
