Forum Replies Created
-
AuthorPosts
-
November 27, 2014 at 11:41 pm in reply to: Social links not working on the team member pictures? #359246
Hey!
Thank you for using Enfold.
Looks like you’re using version 2.9.1 which has various issues with WordPress 4.0.1. Please upgrade to Enfold 3.0.4. You won’t lose any theme options or configurations as long as you properly updated the theme. Refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
IsmaelHi!
1.) Use this to remove the border radius:
.gravatar img. gravatar, .avia-post-nav .entry-image img { border-radius: 0; }3.) Add this to remove the inner circle of the overlay:
span.image-overlay-inside { display: none !important; }4.) Use this to move the floating share bar:
@media only screen and (min-width: 1600px) { #share42 { left: 20%; } }5.) Edit the single.php file, add the code there.
Best regards,
IsmaelHey!
Add this on Enfold > General Styling > Quick CSS:
.logo img { top: 30px; }Regards,
IsmaelHey kailibuy!
Thank you for using Enfold.
You can use this:
.page-id-3442 td.avia-highlight-col { width: 50%; }To change the color, use this:
.main_color .avia-data-table .avia-highlight-col, .main_color table, .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra { background: transparent; border-color: transparent; }Regards,
IsmaelHi paulchiao!
Thank you for using Enfold.
Please go to Enfold > Advanced Styling panel. Insert the Main Menu Link element then enable the Apply only to mouse hover state. Change the style.
Cheers!
IsmaelHey!
You can add the read more link manually on the preview content editor or edit config-templatebuilder > avia-shortcodes > portfolio.php. Find this code on line 672:
$output .= "<div class='entry-content-wrapper entry-content' ".avia_markup_helper(array('context' => 'entry_content','echo'=>false, 'id'=>$id, 'custom_markup'=>$this->atts['custom_markup'])).">"; $output .= $content;Replace it with:
$output .= "<div class='entry-content-wrapper entry-content' ".avia_markup_helper(array('context' => 'entry_content','echo'=>false, 'id'=>$id, 'custom_markup'=>$this->atts['custom_markup'])).">"; $output .= $content; $output .= "<span class='portfolio-read-more'><a href='{$link}'>Read More</a></div>";Please create a change log of these changes in case you update the theme.
Regards,
IsmaelNovember 27, 2014 at 11:16 pm in reply to: Change Blog´s Headline Font Size in Avia "Blog Post list" #359227Hey!
You can use this:
#top .flex_column .template-blog .post-title { font-size: 25px; }Cheers!
IsmaelHi!
You need to add the div container with the map id below the script.
<div id="map"></div>Then add a custom width and height for the container on Quick CSS:
div#map { width: 100%; height: 500px; }Cheers!
IsmaelHey!
It means that the current mo/po language hasn’t been translated completely. The user who translated it missed some strings. Please use the codestyling localization to translate those strings manually. I’m sorry but we only rely on users to translate the theme.
Cheers!
IsmaelHey!
Yeah. The logo image is too big. All you need is 201x88px image if you want to keep the current look of the logo.
Cheers!
IsmaelNovember 27, 2014 at 10:55 pm in reply to: Moved site from dev server to live server and things are funky! #359219Hi ronmccoy100!
Thank you for using Enfold.
Theme options and configurations are saved on the database and it is quite important that you keep the database intact when transferring the site. In order to that, we usually recommend the WP Migrate DB or the WP MIGRATE PRO plugin.
Please refer to these links for more info on how to properly migrate your Enfold website from production to development and vice versa:
http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684Best regards,
IsmaelHey Gal763!
Thank you for using Enfold.
Did you add any modifications on the child theme? Did you duplicate any files from the parent theme to the child theme? Please post the website url here. We would like to check it.
Cheers!
IsmaelHey!
Are these all the css codes on the Quick CSS field? Please post all the css codes on pastebin.com. We would like to check it.
Cheers!
IsmaelHey!
The image that you use as a logo have a lot of white space or gap on top and at the bottom. Please crop it first then upload it again.
Cheers!
IsmaelHey!
Thank you for using Enfold.
There’s an issue with WordPress 4.0.1 regarding contact forms and sliders but it is fixed on Enfold 3.0.4. Glad it is working now.
Best regards,
IsmaelHey!
The content slider looks fine when I checked it. Please remove browser cache then test it again.
Best regards,
IsmaelHey!
Where did you add the code? Please add it on the Quick CSS field. It should alter the minimum height of the color section.
Best regards,
IsmaelNovember 27, 2014 at 1:00 pm in reply to: Enfold theme – Sort portfolio items for real estate website #358975Hey!
You don’t need to replace the order parameters.
function custom_post_grid_query( $query, $params ) { $query['orderby'] = 'meta_value_num'; $query['order'] = 'DESC'; return $query; } add_filter( 'avia_post_grid_query', 'custom_post_grid_query', 10, 2);Please apply custom fields with different value(example: $ 9.99, $ 8.99 and $ 7.77) on 3 posts then test it. Change DESC to ASC or vice versa.
Best regards,
IsmaelHey!
@SeizeTheBeat: Looks like you managed to fix it. If not, can you please create a test page so that we can see the issue?
@Pearwcz: A link to the page with the actual issue will help.Best regards,
IsmaelHey Pauloflores!
Thank you for using Enfold.
You can adjust the minimum height of the section with this:
div#my_section { min-height: 80px; overflow: hidden; }Regards,
IsmaelHi Mohan-Iyer!
Thank you for using Enfold.
I’ll ask Kriesi to take a look. You can disable the WP auto update and I’m sure you know how to do that. If I am not mistaken, theme developers such as yourself will see the latest versions, bug fixes, changes, addons once they are publicly released unless they are part of the WordPress core team which I doubt because they are too busy with the theme as it is. So only after the public release, theme developers will be able to see update issues and fix them.
Cheers!
IsmaelHey!
Maybe, there is a column layout that you forgot to remove below the #check section. Please check. Try to add this on Quick CSS:
.page-id-4274 div#after_section_1 { display: none; }Regards,
IsmaelNovember 27, 2014 at 8:36 am in reply to: LayerSlider not allowing me to create new slides or edit old ones #358882Hi!
It’s been two months. I checked the site but I got this error:
Description: Unable to locate the server requested — the server does not have a DNS entry. Perhaps there is a misspelling in the server name, or the server no longer exists. Double-check the name and try again.
Cheers!
IsmaelNovember 27, 2014 at 8:35 am in reply to: change the text "Blog – Die aktuellsten Neuigkeiten" #358881Hi!
Please try to replace the code with this:
add_filter('avf_title_args', 'fix_single_post_title', 10, 2); function fix_single_post_title($args,$id) { if ( $args['title'] == 'Blog - Die aktuellsten Neuigkeiten' ) { $args['title'] = get_the_title($id); $args['link'] = get_permalink($id); $args['heading'] = 'h1'; } return $args; }Best regards,
IsmaelHey!
Are you sure you updated the whole theme files? Please try to deactivate the cache or minify plugin. Or purge the cache then test it again.
Regards,
IsmaelHey!
Please undo the changes above then look for this code on line 257:
if($echo) { echo $icons->html(); }Replace it with:
if($echo) { echo $icons->html(); echo do_shortcode('[fbcomments]'); }Please create a change log of this modifications in case you update the theme.
Cheers!
IsmaelHey!
The layer slider adds a negative top margin and dynamically adjust the width of the background image by default. Not sure why the plugin do that, maybe to compensate, when viewing the slider on different screen devices Instead of adding a background image on the slides, add the image as a layer. Set the width and height on the Styles panel to 100%.
Best regards,
IsmaelHey!
Use this to change the hover color:
#top .av-subnav-menu > li > a:hover { color: red; }Best regards,
IsmaelHey Minn!
Thank you for using Enfold.
Yeah, it is the update to WordPress 4.0.1. Please download Enfold 3.0.4 to fix the issue.
Best regards,
IsmaelNovember 27, 2014 at 7:51 am in reply to: in blog sometimes appear image heading post and sometimes not #358868Hey!
Thank you for using Enfold.
I’m sorry but we don’t recommend the use of the Advance Layout Builder on posts or custom post types because it will break the layout of the theme specially when you’re using full width elements such as color section or fullwidth sliders. This is why it is disabled by default. Please disable the ALB then use the shortcode wand instead. We will not provide support for any issues regarding ALB on posts.
Regards,
Ismael -
AuthorPosts
