Digital experiences for all disciplines
Forum Replies Created
-
-
Hi Mohammad,
the header height is fine now, but the mobile menu is not. It’s even lower in fact. Here is a screen shot.
I am wondering it there is other custom CSS that is causing this but I can’t tell.
thanks,
RossitzaAttachments:
You must be logged in to view attached files.Got it. Now, I am not a programmer, so it takes me awhile to find the lines of code that need to be replaced. What would be the correct way to add a label or note right before the relevant lines of code?
fixed. I have a couple of more mobile related issues. Not sure if I need to open a separate topic. Let me know if I do.
Slider arrows
Even though I have specified to show the arrow navigation in the slider settings: mobile visibility, it’s not showing up. I tried both settings (on and off) and it just doesn’t show up. Any idea why?Header
1A. on mobile phone, vertical orientation: the logo is pushing the menu icon down, even though I have this in the custom CSS:
@media only screen and (max-width: 767px) {
#logo img, #logo img.retina {
max-width: 70%;
min-height: 0;
}
}
1B. on mobile phone, horizontal orientation: the logo and menu are fine, but there is a lot of white space below the logo before the slider. How can I reduce that space?right. what about the sidebar menus? will I be able to replicate the current setup – which shows a drop down of sub pages?
http://www.tri-volt.com/electrical-heaters-and-sensors/screw-plug-and-flanged-immersion/It was done by someone else and from what I can tell (with my limited knowledge) is that it was customized, but the starting point may have been the Twenty Ten WordPress theme.
I just want to get a idea of what will happen if I activate the Dante theme. There are a lot of pages with sidebar menus which show up sub-items and I don’t know what will happen with these in Dante.
I could provide you with the login if that would allow you to see the structure and let me know if a theme switch would mess up all the pages.
I am planning to rebuild the home page, contact page, the navigation, top bar, etc. with the Dante styling and features but it’s the bulk of the content – all the pages in the ABOUT US, ELECTRIC, RAIL, OIL & GAS sections that I hope will not get broken.
Rossitza
Hi Rui,
so what you suggested worked.
However, I don’t want to have to replace the clients.php file every time there is a theme update… What is the correct way of setting up the child theme files (what other files should be included) so this particular asset functions properly?
thanks,
Rossitza
Hello,
I just updated the theme to 2.7 and the clients.php changes I had made with help from Laranz are now gone. I have a child theme selected and I have the clients.php file in the child folder, so I’m not sure why I lost the edits.
I would like to only see 4 columns instead of 6 and the image size for each is supposed to be 250px width and height. That is what is specified in the clients.php file in the child theme, but it’s not working. It’s possible Laranz made additional changes in the clients.php file at the time, but I don’t know what they are.
Is there something else I need to do? I have attached a screenshot of the clients.php file from the child theme for reference.
thanks,
RossitzaAttachments:
You must be logged in to view attached files.Hello Rui,
I replaced the code and it’s still showing the page headings in Helvetica, not Roboto.
Here is the new screenshot of the header.php file.http://www.tri-volt.com/?page_id=11919
thanks,
Attachments:
You must be logged in to view attached files.I’ve done both tasks and it’s not working. Here is the URL and the screen shots of the custom css and header.php
http://www.tri-volt.com/?page_id=11919
Attachments:
You must be logged in to view attached files.I did the custom css. I just want to make sure I understand where I need to copy the code in the headers.php file so it’s in the right place.
ok. just to make sure: when you say “to the header.php file, just before the closing tag” do you mean at the very end of the file? This is what I see:
<!–// OPEN #page-wrap //–>
<div id=”page-wrap”>Do I copy the code before this page-wrap closing tag, or at a specific line in the file…? I’m a bit confused.
right. I didn’t mention that I installed the child theme so I wouldn’t lose any changes like this one when there are theme updates. But I don’t see a header.php file in the child theme. Just functions.php Is this where it should go?
When I go to font options I can only assign one font, globally, for all the headings (H1 through H6). So I’m not sure how to do this part.
Thanks Rui. I checked the files again and for some reason they were not writable. Once I changed that the updated search.php file in the child folder worked fine.
Any chance you are planning to include the 404 and search pages as customizable pages, in the page builder, in future updates of Dante? Considering how much functionality and adaptability there is in the theme, these two pages are very limiting… I don’t have a blog, or any posts on my site, so the search results bringing up the blog is pretty useless.
November 11, 2014 at 6:15 pm in reply to: Revolution slider with html5 video not working in Firefox #127441thanks.
in the meanwhile I found this solution:
it appears the Firefox slider error is happening because Apache isn’t reporting the MIME type of the video files correctly. To solve this we need to add the following lines to the relevant .htaccess file that covers (at the very least) the folders of the videos that will be played AND add the Apache MIME types into the appropriate configuration file for Apache.AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/webm .webmAddType audio/mpeg .mp3
AddType audio/ogg .ogg
AddType audio/mp4 .m4a
AddType audio/wav /wav -