• I need some help.. I offered to update a friends website and it’s been a while since I have used WordPress…

    Her website is bestheadshotslosangeles.com

    When you click on portfolio, I need to change the text view gallery, under each of the 4 photos..
    I thought the code for this would be in the Portfolio page templates.. it’s not.
    I went looking for the wide layout, and pinner css.. they look like they are imported in..
    Do I have to change the file that is FTP’d in?

    Lastly – how do I get a “widget content area” off of one page? As in appears on the contact page? And how do I remove that top grey bar.

    Thank you in advance, so many thousand times.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi AyohAy,

    What is it about the View gallery text you want to change (e.g. the font, the color, etc.). I see the site has Jetpack installed, and that has a custom CSS editor where you can input your custom CSS to override the CSS currently being applied to that text. Depending on the order in which the styles are brought in on the page, you may need to add some specificity to implement your custom CSS.

    If you do not want the Contact page to have a widget, you should be able to change the template of your Contact page to a full width or one column page template like the About page. To do this, go to Pages in the WordPress dashboard, select the Quick Edit link that appears when you hover over the Contact page name, and change the template to the same template as the About page (e.g. full width or one column).

    To remove the grey background on the header, put his into the custom CSS editor in Jetpack:

    .wide-top {
    background:#000;
    }

    Hope this helps!

    Christi

    Thread Starter ayohay

    (@ayohay)

    I want to just change the text on the view gallery to each area saying Girls, Boys, Men, Women, etc. I can’t find the area inside jetpack to edit the css ??

    I should be able to edit the contact page as you said. I am going to try that after work!

    I can not thank you enough for replying!!!

    Hi AyohAy,

    Reviewing the source of the page (right click anywhere on the page and select View Page Source or Show Page Source) I do not see the Portfolio plugin as being loaded in your page. Can you confirm that plugin is actually installed and activated in the WordPress dashboard (Plugins > Installed Plugins)?

    If my suspicions are correct, the theme itself (DigiFoto) has built in functionality for your portfolio gallery. If that is the case, there are a couple of issues:

    1. DigiFoto is/was a premium theme, so you would need to contact the developer.
    2. DigiFoto appears to have been discontinued by the developer, since it is not found on their site or on Themeforest (where it was previously sold).

    If I am correct, and this functionality is built into the theme, unfortunately there is no easy fix. You could make a Child Theme, and make any needed changes there, but if the theme is out of date and discontinued, it may be time to look for a more up to date theme for the site.

    Thanks!

    Christi

    Thread Starter ayohay

    (@ayohay)

    Hi There,

    I figured out the jetpack css. Jetpack is new to me, and CSS is not my friend. I am from the ancient times of HTML.

    So.. The portfolio plugin is not being used.

    I’m trying to show each of the 4 galleries with their own respective names, Girls, Boys, men women etc..

    <**div id=”gallery-four-boxes-wrap”>
    <**ul id=”gallery-four-boxes” class=”portrait”>
    <**li class=”box column-1 “>

    <**a class=”gallery-zoom preload” rel=”prettyPhoto[pp_gal]” href=”https://bestheadshotslosangeles.com/wp-content/uploads/unique-photography-los-angeles.jpg”><**img src=”https://bestheadshotslosangeles.com/wp-content/uploads/unique-photography-los-angeles-211×360.jpg&#8221; width=”211″ height=”360″><**span style=”opacity: 0; display: inline;”></span>
    <**div class=”pinner”><span>View gallery</span></div>

    That View gallery under span for each column needs to say girls boys men women.. don’t know how to do the css for each column.

    But I am so so grateful I fixed the contact page due to your guidance!! you are the best!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I offered to help someone, now I need help :0(’ is closed to new replies.