Forum Replies Created
-
AuthorPosts
-
Currently above solution not working for me. I Want to replace Mobile menu icon open and close with png image
Thanks. That’s what i want. Thanks for the support
Thanks. It working. One more help. How to decrease Left and right side margin of posts in mobile view.
Thanks it working. I have another problem in mobile view. Comment box and comment contents in mobile is small. There is space in right side of comment. I want to take full width. http://7b0.f2c.myftpupload.com/modal-page/
March 18, 2017 at 10:39 am in reply to: How to Remove Feature image above Title of the Post? #762856Thanks it working. But Last line echo “</div>”; cannot removed. It i remove it, Content width reduced. I removed all lines except last one. It working. Now no image showing.
March 17, 2017 at 8:50 pm in reply to: How to Remove Previous and Next Arrows In Posts Using Functions.php #762715I removed some lines in function. now Error not showing. Problem solved. Thanks for the support
March 17, 2017 at 1:58 pm in reply to: How to Remove Previous and Next Arrows In Posts Using Functions.php #762484any solution?
March 16, 2017 at 10:33 pm in reply to: How to Remove Previous and Next Arrows In Posts Using Functions.php #762244I added /* and */ . Error still showing and admin bar not working. It went all black. no menu option in admin bar is visible.
.
March 16, 2017 at 10:20 pm in reply to: How to Remove Previous and Next Arrows In Posts Using Functions.php #762236Above ftp details is correct. I tested it. It working fine. please try again
- This reply was modified 7 years, 8 months ago by pmwarman.
March 16, 2017 at 5:31 pm in reply to: How to Remove Previous and Next Arrows In Posts Using Functions.php #762079Below Code i replaced
if(!function_exists('avia_post_nav')) { function avia_post_nav($same_category = false, $taxonomy = 'category') { global $wp_version; $settings = array(); $settings['same_category'] = $same_category; $settings['excluded_terms'] = ''; $settings['wpversion'] = $wp_version; //dont display if a fullscreen slider is available since they overlap if((class_exists('avia_sc_layerslider') && !empty(avia_sc_layerslider::$slide_count)) || class_exists('avia_sc_slider_full') && !empty(avia_sc_slider_full::$slide_count) ) $settings['is_fullwidth'] = true; $settings['type'] = get_post_type(); $settings['taxonomy'] = ($settings['type'] == 'portfolio') ? 'portfolio_entries' : $taxonomy; if(!is_singular() || is_post_type_hierarchical($settings['type'])) $settings['is_hierarchical'] = true; if($settings['type'] === 'topic' || $settings['type'] === 'reply') $settings['is_bbpress'] = true; $settings = apply_filters('avia_post_nav_settings', $settings); if(!empty($settings['is_bbpress']) || !empty($settings['is_hierarchical']) || !empty($settings['is_fullwidth'])) return; if(version_compare($settings['wpversion'], '3.8', '>=' )) { $entries['prev'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); $entries['next'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); } else { $entries['prev'] = get_previous_post($settings['same_category']); $entries['next'] = get_next_post($settings['same_category']); } $entries = apply_filters('avia_post_nav_entries', $entries, $settings); $output = ""; foreach ($entries as $key => $entry) { if(empty($entry)) continue; $the_title = isset($entry->av_custom_title) ? $entry->av_custom_title : avia_backend_truncate(get_the_title($entry->ID),75," "); $link = isset($entry->av_custom_link) ? $entry->av_custom_link : get_permalink($entry->ID); $image = isset($entry->av_custom_image) ? $entry->av_custom_image : get_the_post_thumbnail($entry->ID, 'thumbnail'); $tc1 = $tc2 = ""; $class = $image ? "with-image" : "without-image"; $output .= "<a class='avia-post-nav avia-post-{$key} {$class}' href='{$link}' >"; $output .= " <span class='label iconfont' ".av_icon_string($key)."></span>"; $output .= " <span class='entry-info-wrap'>"; $output .= " <span class='entry-info'>"; $tc1 = " <span class='entry-title'>{$the_title}</span>"; if($image) $tc2 = " <span class='entry-image'>{$image}</span>"; $output .= $key == 'prev' ? $tc1.$tc2 : $tc2.$tc1; $output .= " </span>"; $output .= " </span>"; $output .= "</a>"; } return $output; } }
March 16, 2017 at 5:24 pm in reply to: How to Remove Previous and Next Arrows In Posts Using Functions.php #762075Not working. New Error
Fatal error: Call to undefined function avia_post_nav() in /home/content/p3pnexwpnas03_data03/67/3951467/html/wp-content/themes/enfold/footer.php on line 155
March 16, 2017 at 3:17 pm in reply to: How to Remove Previous and Next Arrows In Posts Using Functions.php #761967still error showing http://705.987.myftpupload.com/test-2/.
when my problem solved? and i also asked another question, how to remove feature image above title in posts?
- This reply was modified 7 years, 8 months ago by pmwarman.
March 16, 2017 at 2:16 pm in reply to: How to Remove Previous and Next Arrows In Posts Using Functions.php #761919Ftp details
March 16, 2017 at 2:05 pm in reply to: How to Remove Previous and Next Arrows In Posts Using Functions.php #761908Here it is
March 16, 2017 at 1:47 pm in reply to: How to Remove Previous and Next Arrows In Posts Using Functions.php #761901I added in function.php . Still same error showing
March 16, 2017 at 1:39 pm in reply to: How to Remove Previous and Next Arrows In Posts Using Functions.php #761891It’s working. But some error showing in footer
Warning: Invalid argument supplied for foreach() in /home/content/p3pnexwpnas03_data03/67/3951467/html/wp-content/themes/enfold/functions-enfold.php on line 482
705.987.myftpupload.com/test-2/
- This reply was modified 7 years, 8 months ago by pmwarman.
-
AuthorPosts