Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter Peter Boyle

    (@pvb7559)

    OK

    Thread Starter Peter Boyle

    (@pvb7559)

    I’m testing it out and it seems to be running fine mow. All the previous settings were retained.

    Is there a setting controls how fast it flips to the redirected page?

    Thread Starter Peter Boyle

    (@pvb7559)

    I deleted and reinstalled. So far it did not break the site. Used the old settings option.

    The actual redirection time seems slow however. Not sure how to speed it up.

    I have the same issue. That is, CF7 is THE bottleneck on my pageloads and adds a 1-2 seconds to the time to load each page. Here is the problem. I am using AVADA theme and have on every page two different forms that are using a popup modal. That is, a button that when clicked on will activate a modal popup with the appropriate form.

    I do this so the user can quickly access the form without having to click away from the page.

    Consequently, every time a page is loaded ALL of the CSS and JS scrips are loaded TWICE causing a big slowdown.

    Is there a way to roll back to a leaner version of CF7 or a way to “lazy load” these scrips so that pages/posts load faster?

    HELP!

    Peter

    How do I get each added page (not post) to look like the home page?

    Specifically, have the full width header image at the top of each page that I choose not just on the home page.

    Thread Starter Peter Boyle

    (@pvb7559)

    Got it…I will need to be sure I can code the php. xhtml and CSS I am totally proficient at but php is not my strong suit.

    Thanks for the advice!!!

    Thread Starter Peter Boyle

    (@pvb7559)

    esmi..sorry for the delay.

    I created a child theme (after I read up on it) and successfully modified the style.css file with my style changes and also uploaded to the child folder the functions.php file so I could edit it. I got an error when I added the functions.php file BUT no error when I did not add it to the child theme folder. The only way I could get it to work with the functions.php file in the child folder was to DELETE the functions.php file from the parent folder. This does not seem correct but it does not give me the error. Is there something that should be edited in the parent or child functions.php file???

    I have a problem with the sidebar issue myself that won’t resolve.

    I have succeeded in setting up multiple sidebar templates by taking the original sidebar.php file copying it and naming it with the following code at the top:

    <?php
    /*
    Template Name: sidebar3
    */
    ?>

    I then go into the widgets and select what I want for sidebar 3 and use a template with the following code to use this sidebar in this template:

    <?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(3) ) : else : ?> <?php endif; ?>

    It works just dandy but I get bullets in front of the items in the sidebar ans I can’t seem to get them to go away even after messing with the css file.

    example

    · Categories
    · Articles

    How can I have the styling consistent?

    Thx!

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