Forum Replies Created
-
AuthorPosts
-
Yes, we hope so.
Regards,
JosueHey Stefano!
Try the following:
https://kriesi.at/support/topic/why-only-five-menu-items-in-the-theme-option/#post-386829Regards,
JosueHi Dan!
That’s more a CSS @import thing, it requires to be put on the first lines of the css file, that’s why it wasn’t working on Quick CSS.
Best regards,
JosueHey!
Replace it_IT.mo/it_IT.po (in wp-contents/themes/enfold/lang) with the contents of this .zip:
https://www.dropbox.com/s/6phenv4tsv1briz/it_files.zip?dl=0Regards,
JosueHi!
Check it now, i had to manually patch the lang file via FTP, it’s not a definitive fix but it should suffice while we investigate further.
Regards,
JosueHi!
Seems to be an erratic problem, i’ll take into account though in case more people report the same issue with the plugin.
Best regards,
JosueJanuary 28, 2015 at 4:49 am in reply to: New menu items are shown as custom when saving the menu #386762Hi!
Use this instead:
add_filter("avf_template_builder_content", "add_custom_content_after", 10, 1); function add_custom_content_after($content = "") { $content .= "<div>".__("Custom Content", "text_domain")."</div>"; return $content; }Regards,
JosueHey!
Refer to:
https://kriesi.at/support/topic/searchbox-in-header-menu/#post-267356Best regards,
JosueHey!
It’s strange, i tried reproducing the issue on my local install with no success, the scrolled logo shows. This could work on your end though, replace your
pwm_avia_dynamic_css_outputfilter with:add_action('wp_head', 'pwm_avia_dynamic_css_output', 10, 2 ); function pwm_avia_dynamic_css_output( $output, $color_set ){ $scroll_logo = avia_get_option('scroll_logo'); if($scroll_logo) : echo "<style>.header-scrolled .logo img { opacity: 0; }.header-scrolled .logo a { background-image: url($scroll_logo);background-size: contain; background-repeat: no-repeat; }</style>"; endif; }Best regards,
JosueHi!
Check it now, i changed the “Background Repeat” setting to “Stretch to fit” and added some whitespace to the left cell so the full image is displayed on the right.
Regards,
JosueHi!
Login details don’t work, please re-check.
Best regards,
JosueHey Jan!
Sorry for the confusion, can you please post a link to the website?
Regards,
JosueNevermind, i found it.
Check it now, the @import line was needed to be put on the child theme style.css file.
Regards,
Josue-
This reply was modified 11 years, 2 months ago by
Josue.
Hello,
The table element or any custom element are just a bunch of shortcodes put on the post content, what you’d need to do is somehow isolate this content and attach it into a custom meta field and then get that via the API. but this would require an extensive modification to the template builder code.
Regards,
JosueHi,
You forgot the URL of your website, also can you please hand me a temporary FTP account too? i’d like to check the mo/po files through there.
Regards,
JosueHey!
Yes, the fade only occurs when the color section has a minimum height defined but it is done via JS, which leads to me to think that it could be a plugin conflict problem, have you already tried disabling all of them and check if the fade works?
Cheers!
JosueJanuary 27, 2015 at 9:10 am in reply to: New menu items are shown as custom when saving the menu #386058Hey!
Yes, you’d need to wrap the text with _e:
add_filter('avf_template_builder_content', 'add_custom_content_after', 10, 1); function add_custom_content_after($content = "") { $content .= '<div>'._e( 'Custom Content.', 'my_textdomain' ).'</div>'; return $content; }Regards,
JosueHey!
Try putting it in HTML format:
<img src="_image_url_">Regards,
JosueHi!
I think this would need to be handled on the JSON API end using one of the available hooks to strip the shortcodes (maybe with regex) from the table content before the encoding.
Best regards,
JosueJanuary 27, 2015 at 8:50 am in reply to: Which Enfold theme header font matches the icon list bold title font? #386049Hi!
The default activated font in Enfold is Open Sans so that would be my first guess, if that’s not what you are looking for please post a link to your site.
Cheers!
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_theme_support('avia_no_session_support');Cheers!
JosueHi!
The 3.0.7 update should fix it, just make sure to purge all caching / minification functionality.
Best regards,
JosueJanuary 27, 2015 at 8:38 am in reply to: Enfold 3.0.7 Image Loading Issues On Home Page via Chrome #386043Hi Mark!
Did you purge your caching/minification after doing the update?
Cheers!
Josue-
This reply was modified 11 years, 2 months ago by
Josue.
Hey!
You have an error on your Quick CSS code, a missing closing “}” here:
#header_meta .container { min-height: 40px; .avia-menu-fx { height: 7px !important; }Should be:
#header_meta .container { min-height: 40px; } .avia-menu-fx { height: 7px !important; }Cheers!
JosueHi!
I couldn’t note any typos on your code and also tried modifying it via DevTools and it worked as expected – http://screencast.com/t/QwHieCu5dqp
Regards,
JosueHey!
Please set-up a test form with this plugin to discard if the issue is coming from the theme.
Regards,
JosueHey Erich!
Use a button shortcode as the caption of the slide (generate it on a Page using the magic wand):
[av_button label='Click me' link='' link_target='' size='small' position='center' icon_select='yes' icon_hover='' icon='' color='theme-color' custom_bg='#444444' custom_font='#ffffff']Best regards,
JosueHi,
Can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHello!
That’s seems quite complex and definitely a custom work, If you really need it you’d have to contact a developer from Envato Studio or Codeable.
Regards,
Josue -
This reply was modified 11 years, 2 months ago by
-
AuthorPosts
