vahid
asked 10 years ago

Hello I have a problem with DW Fixel theme:
I used some plugins to add author box and like buttons at the bottom of my posts and they’re shown perfectly
but if I click on a post from the home page, then it doesn’t show these things! I mean that popup which shows the post doesn’t contain author box and like buttons, but when I open a single post by entering it’s url, it shows author box and like buttons…
I couldn’t find any solution for this; so I decided to remove this popup
how can I remove this popup and do something that when user click on a post in the homepage, then the post opens in a new tab not in the popup.

1 Answers
DominicStaff
answered 10 years ago

You can disable the default popup in the DW Fixel, you can log in to Dashboard > Customize >General Settings, then select Yes/ No in the Disable Popup post section.
See the screenshot: http://imgur.com/RZvR20a
If you want to the post opens in a new tab, you can add the following code to the Custom Code > Footer Code:

<script>
jQuery(function($){
$('.block-inner a').click( function() {
    $(this).attr("target", "_blank");
    window.open($(this).attr("href"));
    return false;
});
});
</script>

If you still face there issue, you can send me your site for further checking.
Regards,

vahid moh
replied 10 years ago

I don’t have any of these options! I have 1.0.2 version of DW fixel

Dominic Staff
replied 10 years ago

You can download the latest version in your profile now.

whoaitsaimz
replied 4 years ago

I do not see these options and I have 1.1.4
I would love to disable the post in a popup feature as it’s confusing

Powered by DW Question & Answer Pro