Sally Flewelling
asked 10 years ago

I’m running WordPress 3.9.1 and I’m having a problem on iOS7. Neither the slider for blog posts or the project posts pops up properly. I’ve taken two screenshots to show what displays when I’ve clicked on the projects http://theomclinic.co.nz/wp-content/uploads/2014/06/photo-1.png and on the blog sliders http://theomclinic.co.nz/wp-content/uploads/2014/06/photo-2.png – nothing at all happens on the blog posts 🙁 I’ve also checked my site against your demo site on iOS7. The DW Page modern demo (http://demo.designwall.com/#DW-Page-Modern) exhibit the same problems that appear on my site too! Thanks for your help, Sally

3 Answers
DominicStaff
answered 10 years ago

Thank you for interesting in our product and your feedback. We appreciate it.
I sent and notified our technical team about this problem. We are check and fix this issue as soon as possible.

Sally Flewelling
replied 10 years ago

Hi Dominic,

Have you any progress updates on this?

It’s been a month since I raised this issue. It’s impacting my ability to communicate with clients and Facebook followers.

Looking forward to hearing some news…

Sally

Dominic Staff
replied 10 years ago

The latest version of the DW Page theme has already been released with bug fixes (you can download the latest version in your profile). Could you kindly upgrade it and let us know if you face with any problems.
Regards,

Sally Flewelling
replied 10 years ago

Hi Dominic. Thanks for your message. I bought your theme through Creative Market. They’re still showing version 1.0.6 as their latest version. See: https://creativemarket.com/designwall/2212-DW-One-Page-Modern-WordPress-Theme I checked my profile and there’s no update. What do I do next? Many thanks, Sally

Dominic Staff
replied 10 years ago

Ok. Please send me username & password of your site (via private answer) for further checking.

DominicStaff
answered 10 years ago

Apologies for the delay in replying to you.
To resolve this issue, you can open the style.css file in the folder path “\wp-content\themes\dw-page”. Find the line 314.
Replace the following code:

.section.portfolio {
 background: url(img/portfolio-bg.jpg) fixed;
 background-size: cover;
 padding-bottom: 35px;
}

With new code:

.section.portfolio {
 background: url(img/portfolio-bg.jpg) fixed;
 background-size: cover !important;
 padding-bottom: 35px;
}

.project-details {
 overflow: hidden;
 background: #fff;
}

Regards,

Sally Flewelling
replied 10 years ago

Hi Dominic.

Thanks for your message 🙂

BTW: I am using DW Page, not DW Focus.

I have made the changes, but the problem has not resolved on blog posts 🙁

DominicStaff
answered 10 years ago

Hi,
To resolve the issue on the blog page, you can do as the following:
– Add the following code to the Header Code (Dashboard > Customize > Custom Code)
 

<style>
@media (max-width: 767px) {
 .section.blog .row-fluid:first-child .block:first-child {
  margin-top: 0
 }
 .section.blog .block {
  margin-top: 30px
 }
 .section.blog .block img {
  width: 100%;
  height: auto
 }
 .section.blog .carousel-nav .carousel-control {
  display: block;
  z-index: 999;
  background: url(inc/assets/img/arrow-left-right.png) no-repeat 10px center #fff;
  text-indent: -9999px
 }
 .section.blog .carousel-nav .carousel-control.right {
  background-position: -27px center
 }
 .section.blog .carousel>.carousel-nav:before {
  display: none
 }
 .section.blog .carousel-nav ul, .portfolio .carousel-nav:before {
  display: none
 }
}
</style>

– Open the  modal_on_mobile.js file in the folder path “/wp-content/themes/dw-page-modern/inc/assets/js/modal_on_mobile.js”. Find the line 9.
Replace the following code:

  jQuery('.portfolio .thumbnail a.show-popup').on('click',function(e){

With new code:

jQuery('.portfolio .thumbnail a.show-popup, .section.blog .thumbnail a.show-popup').on('click',function(e){

– Log in to Dashboard > Appearance > Menu, then add the “style-1 blog” class to the Css Classes section of the menu Blog.
See the screenshot:  http://i.imgur.com/KsCbMjH.png
Hope this helps !

Sally Flewelling
replied 10 years ago

Hi Dominic.

I’ve implemented your code, but unfortunately it causes two big problems:

1. the new code now prevents all pop ups on my ipad and laptop
2. there’s no way to close a blog post once you’ve opened it

I do need a working solution to this, so I may be forced to revert back to another wordpress theme 🙁

Dominic Staff
replied 10 years ago

You can send me username & password of your site (via private answer) for further checking.

Sally Flewelling
replied 10 years ago

Thanks for your offer, Dominic. I just couldn’t spend any more time on this issue – and have stopped using your theme. Hope all goes well for you guys, Sally

Powered by DW Question & Answer Pro