Discussion on DeliPress - Magazine and Review WordPress Theme

Discussion on DeliPress - Magazine and Review WordPress Theme

By
Cart 551 sales
Well Documented

Sneeit supports this item

Supported

This author's response time can be up to 1 business day.

266 comments found.

show hide feture image in post?

Appearance / Theme Options / Custom Code and add below css to Advance CSS:
.post p.post-feature-image {
    display: none;
}

Hello.

Is there any way to remove the TIME only from the pages?

Thanks.

Hi. Access Appearance / Theme Options / Custom Code and add below css to Advance CSS:
.page .meta-item.date.time.published.updated {
    display: none;
}

Hi, I have a plugin comparability problem. I have 7 themes and the plugin has problem only with yours. plugin name is Viral Quiz Builder, after placing shortcode nothing appears in the post/page. From 7 only your theme has a problem, so quiz building team can’t help me, Can you?

http://pbrd.co/1uTP1oU and http://pbrd.co/1uTP7gq well, I can see difference here

Hi, doesn’t show again after fixing :( 10 minutes ago it was okay, but now it is not appearing. not other plugins again, disabled all of them

Dear. Nothing suddenly, the reason must be from the latest modification. Please help me remember the latest action on your site, that will help me much in debug your site.

What child theme generator plugin do you recommend?

Do you have instructions on how to set it up? I just upgraded my theme with your latest version. Thanks!

Dear. Child theme is very basic thing of Wordpress. Just upload the main theme then upload the child theme and modify everything with child theme only.

More information about child theme: http://codex.wordpress.org/Child_Themes

Hello Again; Your oldest version fixed the floating menu issue.However I have made too many modification on various files in the theme. How can I fix only this issue without updating the theme. Thank You

Hi. I e-mailed but got not reply. I was wondering how I can center the main logo. I removed the ad banner widget but the logo is still to the left, I want it centered. I tried looking through the css but couldn’t figure it out.

Thanks

Hi. Show me your URL.

Can I e-mail it to you?

Of course, submit ticket to me at: http://themeforest.net/user/tiennguyenvan#contact

(I wrote about this in documentation)

Hi buddy! First to all, thank you for your updates!

I’m with an issue: “The Top Social Icons” on the top page and Social Icons on footer section when I use the “Brand About” widget are opening my social pages on the same page. (note that I’m not talking about the ‘Social Counter Widget’, the widget already have an option to open in new windows). How can I do to open my social pages on a new tab windows?

Hi.

You can open header.php on line 38 and find
$social_html .= '<a
Then add after that with
target="_blank"

Do the same steps with line 93 of \inc\widgets\widgets_brand_about.php

I will also update this in next version

Thank you for your great support! It’s working. Can I give you 5 stars again? Lol.

One more suggestion to fix in the next update, but if you can help me now I appreciate: When you are using a mobile device and open the footer menu, the user is sent to the top of the screen. Any idea how to fix this issue?

Hi. Can you share the information of your mobile device? I tested with iPhone and SamSung Galaxy and some other devices but everything still working well.

Hi Tien,

I wonder if you can help me, for some reason the responsive dropdown menu for smaller screens or mobiles and tablets is showing as a select menu rather than a dropdown menu. It was working fine a few days ago but started showing as a select menu after I edit some css. I am using a child theme and so I tried to switch to the parent theme but even the parent theme had the same issue. Any idea’s what may have happened.

If you could point me in the right direction that would be great. Thanks in advance.

If you use cache plugin, may be you must purge cache before and after apply any changes. When some thing is working well, suddenly get errors, the latest modifications must be the reason.

Hi Tien, Yes you are right, the problem is with my plugin optimize member. The thing is this plugin needs to be active so my members can login and access the right membership level area’s. Any idea of a work around or how I could fix the problem.

You can disable plugin for a while, then enable dropdown mobile menu and then reactive the plugin back. I don’t know what’s exactly the plugin do, but you can contact with plugin author to ask why their plugin locked all customize setting changes.

Thanks for Update. But got Bugs: 1. Not possible to disalbe “Show view count”. Counts are shown. 2. Not possible to enalbe “Exclude loaded posts”. Loaded Posts are shown in Widget “Article Box Trending”.

On Website www.sommer-in-hamburg.de you will see the first Bug (1), but not the second (2.), cause the widget are not active.

Dear. I am checking this bug and reply you soon.

Hey love the updates! You are awesome! Thanks for creating and maintaining an awesome theme!

Thanks,

Kenny

Hi, this is a beautiful theme that I am considering purchasing. However, I wanted to know if site visitors can write, post, and score reviews for various products and services with this theme? Or is this functionality only limited to the site admin? Thank you for your assistance!

Dear. Visitor is anonymous so they can rate only. If you want they can write post, and set the init review score, you must allow them register as your site author by configuring the register option in Wordpress settings, it’s simple.

I want to remove the ‘older posts’ and ‘newer posts’ from the bottom of each post. How do I do this?

Thanks

Access Appearance / Theme Options / Custom Code and then add below CSS to Advance CSS
.paginations.item_pagination.post-footer-box {
    display: none;
}

Hi Bro, I have problem with my website looks now. Please see my website: http://www.albumbaru.com.

Why suddenly there is no border again, only border on menu page. Also on the bottom page the “powered/Design by” suddenly did not appears anymore, and also on the bottom page there are some missing design, not as usual same with your template. Thanks for help!

Last time I only change the body backround. There is no new widget. Could you help to check my dashboard? Thanks for help..

Thanks, I got the problem. Its fix now, after deleted one widget…

Hi. Nothing is suddenly, it must be from a modification. Even I can not view source of your site by protection of your script.

Hello; I want to change the trending widget thumbnail to natural in other word bigger size.. Resolution is so bad when I try to make the each box bigger.Can you help me?

You want bigger titles for trending widget, right? If yes, access Appearance / Theme Options / Custom Code / Advance CSS and then add below code:

.news-box.trending .trending-title a {font-size: 15px}

of course, 15px is an example only.

no:)image resolution of thumbnail of box..

