Okay
  Public Ticket #3543656
Portfolio Date Removal
Closed

Comments

  •  9
    Shane started the conversation

    Hi guys, I clicked to remove dates, but they still show. Please advise, Shane :)

    Attached files:  Screenshot 2023-12-14 at 1.52.19 PM.png
      Screenshot 2023-12-14 at 1.52.43 PM.png

  •  9
    Shane replied

    and how do i change the color of the view more dot? 

    Attached files:  Screenshot 2023-12-14 at 2.10.20 PM.png
      Screenshot 2023-12-14 at 2.09.49 PM.png

  •  2,958
    Andrew replied

    Hello Shane,

    Thank you for reaching out to us.

    1. If you're referring to the portfolio items in this link https://www.boxhouse.com/photos/, you need to disable the settings in the post loop builder settings in the page builder. Here's a screenshot of what you need to disable.

    5851642903.png

    2. To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    .nectar-view-indicator .color-circle {
      background-color: #000 !important;
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related. If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help. 

    Try that and let us know how it goes.

    Cheers,

  •  9
    Shane replied

    That all worked perfectly, thank you. One last question with this, how do I change the word filter to albums? see image


    Attached files:  filter.png

  •  1,875
    Judith replied

    Hi Shane,

    Thanks for writing back.

    You can use the Say What plugin to adjust the text to albums. Please refer to this guide : http://themenectar.com/docs/salient/translations/#translating

    You can use "salient" or "salient-portfolio" as the text domain.

    I hope you find this helpful.

    Please feel free to contact us in case of any other queries.

  •  9
    Shane replied

    I followed the steps and tried both salient and salient-portfolio. see image. it still says filter. 

    please advise, shane

    Attached files:  Screenshot 2023-12-15 at 1.00.25 PM.png
      Screenshot 2023-12-15 at 1.01.38 PM.png

  •  1,875
    Judith replied

    Hi Shane,

    Thanks for writing back.

    To assist you better, we'd love to have a closer look at your setup, and to do this, we'll need admin login credentials 

    (dashboard URL, username, password) to your site. This will enable us to conduct a more in-depth investigation of the issue based on your specific configurations. Would you mind sharing this with us? 

    If you prefer, you can safely share the access through a one-time secret note or using an access plugin such as Controlled Admin Access.

    Before you provide this information, we strongly recommend taking a backup of your site.

    If you have any concerns or questions about this process, please don't hesitate to let me know.

    Best regards,


  •   Shane replied privately
  •  1,875
    Judith replied

    Hi Shane,

    Thanks for sharing your login details.

    You can instead add the following code to your functions.php file to translate without a plugin 

    add_filter( 'gettext', function( $translated_text, $text, $domain ){    if ( $text == 'Filter' )        $translated_text = 'Albums';    return $translated_text;}, 10, 3 );

    Please refer to this video : https://monosnap.com/file/WbqrSXM5Pr6izTChFdUS7QBhkyUGDv

    I hope you find this helpful.

    Please feel free to write to us in case of any other queries.

  •  9
    Shane replied

    that worked great, thank you. question, why do you see my fonts differently than what I intend?


    Attached files:  my fonts.png
      your fonts.png

  •  2,958
    Andrew replied

    Hey Shane,

    Thank you for getting in touch.

    Please check and confirm that you have set the proper fonts in the Salient > Typography settings. If you have an auto-optimize plugin installed, you can try clearing your site and browser cache and let us know how it goes.

    Try that and let us know how it goes.

    Kind regards,