Forum Replies Created

Viewing 18 posts - 181 through 198 (of 198 total)
  • Author
    Posts
  • in reply to: Lost magic wand #254063

    Here is a link:
    https://www.dropbox.com/s/4dq1czdmubyvp9i/Screen%20Shot%202014-04-21%20at%206.23.20%20PM.png

    Version is 2.6.4

    I use to have a button showing the magic wand that led to Enfold shortcodes but that button is not there anymore. How can I get it back?

    in reply to: mobile menu #225107

    So if I change the permalink to each page they will be live on the mobile version?

    in reply to: button text color #223252

    The site is lifepointohio.com

    You can see some buttons at: http://lifepointohio.com/missions/international/

    Is there a way I can set the default text to white without any code? Hate to have to fix this after every update.

    in reply to: button text color #223201

    Thanks, I’m not actually trying to change the color of the button but rather the color of the text inside the button. I have the blue splash color scheme chosen which formerly had white text inside the buttons however now its dark grey. Makes the text very hard to read.

    in reply to: Can I sort posts by tag? #220507

    Thanks, I’m aware I can sort from the backend, wondering if there is a way to allow the user to sort on the live site…

    in reply to: Can I hide tags on blog posts? #202811

    Thanks, they still seem to appear. You can see them here:

    http://lifepointcolumbus.com/messages/instant-classic/filling-in-the-blank/

    This is what my quick css looks like, maybe I’ve formatted something wrong?:

    .main_menu ul:first-child > li > a {
    font-size: 14px;
    padding: 0 16px;
    }

    .entry-footer { visibility: hidden!important; }

    in reply to: full width easy slider not working #138248

    never mind. Working now???

    in reply to: full width easy slider not working #138247

    So now I’m on 2.1 and wp 3.6 but I still can’t get the easy slider is still not working. What can I do?

    It shows the first slide and keeps it up. While it shows the bottom dots indicating there are other things to transition to, it never changes.

    lifepointcolumbus.com

    in reply to: full width easy slider not working #138245

    By the way, I’m on 1.3.1 of enfold and I have cleared the cache.

    I see others with this issue, and they are on newer versions. What do I stand to lose if I upgrade? Will anything be affected if I go to the newest version?

    in reply to: Comments section not showing up #131771

    So here is what my file looks like?

    <?php
    global $avia_config;

    /*
    * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
    */
    get_header();

    if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title();
    ?>

    <div class='container_wrap main_color <?php avia_layout_class( 'main' ); ?>'>

    <div class='container'>

    <div class='template-page template-portfolio content <?php avia_layout_class( 'content' ); ?> units'>

    <?php
    /* Run the loop to output the posts.
    * If you want to overload this in a child theme then include a file
    * called loop-page.php and that will be used instead.
    */

    //wordpress function that loads the comments template "comments.php"
    comments_template( '/includes/comments.php');
    ?>

    <!--end content-->
    </div>

    <?php

    //get the sidebar
    $avia_config['currently_viewing'] = 'page';
    get_sidebar();

    ?>

    </div><!--end container-->

    in reply to: Comments section not showing up #131769

    Thanks for your help. I replaced the code but no luck? What now?

    shanetucker.com

    in reply to: Home page buttons #131725

    So I added the code, still no change? I also changed the size of the photography image so what can I do now?

    shanetucker.com

    in reply to: Portfolio not appearing #131633

    never mind I figured it out

    in reply to: video alignment #128671

    Link above shows the alignment problem. I guess I’m confused about the video posts though. I thought if I chose video format then any link inside of the post would generate the video to be shown on that particular post. Is that the case? Sometimes if I paste a link, it does not show a video on the post page, like this one:

    shanetucker.com/videos/sighted

    On this link, you will see that the text “check it out” leads to the vimeo page, but I want the video to be embedded on this page. The link you mentioned shanetucker.com/videos/every-day-is-a-blessing-not-a-right/ actually shows my work around of adding an iframe to the page but I don’t want to have to do this for every video and i want them to load in the top of the page like the template is set up for.

    What now?

    in reply to: blog grid #128666

    Tried to do what Devin suggested and maybe this adds more pieces to the puzzle. When i delete and save and then go to the live page to verify, all the posts still show. When I add new (non blog) content, the posts still show. When I empty site cache and then open on a browser that has never accessed this site before, it still shows the blog posts.

    Whats up?

    in reply to: blog grid #128663

    Its shanetucker.com

    If you look at the blog page, it should not be showing the first two posts from the “gear” category.

    Deactivating the plugins did not help any.

    in reply to: video alignment #128669

    Its a grid layout (as chosen from the theme options) but the problem is on the specific post pages. shanetucker.com

    in reply to: REMOVE DATE/BY/AUTHOR TEXT FROM PORTFOLIO AFTER SEARCH #122878

    I can’t find either option. Which .php file should I be looking in?

Viewing 18 posts - 181 through 198 (of 198 total)