Oh. If that, you must edit in PHP file: \inc\widgets\widgets_article_box_lib.php on line 377 you will see a code like below:
'.$p->review().$p->thumbnail().'
Change it to
'.$p->review().$p->thumbnail('full').'

Hi,

Our site: lordbingo.co.uk

Where can I change text ‘Home’ of breadcrumbs into something else?

For example: Home > Site > New Bingo Sites I want to change ‘Home’ into Lord Bingo, where can I do this, which file…?

Thanks Michel

Home is a text and you can replace it with our built-in Translator.

Where is your Built-in Translator located within the CMS?

Appearance / Theme Options / Translate

Hi Tean,

I’ve a question about rating system, i’ve read some previous comments of others and your replies, so it works no matter if the visitors looged in or not , and he can vote only once because it uses cookies. is that right ? my problem is , i would like to show the ratings in google search in the meta description part. Google has a tool called “Structured Data Testing Tool” , when i test my page, i see that it’s working , shows me how many people voted and average rating and uses the stars.

google test : https://www.google.com/webmasters/tools/richsnippets

I would like to send you my url in private , how can we do that , i would like you to see the result , it works actually , but somehow it doesn’t appear in google searches as in test version.

I need your help.

Thanks, Barnet

Dear Barnet. The rating result sometime not appear in Google search results because your page has very low page views or just because Google did not re-index your page after long time (they are caching the old version of page which has no any rating).

Because our rating system in this theme had passed the test of Google Webmaster so just keep improving your content.

Hi Tien,

thank you for fast reply, I would like to ask one more thing, maybe the problem is that google indexes the page with its breadcrumb instead of full url , because when I test the page url in google snippet tool , it shows me the ratings in description. How can I define that page/post will be indexed by its own url instead of its breadcrumbs. is it related to permalinks ? Actually permalink seems ok, based on / category / postname / , which works in my other WP sites with snippets, what to do to get indexed by page url in Delipress?

Thanks

Dear. I don’t understand. What is “Index by page URL”? So can you show me a screenshot for more detail.

Hi, I’d like to know if the theme is compatible with BuddyPress.

Your theme is really nice but I would like to know if it’s compatible with buddypress? Just wanted to confirm before I buy.

Thanks in advance. Huzan

Dear. I did not test with BuddyPress, but I think it will work well with that.

Hi Tien, I brought this theme some time ago and love it, however recently wordpress updated and it has since stopped the admin widgets section from working so I cannot edit, change or update any widgets. I have tried to disable plugins but that didn’t fix the problem but when I change to default theme the widgets section all works fine. Any ideas for a fix for this problem. Many thanks

Dear. Can you add an admin account then send login information to http://themeforest.net/user/tiennguyenvan#contact

I will login and take a look. Thank you and sorry when late reply.

I like this theme. But I found strange, little bug. If I touch mobile menu icon (left top sign on narrow mobile screen) then page scroll up to the top. Can you fix it?

Thank you very much. I will check it fix it soon.

Hi Tien,

Our site: lordbingo.co.uk

We want to create a new post/page without our current top menu. This will be used as a PPC landing page.

How can we disable top menu ONLY for that particular post/page? (on all our other site pages, top menu will stay as it is now!)

Thanks!

Michel

How do I remove main menu for one specific page only? (I want to keep top menu on other pages!)

Dear. That the code I shared you.

Yep, it works for me. Thanks!

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey