Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)
  • Thread Starter chrissolita

    (@chrissolita)

    Yes the errors posted above were from when I clicked the affiliate link that isn’t working.

    I cleared the cache, deactivated all other plugins and the migration is still not working. Could it be the theme?

    After I deleted WP Super Cache, there were still rewrites within my .htaccess and wp-config files I had to delete. I thought that would help but it did not change anything.

    What happens if I don’t migrate? Should I delete Easy Affiliate Links and re-install? Eventually I will have to either change all the URLs (do you know any good search and replace plugins?) Or hopefully, after re-installation I can just re-create the URLs within Easy Affiliate Links and not have to change anything.

    Thanks again for the help.

    Thread Starter chrissolita

    (@chrissolita)

    Hi Brecht,

    Thanks for the response.

    I have 6 affiliate links, 5 of them are active/on-page, 1 of the 5 is not working. I clicked Migrate Now, left it on the blank wp dashboard page titled Migration for about 10 minutes, no refresh, and nothing happens. When I click on a wp dashboard item, the notification “Migration to a new version. Migrate Now” still remains.

    I enabled WP_DEBUG to see the errors… this is what I get (… is my home/website directory)

    Warning: include_once… /wp-content/plugins/wp-super-cache/wp-cache-phase1.php): failed to open stream: No such file or directory in… /wp-content/advanced-cache.php on line 20

    Warning: include_once(): Failed opening ‘…/wp-content/plugins/wp-super-cache/wp-cache-phase1.php’ for inclusion (include_path=’.:/opt/php54/lib/php’) in… /wp-content/advanced-cache.php on line 20

    Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Redirects” sidebar. Defaulting to “sidebar-3”. Manually set the id to “sidebar-3” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in… /wp-includes/functions.php on line 4136

    Notice: get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in… /wp-includes/functions.php on line 3828

    Warning: Cannot modify header information – headers already sent by (output started at …/wp-content/advanced-cache.php:20) in… /wp-includes/pluggable.php on line 1179

    I now realize my site has a lot of errors, I will be working on fixing them (I am a entry-level programmer at most). I think the error lies within caching. I installed wp-super-cache, had to delete it because of memory issues, when I log into FileZilla, the directory still shows, won’t allow me to delete it and gives me an error saying the directory or file does not exist. I had JCH Optimize and WP Super Cache at one point, realized they were conflicting, thought I deleted WP Super Cache, but I think it is still causing errors.

    Sorry for the issue more than likely caused by my ignorance. Again, if you have any suggestions I do appreciate it.

    Thanks for the help and for the awesome plugin.

    I did what austinbeals57 suggested.

    Ctrl+Shft+N while inside chrome will open an “Icognito” window. I then copied and pasted the web address and it worked.

    Clearing the cache and resetting the browser may work too.

    Thread Starter chrissolita

    (@chrissolita)

    Thanks for the help.
    I wanted to add a Pinterest social button.

    I added this to the FOOTER.PHP file.

    </a><a data-pin-do="buttonFollow" href="https://www.pinterest.com/simplesolarnow">Pinterest</a>
    <!-- Please call pinit.js only once per page -->
    <script async defer src="//assets.pinterest.com/js/pinit.js"></script>
              <?php } ?>

    It worked. The button is Pinterest’s so it doesn’t match the theme but it does the job.

    Thread Starter chrissolita

    (@chrissolita)

    Resolved my issue…

    Installed Display Pages Plugin

    Followed WordPress Display Pages Code

    Modified code until liking

    Here is my code:
    <p style="text-align: center;">[display-pages id="403,348,350,352,354,356,359" wrapper="div" column_count="4" image_size="thumbnail" order="ASC"]</p>

    id represents what page/post you want to display, image_size comes in thumbnail, medium, or large. Any other info you need check:

    Hope this helps someone.

    Thread Starter chrissolita

    (@chrissolita)

    Thank you so much! That did the trick. I learned a lot from your help so it is much appreciated!

    Thread Starter chrissolita

    (@chrissolita)

    That did it! Thanks so much for walking me through the steps. I learned a lot from your help. Much appreciated!

    Thread Starter chrissolita

    (@chrissolita)

    It is already set to full width layout.

    I think it is because the other divs inside the main-wrapper div are restricted in size. When I inspect the elements, the div inside the 1st main-wrapper div is not full width.

    Like I said, I am very green when it comes to coding. I will continue to try to tweak the divs and wrappers to see if I can get the correct result.

    Thanks for the help Geotonics.

    Thread Starter chrissolita

    (@chrissolita)

    Thanks Geotonics, definitely made it more clear on where to put everything. Unfortunately your solution doesn’t extend the background full-width.

    Is there something to input into the background code which was placed in the style sheet in order to make it full-width?

    It seems the entire code may have to be re-done since the entire front page content was already in a div wrapper, within a div wrapper, etc… ???

    Thanks so much for your time and help, I’ve already learned a lot.

    Thread Starter chrissolita

    (@chrissolita)

    Rivenmaster,

    Create a new thread for your question. This one is about creating div wrapper around a page’s section to change the background color.

    Thread Starter chrissolita

    (@chrissolita)

    Thanks Geotonics for your response.

    I am new to coding but I will give your solution a try. If you are able to look at my page/code and copy and paste an example of what it should look like… I want to create a div for the 3 main header questions… here is the code:

    <div id="main-wrapper" class="container">
    
        <div class="container" role="main">
            <div class="row column-content-wrapper">
    
                    <div id="content" class="span12 article-container tc-gallery-style">
    
                                                                        <article id="page-5" class="row-fluid post-5 page type-page status-publish hentry hover">
    
                    <div class="entry-content">
                        <h1 style="text-align: center;"><span style="color: #000000;">ARE YOU TIRED OF YOUR BANNERS NOT GETTING <span style="color: #ff0000;">CLICKS</span>?</span></h1>
    <h1 style="text-align: center;"><span style="color: #000000;">ARE YOU LOOKING FOR ADS THAT <span style="color: #ff0000;">CONVERT BETTER</span>?</span></h1>
    <h1 style="text-align: center;"><span style="color: #000000;">DO YOU WANT MORE <span style="color: #ff0000;">TRAFFIC</span>?</span></h1>
    Thread Starter chrissolita

    (@chrissolita)

    The code to wrap the box cuts off the Read More box/link…

    is there a way to fix it?

    Thanks

    Thread Starter chrissolita

    (@chrissolita)

    Thanks for the help.

    This works for wrapping the box to all be one size which is exactly what I want, the only problem is, it’s not responsive to the widget. It covers the “Read More” button.

    Is there a way to get the same result while still being able to see the call to action button?

    I have implemented the changes if you want to see what I mean: https://www.ezhomesolar.com

    Thanks

    Thread Starter chrissolita

    (@chrissolita)

    Hey Lea,

    I do not have the answers for you, though, you should start another support thread within the Enigma Theme support page. This thread was for my initial question about removing the author photo and name from the posts, which was resolved.

    https://www.ads-software.com/support/theme/enigma

    Visit the above link, scroll down to the bottom, and repost your question. You will more than likely get help quicker.

    Thread Starter chrissolita

    (@chrissolita)

    Thanks again weblizar_support, worked great!

Viewing 15 replies - 1 through 15 (of 19 total)