Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Background image behind site-title #20181
    pemca
    Member

    Hi Sakin

    Super.. it works 🙂

    thanks,
    Peter

    in reply to: right allign some menu items #20146
    pemca
    Member

    Hey, I found a solution 🙂

    Solution : Find the menu-item you want to move

    To locate the unique ID, open the navigation menu, and either:

    First : locate the menu-item ID by

    Hover over the dropdown arrow on the right in the header, and inspect your browsers statusbar, or
    click to open the menu item for details, and hover your mouse over the “Delete” and “Cancel” link.
    Again, inspect the browsers status bar to find the menu item ID.

    Insert in Custom CSS

    /* the menu-item you want to the rigth */

    #header-menu ul.menu li.menu-item-77 {
    float: right;
    }

    /* rest of the menu to the left */

    #header-menu ul.menu {
    list-style: none;
    padding-left: 0;
    text-align: left;
    }

    in reply to: right allign some menu items #20145
    pemca
    Member

    Thanks, Sakin

    /Peter

    in reply to: qTranslate plugin in Catch Everest Pro #18900
    pemca
    Member

    Hi,

    I solved this by reading other posts
    # http://catchthemes.com/support-forum/topic/qtranslate-and-featured-slider/

    changed catcheverest-functions.php
    On Line 1262/1263 uncomment //delete_transient( ‘catcheverest_image_sliders’);

    */
    function catcheverest_image_sliders() {

    // pemca removed comment on line 1262 / delete_transient( ‘catcheverest_image_sliders’ );

    global $catcheverest_options_settings;
    $options = $catcheverest_options_settings;

    br,
    Peter

    in reply to: qTranslate plugin in Catch Everest Pro #18878
    pemca
    Member

    Hi,

    I did some more testing. It seems for now it is only the Featured Slider : Featured Image Slider Options : Title and Content’ not working with the
    -> [:dk]Dansk sprog[:en]English language

    Other headers / contents seems ok.

    thanks,
    Peter (http:pemca.dk)

    in reply to: qTranslate plugin in Catch Everest Pro #18877
    pemca
    Member

    forgot again : http://pemca.dk

    in reply to: Heading on each featured option image #18875
    pemca
    Member

    Hi,

    Thanks,

    I have used ‘Title’ but this text is placed under the image, i want it as a heading at top at the image, like a heading over each image.

    br,
    Peter

    in reply to: Heading on each featured option image #18811
    pemca
    Member
Viewing 8 posts - 1 through 8 (of 8 total)