WPHelpout
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding Copy Above Your Latest Posts On Home PageFrom what I understand you want to add some content above your “Recent Posts” section.
You will have to modify the theme’s core files for that, it may look something like this:
Open index.php and locate code similar to this:
<div id="content" class="maincontent clearfix">
Then anything you place above that will display above the recent posts on the homepage. You will need additional formatting for that.Alternatively, you can create a page and use this plugin to list posts into that page:
https://wordpress.org/plugins/list-category-posts/Then make that page your front page in WP > Settings > Reading
The layout may not look at same as your theme.
Forum: Fixing WordPress
In reply to: Change menu on loginYou can also use a plugin.
There are a few out there, here is one of them:
https://wordpress.org/plugins/if-menu/Forum: Fixing WordPress
In reply to: Deleted left menu by accidentJust add /wp-admin at the end of your domain name and it will take you to your dashboard or login page.
Forum: Fixing WordPress
In reply to: Custom Menu Items for User InfoI’m not exactly sure if you are referring to your site’s primary menu or any back-end menus in the dashboard.
Perhaps this plugin can be of use to you: https://wordpress.org/plugins/if-menu/
Forum: Themes and Templates
In reply to: Unable Upload ThemeThanks Samuel for the clarification. Better be safe than sorry. 🙂
@jx2tan – If you are still having difficulty with FTP. You can contact your hosting provider and ask them to guide you.
Here is also a good video tutorial on how to upload your WordPress theme using FTP: https://www.youtube.com/watch?v=3UP-m3mD5wE
Alternatively since you have purached your theme on ThemeForest, you can require assistance from them.
Forum: Themes and Templates
In reply to: finding pagesI’d need to see the actual page you are referring to.
Forum: Themes and Templates
In reply to: [MesoColumn] How do i remove the Top Menu?`If you are referring to this theme: https://wp-themes.com/mesocolumn/
There is only one menu as you can see on that page.
Therefore I’m not sure what you mean by “top menu but keep main menu”.Forum: Themes and Templates
In reply to: Unable Upload ThemeHi,
Sure, I can assist you but do not leave your private information into the forum. You can email me and I will help you from there.
Forum: Fixing WordPress
In reply to: please help me "too many redirection loop"It’s working now if you go to http://jobslanka.lk/login/
I can see the login page.
Is this resolved?
Forum: Installing WordPress
In reply to: Newbie: Not able to view published pagesHello,
If you are seeing your name at the top hand right corner of the site, that is because you are still logged in to your site. If you log out and visit your site, you will not see your name. The top bar is called the WordPress Toolbar, it is only visible when logged in.
You do not need a widget for people to leave comments.
Comments are enabled by default only on posts, not pages.
Since you have created a page you need to enable the comments.
Here is a video on how to do that: https://www.youtube.com/watch?v=pzYtyWCwfK8Forum: Fixing WordPress
In reply to: please help me "too many redirection loop"Hi,
If you are not running on the latest version of WP, try updating.
Also try to switch your theme to the default WP theme see if it changes anything.
Check out also this thread: https://wordpress.org/support/topic/site-keeps-showing-this-webpage-has-a-redirect-loop?replies=5
Forum: Themes and Templates
In reply to: finding pagesSend us a link to your site.
If you wish to use Custom CSS that will only be applied to a specific page, you can use this plugin: https://wordpress.org/plugins/css-me/
In the page editor, at the bottom, you can insert your CSS for that page.Forum: Themes and Templates
In reply to: Unable Upload ThemeHello,
Your server configuration may have a limit on the upload size.
Try unzipping your downloaded theme and upload it using FTP into your /themes/ folder on your server.
Alternatively you can contact your hosting provider and ask them if they see any errors in the error log file when you upload your theme.
Forum: Themes and Templates
In reply to: [CarZine] Image size in postHello,
The images on single posts are cropped to be 760px by 250px.
If you want to adjust the height of the cropping open the file functions.php and locate this line of code:add_image_size('featured_post_image','760','250,',true);Then change the value of 250 to anything you need.
Then regenerate your thumbnails using this plugin:
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Change slider imageI suggest you try more than one theme. The beauty of WordPress is that there are so many free themes. It’s just a matter of trying which ones suit you best. 🙂