Forum Replies Created

Viewing 15 posts - 46 through 60 (of 116 total)
  • Posted in:
  • in reply to: image caption disappeared #224387
    Ian
    Member
    Post count: 121

    Having the same issue!

    -Ian

    in reply to: Excerpt field missing from pages #222907
    Ian
    Member
    Post count: 121

    Speaking of that I would love to see the excerpt added to the overlay search results to help users find the content they are looking for.

    in reply to: Excerpt field missing from pages #222901
    Ian
    Member
    Post count: 121

    Was not refereeing to a page builder asset. Excerpts are for all post types and there is currently no where to fill one in. In Cardinal it is found in “Page Meta” it is not there in Atelier and I can not find it anywhere else.

    -Ian

    in reply to: All tabs quit working again #222235
    Ian
    Member
    Post count: 121

    I find the following in line 2161 under “Load In Animations” I always use a child theme and do not ever change files in the main theme.

    /* --------------------------------------------
    	LOAD IN ANIMATIONS
    -------------------------------------------- */
    
    .sf-animation[data-animation="fade-from-left"], .sf-animation[data-animation="fade-from-right"] {
    	margin: 0 auto;
    }

    I added the follow to fix the spacing issue on mobile:

    @media only screen and (max-width: 767px){
    	.sf-animation[data-animation="fade-from-left"], .sf-animation[data-animation="fade-from-right"] {
    	    margin: 0 auto 30px;
    	}
    }

    -Ian

    in reply to: All tabs quit working again #221915
    Ian
    Member
    Post count: 121

    Rui,

    I did figure out where my spacing issue is coming from it is the fact that the single image margin shown below is overridden by the 0 margin of the animation CSS. I can fix this with a CSS update but I think that the 30px margin on the bottom should be part of the default CSS on the phone where you are not getting the animations.

    .spb_single_image {
        margin-bottom: 30px;
    }
    .sf-animation[data-animation="fade-from-left"], .sf-animation[data-animation="fade-from-right"] {
        margin: 0 auto;
    }

    -Ian

    in reply to: All tabs quit working again #221906
    Ian
    Member
    Post count: 121

    Rui,

    My bad I did add the column assets to fix a spacing issue, looks like I will need to step these pages back.

    -Ian

    in reply to: All tabs quit working again #221888
    Ian
    Member
    Post count: 121

    Rui,

    I face the same situation on about a dozen pages. These have been working for months. This site has been slow going up because of client issues, but these pages had been finished and tested and approved.

    Without the column assets they will now behave & look different then what was working and approved by the client.

    -Ian

    in reply to: All tabs quit working again #221729
    Ian
    Member
    Post count: 121

    This has not fixed whatever the problem is on my site.

    I was planning on launching this site this week and now all of my product pages are not working.

    -Ian

    in reply to: Swift Page Builder vs Visual Composer #220594
    Ian
    Member
    Post count: 121

    My thoughts here is to compare things to Apple, its all about the ecosystem. Visual composer is starting to build an ecosystem that will attract a lot of WordPress users. Convincing other developers to build Swift Page builder compatible plugins, would help build an ecosystem around Swifts products.

    -Ian

    in reply to: Better Modals #220593
    Ian
    Member
    Post count: 121

    There are a lot of modal plugins, but the drawback in general is without a lot of tweaking they do not look like they are part of the site. Being able to build modals with the same tools as the rest of the site would be advantageous.

    -Ian

    in reply to: Better Modals #220516
    Ian
    Member
    Post count: 121

    Glad to see this post getting some attention. Modals are poorly implemented by most WordPress themes and I would think coming up with a much better way to both manage and design them would be a strong competitive advantage.

    -Ian

    in reply to: Tabs not working since Dante update #203883
    Ian
    Member
    Post count: 121

    OK figured out my own problem – If I add a new tab and save, then remove the tab again everything works fine.

    A little buggy. 🙂

    -Ian

    in reply to: Issues with Page Heading after update #203325
    Ian
    Member
    Post count: 121

    Thanks guys as always works great now http://sandboxes.iansterne.ca/sandbox21/recipe/easy-caesar-salad/

    -Ian

    in reply to: Issues with Page Heading after update #203306
    Ian
    Member
    Post count: 121

    Mohammad

    Thanks for this did not notice it was there. I can take it from here!

    -Ian

    in reply to: Issues with Page Heading after update #203157
    Ian
    Member
    Post count: 121

    David,

    single-recipe-new.php is just a modification of single.php and if die(); is in the code it is because it was in single.php

    The one thing I should emphasize is this was all working perfectly before I updated to Dante 3.0

    -Ian

Viewing 15 posts - 46 through 60 (of 116 total)