Forum Replies Created

Viewing 30 posts - 2,551 through 2,580 (of 23,923 total)
  • Author
    Posts
  • in reply to: Mostrar contenido completo en Entradas de Blog #590091

    Hola Gustavo,

    Tendrías que desactivar el editor avanzado si quieres que se muestre el contenido completo allí, sucede que los [shortcodes] que el editor avanzado genera no se pueden cargar allí entonces se termina usando un extracto autogenerado.

    Ya lo hice con ese Post y puedes comprobar que se muestra todo el contenido.

    Saludos,
    Josue

    in reply to: Custom social media icons #590089

    Hey!

    Use this code:

    #top .social_bookmarks li:hover a {
        background: transparent !important;
    }
    #top .social_bookmarks li a:before{
        content: "";
        display: block;
        width: 30px;
        height: 30px;
    
    }
    #top .social_bookmarks li.social_bookmarks_facebook a:before {
        background: url(https://ausidentities.com.au/members/wp-content/themes/np/images/facebook.svg) center center no-repeat;
        background-size: contain;
    }
    
    #top .social_bookmarks li.social_bookmarks_twitter a:before {
        background: url(https://ausidentities.com.au/members/wp-content/themes/np/images/twitter.svg) center center no-repeat;
        background-size: contain;
    }
    
    #top .social_bookmarks li.social_bookmarks_youtube a:before {
        background: url(https://ausidentities.com.au/members/wp-content/themes/np/images/youtube.svg) center center no-repeat;
        background-size: contain;
    }

    Modify and extend as needed.

    Regards,
    Josue

    in reply to: Can't Update Copyright Section of Footer #590087

    Hi,

    Can you please create us a temporary FTP / SFTP account? post it here as a private reply.

    Regards,
    Josue

    in reply to: Contact Form autoresponse text with name field included #590086

    You are welcome, glad to help :)

    Regards,
    Josue

    in reply to: Android Mobile – Not displaying correctly #590085

    You are welcome, glad to help :)

    Regards,
    Josue

    in reply to: Ältere Beiträge werden nicht angezeigt #589922

    Hi!

    Can you hand me an administrator account via private reply?

    Regards,
    Josue

    in reply to: Special Heading Font #589757

    Glad to hear that Mauro, you’re welcome, let us know if there’s anything else we can help with :)

    Regards,
    Josue

    De nada, un gusto poder ayudado.

    Saludos,
    Josue

    Hey!

    It’s working as expected, Enfold’s popup activation recognizes each “avia-gallery” as a unique group, so if you want to merge both the trigger link and the actual gallery in a single group you’d need to change it:

    <div class="avia-gallery">
    	<a style="text-align: left; color: #006953;" href="http://websyapps.es/nuevalescasotes/wp-content/uploads/2016/01/Masia-Les-Casotes-ideas-decoracion-02.jpg" rel="lightbox">VER GALERÍA ></a>
        [gallery link="file" ids="977,976"]
    </div>

    Best regards,
    Josue

    in reply to: Special Heading Font #589660

    You need to use the same font name you’re declaring at the start (“baskerville_old_faceregular”) here:

    h5{
    font-family: "baskerville_old_faceregular";
    }

    Change that and refresh a few times, it should work.

    Best regards,
    Josue

    Hm no, you’re using Gallery shortcode right? then do it like this:

    <div class='avia-gallery'>[gallery]</div>
    

    Regards,
    Josue

    in reply to: Formato #589542

    De nada, te funciono? no dudes en avisarnos si necesitas ayuda con algo mas :)

    Saludos,
    Josue

    in reply to: Submenu load bug #589528

    Doesn’t work, please check.

    in reply to: Apply the CCS of the enfold form on a CF7 form #589524

    Hey!

    Add this for the captcha:

    .wpcf7-form-control-wrap {
        clear: both;
    }

    Please create a new topic for your GMaps problem.

    Regards,
    Josue

    in reply to: Change sidebar to accomodate ad #589523

    You are welcome, glad to help :)

    Regards,
    Josue

    in reply to: Problemas con Links a pestaña nueva #589522

    Si, lo cambié yo.

    Saludos,
    Josue

    in reply to: Special Heading Font #589385

    Hey!

    You should merge stylesheet.css into style.css, just make sure to place the @font-face code at the very start of child style.css, once you’ve done that you can add this below:

    h5{
    font-family: "bakerville";
    }

    Regards,
    Josue

    in reply to: Apply the CCS of the enfold form on a CF7 form #589383

    You are welcome, let us know if you need help with that :)

    Regards,
    Josue

    in reply to: I CAN NOT INSTALL #589361

    Enfold no es un plugin, es un tema. Prueba instalarlo desde Apariencia > Temas > Añadir

    in reply to: Submenu load bug #589359

    Hi,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    in reply to: I CAN NOT INSTALL #589356

    Hi!

    Try following the instructions shown in this video:

    ¿Hablas Español? si prefieres puedes escribir en Español :)

    Best regards,
    Josue

    in reply to: Apply the CCS of the enfold form on a CF7 form #589354

    Hi!

    Your HTML Markup is fine although i’d wrap the labels with actual labels, regarding the CSS try with this code instead:

    .wpcf7-form, .wpcf7-response-output{
      clear:both;
    }
    
    .wpcf7-form-control-wrap {
      display: block !important
    }
    
    .wpcf7-form p br{display:none;}
    .wpcf7-form label {display:block; visibility: visible; position: relative; }
    .wpcf7-form label, .modified_width:before{display:block; visibility: visible; position: relative; margin-bottom: 7px; font-weight: 600;}
    
    .wpcf7-form p{ position: relative; clear:both; float:left; width:100%;}
    .wpcf7-form p.hidden{position: absolute; width:0px; left:0; top:0; }
    .wpcf7-form .form_element_half{width:49.5%; float:left; margin-left:1%; clear:none;}
    .wpcf7-form .form_element_third{width:32.6%; float:left; margin-left:1%; clear:none;}
    .wpcf7-form .form_element_two_third{width:66.4%; float:left; margin-left:1%; clear:none;}
    .wpcf7-form .form_element_fourth{width:24.2%; float:left; margin-left:1%; clear:none;}
    .wpcf7-form .form_element_three_fourth{width:74.8%; float:left; margin-left:1%; clear:none;}
    
    .wpcf7-form .first_form{clear:both;margin-left:0;}
    
    #top .wpcf7-form .wpcf7-text, #top .wpcf7-form .wpcf7-select, #top .wpcf7-form .wpcf7-textarea{
      width:100%;
      margin-bottom:0;
      display:inline;
      min-width:50px;
      padding:13px;
      border-radius: 2px;
    }
    
    #top .wpcf7-form .wpcf7-select{
     -webkit-appearance: none;
     border-radius:0px;
     background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
     background-position: center right;
     background-repeat: no-repeat;
     border-radius: 2px;
    }
    
    .wpcf7-form .button {
      margin: 0;
      padding: 16px 20px;
      border-radius: 2px;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      font-weight: normal;
      font-size: 12px;
      min-width: 142px;
      outline: none;
    }
    
    .wpcf7-form p input, .wpcf7-form p textarea, .wpcf7-form p select{
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition:  all 0.3s ease-in-out;
      transition:     all 0.3s ease-in-out;
    }
    
    #top .wpcf7-form-control-wrap {
      display: block !important
    }
    
    #top .wpcf7-response-output{
      float: left;
      padding: 17px;
      border-width: 1px;
      border-style: dashed;
      margin-left: 0;
    }
    
    #top .wpcf7-response-output.wpcf7-validation-errors, #top .wpcf7-response-output.wpcf7-spam-blocked, #top .wpcf7-response-output.wpcf7-mail-sent-ng{
      background-color: #FFF8F4;
      border-color: #CDA18F;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
      color: #AF2C20;
    }
    
    #top .wpcf7-response-output.wpcf7-mail-sent-ok{
      background-color: #E0F1B5;
      border-color: #8BAF5B;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
      color: #4F5F39;
    }
    
    #top .wpcf7-not-valid-tip {
      color: #EF5D4F;
      display: block;
    }
    #top .wpcf7-display-none{
      display: none;
    }

    Best regards,
    Josue

    in reply to: Images not displaying #589352

    Hi,

    Does the issue persists with the default WordPress theme activated?

    Regards,
    Josue

    in reply to: Submenu load bug #589351

    Hello,

    Have you tried disabling all third-party plugins to see if it gets fixed?

    Regards,
    Josue

    in reply to: Search console errors #589348

    Hey!

    The first one would need to be fixed server-side, check that folder permissions, although i think denying access to it it’s OK, for security and to prevent unwanted search engine indexing.

    Regarding the hentry errors you can disable all schema markup in Theme Options > Automated Schema.org HTML Markup.

    Cheers!
    Josue

    in reply to: admin timeout #589345

    Hey!

    Please note that this is not at theme question, i’ve made a quick Google search and i found this:
    http://stackoverflow.com/questions/9191359/how-to-change-session-expire-time-in-wordpress

    Best regards,
    Josue

    in reply to: Google Analytics in the admin? #589344

    Hey!

    Try adding this at the very end of your theme / child theme functions.php file:

    <?php
    add_action('admin_footer', 'add_googleanalytics_to_admin');
    function add_googleanalytics_to_admin() { ?>
    // Paste your Google Analytics code here
    <?php } ?>
    

    Cheers!
    Josue

    in reply to: Submenu load bug #589342

    Hey Tokyo!

    Your site is displaying a coming soon page it seems, we’d need an access to view it.

    Regards,
    Josue

    in reply to: Special Heading Font #589338

    Hi!

    Once you have the proper webfonts ready you can upload them to your child theme directory (ex: /fonts/) and then to include them simply paste the code in child theme style.css.

    Make sure to change the url references so it matches your directory structure.

    Regards,
    Josue

    in reply to: LayserSlider WP in MS Edge displayed incorrectly #589335

    Let me know if it fixes the issue or not please.

    Cheers!
    Josue

Viewing 30 posts - 2,551 through 2,580 (of 23,923 total)