Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • in reply to: old page content in avia builder can't be edited #805231

    you can disregard further work on this ticket. i think i was having a caching issue in my browser (or my brain!), all seems ok now. Thank you.

    in reply to: old page content in avia builder can't be edited #803410

    Yes, there is extensive content already there that the layout builder is not picking up. You can see the existing content in the debugging output below the editor window as well as on the front end of the website.

    in reply to: old page content in avia builder can't be edited #803144

    Hi Rikard,
    Here are two screen captures showing what I get. One shows the page with the debug output below the editor, you can see the existing content in there. The other screen capture shows the blank content when I edit the accordion’s bio section (or any section on any page). It doesn’t pick up the existing content, it populates it with default content as if I’ve just created a new element.
    Jim
    pic1
    pic2

    in reply to: old page content in avia builder can't be edited #802768

    Hi John,

    i think you might have a copy/paste error, i just double checked it and i was able to log right in.

    Jim

    in reply to: Blog post pagination in page not working #589357

    Thanks Ismael, your question directed me to the problem which I’m a little embarrassed to admit. I built this site so long ago (and work on so many) that I forgot I’d copied and modified postslider.php into the child theme to get the top/bottom pagination. The latest Enfold update must have included changes to postslider.php which I just needed to update into the child theme. It’s working again. Thanks again and apologies for sending you down the rabbit hole in search of my own mistake.

    in reply to: Blog post pagination in page not working #587357

    The pagination is part of the Blog Posts component in the layout builder, nothing custom. FTP credentials are provided in private content.

    in reply to: Blog post pagination in page not working #585596

    This suggested fix is among the many others I’ve already tried from the forum as I mentioned in the original request. I just tried it again in case you’d updated it, still no joy. Could you use the previously provided admin login I set up for you to take a look?

    in reply to: blog pagination top and bottom? #429729
    This reply has been marked as private.
    in reply to: blog pagination top and bottom? #429093
    This reply has been marked as private.
    in reply to: blog pagination top and bottom? #428395

    no, the page is still there and the code you sent is still in loop-index.php.

    in reply to: blog pagination top and bottom? #427814

    I added the code but something isn’t quite right, no change on the page. The page I’m working on is at http://resteasyhosting.com/col2015/education/ . Here is the code after I added your suggestion:
    <?php
    global $avia_config, $post_loop_count;
    if(empty($post_loop_count)) $post_loop_count = 1;
    $blog_style = !empty($avia_config[‘blog_style’]) ? $avia_config[‘blog_style’] : avia_get_option(‘blog_style’,’multi-big’);
    if(is_single()) $blog_style = avia_get_option(‘single_post_style’,’single-big’);
    $initial_id = avia_get_the_ID();
    // check if we got posts to display:
    if (have_posts()) :
    `if(empty($avia_config[‘remove_pagination’] ))
    {
    echo “<div class='{$blog_style}’>”.avia_pagination(”, ‘nav’).”</div>”;
    }`
    while (have_posts()) : the_post();
    /*

    in reply to: background image, home page only, div below layer slider #341868

    Thanks very much! I was way over thinking this, the color section is the perfect solution. Problem solved!

    in reply to: responsive issue with flex columns #284855

    Thank you Josue! That was the problem, I figured it was something I’d introduced that was causing it.

    in reply to: Sidebar underneath Color-Selection #192327

    Hello Yigit,
    I have the same challenge with the sidebar landing below the color section. I had a pricing table a ways down in the page in a color section because it needs the full page width to be legible by the viewer however I need the sidebar to stay at the top of the page where there is plenty of room. I thought of the same solution you suggest and thought I had found the solution except that a lot of the layout changes with that approach because the Widget Section doesn’t pick up the same styling as sidebar widgets and I haven’t been able to figure out how to change that. It seems that it shouldn’t be that big of a deal to modify some code to put the sidebar above the color section but I don’t know where to look for it. I’m hoping you can give me some assistance with either of these options:
    1. point me to the code where the sidebar can be ordered above the color section on the page… OR
    2. show me what I’m missing in the CSS to make the Widget Section containing my menu to render as it does when it is in the actual sidebar.
    Here is the page where I have been trying to match the layout with little success. http://resteasyhosting.com/mauiderm/nppa-winter-registration/
    Thanks very much,
    Jim

Viewing 14 posts - 1 through 14 (of 14 total)