Forum Replies Created
-
AuthorPosts
-
Hey cocoagroup!
Thank you for using Enfold.
What do you mean by “mouse hover enabled”? Can you please provide an example? A screenshot will help.
Regards,
IsmaelDecember 10, 2014 at 3:27 am in reply to: How to add a section with a background image to roll over on page. #365804Hi!
Thank you for using Enfold.
Yes, that is the color section. You can set the background attachment to fixed or parallax.
Regards,
IsmaelHey!
Edit the post slider then set the Preview Image Size to manual. On Select custom preview image size setting, select Portfolio for example then install this plugin: https://wordpress.org/plugins/simple-image-sizes/
Go to Settings > Media, look for the portfolio size thumbnai. Adjust the width and height then set the cropping parameter to Yes. Update then save changes. Regenerate the thumbnails.
Regards,
IsmaelHey!
The current width of the logo is 180px. Please upload it again on Enfold > Theme Options > Logo uploader then choose the correct thumbnail size. Set the Header Size to custom pixel value on Enfold > Header panel. Adjust the height to the actual height of the logo image. This will automatically stretch the width of the image.
Cheers!
IsmaelDecember 10, 2014 at 3:09 am in reply to: header/logo area background / Can background remove when the mobile menu activat #365796Hey!
Please post the website url here. We would like to check it. You can try this:
@media only screen and (min-width: 768px) { .header_color .header_bg { background: none; } }Regards,
IsmaelDecember 10, 2014 at 3:07 am in reply to: WPML automatically in top header – change flag to dropdown #365795Hey!
Please check the site now.
Best regards,
Ismael-
This reply was modified 11 years, 3 months ago by
Josue.
December 10, 2014 at 3:03 am in reply to: I have problem capitalizing product name and Local delivery is not visible #365794Hi!
Why did you add asterisk on the zip codes? Please check the cart now: http://www.yoyosushi.nl/?page_id=323
Best regards,
IsmaelDecember 10, 2014 at 2:56 am in reply to: The translation of the theme does not work on my site #365791Hey!
I’m sorry but it turns out, you can’t translate the strings of the theme options using the codestyling localization plugin. Not really sure why it’s not working for the actual theme options panel. It works for the advance layout builder strings. You might need to edit the text directly on includes > admin > register-admin-options.php:
array( 'slug' => 'avia', 'parent'=>'avia', 'icon'=>"hammer_screwdriver.png" , 'title' => __('Theme Options', 'avia_framework')), array( 'slug' => 'layout', 'parent'=>'avia', 'icon'=>"application_side_expand.png",'title' => __('General Layout', 'avia_framework')), array( 'slug' => 'styling', 'parent'=>'avia', 'icon'=>"palette.png", 'title' => __('General Styling', 'avia_framework')), array( 'slug' => 'customize', 'parent'=>'avia', 'icon'=>"wand.png", 'title' => __('Advanced Styling', 'avia_framework')), array( 'slug' => 'header', 'parent'=>'avia', 'icon'=>"layout_select.png", 'title' => __('Header', 'avia_framework')), array( 'slug' => 'sidebars', 'parent'=>'avia', 'icon'=>"layout_select_sidebar.png", 'title' => __('Sidebar Settings', 'avia_framework')), array( 'slug' => 'footer', 'parent'=>'avia', 'icon'=>"layout_select_footer.png", 'title' => __('Footer', 'avia_framework')), array( 'slug' => 'blog', 'parent'=>'avia', 'icon'=>"blog.png", 'title' => __('Blog Layout', 'avia_framework')), array( 'slug' => 'social', 'parent'=>'avia', 'icon'=>"user.png", 'title' => __('Social Profiles', 'avia_framework')), ); if(!current_theme_supports('avia_disable_import_export')){ $avia_pages[] = array( 'slug' => 'demo', 'parent'=>'avia', 'icon'=>"doc_text_image.png", 'title' => __('Demo Import', 'avia_framework')); $avia_pages[] = array( 'slug' => 'upload', 'parent'=>'avia', 'icon'=>"import_export.png", 'title' => __('Import/Export', 'avia_framework')); }Best regards,
IsmaelHey!
Please refer to this link: http://codex.wordpress.org/Function_Reference/remove_menu_page
Best regards,
IsmaelHey!
Where can we find the page with the facebook widget? Please post the url here.
Best regards,
IsmaelHi!
You need to set the Blog Style on Enfold > Blog Layout > Blog Style setting. Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues.
If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!
Best regards,
IsmaelHey!
1.) Looks like you figure this one out. I checked the website and there are read more links on the excerpt.
2.) Instead of typing the html entity code manually, try to copy the symbol ø and paste it on the editor. Seems to be more consistent.
Cheers!
IsmaelHi!
Please look for this code:
$output .= !empty($title) ? "<h3 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>" : '';Replace it with:
$output .= !empty($title) ? "<h3 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>" : ''; $publisheddate = get_the_time('Y-m-d'); $published = strtotime($publisheddate); $expiration = $published + (7 * 24 * 60 * 60); $today = current_time('timestamp'); if($expiration > $today) { $output .= "<span class='new-post-meta'>NEW</span>"; }Cheers!
IsmaelHi!
I tried to login to the website but I got this error:
You are temporarily locked out
Regards,
IsmaelHi!
Looks like you’re using the grid layout. You can edit config-templatebuilder > avia-shortcodes > postslider.php. Look for this code:
$output .= !empty($title) ? "<h3 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>" : '';For further modifications, please visit Envato Studio or Werkpress.
Cheers!
IsmaelHi!
You can replace the background via css. If you want to change the twitter social icon for example, use this:
#top #wrap_all .social_bookmarks_twitter a { background: url('IMAGE URI HERE'); background-repeat: no-repeat; background-position: center center; text-indent: 9999px; }Best regards,
IsmaelHi!
Did you set it on the page’s Layout > Header visibility and transparency settings? Please post the login details here. We would like to check it.
Regards,
IsmaelDecember 9, 2014 at 7:27 am in reply to: Shortcodes icons like "partner/logo element" have disappeared!! #365202Hey alfonsoval!
Thank you for using Enfold.
Please post the website url here. If possible, please create a test page with the partner/logo and tables element.
Cheers!
IsmaelHey labla!
Thank you for using Enfold.
Use this on Quick CSS or custom.css to remove the image overlay:
span.image-overlay.overlay-type-extern { display: none !important; }Best regards,
IsmaelHey Kevin!
Thank you for using Enfold.
Maybe, this plugin will help: https://wordpress.org/plugins/admin-menu-editor/
Best regards,
IsmaelHey cdubose574!
Thank you for using Enfold.
Please update the theme as well to Enfold 3.0.4. This should fix the issue.
Regards,
IsmaelHey!
This might not work for old browser such as IE9. Viewport relative css values supports these browsers: IE 10+, Firefox 19+, Chrome 34+, Safari 7+, Android 4.4+, iOS 6+. Have you tried using percentage values?
Best regards,
IsmaelHi!
Thank you for using Enfold.
1.) Change the html background with this:
html { background: red; }2.) I’m not sure what you mean by this. Can you please provide a screenshot?
3-4.) Please refer to @begrafiks posts.
5.) Remove the border with this:
#top .av_header_transparency #header_meta { background: transparent; box-shadow: none; border-bottom: none; }
@begrafiks: Thanks for helping out! :)Best regards,
IsmaelHey!
I’m sorry but the video isn’t playing. Please provide a screenshot. Is this an http error? Please refer to these link for a possible fix:
https://kriesi.at/support/topic/http-error-when-uploading-images-2/#post-349968
https://kriesi.at/support/topic/media-uploading-issues-after-upgrading-to-wordpress-4-01-and-enfold-3-0-4/#post-358270
https://wpml.org/forums/topic/duplicate-images-in-media-gallery-after-wp-4-0-update/Best regards,
IsmaelHey shoptorontostyle!
Thank you for using Enfold.
Please post the website url here. We would like to check it. Make sure that you’re using Enfold 3.0.4 on WordPress 4.0.1.
Best regards,
IsmaelHey tylerjmorrison!
Thank you for using Enfold.
You can find the blog grid layout on config-templatebuilder > avia-shortcodes > postslider.php. Note that this template is also being used by the post slider element.
Cheers!
IsmaelDecember 9, 2014 at 6:39 am in reply to: Fatal error: Call to undefined function shortcode_exist #365184Hi!
Please download Enfold 3.0.4 then update the theme. It should fix the issue.
Best regards,
IsmaelHey!
There are errors coming from the Social Share plugin. Please deactivate all plugins then remove browser cache or test it on another browser.
Regards,
IsmaelHey!
You mean, you already added the code before? Can you please post the code on pastebin.com?
add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_icon($icons) { $icons['houzz'] = array( 'font' =>'fontello', 'icon' => 'ue801'); // Add new icon here return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1); function avia_add_custom_social_icon($icons) { $icons['Houzz'] = 'houzz'; // Add new icon here return $icons; }I tested the code above on my installation and it works fine.
Regards,
Ismael -
This reply was modified 11 years, 3 months ago by
-
AuthorPosts
