Forum Replies Created

Viewing 15 replies - 1 through 15 (of 42 total)
  • Thread Starter hmpk

    (@hmpk)

    Is it possible for someone to answer my question please?

    How do you use child or insert a child them to modify the footer please. I have coded the footer to align center which it does in IE but not in Google Chrome. Also the Main Menu is aligned centre in IE but to the right in Google Chrome. Please help. I have tried to change this in the 2 footer .phps but it doesn’t make any difference.

    Also could someone tell me what the php code is to make the background scroll from left to right automatically continuously?

    Thread Starter hmpk

    (@hmpk)

    This is a copy showing up at the foot of the page.

    Home
    Search for:
    Archives
    Meta

    It is on a local host site at the moment until get some help with it.

    Thread Starter hmpk

    (@hmpk)

    Almasi Theme
    I finally worked out how to insert some circles into the Theme.

    The trouble is now I have the word “Home” displayed in the lower LHS that I don’t want showing”

    I have deleted the part within the Customiser to say I don’t want the name of the page displayed. (didn’t make any difference)

    There is also a Search box and Archives Title displayed on the lower RHS that I don’t want. There are no widgets for these

    Would someone please assist me. I am not using it as a post site.

    Forum: Themes and Templates
    In reply to: Almasi Theme
    Thread Starter hmpk

    (@hmpk)

    I have sent in many emails for help. HOW DO I GET AN ANSWER?

    sometimes all you need to do is clear the cache through either IE or Google Chrome (whichever one you use)

    Thread Starter hmpk

    (@hmpk)

    I have been in touch with the ‘Theme’ provider and I have been told that even if I purchased it they will not support it. Thanks that is a start. I will work on that.

    Is there some way I could put the code into a .css file (for footer1) and then just keep the html in the Widget?

    Thread Starter hmpk

    (@hmpk)

    After I inserted the above code – now my top menu won’t through Gallery won’t drop down. I followed the instructions previously given to me.

    Gallery/Albums/August 2014.

    It is supposed to have a drop down menu (both the same – Top Menu and footer Menu. Neither of them are working now. Please help

    Thread Starter hmpk

    (@hmpk)

    I have a problem with the drop down menu at the top of the screen.

    The drop down menu for “Gallery” (Top Menu) was working until I entered some code for the footer menu. Now I can’t get the top menu “Gallery” to drop down. I followed all of the instructions above and have set up Album as a link to Gallery with August 2014 as the image page.

    Would it have something to do with the code in the widget for the footer menu.

    Can someone log into my computer and help me please?

    Thread Starter hmpk

    (@hmpk)

    Hi I have sent this in before but I haven’t received any assistance yet. Because I am new to this I would really like some assistance please.

    As you will see in the link the Menu in the footer for “Gallery” is supposed to be a drop down menu with Albums showing when the cursor is on it. (The same as the top menu).
    I have added the following code to the Widget Footer 1.

    I don’t know what I have done wrong but the Drop down part is not working for Gallery (which I have left out because it wasn’t working.
    The top menu drop down menu link has now dropped out I will have to fix that as well. It is supposed to be: Gallery/Albumns/August 2014.
    I am wondering why I don’t seem to get any help when I send in my questions?

    <!DOCTYPE html>
    <html>
    <head>
    <style>
    body {
        background:#eeeee url('body-bg.jpg');
    }
    
    /*----- Menu Outline -----*/
    .menu-wrap {
        width:100%;
      }
    
    .clearfix:after {
        display:block;
        clear:both;
    }
    
    .menu {
        width:1000px;
        margin:0px auto;
    }
    
    .menu li {
        margin:0px;
        list-style:none;
        font-family:'Ek Mukta';
    }
    
    .menu a {
        transition:all linear 0.15s;
        color:#000000;
    }
    
     .menu li:hover > a, .menu .current-item > a {
        text-decoration:none;
        color:#blue;
    }
    
    .menu .arrow {
        font-size:11px;
        line-height:0%;
    }
    
    /*----- Top Level -----*/
    .menu > ul > li {
        float:left;
        display:inline-block;
        position:relative;
        font-size:12px;
    }
    
    .menu > ul > li:hover > a, .menu > ul > .current-item > a {
        background:#red;
    }
    
    .menu > ul > li > a {
        padding:5px 20px;
        display:inline-block;
        text-shadow:0px 1px 0px rgba(0,0,0,0.4);
    }
    
    /*----- Bottom Level -----*/
    .menu li:hover .sub-menu {
        z-index:1;
        opacity:1;
    }
    
    .sub-menu {
        width:160%;
        padding:5px 0px;
        position:absolute;
        top:100%;
        left:0px;
        z-index:-1;
        opacity:0;
        transition:opacity linear 0.15s;
        box-shadow:0px 2px 3px rgba(0,0,0,0.2);
        background:#2e2728;
    }
    
    .sub-menu li {
        display:block;
        font-size:12px;
    }
    
    .sub-menu li a {
        padding:5px 20px;
        display:block;
    }
    .sub-menu li a:hover, .sub-menu .current-item a {
        background:#3e3436;
    }
    
    </style>
    </head>
    
    <body>
    <div class="menu-wrap">
        <nav class="menu">
            <ul class="clearfix">
    
    <li><a href="?page_id=123">About the Club</a></li>
    <li><a href="?page_id=85"><span>Monthly Newsletter</span></a></li>
    <li><a href="?page_id=63"><span>Events</span></a></li>
    <li><a href="?page_id=306"><span>Competitions</span></a></li>
    <li><a href="?page_id=91"><span>Tutorials</span></a></li>
    <li><a href="?page_id=94"><span>Club Documents</span></a></li>
    <li><a href="?page_id=623"><span>Contact Us</span></a></li>
     <ul>
    <li><a href=""><span> Album </span></a>
    <li><a href="?page_id=754"> August 2014</a></li>
    </ul>
    </li>
    
    </ul>
    </div>
    </body>
    </html>

    Thread Starter hmpk

    (@hmpk)

    I solved the problem thank you. I had to delete the files from Nextcellent and reinstall it and then it worked

    I can’t find the appropriate shortcode for nextcellent gallery

    [nggallery id=”6″]
    This shortcode is formatting them one image down the page rather than across the page.

    The example to get them to go across was [nggallery id=”36″]

    However the number of my gallery is 6, I thought the number 36 may have had something to do with getting them to go across the page but it doesn’t. I have 23 thumb images altogether. I would appreciate your assistance as soon as possible please.
    Wordpress 3.9.1 and Exposure Theme.

    Thread Starter hmpk

    (@hmpk)

    I have solved the above thank you

    Thread Starter hmpk

    (@hmpk)

    Nexctellent Gallery. I have continued trying to get the watermark to work with no luck. I was trying to insert text onto the images.

    When I try to download images now it comes up with and error message “failed to load” and yet the images come through. However when they come through they images are all fuzzy.
    I gave up using Nextgen because there were too many problems with it.
    This is getting quite frustrating I hope someone can help me. I am not sure that I am setting up the watermark correctly?

    Thread Starter hmpk

    (@hmpk)

    Thank you for your reply. I did send the requests in via the forum (as far as I know) I am new to this.
    I set up the watermark in the settings first for the Nextcellent Gallery plug in and then I select the image (only one at this stage) and type in the text and the position that I want to appear. When I hit save nothing appears.
    I have looked for step by step instructions but I only seem to be able to find advertising saying that it can do it.

Viewing 15 replies - 1 through 15 (of 42 total)