onedna
Forum Replies Created
-
Thank you very much,
So do I need to create and add all network sites on wordpress.com?
I read it on forums that, to use jetpack, every network site should be added on jetpack or wordpress.com, is it really true ?Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] Shortcode to PHPHello
I do not want it autoinsert – http://prntscr.com/kawy1s
I want to use on some desired locations and want to use short code in theme, what to use ?This code can only show the rating and not allow to rate
<?php echo do_shortcode('[yasr_overall_rating]'); ?>Forum: Plugins
In reply to: [Custom Post Types and Custom Fields creator - WCK] Support Multisite NetworkThank you for reply
Is this possible to generate the php code for generated items, As like this plugin https://ww.wp.xz.cn/plugins/custom-post-type-ui/https://ww.wp.xz.cn/plugins/custom-post-type-ui/ – when we created taxonomy or post type with this plugin it also generate the php code to use, can your plugin do the same ?
Thank you
Images are Working its GOOD
But now showing
Message: Can’t insert this postError Log
https://www.awesomescreenshot.com/image/3240534/d77c43a72e228f00e2b67b52af116cc0
Good to see your reply
Ok I got it, But how I should upload the images either by ftp/cpanel or wordpress dashboard ?
ThanksForum: Plugins
In reply to: [WP Customer Reviews] Reviews are showing automatically after post contentIts Working , A Big Thank You !
Forum: Plugins
In reply to: LayerSlider Plugin – layerslider old jquery issueHi
Wordpress 3.8.3 is recently released and the issue is only with plugin,
The update was only for older versions and I am not sure if there is an issue with 3.8.3 too.Forum: Themes and Templates
In reply to: [Tempera] Some Widgets on Front PageYou need the place the code
<?php if ( is_active_sidebar( 'lefthome' ) ) : ?> <?php dynamic_sidebar( 'lefthome' ); ?> <?php endif; ?> <?php if ( is_active_sidebar( 'righthome' ) ) : ?> <?php dynamic_sidebar( 'righthome' ); ?> <?php endif; ?>on desired location
Forum: Themes and Templates
In reply to: [Responsive] to remove desktop icon from responsive themeSet this is from theme option: Go to homepage and add something(text or image) in the 2nd textarea i.e for Featured Content
then desktop icon automatically removed
Forum: Themes and Templates
In reply to: [Responsive] How to make the Logo Center#header #logo { float: none; margin: 0 auto; text-align: center; }update this in your stylesheet
Forum: Themes and Templates
In reply to: [Responsive] How to Disable Top MenuBy CSS:
.top-menu { display: none; }or another is : not create menu for top menu(leave it blank)
Forum: Themes and Templates
In reply to: [Fruitful] Shop page not showing!Shop page shows all the products so firstly add product there.
If your slider are same(have same id) then it will diss-appear.i suggest you to add two slider on post(with different ids of slider).
Forum: Themes and Templates
In reply to: [Virtue] Blog's SidebarThere are home layout occure in its theme options & also have template.
Forum: Plugins
In reply to: [Contact Form 7] PDF Attachment