fikrirasyid
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Anarcho Notepad] Comment Form EditsHi laurenhayman,
Unfortunately, you can’t remove those message from dashboard. There are two other ways to do this, tho:
#1. Editing your theme file
You can do this by modifying anarcho-notepad/comments.php file. Find these line:
<?php comment_form(); ?>
and replace it with:
<?php comment_form( array( 'comment_notes_after' => false ) ); ?>
However, I don’t recommend this. If there’s an update to your theme, this modification will be overwritten.
#2. Modifying it using plugin
I cannot find one (it’s between my internet connection is slow and i’m a bit lazy to wait) so I write a plugin which does this one thing exactly: hiding the comment notes.
A. Download the plugin here: https://github.com/fikrirasyid/remove-comment-form-notes/archive/master.zip
B. Upload it from Dashboard > Plugins > Add New
C. Activate the plugin.
D. Done.I hope this helps ??
Hi kalenodonnell.
By default, you can’t. But there’s a plugin for that: https://www.ads-software.com/plugins/wp-gallery-custom-links/
I’ve tried it on my local server and the plugin will create additional fields like this: https://dl.dropboxusercontent.com/u/3051451/Screen%20Shot%202014-12-31%20at%2010.43.27%20AM.png
Forum: Themes and Templates
In reply to: Bridge Theme demo problemHi Chevalier,
Based on the error message you gave, I think something is wrong at the Bridge Theme’s header. If your goal is to import the content and see how it looks and not fixing the theme (I think it’d be better for you to let the theme developer know since it is premium theme), my suggestion is:
1. Change the theme into default theme
2. Import the content through Dashboard > Tools > Import
3. Change the theme back to bridge
4. Install https://www.ads-software.com/plugins/ajax-thumbnail-rebuild/ so we can rebuild the image size to fit bridge’s thumbnail size
5. Rebuild the thumbnail
6. Check the theme’s appearanceForum: Themes and Templates
In reply to: [Fashionistas] "Previous" & "Next" Article SectionsHi pinesandpalmettos,
Do you use any custom css plugin? You can try adding these css:
#nav-below a { color: white; padding: 2px 5px 0; } #nav-below a:hover { color: #293949; }
Forum: Themes and Templates
In reply to: [Virtue] Categories being repeatedHi bender174,
Can you elaborate more on “Can this be disabled so it’s only shown at the top?”. I’ve looked at your site and it looks like you’re using some kind of infinite scroll mechanism which isn’t used by default by the theme you’re using (I checked and looks like you’re using Virtue Premium: https://themes.kadencethemes.com/virtue-premium/shop/)
If what you mean by “Can this be disabled so it’s only shown at the top?” is you don’t want to automatically load next products when you scroll the page down, the solution would be disabling infinite scroll mechanism you’re using. My best guess (by looking up your site’s front end code) is there is an option on your theme options where you can toggle on/off the infinite scroll mechanism.
Forum: Themes and Templates
In reply to: Photos wont centerHi adventuresnurse,
There are lots of photos https://www.adventuresofanurse.com/. Which photo that wont center? Screenshot will help a lot.