Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Jenatay

    (@jenatay)

    I still haven’t been able to figure this out. What would you charge to do this for me?

    Thread Starter Jenatay

    (@jenatay)

    Thank you. Wow…i’m not a coder but I just created the style.css and functions.php files in new dara-child theme directory using FileZilla. Now, I’m at the step where I can add the filter (in the link you provided):

    function filter_function_name( $excerpt ) {
    # …
    }
    add_filter( ‘get_the_excerpt’, ‘filter_function_name’ );

    The instructions say:
    Where ‘filter_function_name’ is the function WordPress should call when the excerpt is being retrieved. Note that the filter function must return the excerpt after it is finished processing, or page sections showing an excerpt will be blank, and other plugins also filtering the excerpt may generate errors.

    filter_function_name should be unique function name. It cannot match any other function name already declared.

    My question is:
    Since I don’t know much at all about this, what “function name” do I use? It sounds like I need to rename the function name in the code. I’m way above my skill level so this is all brand new to me (and I have a brain injury I’m recovering from it seems even trickier today).

    Thank you for your help.

    Thread Starter Jenatay

    (@jenatay)

    I removed the code as you suggested and that did nothing to remedy the problem. I viewed it in Firefox, Edge, and Chrome. All show the same, original problem.

    Originally, I had placed this code in because I did not want page titles to appear on the individual pages:

    .site-info {
    display : none;
    }
    body.page-template-default .entry-title { display:none;}

    To make sure we are addressing the same issue in question, I’m referring to the three boxes at the bottom of the home page right above the testimonials. Under the hands image, the Header (H2) “Grant fund accounting expertise” is serving up as body copy and running into the first sentence of the actual body copy: “Through years of…” (I mistakenly called this the “page title” when actually it is an H2 header. Maybe this makes more sense to you now. ??

    I appreciate your help with this. Thank you.

    Thread Starter Jenatay

    (@jenatay)

    I’m still having the problem. If you scroll down to the bottom three pictures in a row that is the area creating the problem.

    There’s a picture of hands and underneath the picture of hands is this copy “Grant fund accounting expertise Through years of..” in the first line under the picture. Grant Fund Accounting Expertise is the page title — you see how it is not treated as a title on this page and the first line of the sentence begins with “Through…”

    The same is true for the next two pictures shown.

    I don’t know coding but have taken some codes from groups to override constraints with themes. I did not pick this theme as it was inherited with the client.

    Re removing he custom titles on featured pages, I vaguely remember doing that — I have a brain injury and sometimes my memory doesn’t serve things up. I am sure I did that for a reason and probably spent hours combing for help. Can you tell if i need it and if it’s doing its purpose? Is this related to the problem I’m having?

    The header image is a great shot — Francine has many great landscape mountain photos. She’s an avid hiker and trail runner. I prefer hiking speed myself and saving the running for chasing the yellow-green tennis ball around the court!

    Thank you for your help. Jena

    I need help with this same issues. The mobile appears as indicated in the customizer viewer however the iPhone view is not matching the customizer preview. It’s not showing images and the testimonials page is not linking to the actual testimonials but it is in full site and tablet version.

    I am also having issues with Dara theme mobile. It’s not showing featured images on mobile. I have disabled the mobile jetpack. I saw the post by Gary for this:
    Theme Enhancements and the “Optimize your site for smartphones” option, and turn it off.

    –that option is not in my dashboard.

    site is: https://www.longrunaccounting.com

    ALSO – the menu isn’t working on the mobile: the testimonials page is not pulling up the testimonials it is defaulting to the home page but on full site it serves the testimonials.

    Any insight is appreciated. Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)