Forum Replies Created

Viewing 15 posts - 16 through 30 (of 80 total)
  • Posted in:
  • in reply to: Mobile header – menu placement #169658
    pbi design
    Member
    Post count: 82

    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,
    Rossitza

    Attachments:
    You must be logged in to view attached files.
    in reply to: Dante theme updates #168294
    pbi design
    Member
    Post count: 82

    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?

    in reply to: Revolution slider link resize issue #158769
    pbi design
    Member
    Post count: 82

    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?

    in reply to: Dante theme switch – for an existing site #150645
    pbi design
    Member
    Post count: 82

    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/

    in reply to: Dante theme switch – for an existing site #150622
    pbi design
    Member
    Post count: 82

    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

    in reply to: Client carousel #141741
    pbi design
    Member
    Post count: 82

    Hi Rui,

    so what you suggested worked.

    Our Services

    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

    in reply to: Client carousel #141556
    pbi design
    Member
    Post count: 82

    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,
    Rossitza

    Attachments:
    You must be logged in to view attached files.
    in reply to: Change Page Heading font #140982
    pbi design
    Member
    Post count: 82

    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.
    in reply to: Change Page Heading font #140472
    pbi design
    Member
    Post count: 82

    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.
    in reply to: Change Page Heading font #140462
    pbi design
    Member
    Post count: 82

    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.

    in reply to: Change Page Heading font #140456
    pbi design
    Member
    Post count: 82

    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.

    in reply to: Change Page Heading font #140441
    pbi design
    Member
    Post count: 82

    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?

    in reply to: Change Page Heading font #140434
    pbi design
    Member
    Post count: 82

    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.

    in reply to: search results page layout #133172
    pbi design
    Member
    Post count: 82

    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.

    in reply to: Revolution slider with html5 video not working in Firefox #127441
    pbi design
    Member
    Post count: 82

    thanks.

    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 .webm

    AddType audio/mpeg .mp3
    AddType audio/ogg .ogg
    AddType audio/mp4 .m4a
    AddType audio/wav /wav

Viewing 15 posts - 16 through 30 (of 80 total)