Forum Replies Created

Viewing 15 replies - 1 through 15 (of 30 total)
  • Are you adding the images from the media library or just linking them from some other source?

    rabsaque

    (@rabsaque)

    i have some xperience with Total and even the fact that is a sweet theme translatiosn are a nigtmare with this theme , last time i have this kind of problem i solve it by using a plug-in named “Loco Translate” that allows me to create my own .PO files and use them to change and customize every translation in the theme.

    https://ww.wp.xz.cn/plugins/loco-translate/

    Forum: Fixing WordPress
    In reply to: Custom Buttons
    rabsaque

    (@rabsaque)

    Can you elaborate a little bit more? caise i don get your problem maneg mate.

    rabsaque

    (@rabsaque)

    7 seconds is bearable, not ideal by any stretch of the imagination, but if someone is really interested enough to wait 7 seconds they might…

    Yeah well that’s like your opinion, man.

    rabsaque

    (@rabsaque)

    He wants his site to load faster dude cause actually it takes 7 secons to load a pretty decent speed if you ask me.

    rabsaque

    (@rabsaque)

    Вы можете попробовать установить этот плагин

    https://es.ww.wp.xz.cn/plugins/wp-super-cache/

    даже если ваш сайт нагрузки достаточно быстро, на мой взгляд.

    rabsaque

    (@rabsaque)

    Try add !important on your css params this will force the browser to do it

    .site-header {
    background: #fff url(images/lines-vertical.png);
    background-size: 3px 1px;
    box-shadow: 0 0 10px #222;
    margin: 0 auto;
    max-width: 1140px !important; <—————like this
    padding: 40px;
    }

    rabsaque

    (@rabsaque)

    if you can, try reset the database, wordpress get a lot of their configs from the database so deleting files will achieve nothing, but emptying the tables on the databases will do of course backup your database first my fellow Shinobi.

    rabsaque

    (@rabsaque)

    Your script can’t find jquery that must be because you are calling it before calling jquery

    jQuery must be the first script you import every time

    ixed Content: The page at 'https://staywellkept.com/' was loaded over HTTPS, but requested an insecure script 'http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js'. This request has been blocked; the content must be served over HTTPS.
    superfish.js:14 Uncaught ReferenceError: jQuery is not defined(anonymous function) @ superfish.js:14
    easyaspie.min.js:27 Uncaught ReferenceError: jQuery is not defined(anonymous function) @ easyaspie.min.js:27
    (index):35 Uncaught ReferenceError: $ is not defined(anonymous function) @ (index):35
    bootstrap.min.js:6 Uncaught Error: Bootstrap's JavaScript requires jQuery(anonymous function) @ bootstrap.min.js:6
    (index):48 Uncaught ReferenceError: $ is not defined(anonymous function) @ (index):48
    mc-validate.js:198 Uncaught TypeError: Cannot read property 'replace' of undefinedwindow.mc.getAjaxSubmitUrl @ mc-validate.js:198(anonymous function) @ mc-validate.js:347(anonymous function) @ mc-validate.js:368
    jquery-migrate.min.js?ver=1.4.0:2 JQMIGRATE: Migrate is installed, version 1.4.0
    ?u=c3RheXdlbGxrZXB0fGlufDMwMHw1fDF8fHllc3wyMHxmYWRlSW58b25TdGFydHx5ZXN8eWVz&ve=061214:271 Uncaught ReferenceError: onStart is not defined(anonymous function) @ ?u=c3RheXdlbGxrZXB0fGlufDMwMHw1fDF8fHllc3wyMHxmYWRlSW58b25TdGFydHx5ZXN8eWVz&ve=061214:271
    rabsaque

    (@rabsaque)

    Glad to hear it again! haha.

    rabsaque

    (@rabsaque)

    it will look awfull if you strech the content to fill that space what you can do is center the content.

    try

    .col-sm-8 {
    width: 80% !important;
    }

    if you don’t like it you can also try

    .col-sm-8 {
    width: 100% !important;
    }

    this one looks waaaay better

    this will center the content instead of stretching it

    rabsaque

    (@rabsaque)

    Well i notice this let me know is this a exact copy of what you have y your css?
    because if so.

    .site-header {
    background: #fff url(images/lines-vertical.png);
    background-size: 3px 1px;
    box-shadow: 0 0 10px #222;
    margin: 0 auto;
    max-width: 1140px;
    padding: 40px;

    Where is the closing key? ——-> } <———-

    your code should look like this

    .site-header {
    background: #fff url(images/lines-vertical.png);
    background-size: 3px 1px;
    box-shadow: 0 0 10px #222;
    margin: 0 auto;
    max-width: 1140px;
    padding: 40px;
    }

    rabsaque

    (@rabsaque)

    Well afther i run a little test on your site when i change the style of your image like this

    .aligncenter{
    float:initial !important;
    }

    the image moves to the top try putting that code bellow the last line on your style.css file.

    also what bdbrown is saying its true if you pay for that theme use the support of the theme developers.

    rabsaque

    (@rabsaque)

    Did you put the image on the editor or use the function “add freatured image”?

    rabsaque

    (@rabsaque)

    Looks like a cache issue “Cache is the worst enemy of any web developer”

    Try delete the cache of your browser more times that im willing to admit y make a change and it seems not working and it was because the cache.

Viewing 15 replies - 1 through 15 (of 30 total)