Forum Replies Created

Viewing 15 replies - 1 through 15 (of 29 total)
  • I finally resolved this problem. What worked for me was to:

    1. save my elementor page as a template

    2. create a new wp page and publish it right after just creating the title

    3. edit the newly created page with “edit with elementor” option

    4. import the saved template by clicking the middle folder button on the first element

    Easy to do… hard to figure out! Ugh. What a nightmare after spending hours trouble-shooting this. I really hope this helps someone else!

    Same problem and I’m so frustrated trying to problem solve this! Seems like a very simple, but crucial oversight. You hit “publish”, but to where? You can even name the page, but the page never shows up in your list of pages! Ugh. Please, can anyone help?!

    Thread Starter DigAng

    (@digang)

    Thank you for letting me know you are experiencing the same thing, Morgan. I, too, look forward to hearing from anyone who has experienced this and been able to fix it. I use Hostgator, and they assure me that it’s the plugin – not their hosting… I don’t know how to confirm whether or not that’s true, though. 😉

    Thread Starter DigAng

    (@digang)

    So yoursite.com/wp-login.php brought up the login page, but then it took me back to /wp-admin and came up blank again. 🙁 The second option just came up with a blank page. Thank you so much for the suggestions! Any other thoughts? I’ve used WordPress for a decade and I’ve never had this happen before! Baffling.

    I’m wondering the same thing.

    http://thebrineyfamily.com

    Thread Starter DigAng

    (@digang)

    Thank you kmessinger… I deactivated all the plugins and the publish/update button showed up! I reactivated everything I wanted to and it didn’t disappear again… soooo… who knows. In any case, I’m super grateful for your help! Thank you 🙂

    Thread Starter DigAng

    (@digang)

    I don’t know how to use that…

    Here is the code that I used in my child theme, and I can’t figure out why it doesn’t work…

    #page {
     max-width: 1200px;
    }

    Is it incompatible with my other code in my child theme?

    #logo {
        float: none;
        margin: 0;
        text-align: center;
    }
    
    .menu { display: none;}
    
    #page {
     max-width: 1200px;
    }
    
    .home #container { max-width: 100%; } .home #header { margin: 0 auto; max-width: 1060px; } .home-widgets { max-width: 1060px; margin: 0 auto; }
    
    @media screen and (min-width: 1200px) {
    /* Menu bar */
    .menu {
    	background-color: #C3BEAE;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#C3BEAE), to(#C3BEAE));
    	background-image: -webkit-linear-gradient(top, #C3BEAE, #C3BEAE);
    	background-image: -moz-linear-gradient(top, #C3BEAE, #C3BEAE);
    	background-image: -ms-linear-gradient(top, #C3BEAE, #C3BEAE);
    	background-image: -o-linear-gradient(top, #C3BEAE, #C3BEAE);
    	background-image: linear-gradient(top, #C3BEAE, #C3BEAE);
    	clear: both;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C3BEAE, endColorstr=#C3BEAE);
    
    	margin: 0 auto;
    }
    /* Menu items */
    .menu a {
    	border-left: 1px solid #C3BEAE;
    	color: #160F07;
    	font-size: 15px;
    	font-weight: 700;
            font-style: Garamond;
    	height: 45px;
    	line-height: 45px;
    	padding: .5em;
    }
    
    /* Menu item hover */
    .menu a:hover {
    	background-color: #C3BEAE;
    	background-image: -webkit-gradient(linear, left top, left bottom, from(#C3BEAE), to(#C3BEAE));
    	background-image: -webkit-linear-gradient(top, #C3BEAE, #C3BEAE);
    	background-image: -moz-linear-gradient(top, #C3BEAE, #C3BEAE);
    	background-image: -ms-linear-gradient(top, #C3BEAE, #C3BEAE);
    	background-image: -o-linear-gradient(top, #C3BEAE, #C3BEAE);
    	background-image: linear-gradient(top, #C3BEAE, #C3BEAE);
    	color: #fcfcfc;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C3BEAE, endColorstr=#C3BEAE);
    }
    /* Current page */
    .menu .current_page_item a,
    .menu .current-menu-item a {
    	background-color: #C3BEAE;
    }
    /* Menu dropdown */
    .menu li li {
    	background: #fcfcfc;
    	background-image: none;
    	border: 1px solid #C3BEAE;
    	color: #fcfcfc;
    	filter: none;
        margin: -1px 0 1px 0;
    	width: auto;
    }
    /* Menu dropdown hover */
    .menu li li a:hover {
    	background: #C3BEAE !important;
    	background-image: none;
    	border: none;
    	color: #fcfcfc;
    	filter: none;
    }
    }
    
    .main-nav {
    	width: 100%;
    	position: absolute;
    	left: 0;
    	margin-top: -45px;
    }
    #header {
    	margin-top: -15px;
    }
    
    @media screen and (min-width: 1200px) {
        .menu {
            text-align:center
        }
        .menu li {
            display:inline-block;
            float:none;
            margin-left: -5px;
        }
        .menu li li {
            display:block;
            text-align:left
        }
    }
    
    a {
    color: #160F07;
    }
    .post-title {
    line-height: 1.3em;
    }
    Thread Starter DigAng

    (@digang)

    Indeed it would be better!!

    Thanks, again.

    Thread Starter DigAng

    (@digang)

    Wow, just wow. Sometimes you can’t see the forest through the trees when you’re working on your own stuff.

    After making the test post, the error went away and the post showed up in its place 😉

    Thanks so much for your help.

    Thread Starter DigAng

    (@digang)

    Oh, I see – good point.

    No, I haven’t posted anything yet – just designing the site.

    And like I said, if I were to change my posts page to a different page that I have, the blog page will work again – the page error will then be on the new page I mark as the posts page…

    Any other thoughts?

    Thread Starter DigAng

    (@digang)

    Yes, I have a page named Blog (but only for testing purposes because of this problem – I don’t want my Posts page to be called, Blog).

    Yes, I have media in my media library, although I’m not sure at all how this relates?

    When being logged in and on my site, the top bar says, Edit Page. Again, not sure how this is relevant?

    Thread Starter DigAng

    (@digang)

    Thank you, good suggestion, Esmi 🙂 Resolved.

    Thread Starter DigAng

    (@digang)

    unless I want to move its location to the bottom of the post instead of the top 🙂

    Thanks for your help!

    Thread Starter DigAng

    (@digang)

    finally found it. i have multisite so i had to go into the network admin dashboard, and not the specific site.

    gotta love multisite for what it can do, but man it sure makes things confusing!

    Thread Starter DigAng

    (@digang)

    I do have the code and I have installed the plugin…

    I need to know how to find my index.php and page.php files.

    Anyone?

    Thanks.

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