Forum Replies Created
list of topics you have created till now.
-
-
Where do you see that the problem is done? I cannot use video headers due to this issue so I’m using images for all my articles. So, where do you see that the issue is resolved?
Still no update to this?
You can see the issue live here: https://mightymamma.com/cricut-maker-review/
And you can see how it’s not working when you look in this group – https://mightymamma.com/category/diy-and-cricut-projects/cricut-projects/Looking forward to your reply.
Any update on this issue? Still waiting for a response.
Thanks. Will wait for your further findings. Let me know if you need anything else.
Any update on this matter?
May I know why you guys set font size to 13 px to the root html? That is something that should not be done.
If I do that you can see the black box comes below the image: https://i.imgur.com/gmXrolN.png
I’ve tried to tackle it with CSS but couldn’t do so contacted you.
Also is there a possibility to have infinite scroll on the home page for the blog articles?
Hi,
thank you for the response. I’ve fixed the issue. Another question I have is that in the widget, under Page Featured Area, the intro widget never shows up on the front end. https://i.imgur.com/SnVTnWR.png
Can you tell me why?isaumya
Participant12 February 2015 at 23:42Posted in : [Bug] Form element design issue in mobile deviceHey man I’ve tested the new js throughly and the dropdown menu seems to work tough I find out that now the radio buttons and check box arent working perfectly as it was working before the fix. Plz take a look into that.
seriously? can you please sent me a screenshot of where I can do that? Please sent me a screenshot
isaumya
Participant10 February 2015 at 21:59Posted in : [Bug] Codes Shortcode doesn't work properlyIts alright man. I already did.
isaumya
Participant10 February 2015 at 20:32Posted in : [Bug] Form element design issue in mobile devicethanks for the fix
There is another issue with your theme. Tough I dont know why it is happening. As I use cdn on my site and use wp super cache for enabling my cdn, all the images that are added by using your shortcodes like image, slider etc are not getting a cdn based url, instead showing the normal url.
I’ve already mentioned this issue to stackexchange but no one is able to help till now. May be you can.
Thanks I will definitely do that. Thanks for your help :)
ofcourse I can. Here it is: https://www.isaumya.com/show-affiliate-ads-adblock-alternative-content/
isaumya
Participant9 February 2015 at 16:21Posted in : [Bug] Undefined Index issue in send-mail.phpok I’ll try changing the code and see if that remove the notice. If it remove the notice, I will let you know so that you can make the changes in the next update. I know its juusta notice, but still it is gonna populate my error_log which is very annoying.
Anyways i’ll let u know if that thing fix the issue.
seems like it has some design bug. This is a code example inside your documentation file – https://www.diigo.com/item/image/3um1h/puxj
Now this is the shortcode outcome – https://www.diigo.com/item/image/3um1h/7nh2
Do u see the design issue in the line numbering section?
isaumya
Participant9 February 2015 at 14:57Posted in : [Bug] Undefined Index issue in send-mail.phpthen what is the reason of the php Notice?
Thanks man. Thanks for it.
@ahmetsali That you call an improvement? lol :D It’s really an improvement (in support policy).
Anyways thanks for updating it and gladly accepting that you guys provide disgustingly sloooow support. Infact you should mention that we generally reply to our support tickets within weeks of posting the issue, but if you are damn lucky, you might get a response within 48hrs. :D@ahmetsali
You already said that many times, but didn’t improved anything yet.I got it. I do have farely big images there, as it is a portfolio.
Thanks for thge reply.http://franciscomartingarcia.es/blog/ is working fine here. No issues. What is your exact problem?
You contact page cannot be accessible without the # as per my knowledge goes.
Beside I’m not from the developer team. I’m just also another person purchased this awesome theme and them customized a lot to meet my requirement.
P.S: As you are new here and a new client of pixelwar, you must know that they have a disgusting support service. The most disgusting support I’ve ever found on any premium theme in my whole webmaster career. But they do have crazy cool themes and that’s the only reason I still purchase their product.
If you ever find that its been more than 3 – 4 days and still no reply in it, don’t be amused, its a normal thing here in this support forum.
Welcome to pixelwar support.any reply ?
please make this change in the next update.
Thanks man. Tough I have a suggestion for you guys. As this theme uses a lot of CSS and javascripts, why don’t you guys create a minified version of all those files and add the minified version in the site?
In that way, the size of the site and the load speed both will be improved.
thanks man for your help. I’ve figured out how to do it. Thanks. I’ve customized it in my way
So I have to add that on footer.php or header.php?
Please reply and help. Please I need it.
Can you guys please reply soon? Or I have to wait for weeks to get a reply?
Thank you do I have to put any special shortcode in that page to work?
Ok. Take a look when you have some time. Just dont forget it.
not fixed yet
Any eta for the next update?
Hi @ahmetsali, it’s been more than one month since we spoke this. So will you work on this now? Or we still have to wait more?
Any work on this ? When is the update coming with all other fixes?
Thank you very much… :)
Anything on this yet?
This has not been updated yet in the latest update. MUST Update this in the next one.
Anyways I got it.
Hi, man, none of them is actually working, no matter what I do the values are not getting overwritten. I’ve also tried everything mention in the following post. None of them works. Its still taking the part theme values.
Starting with this:
http://wordpress.stackexchange.com/questions/74934/remove-or-update-add-image-size,
http://www.studiograsshopper.ch/code-snippets/remove-wordpress-defaultmedia-image-sizes/
I even tried to achieve it by doing this
update_option( ‘blog_feat_img’, 720 );
but no matter what I do the theme is still loading my parent theme’s add_image_size() values.I’ve also written this following function to achieve this –
function img_update() {
add_image_size( ‘blog_feat_img’, 720 );
add_image_size( ‘latest_posts_widget_feat_img’, 400 );
add_image_size( ‘portfolio_widget_feat_img_1x’, 400 );
add_image_size( ‘portfolio_widget_feat_img_2x’, 800 );
}
add_action( ‘after_setup_theme’, ‘img_update’, 11 );
None of these is actually working. Any suggestions?Also anything on the portfolio blank page thing?
Thank you very much Sali. I’m really grateful to you.
So, you are saying that just putting
if ( function_exists( ‘add_image_size’ ) )
{
add_image_size( ‘admin_feat_img’, 150 );
add_image_size( ‘blog_feat_img’, 720);
add_image_size( ‘latest_posts_widget_feat_img’, 400);
add_image_size( ‘portfolio_widget_feat_img_1x’, 400 );
add_image_size( ‘portfolio_widget_feat_img_2x’, 800 );
}in my own functions.php is enough to achieve the overwrite?
Sali, thanks for your reply again. Will you please help me to overwrite those values (in my functions.php) as I mentioned in my other post.
Thank you sali.
Hi Sali,
I do understand the reason, you didn’t do it. But I’m asking you that if I just copy paste this following code in my child theme functions.php as ->if ( function_exists( ‘add_image_size’ ) )
{
add_image_size( ‘admin_feat_img’, 150 );
add_image_size( ‘blog_feat_img’, 720);
add_image_size( ‘latest_posts_widget_feat_img’, 400);
add_image_size( ‘portfolio_widget_feat_img_1x’, 400 );
add_image_size( ‘portfolio_widget_feat_img_2x’, 800 );
}Now will this overwrite the themes default value ? Also due to having good amount of traffic on my site I want to give my users the fastest possible experience. I do understand that this high images are very necessary in Apple Retina display but general user (hardly use mac) will never see the difference by themselves instead extra loading time. That is why I’ve decided to go with WP Retina 2x [Plugin] which will provide Retina images only when they needed, otherwise these image size are enough for normal user. So, if you please tell me how can I overwrite the values of the above function in my child theme functions.php I can actually initiate the update.
Please reply.
Hi,
I just recieved the update notification of the theme, but no changelog was there to understand whats been updated also I’ve checked the functions.php and the image sized has not been reduced, instead they have been increased.See this :
The fix I provided:
if ( function_exists( ‘add_image_size’ ) )
{
add_image_size( ‘admin_feat_img’, 150 );
add_image_size( ‘blog_feat_img’, 720);
add_image_size( ‘latest_posts_widget_feat_img’, 400);
add_image_size( ‘portfolio_widget_feat_img_1x’, 400 );
add_image_size( ‘portfolio_widget_feat_img_2x’, 800 );
}and what is present in the latest functions.php is ->
if ( function_exists( ‘add_image_size’ ) )
{
//admin_feat_img is gone, not present in the theme
add_image_size( ‘blog_feat_img’, 1300 ); //still using 1300 as I said 720 is enough for the theme design
add_image_size( ‘latest_posts_widget_feat_img’, 720 ); // still at 720, needs to be 400
add_image_size( ‘portfolio_widget_feat_img_1x’, 600 ); // increased to 600 from 400
add_image_size( ‘portfolio_widget_feat_img_2x’, 900 ); // increased to 900 from 800
}I dont understand. Maybe you guys haven’t made this changes in the update which I got notification of. I’m waiting for your reply before updating it.