Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: Ajax question #479954

    Hey Josue!
    Check this out!
    this awesome plug in did the trick!!
    Quick Page/Post Redirect Plugin
    Thanks again!!
    H

    in reply to: Ajax question #479534

    http://webstrauss.com/ak/blog/
    http://webstrauss.com/ak
    There are some other pages as well, but I can just copy /edit the code you write . correct?
    Thank you again!!

    in reply to: Ajax question #479496

    Thank you Josue for your quick response.
    I tried placing the above code at the bottom of my functions.php file, I cleared my cache and refreshed, and – no change…..

    I did change limodo.org to my URL. Additionally, I’m not sure what the significance in my case ” add_action(‘wp_footer’, ‘add_custom_target’);” is. So I tried to remove it as well, that did not work either.

    I tried this nice little script as well, ( I added it with a “add to header ” plugin ) It did not work
    <script>
    $(document).ready(function() {
    $( ‘a[href^=”http://”%5D&#8217; )
    .attr( ‘target’,’_blank’ )
    .addClass( ‘external_link’ )
    ;
    });
    </script>

    The posts that need to open in a new tab ( some are displayed on the home page, some are on the blog page) have the “yoast” 301 redirect set to an external URL. They are blogs that the author wrote – on other sites. So while he wants to list them here with his blogs, they do need to open in a new Tab, on the site they are published.
    Please Advise
    Thank you again for your persistent assistance!

    in reply to: Ajax question #477567

    Hello Yigit,
    I don’t think this code would work for me. You see, I only need target=”_blank” IF the link is to an External URL. ( I am not a programmer, but I don’t think it will work for External link Only – correct?)
    I set Some of my posts with the Yoast 301 redirect – if the post is something published in another website.
    Additionally it is not clear to me Where in my functions.php file to add this type of code in.
    Thank you

    in reply to: open post in new tab when click on title #476909

    Perhaps this code would do the trick. But where would I add it ? In functions.php? if yes, where in the file would I add it? Thank you

    $(“a[href^=http]”).each(function(){
    if(this.href.indexOf(location.hostname) == -1) {
    $(this).attr({
    target: “_blank”,
    title: “Opens in a new window”
    });
    }
    });

    in reply to: semi transparent horizontal overlay for color section #475324

    Ok thanks – they did respond – I did get the upgrade & installed it . It fixed issues I was having

    in reply to: Enfold Version 3.2 not available for download. #475323

    Thanks again, yup they did get back to me – and help me download

    in reply to: browse versions has broken my site!!! #475322

    FIxed – was a broken style i added to the child theme css – thanks

    in reply to: semi transparent horizontal overlay for color section #472376

    I am unable to get the latest version?!?! this is what I get here:

    Theme Updates

    No Updates available. You are running the latest version! (3.0.8)

    Check Manually

    nor is the download avail to me in theme forest, even after putting in teh required info

    in reply to: semi transparent horizontal overlay for color section #469674
    in reply to: media query to change background photo #469302

    oops sorry.
    I see i made a mistake.
    here is the code, a little cleaner:
    I am attempting to create a basic background image change – media query, such that on smaller screens, I can load a smaller image

    #ak_bg {
    background-image: url(‘http://webstrauss.com/ak/wp-content/uploads/2015/05/lhouse8.jpg’)!important;
    }

    @media (max-width: 750px) {
    #ak_bg {
    background-image: url(‘http://webstrauss.com/ak/wp-content/uploads/2015/05/lhouse9.jpg’)!important;
    }

    }

    I added the ID #ak_bg to the field in the “color box” where you can select the background image of that particular section

    Thank you again – for your prompt response

    in reply to: semi transparent horizontal overlay for color section #469070

    ok thank here is teh link below

    in reply to: Set Archive to display by Year NOT month #429923

    Thank you Yigit!

    for your quick & excellent response!!!

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