Forum Replies Created

Viewing 15 replies - 46 through 60 (of 61 total)
  • You are welcome!

    Hi,
    There could be many possible issue behind this.
    You can try these two things:
    1. Clear your cache and try again
    2. You IP might have been blacklisted, Try Going to your cpanel-> IP Blocker and check for blocked IPs

    You will be able to edit that from your footer.php however you can also add this code into your custom css or Style.css

    .footer_bottom .copyright {
        display: none;
    }

    This will not remove that but will hide it.

    and, link to plugin is Loco Translate

    hi,
    can I know what do u mean by

    my WP is hosted?

    I’m not sure but u can try using this Plugin

    !!! again sry don’t add blockquote

    add_filter( 'the_content_more_link', 'modify_read_more_link' );
    function modify_read_more_link() {
    return '<a class="more-link" href="' . get_permalink() . '">Your Read More Link Text</a>';
    }

    the final one :()

    Sry, don’t use the code above
    here is the full code

    <blockquote>add_filter( 'the_content_more_link', 'modify_read_more_link' );
    function modify_read_more_link() {
    return '<a class="more-link" href="' . get_permalink() . '">Your Read More Link Text</a>';
    }</blockquote>

    Add this Code to your functions.php

    add_filter( ‘the_content_more_link’, ‘modify_read_more_link’ );
    function modify_read_more_link() {
    return ‘Read More Text in your language‘;
    }

    Don’t forget to edit Read More Text in your language

    Thread Starter Chirag Aggarwal

    (@thechirag)

    Thanks for help!! that worked perfectly.

    Thread Starter Chirag Aggarwal

    (@thechirag)

    Got the Following Code:

    <div class=”wrapper” style=”width:540px; margin:0 auto 80px auto; text-align:left;”>
    <form class=”description” style=”padding: 3px; text-align: center; border: 0px none; font-family: ‘Helvetica Neue’, Helvetica, Arial, sans-serif; color: rgb(52, 52, 52); font-size: 17px;” action=”https://my.sendinblue.com/users/subscribe/&#8221; method=”post” onsubmit=”return false”>
    <input type=”hidden” name=”hdn_email_txt” id=”hdn_email_txt” value=”” style=”font-size: 13px;”>
    <input type=”hidden” name=”js_id” id=”js_id” value=”28rf6″ style=”font-size: 13px;”>
    <div class=”container rounded” style=”border-radius: 4px; position: relative; margin: 0px; text-align: left; padding: 40px 20px 20px; border-width: 0px !important; border-color: transparent !important; background: rgb(252, 252, 252);”>
    <input type=”hidden” name=”req_hid” id=”req_hid” value=”~NAME” style=”font-size: 13px;”>
    <div class=”header” style=”padding:0 20px;”>
    <h1 class=”title editable” data-editfield=”newsletter_name” contenteditable=”true” style=”font-weight: normal; text-align: left; font-size: 45px; margin-bottom: 2px; padding: 0px; margin-top: 0px; font-family: ‘Helvetica Neue’, Helvetica, Arial, sans-serif; color: rgb(35, 35, 35);”>My Newsletter</h1>
    <h3 id=”company-name” contenteditable=”true” style=”font-weight: normal; text-align: left; font-size: 25px; margin-bottom: 12px; padding: 0px; margin-top: 0px; font-family: ‘Helvetica Neue’, Helvetica, Arial, sans-serif; color: rgb(52, 52, 52);”>By</h3>
    </div>
    <div class=”description editable” data-editfield=”newsletter_description” contenteditable=”true” style=”padding: 0px 20px 15px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); font-family: ‘Helvetica Neue’, Helvetica, Arial, sans-serif; color: rgb(52, 52, 52); font-size: 17px;”>What type of content do you plan to share with your subscribers? </div>
    <div class=”view-messages” style=” margin:5px 0;”> </div>
    <div class=”email-group ui-sortable”>
    <div class=”row” style=”padding: 10px 20px; font-size: 17px; position: relative;”><div class=”lbl-tinyltr” contenteditable=”true” style=”clear:both; float:none;”>Your Name</div> <input type=”text” name=”NAME” id=”NAME” value=”” style=”display:block; float:left; margin-right:3%; min-width:auto; width:400px; padding:10px 4px; border:1px solid #ccc; -moz-border-radius:4px; border-radius:4px; -webkit-border-radius:4px; font-size:13px;”> <div class=”clear” style=”clear:both;”></div> <div class=”hidden-btns”> <i class=”icon-move”></i>
    <i class=”icon-white icon-trash”></i> </div> </div><div class=”row mandatory-email” style=”padding: 10px 20px; position: relative; font-family: ‘Helvetica Neue’, Helvetica, Arial, sans-serif; color: rgb(52, 52, 52); font-size: 17px;”>
    <div class=”lbl-tinyltr” contenteditable=”true” style=”clear: both; float: none; font-family: ‘Helvetica Neue’, Helvetica, Arial, sans-serif;”><red><font color=”#343434″>Your Email</font></red></div>
    <input type=”text” name=”email” id=”email” value=”” style=”padding: 10px 4px; width: 400px; min-width: auto;”>
    <div style=”clear:both;”></div>
    <div class=”hidden-btns”>
    <i class=”icon-move”></i>

    </div>
    </div>
    </div>
    <div class=”byline” style=”font-family: ‘Helvetica Neue’, Helvetica, Arial, sans-serif; color: rgb(52, 52, 52); font-weight: bold; font-size: 17px; text-align: center;”>
    <button class=”button editable ” type=”submit” data-editfield=”subscribe” contenteditable=”true” style=”font-family: ‘Helvetica Neue’, Helvetica, Arial, sans-serif; color: rgb(255, 255, 255); display: inline-block; white-space: nowrap; min-height: 40px; margin: 0px 5px 0px 0px; padding: 0px 22px; text-decoration: none; text-transform: uppercase; text-align: center; font-weight: bold; font-style: normal; font-size: 14px; cursor: pointer; border: 0px; border-radius: 4px; vertical-align: top; height: auto; line-height: 150%; background: rgb(5, 5, 5);”>Subscribe</button></div>
    <div style=”clear:both;”></div>
    </div>
    </form>
    </div>

    Thread Starter Chirag Aggarwal

    (@thechirag)

    Hi,
    That worked perfectly. Thankx a lot

    Thread Starter Chirag Aggarwal

    (@thechirag)

    Window width

    Thread Starter Chirag Aggarwal

    (@thechirag)

    thank for info, james.

    Thread Starter Chirag Aggarwal

    (@thechirag)

    Hi bhdzllr,
    I have no experience with javascript so can you please tell me full script which should say that if width < 50%
    then .enews-widget should be removed

    till now what I am able to find is

    document.getElementById("half").style.display="none"

    but how to make that only work when width<50%

    Thread Starter Chirag Aggarwal

    (@thechirag)

    I got the solution, Thanks to those who thought to help me!

Viewing 15 replies - 46 through 60 (of 61 total)