Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: Mobile header problem #862573

    Excellent,

    But I wish that what I place inside this function only appears in the mobile version and tablets, which is not seen on the desktop.

    Also place the menu under the logo and next to make the search form appear.

    in reply to: Mobile header problem #861061

    The site I am working on is the one that says Ministerio de Medio Ambiente y Recursos Naturales and the one that says the Procuraduria General de la Republica is just an example of what I want to achieve:

    I need the following:

    That the image that says Republica Dominicana appears on the logo of the portal as it appears in the first image that sends.

    I want the search form to appear in the mobile menu.

    in reply to: Mobile header problem #814535

    The image I put is how I want the header of the link to be sent.

    That the part that says Dominican Republic, appears above the logo only in the mobile version of the same size as the logo.

    in reply to: Problem with widget in the header. #811561
    in reply to: Edit style of Page Title in Enfold #481506

    Hi,

    I mean the title is to move the pages of my wordpress to show up at the same place as shown titles of blog posts.

    That is, move the title to also customize my way.

    I want to know which file to edit it.

    in reply to: Enfold is smaller in new releases #472758

    My client has preferred to maintain the site in English in this version because it stays with the size he wants it to look, I have the latest version of the theme ready to raise it, but until I find the reason causing the difference in size between each version I can not update it.

    What I want to know if is fixed in the latest version or whether this would continue displayed as in the Spanish version of the site.

    in reply to: Enfold is smaller in new releases #471571

    Ok info send in private content

    in reply to: Remove attached picture of blog posts #354346

    No, if what I want is to add an icon for each item in the widget Lastest News, modifying the

      , but this does not affect the Main Menu.
    in reply to: Remove attached picture of blog posts #353786

    Another drawback is the following, I want to add an image as a bullet to the list Lastest News on the widget brings Enfold, but when I do the bullets appear in the Main Menu, and could avoid that.

    in reply to: Adding customed code to the homepage [URGENTLY] #277243

    Thanx,

    But, Can’t I paste it directly into a Text box and place it at the frontage? or go to the home.php or index.php and drop the code?

    in reply to: Adding customed code to the homepage [URGENTLY] #277223

    Hello, I’ve created a shortcode, it worked perfectly, but because I am mixing css, html and php in the same function I got a big error, then I move the code to a html file and included directly into the shortcode without success, could you please help me find the better way to run this chunk of code into the homepage without sacrifying some sleep?

    code:

    <!– MOBILE NEWS –>
    <div id=”home-news-mobile” class=”row” style=”background:#c0c0c0;margin-top: 0px;margin-bottom: 20px;width: 100%;padding:0px 0px 10px 0px;font-weight:bold;”>

    <div style=”width:100%;height:57px;background:url(<?php echo home_url( ‘/’ ); ?>wp-content/themes/enfold/images/ga-home-newstop.png) no-repeat top right;”></div>

    <ul class=”homenews scroll-pane” style=”width:90%;margin-right:20px;padding:10px;float:right;font-weight:bold”>
    <?php $posts = get_posts(‘category=2&orderby=date&numberposts=20’); foreach($posts as $post) { ?>
    <li style=”list-style:none;text-align:right;line-height:24px;font-weight:bold”>” target=”_parent” style=”font-weight:bold;border:thin;”><?php the_title(); ?>
    <?php } ?>

    </div>

    <!– MOBILE PUB –>
    <div id=”home-pub-mobile” class=”row” style=”background:#c0c0c0;margin-top: 10px;margin-bottom: 20px;width: 100%;padding:0px;font-weight:bold”>

    <div style=”width:100%;height:51px;background:url(<?php echo home_url( ‘/’ ); ?>wp-content/themes/enfold/images/ga-home-pubtop.png) no-repeat top right;”></div>

    <ul class=”homenews scroll-pane” style=”width:90%;margin:20px;padding:10px;max-height:160px;float:right;text-align:right;font-weight:bold”>

    <?php wp_list_pages(‘depth=4&child_of=111&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=109&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=194&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=196&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=198&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=200&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=202&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=204&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=206&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=208&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=211&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=215&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=213&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=217&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=219&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=221&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=223&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=225&title_li=’); ?>

    <?php
    /*
    $pages = get_pages(array(‘child_of’ => ’17’, ‘exclude’ => ‘111’, ‘parent’ => 17, ‘sort_column’ => ‘menu_order’, ‘sort_order’ => ‘ASC’));
    foreach($pages as $page){
    print ‘<li style=”text-align:right;line-height:24px;font-weight:bold”>ID).'”>’.$page->post_title.’‘;
    }
    */
    ?>

    </div>

    <!– MOBILE COMMUNITY –>
    <div id=”home-community-mobile” class=”row” style=”margin:20px auto;width: 100%;text-align:center;”>
    <?php echo qtrans_getLanguage();?>/news/guzman-ariza-and-the-community/”>wp-content/uploads/2013/12/ga_home_community_<?php echo qtrans_getLanguage();?>.png” style=”width:260px” border=”0″ />
    </div>

    <div id=”home-news-desktop” class=”row” style=”margin-top: 10px;margin-bottom: 20px;width:100%;max-width:959px;height:292px;float: left;”>

    <div class=”col-box span-7″ style=”width: 682px;height:290px;float:left;margin: 3px 15px 3px 0px;text-align:center;background:url(<?php echo home_url( ‘/’ ); ?>wp-content/uploads/2013/12/ga_home_newsh_<?php echo qtrans_getLanguage();?>.jpg);”>

    <div class”holder” style=”position:absolute;top:6px;left:4px;width:460px;height:200px;border:0px solid red”>

    <div id=”homepane2″ class=”scroll-pane” style=”height:275px;”>

    <ul class=”homenews” style=”margin-right:20px;text-align:right;font-weight:bold”>
    <?php
    $pages = get_pages(array(‘child_of’ => ’17’, ‘exclude’ => ‘111’, ‘parent’ => 17, ‘sort_column’ => ‘menu_order’, ‘sort_order’ => ‘ASC’));
    foreach($pages as $page) {
    print ‘<li style=”text-align:right;line-height:24px;font-weight:bold”>ID).'”>’.$page->post_title.’‘;
    }
    ?>

    </div>

    </div>

    </div>

    <div class=”col-box span-3″ style=”float:left;margin: 3px 0px;text-align:center;”>

    wp-content/uploads/2013/12/ga_home_community_<?php echo qtrans_getLanguage();?>.png” style=”width:260px” border=”0″ />
    </div>

    </div>

    Thank you for your time and patience.

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