Forum Replies Created
-
AuthorPosts
-
A bit of hacking… good for now!
div#fullwidthcolorsection {
background-color: #2b2f3a;
min-height: 50px !important;
}- This reply was modified 9 years, 3 months ago by avwebmaster.
Doesn’t work on the custom css / html navigation. Have you looked at the page? Please advise. Thanks.
You mean by 1 col grid right?
- This reply was modified 9 years, 3 months ago by avwebmaster.
Hi Ismael,
Another issue came up when the team decided to enable the breadcrumbs.
Now, the z-index is all over the place.
Please click on the LET’S TALK button and scroll.Would appreciate if you could look at this issue. Disregard the previous ones. Thank you.
- This reply was modified 9 years, 3 months ago by avwebmaster.
I know :) but I would like to cover the header/menu with the transparent bg when the pop up comes up. I assume the sub menu is part of the header and cannot have a separate z-index?
This is good for now unless there is a better way. Thanks for your patience.
- This reply was modified 9 years, 3 months ago by avwebmaster.
Sorry for the confusion…
The drop down / sub menu is working perfectly on all other pages except on the link http://www.audienceview.com/new-explore-template-2/
I would like this sub menu of PRODUCTS to appear on this page. http://www.audienceview.com/new-explore-template-2/
For some reason the z-index is not working on sub menus particularly on the page / url provide.The sub menu works here http://www.audienceview.com/pricing/ Please hover on the PRODUCTS link and you will see the sub menu.
I shared a link for you to see the sub menu showing on other pages except the template page. Hope you could help me with this one. Thank you.P.S. The sub menu does not work when viewing the template page (not clicking the let’s talk button) – I believe it’s a z-index issue because we assigned a z-index in the main div.
- This reply was modified 9 years, 3 months ago by avwebmaster.
Thanks, Andy. Any update on this thread? https://kriesi.at/support/topic/help-with-z-index/
<style type = "text/css"> #main > div:first-child { position: relative !important; z-index: 888 !important; } </style>
Using the code above makes the main div below the pop up if you click on the LET’S TALK button. Please see link.
Everything is fine except the drop down / sub menu under the PRODUCTS menu no longer show up. This is particular on this page. If you go to the other pages, all sub menus show.I tried modifying the z-index of the following:
#header 887 (I made this below the main div)
main nav / sub menu 889
main div 888 (based from the code above)
– Please click on the LET’S TALK button to see what I am trying to achieve. Aesthetics is there except the sub menu do not show.It is giving me z-index issues. It seems like it’s either I have to make the whole header on top of the main div to make the sub menu show up.
Beem waiting for an update.
Please provide assistance. Thank you.
I tried setting a z-index on the sub menu but didn’t work. Please advise and thank you.
Please follow up. Thanks.
Actually, when I tried the code it made the drop down menu disappear. Could you please check? The bottom element also showed on top of the form.
- This reply was modified 9 years, 3 months ago by avwebmaster.
You are awesome, Elliot! Worked perfectly.
Thanks, Elliot!
This issue has been fixed! Apparently, there is an avia.js file in the child theme folder which caused the issue. Thank you.
Hi Josue,
It is in the child theme’s header file. I deleted those lines but when I restarted Apache, the nav is still not working. Besides, that code has been there before. Please advise soonest as our site is running live. Could it be the latest WP update that’s causing this? Thanks.
- This reply was modified 9 years, 3 months ago by avwebmaster.
Please advise when can this be tested and dealt with. Thank you. It is a live site.
- This reply was modified 9 years, 3 months ago by avwebmaster.
Hi Elliot,
Thanks for your prompt reply.
I apparently re installed the latest Enfold theme in our dev environment. It does not update via theme settings using the credentials so I just copied the url and downloaded it from the browser. I hope this gets fixed as well.Anyways, after extracting the zip file and removing the old parent enfold theme and placing the new theme, the navigation menu on mobile still does not work. I disabled the plugins and same issue occur. Please take a closer look at the prod site. I am using a child theme were files are customized. There was no child theme before. The prod site does not have the latest theme since it is a live environment. It currently has Enfold 3.2 installed.
Follow up please? :) I did modify the register portfolio php file but the old url which we integrated within a marketing / tracking tool renamed the portfolio link. I have to redirect in that case…
I have to double check if the portfolio posts are not adding the /blog url.
- This reply was modified 9 years, 4 months ago by avwebmaster.
Hi Elliot,
I am using a child-theme, will it override everytime I update the parent theme?Hi Andy,
Thank you. It did add /blog on all the blog posts. I’m not sure if the old blog urls will cause redirect issues.
Also, it added /blog before the portfolio posts.
From: http://www.website.com/portfolio-item-base/post-name/
To: http://www.website.com/blog/portfolio-item-base/post-name/
This caused redirect issues so I had to switch back to the default setting.Please advise if I need to modify the htaccess file for all portfolio-item-base posts to redirect or add /blog before each url.
Hi Elliot,
I am using a child-theme. Will this get overwritten everytime I update?
Please see the attached url for the blog. If you click on one of the latest blog posts, the url takes out the /blog.
I would like to keep it everytime a user click on the blog posts.- This reply was modified 9 years, 4 months ago by avwebmaster.
Hi Richard,
I would like all my blog posts that have the category “blog” reside under http://www.website.com/blog so when you view the posts, it will say http://www.website.com/blog/my-first-post.
Currently, the posts are set up to be on the parent directory. When I tried to add a /blog sub directory using the above approach, all posts obviously threw a page not found error. It also made all the portfolio posts to be under “blog” instead of it’s own category.
Please advise and thanks.
Hi Kriesi,
I’ve installed 2.8.1 in my dev environment. The following files were modified from the parent:
C:\wordpress\wp-content\themes\enfold\css\custom.css
C:\wordpress\wp-content\themes\enfold\js\avia.js
C:\wordpress\wp-content\themes\enfold\footer.php
C:\wordpress\wp-content\themes\enfold\functions.php
C:\wordpress\wp-content\themes\enfold\header.php
C:\wordpress\wp-content\themes\enfold\single.phpI installed the latest WP and the latest Enfold theme (3.2).
I then compared the theme files from 2.8.1 to 3.2 and found out a lot had been changed since.
However, I still did create the child-theme in my dev environment.
The issue is that when I use my 2.8.1 functions.php file in the child-theme, I get a blank page unless I delete it’s content.What should I do to keep the 2.8.1 functions file and use it from now on?
If you could also grant me the Enfold theme files for version 2.8.1 so I can manually compare side by side the difference between my version and yours, that will be really helpful!
-
AuthorPosts