Viewing 28 posts - 1 through 28 (of 28 total)
  • Author
    Posts
  • #24335

    Hello,

    I have posted this issue before but you are not helping. Earlier you said “It should be working” and I said “It is not working” then I realised you have marked it “CLOSED”!!! https://kriesi.at/support/topic/left-sidebar-menu-footer

    My left menu is still listing alphabetically and I want it to be listed just like in the dropdown menu. I have changed the sidebar.php and updated and still not working. CAN YOU PLEASE HELP!

    http://bilgin-group.com/blgn-grp-test/?page_id=1506

    Thanks…

    #123174

    Hi,

    I am so sorry about the closing of your inquiry. Right now this forum is being updated and things may be going a bit haywire for the next week or two. After looking at your menu, I realized that I don’t know if Örgü or İplikleri comes first or last if alphabetized. (joking).

    What you need to do, is create a New Menu, and order the items on that menu in the same order as they are on the drop down menu. Do not attach this menu anywhere. Then you will need to go to Appearance > Widgets , and add a Custom Menu Widget to the sidebar displayed on this page, and attach the New Menu you’ve just made to the Custom Menu Widget. This is the best way to ensure the order of the menu items will be correct on this page.

    Thanks,

    Nick

    #123175

    Hello,

    Thanks for the replay. What do you mean by creating a new menu? Do I have to create a brand new Main Menu (including about, contact, etc) or only new dropdown menu?

    Again I want it to make it clear, what I want “IS NOT AN ALPHABETİC LISTING” I want the same listing with the dropdown. I will try the things you have said but first please answer these questions quickly.

    Thanks…

    #123176

    Hi again,

    Forget what I said before I understand waht you said and did the exact same things. You can check the link http://bilgin-group.com/blgn-grp-test/?page_id=1453

    But I don’t think this is right way because by adding a custom widget, breadcrumbs are changed. As you know, because Vizyon & Misyon is child of hakkımızda, the breadcrumb should be like “home/hakkimizda/vizyon&misyon” but now it is not.

    What I want is, the sub pages should stay as child of the manin pages and they should not listed alphabetically… Thats all

    Thanks

    #123177

    Hi,

    Please make your menu like this, (notice the indents between the parent and the children). If you do it like this, then the breadcrumbs will also show the parent.

    http://www.clipular.com/c?7316058=RL_6rG2rUbrUorEMOQEfhQJAjYo&f=.png

    Thanks,

    Nick

    #123178
    #123179

    Hi,

    Please update your theme at themeforest.net. You are using v.1.3.1 and current version I believe is 1.6 and there were updates to the breadcrumbs. Please upload the update using ftp and please be aware that the update will overwrite all the theme files so make sure to make a backup first.

    Thanks,

    Nick

    #123180

    Hello,

    I have a question about updating. How can I backup up my theme? Is that overwrite will be effect to my theme content? If I loose all the content that I have created, how can I load them from the backup?

    Thanks

    #123181

    Hi,

    You can override the theme files via FTP. You will not lose the content. For security purposes, create a backup of your old theme files and your database. Take note of the files you modified.

    Enfold 1.7 has been released. Please download it on your themeforest account.

    Regards,

    Ismael

    #123182

    Hi,

    I have updated the theme. Now my question is how can I disable the breadcrumbs and site title area?

    #123183

    Open up page.php and single-portfolio.php and delete

    if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title();

    In archive.php delete

    echo avia_title(array('title' => avia_which_archive()));

    in index.php and in single.php delete

    if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title(array('heading'=>'strong', 'title' => $title, 'link' => $t_link, 'subtitle' => $t_sub));

    #123184

    Hello,

    I have deleted the lines from the necessary php files but some pages changed some not. If you check this link

    http://bilgin-group.com/blgn-grp-test/?page_id=1456 you will see there are no breadcrumbs. But on this page http://bilgin-group.com/blgn-grp-test/?page_id=1609 and on the homepage breadcrumbs and the titles are still there.

    Actually what I want is I don’t want get rid of breadcrumbs. I only want to loose page titles. The breadcrumbs can stay. So can you please check the link that I have sent and help me again.

    Thanks

    #123185

    If you just want to get rid of the title revert the changes I posted above (because this will remove everything) and open up functions-enfold.php. Search for:

    if(empty($title)) $class .= " empty_title ";

    and replace i with

    $title = '';
    if(empty($title)) $class .= " empty_title ";

    By going this way you’ll remove the title from all pages.

    #123186

    Hello again,

    That worked thank you. How can I translate You are here:? And can you please this link http://bilgin-group.com/blgn-grp-test/hakkimizda/

    There is no breadcrumb on that link. Do I make something wrong?

    #123187

    1) open up functions-enfold.php and replace:

    $defaults 	 = array(

    'title' => get_the_title($id),
    'subtitle' => "", //avia_post_meta($id, 'subtitle'),
    'link' => get_permalink($id),
    'html' => "<div class='{class} title_container'><div class='container'><{heading} class='main-title'>{title}</{heading}>{additions}</div></div>",
    'class' => 'stretch_full container_wrap alternate_color '.avia_is_dark_bg('alternate_color', true),
    'breadcrumb' => true,
    'additions' => "",
    'heading' => 'h1' //headings are set based on this article: http://yoast.com/blog-headings-structure/
    );

    with

    $defaults 	 = array(

    'title' => get_the_title($id),
    'subtitle' => "", //avia_post_meta($id, 'subtitle'),
    'link' => get_permalink($id),
    'html' => "<div class='{class} title_container'><div class='container'><{heading} class='main-title'>{title}</{heading}>{additions}</div></div>",
    'class' => 'stretch_full container_wrap alternate_color '.avia_is_dark_bg('alternate_color', true),
    'breadcrumb' => true,
    'additions' => "",
    'before' => '<span class="breadcrumb-title">' . __( 'You are here:', 'avia_framework' ) . '</span>',
    'heading' => 'h1' //headings are set based on this article: http://yoast.com/blog-headings-structure/
    );

    and replace “You are here” with your custom text.

    2) Maybe you selected the “Don’t display the header” in the sidebar on the page editor screen:

    #123188

    Hello,

    I have done the issues about breadcrumbs but I have still got LEFT MENU LISTING PROBLEM!!! I have got two simple requests.

    1- I want my left menu to be exact same order with rollover listing. Please rollover ÜRÜNLER and look at the listing order and then click ÜRÜNLER then look at the listing of left menu. As you can see they are different. I want them to be same order.

    2- For hakkımızda page I have created a different navigation menu which name is sidebar-ham and I am using this menu for hakkımızda page. When I do that the rollover of hakkımızda and left menu of hakkımızda, listing is exactly the same just I want it but this time the breadcrumb is wrong. Normally the breadcrumb of vizyon&misyon should be like Anasayfa/hakkımızda/vizyon&misyon but it is not like that beacuse vizyon&misyon is not selected child of hakkımızda. But when I do that then the left menu listing becomes alphabetically which I don’t want.

    I have made some changes on the php files that you guys told me to but when I made the update everything changed to default.

    I WILL GO CRAZY soon please help me with that listing order ASAP!!!!

    #123189
    #123190

    Hi,

    1. They are the same http://i.imgur.com/kNEc0So.png

    2. You need to make the 4 pages in your sidebar-ham to be child pages of hakkımızda** (keep reading). Go to each of the pages and set the parent page as hakikimizda**

    **To prevent the alphabetized child menu from showing up , please make sure your settings are like this http://i.imgur.com/eFOdNOj.png

    Thanks,

    Nick

    #123191

    Hello,

    That worked for me thanks for the detailed explanation. But now I realised a different issue. Please check to images that I have sent. When I clik brode link the parent link ürünler is not selected. But when I click örgü kumaşlar link the parent link ürünler is selected. And this is happening only in brode link. Why is that?

    You will understand what am I trying to say by looking the images.

    https://dl.dropboxusercontent.com/u/4302461/Screen-Shot-1.jpg

    https://dl.dropboxusercontent.com/u/4302461/Screen-Shot-2.jpg

    Thanks

    #123192

    Hi,

    Is Brode even a page or just a reference mark since I don’t remember seeing any page link for it anywhere? It feels like there is an offset somewhere. If you are interested in finding out you can do a test by switching Brode with another menu item and seeing if first menu item changed, will now lose highlight color and brode gets it in 2nd or 3rd position.

    I can give you the css to fix the problem however

    #top.page-id-1740 ul #menu-item-1765 a {
    color: #001A4A;
    }

    Thanks,

    Nick

    #123193

    Ok I will try that and let you know about it. One last quesiton about blog page. How can I disable comment area at the bottom of the post page?

    http://bilgin-group.com/blgn-grp-test/this-is-a-nice-post/

    #123194

    Hi,

    Do you want to disable them everywhere or just on that one page? (that page is not found by the way) http://www.clipular.com/c?9397094=oxkglf4FX_9CCER6TYZs4nIdZKE&f=.png

    To turn off comments on any single post , look at this http://i.imgur.com/DFgA14p.png

    Thanks,

    Nick

    #123195

    Hello,

    I want to turn off all the comment areas, not just on a spesific page. I have look at what you sent to me but my screen is not the same with your. You can see the screen shots;

    https://dl.dropboxusercontent.com/u/4302461/Screen-Shot-1-2.jpg

    https://dl.dropboxusercontent.com/u/4302461/Screen-Shot-2-2.jpg

    My second questin is about social media icons on the top left area (above the logo) How can I change the icons. I have try to find on FTP but couldn’t see it. If you can tell me the path of icons I can change it for my needs.

    Thanks

    #123196

    Hi,

    Check every box on that page. ‘Tatisma’ on your image should be the correct one, since it is number 5 checkbox counting from the end , and you checked number 4 from the end which is Comments, and not Discussion.

    To completely remove comments from everywhere, please open up single.php in main theme folder, and find line 43 , and add two forward slashes // to it so that it will look like this

    // comments_template( '/includes/comments.php');

    The icons are not images, but are a special font , and are called glyphs. I had a page made where I showed how to add any glyph from http://www.fontello.com (where all the glyphs can be found) directly to the theme. In my example I add a yahoo icon, but it will work the same way with any icon. https://kriesi.at/support/topic/youtube-icon#post-117381

    Thanks,

    Nick

    #123197

    Actually I don’t want to change any icon I just want to change the rollovers. The icons turns colored when rollovers but I want them to be colored by default. I don’t think I need to visit fontello.com for that right?

    #123198

    Hi,

    You can add something like this on your custom.css or Quick CSS

    #top .social_bookmarks_facebook  a{color:#fff; background-color:#37589b; }
    #top .social_bookmarks_twitter a{color:#fff; background-color:#46d4fe; }

    Refer to css > layout.css for each social icon background color.

    #top .social_bookmarks_rss:hover	   a{color:#fff; background-color:#ffa133; }
    #top .social_bookmarks_facebook:hover a{color:#fff; background-color:#37589b; }
    #top .social_bookmarks_twitter:hover a{color:#fff; background-color:#46d4fe; }
    #top .social_bookmarks_mail:hover a{color:#fff; background-color:#9fae37; }
    #top .social_bookmarks_dribbble:hover a{color:#fff; background-color:#e44885; }
    #top .social_bookmarks_linkedin:hover a{color:#fff; background-color:#419cca; }
    #top .social_bookmarks_search:hover a{color:#fff; background-color:#222222; }
    #top .social_bookmarks_gplus:hover a{color:#fff; background-color:#de5a49; }
    #top .social_bookmarks_behance:hover a{color:#fff; background-color:#008cfa; }
    #top .social_bookmarks_flickr:hover a{color:#fff; background-color:#ff0086; }
    #top .social_bookmarks_forrst:hover a{color:#fff; background-color:#234317; }
    #top .social_bookmarks_myspace:hover a{color:#fff; background-color:#000000; }
    #top .social_bookmarks_tumblr:hover a{color:#fff; background-color:#345574; }
    #top .social_bookmarks_vimeo:hover a{color:#fff; background-color:#31baff; }
    #top .social_bookmarks_youtube:hover a{color:#fff; background-color:#a72b1d; }
    #top .social_bookmarks_pinterest:hover a{color:#fff; background-color:#cb2027; }
    #top .social_bookmarks_skype:hover a{color:#fff; background-color:#12a5f4; }

    Regards,

    Ismael

    #123199

    Hi,

    There is a way to change the icons. There is a plugin, though its not listed on WordPress plugin repository that I found that has 350 or so glyphs including the following social media glyphs:

    http://i.imgur.com/R2H13IF.png`

    View post on imgur.com

    You can download the plugin here https://github.com/tommarshall/Font-Awesome-WordPress-Plugin/archive/85387af02c882a963778d38ba95c61a0b24181ab.zip from this branch ( https://github.com/tommarshall/Font-Awesome-WordPress-Plugin )

    Once its installed you can use the

    <i class="xxx"></i>

    where you replace the xxx with the class name from the images above..

    Here is the complete list of icons available with the plugin: http://fortawesome.github.io/Font-Awesome/cheatsheet/

    Thanks,

    Nick

    #123200

    Allright guys thanks for your help…

Viewing 28 posts - 1 through 28 (of 28 total)
  • The topic ‘LEFT MENU LISTING PROBLEM’ is closed to new replies.