Forum Replies Created
-
AuthorPosts
-
Hey 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,
IsmaelHey SAdesignsUnltd!
Can you please elaborate? Please post a screenshot of the issue.
Best regards,
IsmaelHey!
Can you please give us the login details? Please post it as a private reply.
Cheers!
IsmaelJanuary 10, 2014 at 9:50 am in reply to: LayerSlider – how to make only one of several videos auto play #207891Hi!
Place this one at the bottom of the code I posted above:
.home .av_font_icon.av-icon-style-border .av-icon-char { padding: 30px; }Regards,
IsmaelHey!
Use this for the paragraph:
.iconbox_content_container p { color: white; }This is for the title:
.main_color h3.iconbox_content_title { color: pink; }Best regards,
IsmaelJanuary 10, 2014 at 9:32 am in reply to: Manual Positioning of Shareaholic Floating Vertical Sharebar #207881Hi deyowulf!
Where do you want it to show? Maybe, you can add it on header.php, find this code at the very bottom:
<?php } //end blank check ?> <div id='main'>Add this below:
<?php echo do_shortcode('[shareaholic app="share_buttons" id="4766761"]'); ?> <?php echo do_shortcode('[data-app-id="4766761"]'); ?>On Enfold > Styling > Quick CSS, add this code:
p.pos_fixed { position:fixed; top: 30px; left: 50px; }Cheers!
Ismael -
AuthorPosts

