Digital experiences for all disciplines
Forum Replies Created
-
-
Thanks for the help RUi.
End up the plugin folder was not created and We just have to recreate it.
Appreciate your help here, looking forward to building on this great theme.
Thanks Rui, if i want to install the coporate demo 2 later. Which plugins should i install?
I would not want to install the the plugins and cade loading issues later.
Hi Kyle,
the only folder in the plugin directory is akismet.
The first time when i install the plugins they were okay.
It was only due to the page loading error than i deleted my domain and database and tried to restart from fresh again.
Dear Swiftideas Support Staff,
I sincerely apologise for seeking help on this issue again.
I hope a kind staff can look through my issue as i cant get anything started if the edit page is not loading. I am desperately needing to start on this site for a submission.
I have built with neighbourhood before and it was really fantastic.
I sincerely appreciate any help on this.
This reply has been marked as private.Thank you Kyle, this is perfect now.
I appreciate your great help on this.
Dear Mohammad, thank you so much for the trouble. I am sorry i am really not good at coding.
One last issue here.
How can i centralise the text and small images within the SINGLE ELEMENT to? I am referring to the text and 2 small image at each side in this: http://prntscr.com/5djnsc
This reply has been marked as private.Thats is the code you provided with the php head and end.
What should i do now? help will be great, thanks!
Hi Mohammad, Sorry to bother you again.
I added with the <?php at start and ?> at end.
But now my menu bar has disappeared. Am i doing it wrong?
Thank you.
<?php
function sf_main_menu($id, $layout = “”) {// VARIABLES
$options = get_option(‘sf_neighborhood_options’);
$show_cart = $options[‘show_cart’];
$show_wishlist = $options[‘show_wishlist’];
$disable_search = false;
if (isset($options[‘disable_search’])) {
$disable_search = $options[‘disable_search’];
}
$menu_output = $menu_full_output = “”;
$main_menu_args = array(
‘echo’ => false,
‘theme_location’ => ‘main_navigation’,
‘fallback_cb’ => ”
);// MENU OUTPUT
if ($id == “mini-navigation”) {
$menu_output .= ‘<nav id=”‘.$id.'” class=”mini-menu clearfix”>’. “\n”;
} else {
$menu_output .= ‘<nav id=”‘.$id.'” class=”clearfix”>’. “\n”;
}
if(function_exists(‘wp_nav_menu’)) {
$menu_output .= wp_nav_menu( $main_menu_args );
}
$menu_output .= ‘</nav>’. “\n”;// FULL WIDTH MENU OUTPUT
if ($layout == “full”) {
$menu_full_output .= ‘<div class=”container”>’. “\n”;
$menu_full_output .= ‘<div class=”row”>’. “\n”;
$menu_full_output .= ‘<div class=”span12″>’. “\n”;
$menu_full_output .= $menu_output . “\n”;
$menu_full_output .= ‘</div>’. “\n”;
$menu_full_output .= ‘<div class=”span3 header-right”>’. “\n”;
if ($id == “mini-navigation”) {
$menu_full_output .= ‘<nav class=”mini-menu”>’. “\n”;
} else {
$menu_full_output .= ‘<nav>’. “\n”;
}
$menu_full_output .= ‘<ul class=”menu”>’. “\n”;
if (!$disable_search) {
$menu_full_output .= ‘<li class=”menu-search no-hover”><i class=”fa-search”></i>‘. “\n”;
$menu_full_output .= ‘<ul class=”sub-menu”>’. “\n”;
$menu_full_output .= ‘- <div class=”ajax-search-wrap”><div class=”ajax-loading”></div><form method=”get” class=”ajax-search-form” action=”‘.home_url().’/”><input type=”text” placeholder=”‘.__(“Search”, “swiftframework”).'” name=”s” autocomplete=”off” /></form><div class=”ajax-search-results”></div></div>
‘. “\n”;
$menu_full_output .= ‘‘. “\n”;
$menu_full_output .= ‘‘. “\n”;
}
if ($show_cart) {
$menu_full_output .= sf_get_cart();
}
if ( class_exists( ‘YITH_WCWL_UI’ ) && $show_wishlist) {
$menu_full_output .= sf_get_wishlist();
}
$menu_full_output .= ‘‘. “\n”;
$menu_full_output .= ‘</nav>’. “\n”;
$menu_full_output .= ‘</div>’. “\n”;
$menu_full_output .= ‘</div>’. “\n”;
$menu_full_output .= ‘</div>’. “\n”;$menu_output = $menu_full_output;
}// MENU RETURN
return $menu_output;
}
?>Hi Mohammad,
thank for the assistance.
I have copied the 2nd part into the custom CSS.
However when after i installed the child theme there is no function.php.
By copying the functions php from main theme to child theme creates a line 135 error to the whole website.
What shall i do?
This reply has been marked as private.http://nekomobile.com/pages/help-centre-f-a-q/
This is the link to the faq. Sorry i meant that i have 3 items in the FAQ section in wp-admin. I have used the page builder to add the faq but it is still not appearing.
Hi Kyle,
I have removed the cart and search. Would we be able to centralise now?
Sorry for the torouble, but another question here too. WIll we be able to centralise the text and small images within the SINGLE ELEMENT to? I am refering to this: http://prntscr.com/5detg6
Thanks!
-