Forum Replies Created
-
AuthorPosts
-
Hey!
There’s no real connection between the Portfolio item and the full size image other than the -explicitly set- URL (custom link). However, you can get the “featured image” (thumbnail) associated with that Portfolio item and show the title of that attachment instead.
function custom_link_structure($link_markup, $entry){ $the_id = $entry->ID; $custom_link = get_post_meta( $the_id ,'_portfolio_custom_link', true) != "" ? get_post_meta( $the_id ,'_portfolio_custom_link_url', true) : false; $link = !empty($custom_link) ? $custom_link : get_permalink($the_id); $title = get_post(get_post_thumbnail_id($the_id))->post_title; $link_markup[0] = "a href='{$link}' title='{$title}' "; return $link_markup; } add_filter('avf_portfolio_custom_image_container', 'custom_link_structure', 10, 2);Regards,
Josue-
This reply was modified 9 years, 9 months ago by
Josue.
Hi!
Check it now, i added this code to child theme functions.php:
function custom_link_structure($link_markup, $entry){ $the_id = $entry->ID; $custom_link = get_post_meta( $the_id ,'_portfolio_custom_link', true) != "" ? get_post_meta( $the_id ,'_portfolio_custom_link_url', true) : false; $link = $custom_link !== "" ? $custom_link : get_permalink($the_id); $link_markup[0] = "a href='{$link}' title='{$entry->post_title}' "; return $link_markup; } add_filter('avf_portfolio_custom_image_container', 'custom_link_structure', 10, 2);Best regards,
JosueThis is kinda difficult without seeing the issue but i’m going to guess, try with this code:
img[class*='align']{ margin-bottom: 100px; }Cheers!
JosueGlad to help, let me know if you need assistance with the position :)
Regards,
JosueHi,
Can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
That’s possible but it’s a little bit tricky. You’d need to generate an Icon shortcode and paste the shortcode into the menu item label, ex:
[av_font_icon icon='ue81d' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='left' color='' custom_class=''][/av_font_icon]Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#top .comment_text, #top .comment-header, #top .comment a{ font-size: 18px; }Cheers!
JosueJanuary 24, 2016 at 11:58 am in reply to: Absolute Beginner question: css understanding and backup #570753Hey!
Those files would need to be directly accessed using a FTP client (like Filezilla).
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
img.ls-l{ width: auto !important;; height: auto !important; }Cheers!
JosueJanuary 24, 2016 at 11:37 am in reply to: Color Section Background photo freeze when scrolling on Responsive #570746Good to know, i’ll notify Kriesi about this.
Regards,
JosueJanuary 24, 2016 at 5:50 am in reply to: Allow a member to post to a password protected page. #570714You are welcome :)
Regards,
JosueI see, this may be caused by the length of the text boxes content, try splitting them into smaller chunks of texts and check if the issue persists.
Regards,
JosueJanuary 24, 2016 at 5:32 am in reply to: color pages loading "refresh page color" not required #570709Hello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi Alisa!
Try this:
function add_mc_after_post_content() { if (is_singular("post")){ ?> <div class="av-sub-box"> <h5 class='av-sub-box-title'>Suscribe to our Blog</h5> <?php echo do_shortcode("[av_mailchimp list='XXXX' double_opt_in='aviaTBdouble_opt_in' on_send='' sent='Спасибо! Перейдите, пожалуйста, в почту и подтвердите подписку' link='manually,http://' color=''] [av_mailchimp_field id='0' type='text' check='is_email' options='' label='E-mail' width='element_third'] [av_mailchimp_field id='3' type='text' check='' options='' label='Имя' width='element_third'] [av_mailchimp_field id='av-button' type='button' check='' options='' label='Подписаться' width='element_third'] [/av_mailchimp]"); ?> </div> <?php } } add_action('ava_after_content', 'add_mc_after_post_content');Best regards,
JosueHi!
Translation ready means you can translate the theme (if that’s what you want, also note there are included translations for plenty of languages). WPML allows you to have a multi-language site (ex: a site for English and a site for French and so on).
Best regards,
JosueJanuary 24, 2016 at 5:24 am in reply to: Allow a member to post to a password protected page. #570704Hi Ron!
Check the following link:
Best regards,
JosueJanuary 24, 2016 at 5:23 am in reply to: How to change the contact form 'required' text and style #570703Hey Craig!
Replace the contents of /enfold/framework/php/class-form-generator.php with the following:
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey davinc!
Try this code:
add_filter('avia_ampersand','__return_false');
Best regards,
JosueJanuary 24, 2016 at 5:02 am in reply to: Multiple Images displaying in Image Media Element popup #570692Hi Serenity!
Try the following:
– Wrap each image elements with a color section or column and set it a class ofavia-gallery. That way, each image element will get treated as an individual group.Cheers!
JosueHey!
Try changing your code to:
#contact_page input[type='text'], #contact_page input[type='email'], #contact_page select, #contact_page textarea {background:#fff!important; border:none!important;}Cheers!
JosueHi,
Can you please create me a temporary wp-admin / FTP access? post it here as a private reply.
Regards,
JosueJanuary 24, 2016 at 4:44 am in reply to: Color Section Background photo freeze when scrolling on Responsive #570684Hi Manuel!
Which version of iOS are you using? can you check if the issue occurs here too?
Cheers!
JosueHey Mauro!
Can you please indicate in which Page is the submenu located?
Best regards,
Josue -
This reply was modified 9 years, 9 months ago by
-
AuthorPosts
