Forum Replies Created
-
AuthorPosts
-
Hey!
Try with this:
@media only screen and (max-width: 767px) { #footer .container > .flex_column:nth-child(1) { display: none; } #footer .container > .flex_column:nth-child(3) { display: none; } }Cheers!
JosueEs así como esta ahora, la condicional que puse en loop-portfolio-single.php:
if(get_the_content()){ // si hay contenido WP normal muestra contenido normal the_content(__('Read more','avia_framework').'<span class="more-link-arrow"> →</span>'); echo do_shortcode('[shareaholic app="share_buttons" link="'.get_permalink($id).'" title="Adopta a '.get_the_title($id).'"]'); }else{ // Sino, muestra contenido Ajax $ajax_content = str_replace(']]>', ']]>', apply_filters('the_content', get_post_meta( $id ,'_preview_text', true) )); echo $ajax_content; echo do_shortcode('[shareaholic app="share_buttons" link="'.get_permalink($id).'" title="Adopta a '.get_the_title($id).'"]'); }Saludos,
JosueCorrect, a link trigger is the most convenient solution as far as i know.
(function($){ $(window).load(function() { $('.trigger').trigger('click'); }); })(jQuery);Best regards,
JosueHi Antonio,
Either solution will work but i’d suggest using a hook so you wouldn’t need to put the code in every page.
Regards,
JosueHey Alex!
I finished updating the theme, please review your website.
Best regards,
JosueHi Tobias,
I’m not seeing those Turkish words on my German Enfold install, can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
Can you please create me a temporary FTP account and a WordPress admin account? post them here as a private reply.
Regards,
JosueHola Lidia!
La verdad que eso no es posible ya que la configuración de “Ajax” se define en el elemento Portfolio y no en los items de Portfolio individuales. Sin embargo, algo que si se puede hacer seria mostrar el contenido normal en el contenedor Ajax en caso no exista contenido Ajax (algo similar a lo que hice en la vista individual).
Saludos,
JosueHey Klaus!
FTP works for me but i’m not seeing any warning messages on your site.
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueFebruary 19, 2015 at 9:48 am in reply to: URGENT – Issue with LayerSlider – I can't access my products on my website #398726Hi Lyse!
Should work now, needed to re-save the Permalink settings.
Cheers!
JosueFebruary 19, 2015 at 8:01 am in reply to: How to track only validated form submissions with Google Analytics goals? #398692Hey Ralph!
Set the contact form to redirect to another page on submission and put a code block containing the tracking code there.
Cheers!
JosueHey!
This is the problem you are having (i enabled debug mode):
http://stackoverflow.com/questions/3723316/what-is-causing-unable-to-allocate-memory-for-pool-in-phpRegards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 687px) { #top #wrap_all .main_color h1{ font-size: 32px; } .phone-info .av_font_icon { margin: 0 7px !important; } }Cheers!
JosueHi!
Not possible right now, however, you can get that result with a specialized form plugin like Contact Form 7.
Regards,
JosueNo, i couldn’t, try asking your service provider for a FTP account.
Best regards,
JosueHi!
Should work now, if you are building the Blog page with the Advanced Layout Builder you should have this option selected http://screencast.com/t/Wlc87XP7z
Regards,
JosueHey Qjay!
Go to Enfold -> Header -> Mobile Menu and choose the second option (“Activate for Smartphones and Tablets (browser width below 990px”).
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.page-id-1221 #header_main .container, .page-id-1221 .main_menu ul:first-child > li a, .page-id-1221 .logo img{ height: 44px !important; line-height: 44px !important; } .page-id-1221 #main { padding-top: 44px !important; }Duplicate and modify the selectors in case you want to affect other pages.
Cheers!
JosueHey!
The first code is meant to affect a button and the second one an iconbox title, i’m not following you. Can you please post a screenshot/mockup of what would you want to achieve? a link to your website will be helpful too.
Best regards,
JosueHey!
There are some missing strings in the German translation so the English ones show instead, you can disable the translation in the Theme Options by editing functions.php (move line 104 to 78).
Regards,
JosueFebruary 19, 2015 at 5:40 am in reply to: Troubleshooting with Icons after update to WP4.1 and latest Enfold revision #398645Hi,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function _category_dropdown_filter( $cat_args ) { $cat_args['show_option_none'] = "Select Catalog"; return $cat_args; } add_filter( 'widget_categories_dropdown_args', '_category_dropdown_filter' );Cheers!
JosueFebruary 19, 2015 at 5:03 am in reply to: URGENT – Issue with LayerSlider – I can't access my products on my website #398638In that case just leave the LayerSlider plugin deactivated. The bundled LS is activated by default.
Regards,
JosueHi,
Can you post the link to your contact page please?
Regards,
JosueHey!
Yes you can, there is an Import Parent Theme Settings button available in the Theme Options, that will pass your Enfold settings to the child theme. However Menus and Widgets will be reset, in case of Menus you would just need to re-select them in Menu Locations but for Widgets you’d need re-building them, if your site is too widget-heavy i’d suggest using this plugin.
Best regards,
JosueHey Ben!
That line is not necessary, you can remove it if you want. What it does is to include the parent theme style.css but in Enfold that’s just an empty file containing the theme info.
Regards,
JosueFebruary 19, 2015 at 4:38 am in reply to: URGENT – Issue with LayerSlider – I can't access my products on my website #398624Hi Lyse!
If you are using LayerSlider as stand-alone plugin you need to tell the theme to disable the bundled one, refer to this documentation entry on how to do that:
http://kriesi.at/documentation/enfold/deactivate-the-layerslider-plugin/Best regards,
Josue -
AuthorPosts
