Forum Replies Created
-
AuthorPosts
-
Hi!
Make sure you have that CPT selected as “translatable” here – http://screencast.com/t/nQq4QNgYJA
Cheers!
JosueDecember 12, 2014 at 10:31 pm in reply to: cargar automáticamente una plantilla predeterminada en porfolio items #367525Hola Gerard,
El problema de los items en el masonry se debe a un conflicto que hay cuando este widget esta presente, pude reproducir el bug en mi instalación local así que lo reporte a Kriesi, es cosa de esperar.
Sobre lo del CPT concertades el problema era con WPML, hacia falta seleccionar el CPT aquí:
http://screencast.com/t/YpSHXkMtsXOSaludos,
JosueHey!
Look for this lines in includes/loop-index.php:
echo '<span class="entry-author-link" '.avia_markup_helper(array('context' => 'author_name','echo'=>false)).'>'; echo '<span class="vcard author"><span class="fn">'; the_author_posts_link(); echo '</span></span>'; echo '</span>'; echo '</span>';Cheers!
JosueDecember 12, 2014 at 8:51 pm in reply to: THEME UPDATED. STILL Problems with Slideshows, Google Maps, Contact Forms etc #367479Hey!
There seem to be some corrupt/missing files in your theme, i uploaded a test version of Enfold 3.0.4 (named “Enfold Test”), if you activate it for a moment you will see that the menu options work.
Regards,
JosueDecember 12, 2014 at 7:23 pm in reply to: Shortcodes icons like "partner/logo element" have disappeared!! #367441Hey Rolf!
Try adding this code to your .htaccess file (located at root of installation):
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>The web.config instructions are only for IIS servers.
Regards,
JosueHey!
When a subject field (named “subject”) is present on the form it will take priority over the form parameter, try adding the following to child theme / theme functions.php:
add_filter('avf_form_subject','avia_change_mail_subject', 10, 3); function avia_change_mail_subject($subject, $new_post, $form_params) { $subject = $form_params['subject']; return $subject; }If that doesn’t work open /enfold/framework/php/class-form-generator.php and look for line 619:
$subject = empty($new_post['subject_'.$this->formID]) ? __("New Message", 'avia_framework') . " (".__('sent by contact form at','avia_framework')." ".$myblogname.")" : $new_post['subject_'.$this->formID];Replace it by:
$subject = empty($new_post['subject_'.$this->formID]) ? __("New Message", 'avia_framework') . " (".__('sent by contact form at','avia_framework')." ".$myblogname.")" : $this->form_params['subject'];Regards,
Josue-
This reply was modified 11 years, 3 months ago by
Josue.
Hi,
Open /wp-content/themes/enfold/functions.php/ and look for line 306:
$version_number = get_option('avia_stylesheet_dynamic_version'.$safe_name); if(empty($version_number)) $version_number = '1';Replace it by this:
$version_number = get_option('avia_stylesheet_dynamic_version'.$safe_name); if(empty($version_number)) $version_number = '2';Regards,
JosueDecember 12, 2014 at 2:11 am in reply to: Scroll to top hightlight first menu item as active, and should not #367096The menu issue on the homepage is fixed, i added a new menu item (hidden with CSS) targeting the #top section so this gets highlighted when the user press the scroll-to-top button.
December 11, 2014 at 11:14 pm in reply to: cargar automáticamente una plantilla predeterminada en porfolio items #367011Hola,
¿Me puedes proporcionar una cuenta FTP temporal?
Saludos,
JosueDecember 11, 2014 at 10:25 pm in reply to: Shortcodes icons like "partner/logo element" have disappeared!! #366982Hola Alfonso,
Aquí utilizamos bbPress, sin embargo algunas cosas como ese widget de miembros son creación de Kriesi, hechas específicamente para este foro.
Saludos,
JosueDecember 11, 2014 at 8:54 pm in reply to: Scroll to top hightlight first menu item as active, and should not #366886Hi!
Yeah but that means too much work, the best route i think would be to leave the ‘blog menu’ as the default one and set the ‘home menu’ (with the anchors) for the home page. I’ll look into the other issue now.
Regards,
JosueHi,
Can you please create us a temporary FTP account? post it here as a private reply.
Regards,
JosueThis one:

Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHey Josh!
Here’s how it looks on my end, can you post a screenshot of your view?
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#socket .social_bookmarks { right: 30px; }Cheers!
JosueHi!
Try increasing the upload limit size:
Also check:
http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/If none of these work, install the theme via FTP:
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.post-meta-infos { display: none !important; }Cheers!
JosueDecember 11, 2014 at 4:44 am in reply to: icon box link and icon and title link not working right. bug? #366451Hi!
It’s fixed now, i added this to child style.css:
#top .iconbox.av-no-box .iconbox_icon { display: block; }Cheers!
JosueHey!
Try with this:
.sidebar_right .container { padding-right: 0; } .sidebar_right .inner_sidebar { margin: 0 !important; }Best regards,
JosueHi Anne-Marie,
Try removing the LayerSlider element and adding it again, if that doesn’t work, please create me a WordPress administrator account, post it here as a private reply.
Regards,
JosueDecember 11, 2014 at 4:24 am in reply to: Accordion Feature, Increase Size of Font and changing color of Font in title #366443Hey Ben!
Try:
.toggler { color: #4abee0 !important; }Regards,
JosueHey!
Try with this:
@media only screen and (max-width: 989px) { .iconlist_content *{ font-size: 14px; } .avia-icon-list .iconlist_icon{ margin-right: 15px; } }Regards,
JosueHi,
I guess you are referring to the “Home v1, Home v2, etc” demo pages, you can have those saved as Drafts and used when needed.
Cheers!
JosueHey!
The link you posted seems to be wrong:
http://www.downforeveryoneorjustme.com/http://bluemontinluray.com/wine-shop/Cheers!
JosueHey!
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
Josue -
This reply was modified 11 years, 3 months ago by
-
AuthorPosts
