Page rendering and editing category pages

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemePage rendering and editing category pages

This topic has been marked as not resolved.

Hello Support,

A) I have to edit certain portion of the footer area – example we have an information bar which has shipping policies, returns policies, privacy policy etc and now need to edit the text of these policies. Not able to figure out the control area in Pavilion where the content can be edited. Example, scroll to bottom of page after opening URL in B.1 and click on Shipping under Customer Service. it says page not found – however a link for Shipping is already created, we have content available and need to populate. Likewise for FAQ link in the same section also returns this error.

B) we have 5 layered category display and are facing below issues

  1. images have been assigned to 2nd category level – thus when one hovers on the main Display Dategory menu bar, they can see images for the 2nd level. however, when people click further inside, the category names are rendered with blank images. We do not want images at this level for now. See this URL for example: http://ebzaar.com/testing/breakfast-bread-cereals-dairy-beverage/bread-dairy/bread-n-bakery
  2. Once the above page is opened, go to breakfast & more>dairy>more in the category menu header When you hover inside the box, you can see further categories. however without mouse hover, the box is displayed all white. How do we rectify this.

Thanks in advance.

April 14, 2015 at 1:25 pm #39978

Hi,

A) Some of the links in the footer are part of the dummy data that comes with the theme. So:

- Go to Page Builder > Footer > Global (or the scope that you need) and edit the Customer Service menu block.
- Remove “Shipping” and “F.A.Q.” custom links and insert the real pages
- Save changes

B.1) You can override display style for each category level:
- Go to Page Builder > Content > Level 3-5 Categories
- Remove / Modify “Subcategories” block

B.2) There is a custom color style that is making links white:

#main_navigation .tb_nav .tb_megamenu > .tb_submenu > .tb_row > .tb_wrap > [class*="tb_col_"] > ul > li > .tb_submenu >ul > li > .tb_submenu>ul li:hover a
{
  color: #fff !important;
}

You can try to transform it to:

#main_navigation .tb_nav .tb_megamenu > .tb_submenu > .tb_row > .tb_wrap > [class*="tb_col_"] > ul > li > .tb_submenu >ul > li > .tb_submenu>ul li:hover > a
{
  color: #fff !important;
}

BR,
ThemeBurn team

April 28, 2015 at 5:06 pm #40390

I have shared admin credentials. See further comments below
A) I have created actual pages. See pages by going to Catalog>Information>FAQ1 and Catalog>Information>Shipping Policy1. I then tried adding this to footer by going to Pavilion CP>Content>Footer – row no. 4 – customer service block as that is where we want this to appear. However these two links do no show up on the store front [check footer from URL link shared earlier]

B.1 – thanks – but for my requirements, what settings I activate or deactivate -this is big black box for me right now and no clue on how to achieve what we want.

B.2 – thanks for this code. where do we need to copy this code exactly so that this can get resolved. Have not figured out the place where you say custom code has been used.

Kindly do not make any setting changes on any module we have couple of more developers working in tandem to correct some functional workflow issues. if you need to make changes, inform us in advance and we will checkout with them to ensure that they are not working on same files.

May 7, 2015 at 5:52 pm #40647

Hi,

A / B.1) We see there are some duplicate questions, which we’ve answered here:

http://support.themeburn.com/topic/category-pages-pavilion-theme#post-40714

B.2) You, or some of the the devs that work on the website have added some custom CSS, which is causing the problem. Check this custom code and change it as advised.

BR,
ThemeBurn team

May 11, 2015 at 6:12 pm #40718

B.2: I will replace the code. can you inform me please where to locate the code to replace. Currently am not able to locate the code to replace. I have looked in Custom CSS section of Pavilion Control Panel and could not locate the lines of code that needs to be replaced

I will reply on the other thread for queries you have clarified there. the duplication is merely because you took too long to reply to first thread and we can only wish that you can reply in one working day instead of anything bw 5 to 10 days or more as can be seen from the threads in my account.

Thanks

May 12, 2015 at 5:09 pm #40771

Hi,

We don’t know where this code is inserted from. We only know that it is not part of Pavilion.

BR,
ThemeBurn team

May 19, 2015 at 5:48 pm #40962
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.