ScorpionGod
Forum Replies Created
-
Forum: Plugins
In reply to: [Genesis Optimized Social Share] Way to add a Facebook share option?You can do it by changing the plugin’s PHP code. Change the following one to this one at both places
echo '<div class="fb-like" data-href="' . get_permalink( $post->ID ) . '" data-send="false" data-layout="box_count" data-show-faces="false"></div></div>';
echo '<div class="fb-share-button" data-href="' . get_permalink( $post->ID ) . '" data-send="false" data-layout="box_count" data-show-faces="false"></div></div>';
This will remove the Facebook Like functionality and will add the FB Share button.
I don’t recommend to change anything, if you’re not familiar with PHP.
Forum: Plugins
In reply to: [Genesis Optimized Social Share] error in activate hookOh! Thanks for pointing this. I fixed it few minutes ago. Thanks again for concentrating on a little plugin like this.
Forum: Plugins
In reply to: [Genesis Optimized Social Share] error in activate hookHi Andy,
It’s a great happy to see a popular person like you here. ?? ??Now, I tried installing and activating the plugin on WordPress 3.8 and 3.7.1. Plugin activated without any errors. Plugin is available only for Genesis themes. Did you try this for Genesis site or non-genesis site?
Thank you,
Shyam Chathuranga.Forum: Plugins
In reply to: [Genesis Optimized Social Share] support linkedin?Hi Keesjan,
Yes, it’s possible to add LinkedIn with other Social Counters, but it is not available in the initial version of the plugin. I hope to add more features with LinkedIn too.Best Wishes,
Shyam Chathuranga.
Genesis Developer.Forum: Reviews
In reply to: [Genesis Optimized Social Share] Lightweight plugin that just worksThanks for posting the first review of my 2nd plugin. Yes, as the description implies, there are no any settings yet since it’s the initial release. I’m busy right now, Wait for more features ??
Forum: Fixing WordPress
In reply to: AgentPress Theme Homepage Shows, But No Any Other PagesI think I found the problem was Importing Previous DB SQL File.
Forum: Fixing WordPress
In reply to: How to hide page title on each pageHi,
That also can be done. Most of the time there is an ID or Class for each menu item. You can find it by using Firebug or looking in the Source Code.Once you find it, add the code.
#ID or .Class { display: none; }
This can be done easily with WP Custom Menu. Try and let us know.
Good Luck![links removed – please do not post links to your site per the forum guidelines]
Forum: Installing WordPress
In reply to: Accessing wp-admin returns blank pageThen I suggest you to re-install your WP.
1. Go to phpMyAdmin and export your WP Database.
2. Now create a New Database.
3. Install WordPress on that New Database.
4. Now Import your WP Database files that you exported in Step 1.Forum: Installing WordPress
In reply to: word press on host gatorOne thing I forgot. Did you add your domain to HostGator? If not go and add it.
Forum: Installing WordPress
In reply to: word press on host gatorWhy not…? Here are the steps.
1. Once you paid for HostGator, you’ll get a message containing all the Login Information and 2 Nameservers. something like this ns****.hostgator.com and ns****.hostgator.com
2. Copy those 2 Nameservers to your Domain Namservers.
3. Login to your NameCheap Account.
4. Go to My Account > Manage Domains.
5. Now click on your Domain from the list view.
6. Now click on ‘Domain Nameserver Setup’ from the Left Sidebar(2nd Item)
7. Tick on ‘Specify Custom DNS Servers ( Your own DNS Servers )’
8. Now enter your HostGator Nameservers below forms. One for each.
Happy Blogging..!
Thank you!
Shyam Chathuranga
ScorpionGod
https://www.scorpiongodlair.comForum: Installing WordPress
In reply to: Accessing wp-admin returns blank pageHey,
I don’t know what you’ve done while updating. Try repairing the installation.
You can login using here >> https://adviceforbrides.com/wp-login.phpShyam
Forum: Installing WordPress
In reply to: My profile photo doesn't show upHey,
Follow these steps then your photo should appear.
1. Go to Gravatar.com2. Signup using the Email, that you’ve used to create your WP user account. You can see what Email you’ve used by going to Edit User Profile on top right corner.
3. Now after signing up with Gravatar.com add your preferred photo there.
4. Then save that photo for Primary Email.
Hope this helps you to get your avatar anywhere you go with that Email.
Thank You!
Shyam Chathuranga
ScorpionGod
https://www.scorpiongodlair.comForum: Installing WordPress
In reply to: word press on host gatorHello,
I also agree to GreenWeb’ comment. You haven’t set the HostGator Nameservers as the Domain Nameservers.
If Not,
You’ve added them a while ago.Forum: Fixing WordPress
In reply to: Comment Form "Post Comment" Button Does Not WorkingI used ‘Post Ender’ Plugin and I hadn’t closed a tag, That’s why above error appeared to me.
Forum: Fixing WordPress
In reply to: How to hide page title on each pageHello,
There’s a very easy way I follow, when I need to hide it.
1. Go to your Post/Page.
2. View Source Code of it.
3. Ctrl+F and type your Post/Page title and search.
4. Then you’ll come to a line like below
<h1 class="entry-title">Post/Page Title</h1>
5. Above entry-title is the class we need.
6. Now Go to your Theme Editor ? Style.css.
7. Ctrl+F type ‘entry-title’ and search.
8. If there’s no such a class. Just paste this code there and save..entry-title { display:none; }
9. Now Post/Page title should be hide..!
Hope this will help you. In my case that class was ‘entry-title’ all the time. So if it changes in the step 4, just replace ‘entry-title’ with that class.
[ signature removed ]