I logged in to your site and tested it by adding Test text in that file which works fine for me  as shown in the attached screenshots so it means changes are getting saved in the file but it seems you are making some wrong changes may be in wrong if else conditions.
You are most welcome here 🙂
You are most welcome here 🙂
This will pose problems in the future since we will have hundreds of images on the site and a very large image library. If we have to add to a photo to a portfolio gallery after its been created, re-selecting all the photos just to add 1 new photo will cause problems. Is there current a way to add a single image to the gallery without overriding all the images currently saved to the gallery?
I agree with you therefore I have created feature request for it so that it will be implemented in the future version of theme.
Solution for this topic
Please use below CSS code to achieve it.
li#menu-item-3358 a {
color: #8d8d8d !important;
}
li#menu-item-3358 a:hover {
color: #ed2229!important;
}Yes I could confirm the issue on your site homepage.
Would you mind if i log in to your site and do some troubleshooting? If this is ok then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will be able see it.”?
To help us keep support thread separates could you please create new thread for each of your other questions instead of asking them in your single thread as it makes the thread messy and hard to read.
If you want to you can also add reference of this thread in your newly created thread.
We would be more than happy to help you on your new thread.
You are always welcome here 🙂
You are always welcome here 🙂
Still it doesn’t work.
Let it be.
Please download following archive and extract in wp-content/plugins/unyson/extensions on your site using FTP then try importing the demo content again.
https://github.com/ThemeFuse/Unyson-Backups-Extension
Then could you please try using the CSS solution shared in the following topic?
https://support.shufflehound.com/forums/topic/text-mobile/#post-21825
Ok then as I asked above could you please tell me how you had translated it?
I logged in to your site and saw you had not activated required Unyson extensions such as Page builder, Portfolio.
I have activated them now so please try reimporting the demo content.
Hi @Eliezer,
I hope you are well today and thank you for your questions.
How can I make the dates of the tickets look exactly the day they were published and not say 3 minutes ago 1 week ago that they say exactly the date
You can achieve this from theme blog post settings as shown in the attached screenshots.
and how I can activate the template (license)
If you have purchased the theme then you have already got license activation.
Please find more information about it on the following pages.
https://themeforest.net/licenses/standard
https://themeforest.net/item_support/what_is_item_support/19470306?url_name=gillion-multiconcept-blogmagazine-theme
Best regards,
Shufflehound team
Thank you for sharing the FTP credentials but it is not working for me and I am getting following error response.
Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 3 of 100 allowed. Response: 220-Local time is now 17:18. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220-IPv6 connections are also welcome on this server. Response: 220 You will be disconnected after 5 minutes of inactivity. Command: AUTH TLS Error: Connection timed out after 20 seconds of inactivity Error: Could not connect to server
Please make sure shared FTP credentials are working or share me cPanel details if you can.
I could confirm it on your shared site.
Please make sure you are translating menu correctly as described in the following pages or contact WPML support here https://wpml.org/forums/forum/english-support/
https://wpml.org/documentation/getting-started-guide/translating-menus/
https://wpml.org/documentation/getting-started-guide/site-navigation/
Also I can see HTTPS used on your site is not configured correctly and displays error so please make sure to use it correctly by following the information provided in the following pages.
https://make.wordpress.org/support/user-manual/web-publishing/https-for-wordpress/
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
Hi @head517,
Sorry to hear of the problem you are having.
Would you mind if i log in to your site and do some troubleshooting by importing it? If this is ok then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will be able see it.”?
Best regards,
Shufflehound team
Solution for this topic
Hi Elizabeth,
I hope you are well today and thank you for your question.
You can try achieving this by removing the CSS code added using Yellow Pencil and add the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-portfolio-single-right.col-md-8,
.sh-portfolio-single-left.col-md-4 {
width: 100%;
clear: both;
}
Best regards,
Shufflehound team
It should work.
Does it work for you adding other addresses?
Please make sure you are adding correct address and try using new Google maps API key as described in the following topic.
https://support.shufflehound.com/forums/topic/google-map-displaying-sydney/#post-23832
If it still doesn’t work for you then would you mind if i log in to your site and do some troubleshooting? If this is ok then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will be able see it.”?
Solution for this topic
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#menu-item-23 ul.sub-menu {
width: auto !important;
margin-left: -10px !important;
padding: 10px 5px !important;
}