about - predrag

Forum Replies Created

  • Question status -
  • wayan catur wartha
    Participant

    Thanks, all has been resolve.

    #5152
    wayan catur wartha
    Participant

    Thank you for your support, its work. I need to edit header call action, need to change color and position, its will be good if I put in middle.

    #5149
    wayan catur wartha
    Participant

    I mean change header color not body color, sorry for my miscommunication

    #5143
    wayan catur wartha
    Participant
    This reply has been marked as private.
    #5142
    wayan catur wartha
    Participant

    Hi Pedja,

    Back again with logo, before create filter

    /* Handle content width for embeds and images. */
    hybrid_set_content_width( 830 );
    add_filter( “hybrid_site_title”, ‘my_custom_image’ );
    function my_custom_image( $title ) {

    $tag = ( is_front_page() ) ? ‘h1’ : ‘div’;
    $title = get_bloginfo( ‘name’ );
    $site_url = get_option( ‘siteurl’ );
    $img = ‘'. esc_attr( $title ) .'‘;
    $title = sprintf( ‘<%1$s id=”site-title”>%2$s</%1$s>’, tag_escape( $tag ), $img );

    return $title;

    }

    I need to change background color to another color, not black color, how we can change it.

    Thanks,
    Wayan

    #5137
    wayan catur wartha
    Participant

    Hi Sinisa,
    Thanks, its work, I was change it to Arial font.
    wp_register_style( ‘font-arial’, ‘https://fonts.googleapis.com/css?family=Arial:700italic,700,400&subset=latin,latin-ext&#8217; );
    wp_enqueue_style( ‘font-arial’ );
    wp_register_style( ‘font-sans-serif’, ‘https://fonts.googleapis.com/css?family=Sans+Serif:400,700&subset=latin,latin-ext&#8217; );
    wp_enqueue_style( ‘font-sans-serif’ );

    Another question:
    Content font all bold, how I can change to standard font ( regular )

    b,
    strong {
    font-weight: bold ;

    I change this code?

    #5120
    wayan catur wartha
    Participant

    Hi,

    I was try to change it, only font size is change but font, trying to change to another font ( Ubuntu )
    thanks

    body,
    button,
    input,
    select,
    textarea {
    color: #666666;
    font: 700 14px/1.5625 ‘Ubuntu’, serif;
    word-wrap: break-word;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
    font-family: ‘Open Sans’, sans-serif;
    font-weight: 700;
    margin: 0 0 25px 0;
    color: #000;
    }

    #5118
    wayan catur wartha
    Participant

    Hi Sinisa,
    Thanks for your help, below I just copy the code:
    [slider auto=”true” pause=”4000″ arrows=”true” bullets=”true”]

    [slide src=”https://www.lombok-wayout.com/wp-content/uploads/2015/01/Pantai-Kuta-Lombok.jpg”%5D

    [slide src=”https://www.lombok-wayout.com/wp-content/uploads/2015/01/Trekking-Rinjani-Lombok.jpg”%5D

    [/slider]

    [separator size=”10px”]

    [section center=”true” title=” Lombok Way Out Travel Service” color_scheme=”color_1″]

    Lombok way out tour & travel services: offers various tour package to Lombok island and Komodo island. Feel free to contact us to book your tour packages or free information of hotels booking Lombok, Lombok diving package, snorkeling tour Lombok, Lombok fun fishing, Lombok surfing package, Rinjani trekking package, Lombok car rental, Lombok honeymoon packages, Komodo adventure package, fast boat booking from Bali island to Gili island Lombok.

    [/section]

    [portfolio cats=”package” number=”4″ cols=”4″]

    is that correct? I made it but no change between the space from slide to text.
    THanks

    #5101
    wayan catur wartha
    Participant

    Thank you for reply,
    I was try it on http://www.lombok-wayout.com, slide was work good, but I tried change to add logo but some got error on it
    Parse error: syntax error, unexpected end of file in /home/bo506/public_html/wp-content/themes/Ceckito/functions.php on line 111,

    please help.

    Another question, I seen on demo theme, Portfolio page ( 1- 8 ), I tried to create it but not work, could you give tutor to create it?

    #5094
    wayan catur wartha
    Participant

    I read in issue flexor magazine Option theme?

    There is slider option, but in Ceckito I am not found it.

    #5092
Viewing 10 posts - 1 through 10 (of 10 total)