Forum Replies Created

Viewing 15 replies - 1 through 15 (of 26 total)
  • Thread Starter devoiddd

    (@devoiddd)

    How to do that? Don’t worry about the copyrights, They are mine.

    I’m waiting for your reply.

    Regards, Mario!

    Thread Starter devoiddd

    (@devoiddd)

    But there’s nowhere share buttons, or it will gone into posts then there will be mine share buttons. And is this true I understand that I can get rss from some website with this addon without give him link? Like it’s my post?

    Thread Starter devoiddd

    (@devoiddd)

    Thanks, It works, I have few questions more.

    How to change the background color in the captchar here and the height –> https://novinik.com/contact/ and is this possible to make the captcha words biggest and weight like the captchar?

    And second, https://novinik.com/izprati-novina/ , from this contact form how can I change the weidth from “Заглавие”, I tried from css.style from the plugin with type class id in the plugin but nothing happened…

    Well, thank you very much for your support, Im waiting for your reply.

    Best Regards!

    Thread Starter devoiddd

    (@devoiddd)

    Hello, I found this menu bar and changed the color, but Im asking you can I make my form here https://novinik.com/contact/ to seems like this1 https://prodavalnik.com/contact/?ref%5B0%5D%5Baction%5D=index&ref%5B0%5D%5Bmethod%5D=index , when you click on “Send” button to pop up one “!” and text to write the empty slots and the “Name” , “Email” etc.. gone to left side not like now over the texts.

    Thanks, Im waiting for your reply.

    Best Regards, Mario!

    Thread Starter devoiddd

    (@devoiddd)

    Like this video : https://www.youtube.com/watch?v=DkVIZKCv3vc

    Used second post and put:

    Send to : [your-email]
    From : [email protected]
    About : Blqblq

    You can try this from here, send message and will see how you will receive the message from “WordPress”
    https://novinik.com/contact/

    Thanks, Im waiting for your reply.
    Regards

    Thread Starter devoiddd

    (@devoiddd)

    Hello again, I tried 20 times to change the position on the center of this plugin but cant and cant. Can you help?

    Novinik.com is the website..

    Thread Starter devoiddd

    (@devoiddd)

    Nevermind I will contact with programmer to fix that, the settings are changed, dont know why on your browser seems like this.

    Thread Starter devoiddd

    (@devoiddd)

    Okay thanks, it works but see what happened when I try to put it in the center on there like this:

    div.wp-forecast {
    float: right;
    margin-top: 20px;
    }

    and see what happened on there? — Novinik.com

    Thread Starter devoiddd

    (@devoiddd)

    Where’s this css , I can’t find this, there’s only plugin settings on.

    Thread Starter devoiddd

    (@devoiddd)

    Yes, but how’s the code I need to put :hm

    Thread Starter devoiddd

    (@devoiddd)

    Thank you very much. It works great now, only I will try found any way to move aliitle right and down…

    Regards.!

    Thread Starter devoiddd

    (@devoiddd)

    Sent u email, Im waiting for your reply.

    Regards, Mario!

    Thread Starter devoiddd

    (@devoiddd)

    Gimme your mail to send you the info

    Thread Starter devoiddd

    (@devoiddd)

    It doesnt show anything again, when I type anything other on there it shows and when I put the plugin code there’s nothing….

    Thread Starter devoiddd

    (@devoiddd)

    Here’s the header.php
    ———————————————–

    [ Moderator note: please wrap code in backticks or use the code button. The formatting gets broken if you don’t. ]

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html <?php language_attributes(); ?>>
    <head>
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
    <title><?php
    	global $page, $paged;
    	wp_title( '|', true, 'right' );
    	// Add the blog name.
    	bloginfo( 'name' );
    	// Add the blog description for the home/front page.
    	$site_description = get_bloginfo( 'description', 'display' );
    	if ( $site_description && ( is_home() || is_front_page() ) )
    		echo " | $site_description";
    	// Add a page number if necessary:
    	if ( $paged >= 2 || $page >= 2 )
    		echo ' | ' . sprintf( __( 'Page %s', 'skyali' ), max( $paged, $page ) );
    
    	?></title>
    <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri();?>/style.css" />
    <?php if(get_option('skypanel_londonlive_featured_style') == 'Featured Long' || get_option('skypanel_londonlive_featured_style') == '') { ?>
    <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri(); ?>/scripts/css/skins/featured_long_style.css" />
    <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri(); ?>/scripts/css/featured_long.css" />
    <?php } else { ?>
     <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri();?>/scripts/css/featured_slider.css" />
    <?php } ?>
    <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri();?>/scripts/css/tabs.css" />
    <?php if(get_option('skypanel_londonlive_responsive_option') != 'Disabled') { ?>
    <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri();?>/scripts/css/responsive.css" />
    <?php } ?>
    <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri();?>/scripts/css/firstnavigation.css" />
    <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri();?>/scripts/css/secondnavigation.css" />
    <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri();?>/scripts/css/skins/<?php display_stylesheet(); ?>" />
    <?php if(get_option('skypanel_londonlive_select_stylesheet') != 'Bright' && get_option('skypanel_londonlive_select_stylesheet') != 'Default') { ?>
    <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri(); ?>/scripts/css/skins/default.css" />
    <?php };?>
    <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri(); ?>/scripts/css/skins/slider/skyali/skin.css" />
    <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri(); ?>/scripts/css/prettyPhoto.css" />
    
    <?php if(get_option('skypanel_londonlive_background_upload') != '') { ?>
    <style type="text/css">
    body{background:url(<?php echo get_option('skypanel_londonlive_background_upload'); ?>) !important;}
    </style>
    <?php } ?>
    
    <?php wp_head(); ?>
    
    <!--[if IE 7]>
            <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri(); ?>/scripts/css/ie7.css">
    <![endif]-->
    
    <link rel="shortcut icon" href="/1.png" type="image/x-icon">
    <link rel="icon" href="/1.png" type="image/x-icon">
    
    <script type="text/javascript">
    jQuery(document).ready(function($) {
        jQuery('.social ').live('click', function(){
            newwindow=window.open($(this).attr('href'),'','height=450,width=700');
            if (window.focus) {newwindow.focus()}
            return false;
        });
    });
    </script>
    
    </head>
    
    <body> 
    
    <div id="fb-root"></div>
    <script>(function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0];
      if (d.getElementById(id)) return;
      js = d.createElement(s); js.id = id;
      js.src = "//connect.facebook.net/bg_BG/all.js#xfbml=1&appId=374726959337163";
      fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>
    
    <div id="container">
    
    <div id="headernavigation">
    
    <div class="navigation">
    <div class="select_holder">
    
    <div id="navigation">
    
    <form action="#">
    
    <select onChange="javascript:changeLocation(this)">
    
    <?php 
    
      $pages_list = get_pages(); 
    
      foreach ( $pages_list as $page_item ) {
    
         if($page_item->ID == $post->ID) { $selected = ' selected="selected"'; } else { $selected = ''; }
    
      	$option = '<option value="' . get_page_link( $page_item->ID ) . '"'.$selected.'>';
    
    	$option .= $page_item->post_title;
    
    	$option .= '</option>';
    
    	echo $option;
    
      }
    
     ?>
    
    </select>
    
    </form>
    
    </div><!-- navigation -->
    
    </div><!-- #select_holder -->
     <?php if ( has_nav_menu( 'top-menu' ) ) : ?>
    					<?php wp_nav_menu( array( 'theme_location' => 'top-menu', 'menu_class' => 'firstnav-menu sf-menu', 'container' => '' ) ); ?>
                        <?php else :  ?>
    <ul class="firstnav-menu">
    <?php if (is_home() OR is_front_page()) $select = "selected"; else $select = "page_item"; ?>
    
    <li><a>" class="<?php echo $select; ?> home_link"><?php _e('Начало', 'skyali') ?></a></li>
    <?php wp_list_pages('sort_column=menu_order&depth=6&title_li=&exclude='.check_exclude_top_navigation().'');?>
    
    <?php endif; ?>
    <?php display_icons(); ?>
    </div><!-- #navigation closer -->
    </div><!-- #headernavigation closer -->
    <div id="content">
    <div id="white_space">
    <div id="content_holder">
    <div id="header">
    <?php site_logo(); //display site logo ?>
    <?php display_468x60(); ?>
    
    </div><!-- #header closer -->
    <div id="categories">
        <?php if ( has_nav_menu( 'second-menu' ) ) : ?>
    					<?php wp_nav_menu( array( 'theme_location' => 'second-menu', 'menu_class' => 'secondnav-menu sf-js-enabled sf-menu', 'container' => '' ) ); ?>
                        <?php else : ?>
    <ul class="secondnav-menu">
    <?php wp_list_categories('title_li=&order=desc&exclude='.check_exclude_categories().''); ?>
    
    <?php endif; ?>
    
    </div><!-- #categories closer -->
    <div class="cat_line"></div>
    
    <?php if(get_option('skypanel_londonlive_featured_style') == 'Featured Long' || get_option('skypanel_londonlive_featured_style') == ''){
    if (is_home()) : ?>
    <iframe src="<?php echo get_template_directory_uri(); ?>/includes/featured_long.php" width="100%" height="317" scrolling="no" frameborder="0" class="featured_long_slider" ></iframe>
    
     <?php endif;
     } ?>
    <?php wp_reset_query(); ?>
    <div id="middle">
    <?php if((function_exists("get_indexo_slider_recent")) && is_front_page()){get_indexo_slider_recent($set="1");}?>
    <?php display_left(); ?>
Viewing 15 replies - 1 through 15 (of 26 total)