Forum Replies Created
-
AuthorPosts
-
Hi!
Looks like a plugin is causing the issue. Deactivated all plugins then the issue is fixed. Please find another pdf / print plugin.
Cheers!
IsmaelHey!
@strom84: All you need is a text editor or POEdit software to create the po and mo files. Refer to this link: http://www.icanlocalize.com/site/tutorials/how-to-translate-with-gettext-po-and-pot-files/
Regards,
IsmaelHi!
@rusrace: Good job on the layer slider modifications. :)
@markpevans: Which icons are you referring to? I don’t see any icons on the main nav.Best regards,
IsmaelHi!
Try to delete the enfold_child.css file on wp-content > uploads > dynamic_avia folder. Go back to Enfold theme options then toggle any theme or color settings to regenerate the file. If you have any cache or minify plugins, deactivate them while developing the site.
Cheers!
IsmaelHey!
The demo is working fine. If you click the Kids category, you can only see a single item listed. Please try to deactivate all plugins again then test it on another browser. Did you add any modifications on the theme?
Cheers!
IsmaelDecember 26, 2014 at 4:20 am in reply to: Using Left Menu Version – Left menu is not responsive #372480Hi!
2.) You can use this on functions.php:
/** * Add elements on the main header */ add_action('ava_main_header', 'ava_main_header_addition'); function ava_main_header_addition() { $output = "CALL ME MAYBE: 123456"; echo $output; }3.) Remove the code provided above along with this one:
.html_header_sidebar .logo img { width: 50%; }Use this instead:
@media only screen and (max-width: 767px) { .responsive .logo { width: 100%; } .html_header_sidebar .logo img { display: inline-block; } .responsive .logo a { text-align: center; } }Best regards,
IsmaelDecember 26, 2014 at 4:10 am in reply to: Enfold Team images, links have extra quote ' mark WP 4.1 and Enfold 3.0.4 #372479Hey!
Which page are you trying to edit? I created a test page then added a few team member base on the content and it doesn’t break the page. http://www.hnblaw.com/test-page/
Cheers!
IsmaelHi!
Edit the color section then apply a unique id using the For Developers: Section ID field. For example, use “section-overlay”. Add this on Quick CSS:
#section-overlay:before { content: ''; display: block; background: rgba(255,255,255,.8); width: 100%; height: 1000px; z-index: 2; position: absolute; top: 0; left: 0; } #section-overlay .container { z-index: 3; }Best regards,
IsmaelHi!
You can set the Blog Style on Enfold > Blog Layout panel to “Use advance layout builder..”. You can now edit the blog page using the advance layout builder.
Cheers!
IsmaelDecember 26, 2014 at 3:35 am in reply to: ‘Language File – translation not working in Enfold Theme’ #372476Hi!
I’m not sure why the codestyling localization plugin fails to translate the “Comments” string. Looks like you’re using CloudFlare. Please try to purge the cache there or temporarily disable CDN. Test the site again.
Cheers!
IsmaelHey!
First, you need to generate the table shortcode on a posts or page using the shortcode wand. When you’re finished, copy the table shortcode on the technical data tab editor.
Best regards,
IsmaelDecember 26, 2014 at 3:20 am in reply to: Trying to echo custom sidebar wiget in child template? #372474Hey!
It is possible but you have to find the sensei page template. Add something like:
$avia_config['currently_viewing'] = 'sensei';On sidebar.php, look for this code:
// forum pages sidebars if ($avia_config['currently_viewing'] == 'forum' && dynamic_sidebar('Forum') ) : $default_sidebar = false; endif;Below, add something like this:
// sensei pages sidebars if ($avia_config['currently_viewing'] == 'sensei' && dynamic_sidebar('Sensei') ) : $default_sidebar = false; endif;Go to Appearance > Widgets, create a custom widget called Sensei.
Cheers!
IsmaelHey!
The portfolio item is not clickable on the top and it is clickable on the bottom because of the portfolio title. I’m sorry but I can’t see the issue. Can you please provide a screenshot?
Best regards,
IsmaelHi!
Looks like WP is not fully updated. Please get a fresh copy of WP 4.1 then update the WP directory via FTP.
Regards,
IsmaelHi!
It will be much easier with a plugin. You can alter the database with the WP Migrate DB plugin. Refer to this link for more info: http://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-development-to-production–wp-32686
Regards,
IsmaelHey!
You can try this on functions.php:
/** * g+ author */ add_filter('wp_footer', 'avf_g_plus', 10); function avf_g_plus() { ?> <script> (function($){ $(window).load(function(){ $('.social_bookmarks_gplus a').attr('rel', 'author'); }); })(jQuery); </script> <?php }Regards,
IsmaelHey!
I checked the website again and I can see that the facebook and other sidebar widgets are now showing up properly. It is definitely a plugin conflict, unfortunately, we don’t provide support for third party plugins. Please contact the plugin author.
Regards,
IsmaelHey!
How can we login to the site? I tried wp-admin and wp-login but it’s not working. Try to place the code on functions.php, right below line 16:
if(isset($avia_config['use_child_theme_functions_only'])) return;Cheers!
IsmaelHey!
I’m sorry but this will require major modification on the theme. You can hire a freelance developer to integrate the Corona accordion slider style on Enfold. For further modifications, please visit Envato Studio or Werkpress.
Best regards,
IsmaelHey!
Glad you figured it out. I tried to login but then I got redirected to a blank page.
Best regards,
IsmaelDecember 22, 2014 at 7:21 am in reply to: Using Left Menu Version – Left menu is not responsive #371468Hi!
@SAdesignUnltd: Please set the Sticky Sidebar menu to Never Sticky. If the content is shorter than the sidebar, you can add a min height on the wrap_all container.
@ewingmh: You should set the Sticky Sidebar menu to Never Sticky. Remove this code on the Quick CSS field:.responsive #top #wrap_all #header { position: fixed; }Regards,
IsmaelDecember 22, 2014 at 7:20 am in reply to: No access to advanced form editor on a page on Enfold #371467Hi Pierre!
Thank you for using Enfold.
What do you mean by “classic form”? If you don’t mind, we would like to see the actual website. Make sure that you’re running Enfold 3.0.4 on WordPress 4.0.
Cheers!
IsmaelHey!
Use google chrome’s inspector or firebug to located the correct selectors. Might take a lot of css codes to alter the caption position on mobile view. Some of the css selectors that you can use: .slideshow_caption, .avia-fullwidth-slider, .avia-slideshow-inner
Regards,
IsmaelHi petcar!
Thank you for using Enfold.
Yes, unfortunately, the forum search isn’t that helpful sometimes but you can try to search for a more specific keyword and you should find what you’re looking for. If not, don’t hesitate to create a new topic. We’ll do our best to help you.
Cheers!
IsmaelDecember 22, 2014 at 7:11 am in reply to: How to remove yellow box hover text "Link to: Home Page" on magazine entry links #371463Hey!
Please remove the codes we gave you then refer to this link to add the proper title attribute for the image and title of the magazine items: https://kriesi.at/support/topic/magazine/#post-368788
This should be added on the next update.
Cheers!
IsmaelHey Peter!
Thank you for using Enfold. Happy holidays to you too!
Can you please provide a link to the actual page with the issue?
Best regards,
IsmaelHey!
@kmajamak: Hello Gart the Gnome!
@docperi: Good job on the website. Love the footer. :)
@jorgepavajeau: Great portfolio. Try to move the logo with this:strong.logo {top: 20px;} .header-scrolled strong.logo {top: 0;}@jockejannson: Might work better on boxed layout. Good job. Nice and simple.
@mlfoxdesigns898: The slider looks nice. Some high techy techy stuff. Must be one awesome project.Cheers!
IsmaelDecember 22, 2014 at 6:55 am in reply to: Sliders causing all text to "blink" or "flash" with every change of slide #371458Hey onegirlrtw!
Thank you for using Enfold.
Another user reported the same issue and specifying a height on the inner slider fixed it. Try this on Quick CSS:
.home ul.avia-slideshow-inner { height: 444px !important; max-height: 444px !important; }If you want to be more specific, try adding a custom css class on the slider: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
IsmaelHi!
Looks like this is a server configuration issue. Please try to install this plugin to configure the smtp settings: https://wordpress.org/plugins/wp-mail-smtp/
Cheers!
Ismael -
AuthorPosts
