Mithu A Quayium
Forum Replies Created
-
Forum: Plugins
In reply to: [Shortcode Maker] Unable to add multiple attributesHi, thanks for letting me know the issue. It has been listed and yes, hopefully it will be fixed in the next version.
Thanks again for helping me finding that. 🙂Forum: Plugins
In reply to: [Shortcode Maker] Unable to add multiple attributesHello,
Glad to know that you have tried but sorry since you are facing problem, as soon as i have come to know from your support help, i have tested and found it working with mass attributes.Will you please let me know in details about your problem , so that i could put some helpful lines for you?
Thank you.
Forum: Plugins
In reply to: [WP Post Type Template] Why there is additional file?Thanks for pointing to the issue. Updated that. Hope you will check that now.
Thanks 🙂
Forum: Plugins
In reply to: [WP Post Type Template] Why there is additional file?No, no need to check the plugin file. Just install the plugin and you will get a panel in admin panel where those products will be found.
Forum: Plugins
In reply to: [WP Post Type Template] Why there is additional file?Hi,
Thanks for your interest and for exploring it Actually there is noting to at user end with it, it is actually to let the user of this plugin know about other products that developed by me/my company.Forum: Themes and Templates
In reply to: [Pinnacle] Different height of postsWell, then make excerpt with specific number of words and set min-height of the container to a value that makes the container bigger enough to hold that excerpt
Forum: Themes and Templates
In reply to: [Pinnacle] Different height of postsThe images might be of different sizes, that’s why the heights of them are different, So is the grids as well. so you have make them of same height. you can do this by
1) croping them in a specific ratio (by photoshop or any other tool) before uploading.
2) Or, in css stylesheet , set their height to your desired specific px and width to ‘auto’another thing is, make sure , the exceprt lengths are same as well. If not, make them same to have equal number of words or string.
To make the site responsive
1) You can use media query css . More about it is here
https://css-tricks.com/css-media-queries/Forum: Reviews
In reply to: [WPUF Contact Form] Saved me $300!!Welcome. and glad knowing that it has been a useful to you 🙂
Forum: Fixing WordPress
In reply to: Cannot access webpage from DashboardThe can be many causes.
May be, the developers of that theme accidently make the page die before execution in any file or something like that. Turn ‘WP_DEBUG’ to true in wp-config.php and see what happen and let me know the update. 🙂Forum: Fixing WordPress
In reply to: post thumbnailIt seems that , the src attribute in the img tag is mission. what the code you used to show thumbnail.
To show post thumbnail wp has it’s own function.
https://codex.ww.wp.xz.cn/Function_Reference/the_post_thumbnail
Let me know if you need to know a bit or can fix it. Thank you 🙂Forum: Fixing WordPress
In reply to: Home PageYou have to set static front page from wp-admin->settings->reading. Chose a page from the select box. Then whatever you write in that page will be visible in home page.
Forum: Fixing WordPress
In reply to: Twenty Twelve menu doesnt work on resize or mobileDid you work on style.css? There are some points you have to style for lower resolution.
These might be useful resource to let you know responsive menu making
http://toddmotto.com/labs/responsive-nav/
http://cssmenumaker.com/blog/responsive-menu-tutorialForum: Fixing WordPress
In reply to: Error establishing a database connectionFirst, make sure, the database name you are providing here is same as the name of the database created in your cpanel.
Then, make sure, the user name is the name of the user created in cpanel. (It is NOT the wp admin username)
Then, make sure , the password is that of that user created in cpanel.
Then, hit submit. and hope it will be okay 🙂