wordpress himalays theme show more content in about us widget - wordpress

I'm useing the himalayas theme on my wordpress side. On frontpage there are widgets.
The about us widget shows a content preview of a page.
How can I show more content in this widget? You can see in the picture the right side there is a reade more button, I want more text instead of the read more button.

I am a developer from themegrill (Developer of Himalayas theme).
'About us' widget fetches the excerpt of the page. To display the content as your wish, You can put your contents in the excerpt box. You can enable excerpt box from the screen option in the right top corner of your dashboard.

Related

Wordpress Mobile view Sidebar

Good day,enter image description here
I'm building an ecommerce website on wordpress
I have a sidebar on my products page but when on mobile view, the sidebar is seen after all the contents on the website.
Is there any way I can make a button that will be sticky and when its clicked the side bar will show on mobile view
I want it to lool like what's in the picture or the link below enter link description here
I'm using astra theme
Thank you...
Maybe u can inspect your browser (right click - inspect) and check your properties in elements when you click the "sidebar" html tag.
On the right side you will finde the Sytles properties where you can try out your changes.
I guess you have to adjust the width.
Edit: If you work with elementor you have the possibility to add css code in the tab "additional css".

How do I add an article to WordPress by using the elementor plugin widgets?

please provide the steps to add an article using Elementor widgets.
Installed the elementor plugin
I see the elementor menu item
I am logged in as admin
I added a page and then clicked edit with elementor
I need to post an article
Just take for example the header block from the left side and drag and drop it onto your page. The headline now appears and can be edited there.
You can do the same with texts and other premade elements.

Clickable Image link in Wordpress Widget

How do I add a clickable image link in a Wordpress Sidebar Widget.
I am doing a graphic with "social media link" and want to make this a clickable link.
I have created the graphic, no idea where to start with the clickable link.
First, you will want to upload the selected image to the media gallery of your WordPress site.
Second, Copy the "Copy Link" from the details window of your image.
Copy Link Screenshot
Once you have the link copied, hover over the "Appearance" tab of the left menu. While hovering over appearance, new options will show up...one will be "Widgets". Select that.
Widget Location in Menu Screenshot
On the widget screen there will be a list of all the types of widgets to add, select "Custom HTML" and add that to your desired widget location (sidebar). For the content of your HTML widget use this code:
<a href="www.YourTargetURL.com">
<img alt="test" src="www.YourCopyLink.com" height="250px" width="250px"/>
</a>
Custom HTML Widget Screenshot
You will need to replace the placeholder URLs in the code example above with your target site URL and the link you copied from the image details page. Click "Save", and make adjustments to the size as needed.
Hope that helped!
-Spencer

Trying to add a featured image to a blog profile page in wordpress

I create profile page for all my bloggers, now I want all of them to be show on this page : http://www.montrealguidecondo.ca/news/blog_profile/. I can see there name but I can see there picture, is there a way to add feature image to a profile page so there picture is gonna be show on the page?
thanks a lot
Depending on the theme, and if you are creating a page for each blogger, there is usually an add featured image button in the bottom right (bottom of the side bar on the right) of each of the bloggers pages that should do what you want.
As you want image of your bloggers to display on a particular page, then 1st try to install "User Photo" plugin. It is very simple to install. After that just go to the user section in admin panel. Click on EDIT of a particular blogger and provide his/her image under User Photo section. After that you only have to use <?php userphoto_the_author_thumbnail() ?> to call the image of particular blogger on your required area. I hope it will solve your issue, If not then just msg back. Thanks.

How to create categories menù in WordPress?

I am new in WordPress world (before now I always used Joomla and some other old CMS)
Now I am testing WordPress and I have some doubts about how create a navigation menù in my WP Site.
This is my test site (that at this time have not content but only a template): http://www.scorejava.com/WPTest/
I plan to create articles organized by category and I would have an horizontal top menù like this WP blog: http://viralpatel.net/blogs/
As you can see in this second WP site there is an horizzontal top menù that contains some voices, like "Java", clicking on this voice appear a page showing all the Java posts preview.
As you can see this menù work also with submenù, for example, moving the mouse curso on Java appear the "Java EE" subvoice.
What can I do to have something like this in my Word Press?
And if I want a similar vertical menù in my right sidebar?
Tnx
Andrea
It's just a matter of using the "menus" screen from the Dashboard (when you're there, click on "Screen options" and enable all the possible item sources you want to use). Once you've created your menu, assign it to whatever area your theme designates for the top menu.
If you want to add it to a sidebar, just use the "widgets" screen and pick the "custom menus" item.
I think it would help if you read some of the introductory documentation from the Codex.

Resources