Forum Replies Created

Viewing 27 posts - 1 through 27 (of 27 total)
  • Author
    Posts
  • in reply to: embed twitter widget #161964

    hi,

    Ok i’ll try updating.

    thanks for your support!

    Regards

    in reply to: embed twitter widget #161951

    Ready!

    in reply to: embed twitter widget #161945

    Hi,

    The code didn’t work and the “read more” tag is not shown in the specified place :(

    Regards

    in reply to: embed twitter widget #160117

    Thanks! that worked perfect for the space between de widget and the image, but i also want to reduce the horizontal space between the widget-image and the image-blog posts.

    Also the space between the image and the blog posts and is there a way to reduce the excerpt?

    Thanks!

    in reply to: embed twitter widget #141152

    Ok, i used the official twitter widget and it worked, now i have this problem.

    I’m using a 1/2 and two 1/4 spaces. in the 1/2 i’m going to insert some text, in the first 1/4 space the twitter widget and in the last 1/4 an image. the problem is that i want the widget and the image to be next and when i insert them they have a space between each other.

    Is there a way to make them move closer?

    I also want to place another two 1/4 spaces below the widget and the image

    http://www.gryp.mx/wp

    in reply to: embed twitter widget #141151

    this is the code i’m using

    <!-- BEGIN: Twitter website widget (http://twitterforweb.com) -->
    <div style="width:236px;font-size:8px;text-align:right;"><script type="text/javascript">
    document.write(unescape("%3Cscript src='http://twitterforweb.com/twitterbox.js?username=grypmx&settings=1,0,3,236,236,f4f4f4,0,c4c4c4,101010,1,1,336699' type='text/javascript'%3E%3C/script%3E"));</script>Created by: <a href="http://twitterforweb.com">twitter website widget</a></div>
    <!-- END: Twitter website widget (http://twitterforweb.com) -->

    in reply to: embed twitter widget #141150

    yes and i updated my page and everything fine but when i wanted to edit that specific page, instead of opening the edition page it opened a blank page with the twitter widget on it. So i erased that page and started over

    in reply to: center logo and menu #139676

    That’s perfect!

    Thank you very much for your support!

    Regards

    in reply to: center logo and menu #139674

    And also would like to remove the mouseover lines that appear in the menu or make them appear just below the menu items.

    Thanks!

    in reply to: center logo and menu #139673

    Thanks! when i scroll down it’s perfect, now the problem is that in tablets or when i make my browser window smaller, the menu moves to left.

    Regards

    in reply to: center logo and menu #139671

    Thanks for your reply!

    The logo is perfect that way, but if i implement the css for the menu that you gave me earlier, when i scroll down it moves to the left.

    Is there a way to fix this in the fixed header?

    Thanks!

    in reply to: center logo and menu #139669

    BTW my heading is a small fixed header and my page is gryp.mx/wp

    in reply to: Logo and menu position #139512

    Here is how i added the ticker to the header.php (at the bottom)

    <!-- end container-->

    </div>

    <!-- end container_wrap-->
    </div>

    <div class='header_bg'></div>

    <div class='container_wrap' style="width:1210px; margin: 0 auto;" >

    <!-- EXCHANGERATES.ORG.UK LIVE FOREX RATES TICKER START -->
    <script type="text/javascript">
    var w = '1210';
    var s = '1';
    var mbg = 'FFFFFF';
    var bs = 'no';
    var bc = '000044';
    var f = 'verdana';
    var fs = '10px';
    var fc = '000044';
    var lc = '210000';
    var lhc = 'FE9A00';
    var vc = '000044';

    </script>
    <script type="text/javascript" src="http://www.currency.me.uk/remote/CUK-LFOREXRTICKER-1.php"></script>
    <!-- EXCHANGERATES.ORG.UK LIVE FOREX RATES TICKER END -->
    </div>

    <!-- end header -->
    </div>

    <?php } //end blank check ?>

    <div id='main'>

    in reply to: Logo and menu position #139511

    thanks, but i have 3 issues

    The first one is that the logo isn’t completely centered, i think that will be solved adjusting the % in the code, but when i scroll down the page, i want the logo to become smaller from the center. not from the left as it is now.

    The second issue is that the logo is on top of the menu

    And the third one is a question, how can i implement the ticker that is below the header, in the header?

    Sorry for the inconvenience and thanks for your support!

    in reply to: Logo and menu position #139509

    the menu is ok now, the problem is in the rollover, and the logo still on left

    in reply to: Logo and menu position #139508

    I’ve done it, but the logo is still on the left and when i scroll down, the menu gets a little covered by the bottom line

    in reply to: Logo and menu position #139506

    I also want to put the line below the header right below the ticker i implemented.

    Thanks!

    in reply to: Logo and menu position #139505

    of course, is http://www.gryp.mx/wp

    in reply to: Place an element below the logo and menu #137921

    Sorry for all this replys, i have already managed to place the ticker, i just want to make the banner start below the ticker

    in reply to: Place an element below the logo and menu #137920

    I’ve done what you told me and i get this error when loading the page

    Parse error: syntax error, unexpected ‘<‘ in /home/content/16/9955616/html/wp/wp-content/themes/enfold/header.php on line 171

    Here is how i placed the code:

    /*
    * display the main navigation menu
    * modify the output in your wordpress admin backend at appearance->menus
    */
    $extraOpen = $extraClose = "";
    if(strpos($headerS,'bottom_nav_header') !== false){ $extraClose = "</div></div><div id='header_main_alternate' class='container_wrap'><div class='container'>"; }

    echo $extraClose;
    echo "<div class='main_menu' data-selectname='".__('Select a page','avia_framework')."'>";
    $args = array('theme_location'=>'avia', 'fallback_cb' => 'avia_fallback_menu', 'walker' => new avia_responsive_mega_menu());
    wp_nav_menu($args);

    echo " </div>"
    ;

    <div id=content>

    <!-- EXCHANGERATES.ORG.UK LIVE FOREX RATES TICKER START -->
    <script type="text/javascript">
    var w = '1200';
    var s = '1';
    var mbg = 'FFFFFF';
    var bs = 'no';
    var bc = '000044';
    var f = 'verdana';
    var fs = '10px';
    var fc = '000044';
    var lc = '210000';
    var lhc = 'FE9A00';
    var vc = '000044';

    </script>
    <script type="text/javascript" src="http://www.currency.me.uk/remote/CUK-LFOREXRTICKER-1.php"></script>
    <!-- EXCHANGERATES.ORG.UK LIVE FOREX RATES TICKER END -->

    </div>;
    ?>

    <!-- end container-->"

    in reply to: Place an element below the logo and menu #137919

    I’ve already done that, but what i want is to get that ticker fixed, the same as the logo and the menu.

    Here is what i’ve already done http://gryp.mx/wp/

    Thanks for your help!

    in reply to: Adding icons for icon boxes #134609

    Do anyone know the way i can do the same thing newenglish is doing but in iconlist instead of iconbox?

    in reply to: Entypo Icon Font Not Appearing in Safari on Windows #135137

    Same problem here

    in reply to: Adding gradient background to icons #134819

    Thanks!

    in reply to: Adding gradient background to icons #134817

    also de iconbox, sorry, but i’m talking about de circle that is the background of the icons

    in reply to: Adding gradient background to icons #134816

    Hi,

    To the iconlist

    Thanks!

    in reply to: Adding icons for icon boxes #134606

    I also want to add 2 different icons, but i know that the problem is that the icons are part of a typography.. is there a way to add other icons to the typo??

Viewing 27 posts - 1 through 27 (of 27 total)